-
Notifications
You must be signed in to change notification settings - Fork 131
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Harden runtime; Change Signing Certificate to 'Development' * Add AppCenter post build script for notarization * Update Sparkle to 1.23.0 for hardened runtime * Run copy-helper script after Embed Frameworks phase * Codesign LaunchAtLoginHelper
- Loading branch information
1 parent
00d906a
commit 2398b92
Showing
3 changed files
with
13 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# https://github.com/iseebi/TransporterPad/blob/master/appcenter-post-build.sh | ||
BUNDLE_IDENTIFIER=dexterleng.vimac | ||
DISTRIBUTION_FILE=$APPCENTER_OUTPUT_DIRECTORY/Vimac_distribution.zip | ||
xcrun altool --notarize-app --primary-bundle-id $BUNDLE_IDENTIFIER --username $AC_USERNAME --password $AC_PASSWORD --file $DISTRIBUTION_FILE |