-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch '1.14.0' of 10.95.0.50:/Users/api/Code/ZeroTier/local/Ze…
…roTier-v1 into 1.14.0
- Loading branch information
Showing
6 changed files
with
17 additions
and
15 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
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 |
---|---|---|
|
@@ -12,7 +12,8 @@ PRODUCTSIGN=echo | |
CODESIGN_APP_CERT= | ||
CODESIGN_INSTALLER_CERT= | ||
NOTARIZE=echo | ||
NOTARIZE_USER_ID=null | ||
NOTARIZE_APPLE_ID=null | ||
NOTARIZE_TEAM_ID=null | ||
|
||
ZT_BUILD_PLATFORM=3 | ||
ZT_BUILD_ARCHITECTURE=2 | ||
|
@@ -38,8 +39,9 @@ ifeq ($(ZT_OFFICIAL_RELEASE),1) | |
PRODUCTSIGN=productsign | ||
CODESIGN_APP_CERT="Developer ID Application: ZeroTier, Inc (8ZD9JUCZ4V)" | ||
CODESIGN_INSTALLER_CERT="Developer ID Installer: ZeroTier, Inc (8ZD9JUCZ4V)" | ||
NOTARIZE=xcrun altool | ||
NOTARIZE_USER_ID="[email protected]" | ||
NOTARIZE=xcrun notarytool | ||
NOTARIZE_APPLE_ID="[email protected]" | ||
NOTARIZE_TEAM_ID="8ZD9JUCZ4V" | ||
else | ||
DEFS+=-DZT_SOFTWARE_UPDATE_DEFAULT="\"download\"" | ||
endif | ||
|
@@ -166,7 +168,7 @@ mac-dist-pkg: FORCE | |
if [ -f "ZeroTier One Signed.pkg" ]; then mv -f "ZeroTier One Signed.pkg" "ZeroTier One.pkg"; fi | ||
rm -f zt1_update_$(ZT_BUILD_PLATFORM)_$(ZT_BUILD_ARCHITECTURE)_* | ||
cat ext/installfiles/mac-update/updater.tmpl.sh "ZeroTier One.pkg" >zt1_update_$(ZT_BUILD_PLATFORM)_$(ZT_BUILD_ARCHITECTURE)_$(ZT_VERSION_MAJOR).$(ZT_VERSION_MINOR).$(ZT_VERSION_REV)_$(ZT_VERSION_BUILD).exe | ||
$(NOTARIZE) -t osx -f "ZeroTier One.pkg" --primary-bundle-id com.zerotier.pkg.ZeroTierOne --output-format xml --notarize-app -u $(NOTARIZE_USER_ID) | ||
$(NOTARIZE) submit --apple-id "[email protected]" --team-id "8ZD9JUCZ4V" --wait "ZeroTier One.pkg" | ||
echo '*** When Apple notifies that the app is notarized, run: xcrun stapler staple "ZeroTier One.pkg"' | ||
|
||
# For ZeroTier, Inc. to build official signed packages | ||
|
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