File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ prepare_signing() {
6868
6969 # # Put the certs to files
7070 echo " ${MACOS_CERTIFICATE} " | base64 --decode > macos_certificate.p12
71-
71+
7272 # If distribution cert is present, set for store signing + submission
7373 if [[ -n " ${MAC_STORE_APP_CERT} " ]]; then
7474 echo " ${MAC_STORE_APP_CERT} " | base64 --decode > macapp_certificate.p12
@@ -147,7 +147,7 @@ appstore_submit() {
147147 echo " Submitting package to AppStore Connect..."
148148 # test the signature of package
149149 pkgutil --check-signature " ${ARTIFACT_PATH} "
150-
150+
151151 xcrun notarytool submit " ${ARTIFACT_PATH} " \
152152 --apple-id " ${NOTARIZATION_USERNAME} " \
153153 --team-id " ${APPLE_TEAM_ID} " \
Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ build_app() {
124124
125125 # move app bundle to prep for dmg creation
126126 mv " ${build_path} /${target_name} .app" " ${deploy_path} "
127-
127+
128128 # Cleanup
129129 make -f " ${build_path} /Makefile" -C " ${build_path} " distclean
130130
You can’t perform that action at this time.
0 commit comments