This repository has been archived by the owner on Aug 1, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Mac OS X build script and version in plist-file
- Loading branch information
1 parent
f17aef1
commit ee350e0
Showing
3 changed files
with
8 additions
and
8 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ codesign --force --deep --sign "Developer ID Application: Dmitry Novikov (9VJUEP | |
# | ||
# сформировать архив с приложением | ||
# | ||
zip -r Scenarist.zip Scenarist.app | ||
/usr/bin/ditto -ck --keepParent Scenarist.zip Scenarist.app | ||
|
||
# | ||
# отправить архив на проверку | ||
|
@@ -36,10 +36,10 @@ xcrun altool --notarize-app -t osx -f Scenarist.zip --primary-bundle-id="com.dim | |
# | ||
sleep 3m | ||
|
||
# | ||
# проверить статус нотаризации (тут нужно указать юид возвращённый предыдущей командой) | ||
# | ||
# xcrun altool --notarization-info UUID -u [email protected] | ||
## | ||
## проверить статус нотаризации (тут нужно указать юид возвращённый предыдущей командой) | ||
## | ||
## xcrun altool --notarization-info UUID -u [email protected] | ||
|
||
# | ||
# удалить архив | ||
|
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