Skip to content

Commit 892affb

Browse files
committed
NotaryTool remove debugging commands
1 parent b7fa590 commit 892affb

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

scripts/osx/ci_build_pg.sh

-6
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,6 @@ package_app(){
8181
zip --symlinks -r -q projectGenerator-$PLATFORM/projectGenerator-$PLATFORM.zip projectGenerator-$PLATFORM/projectGenerator.app
8282
if [[ ("${TRAVIS_REPO_SLUG}/${TRAVIS_BRANCH}" == "openframeworks/projectGenerator/master" || "${TRAVIS_REPO_SLUG}/${TRAVIS_BRANCH}" == "openframeworks/projectGenerator/bleeding") && "$TRAVIS_PULL_REQUEST" == "false" ]] ||
8383
[[ ("${GITHUB_REF##*/}" == "master" || "${GITHUB_REF##*/}" == "bleeding") && -z "${GITHUB_HEAD_REF}" ]] ; then
84-
xcrun notarytool --version
85-
xcrun notarytool history
86-
echo "NOTORIZATION --"
8784
xcrun notarytool submit "projectGenerator-${PLATFORM}/projectGenerator-${PLATFORM}.zip" --apple-id "${APPLE_ID}" --team-id "${TEAM_ID}" --password "${GA_APPLE_PASS}"
8885
fi
8986

@@ -127,9 +124,6 @@ sign_and_upload(){
127124
# need to upload zip of just app to apple for notarizing
128125
zip --symlinks -r -q projectGenerator-$PLATFORM/projectGenerator.app.zip projectGenerator-$PLATFORM/projectGenerator.app
129126
# xcrun altool --notarize-app --primary-bundle-id "com.electron.projectgenerator" --username "${GA_APPLE_USERNAME}" -p "${GA_APPLE_PASS}" --asc-provider "${GA_NOTARIZE_PROVIDER}" --file projectGenerator-$PLATFORM/projectGenerator.app.zip
130-
echo "NOTORIZATION --"
131-
xcrun notarytool --version
132-
xcrun notarytool history
133127
TEAM_ID="HC25N2E7UT"
134128
xcrun notarytool submit "projectGenerator-${PLATFORM}/projectGenerator-${PLATFORM}.app.zip" --apple-id "${GA_APPLE_USERNAME}" --team-id "${TEAM_ID}" --password "${GA_APPLE_PASS}"
135129

0 commit comments

Comments
 (0)