File tree 1 file changed +0
-6
lines changed
1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -81,9 +81,6 @@ package_app(){
81
81
zip --symlinks -r -q projectGenerator-$PLATFORM /projectGenerator-$PLATFORM .zip projectGenerator-$PLATFORM /projectGenerator.app
82
82
if [[ (" ${TRAVIS_REPO_SLUG} /${TRAVIS_BRANCH} " == " openframeworks/projectGenerator/master" || " ${TRAVIS_REPO_SLUG} /${TRAVIS_BRANCH} " == " openframeworks/projectGenerator/bleeding" ) && " $TRAVIS_PULL_REQUEST " == " false" ]] ||
83
83
[[ (" ${GITHUB_REF##*/ } " == " master" || " ${GITHUB_REF##*/ } " == " bleeding" ) && -z " ${GITHUB_HEAD_REF} " ]] ; then
84
- xcrun notarytool --version
85
- xcrun notarytool history
86
- echo " NOTORIZATION --"
87
84
xcrun notarytool submit " projectGenerator-${PLATFORM} /projectGenerator-${PLATFORM} .zip" --apple-id " ${APPLE_ID} " --team-id " ${TEAM_ID} " --password " ${GA_APPLE_PASS} "
88
85
fi
89
86
@@ -127,9 +124,6 @@ sign_and_upload(){
127
124
# need to upload zip of just app to apple for notarizing
128
125
zip --symlinks -r -q projectGenerator-$PLATFORM /projectGenerator.app.zip projectGenerator-$PLATFORM /projectGenerator.app
129
126
# 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
133
127
TEAM_ID=" HC25N2E7UT"
134
128
xcrun notarytool submit " projectGenerator-${PLATFORM} /projectGenerator-${PLATFORM} .app.zip" --apple-id " ${GA_APPLE_USERNAME} " --team-id " ${TEAM_ID} " --password " ${GA_APPLE_PASS} "
135
129
You can’t perform that action at this time.
0 commit comments