Skip to content
This repository has been archived by the owner on Aug 1, 2023. It is now read-only.

Commit

Permalink
Update Mac OS X build script and version in plist-file
Browse files Browse the repository at this point in the history
  • Loading branch information
dimkanovikov committed Apr 22, 2020
1 parent f17aef1 commit ee350e0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions build/Mac/create_dmg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

#
# отправить архив на проверку
Expand All @@ -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]

#
# удалить архив
Expand Down
4 changes: 2 additions & 2 deletions build/Mac/create_dmg_granny.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ codesign --deep --force --verify --verbose --sign "Developer ID Application: Dmi
# Создаём английский dmg-файл
#
./make_dmg.sh -i ../../src/bin/scenarist-desktop/logo.icns -b cover_en.png -c "462:252:176:258" -s "640:400" Scenarist.app
mv -f Scenarist.dmg scenarist-setup-$1_en.dmg
codesign --force --sign "Developer ID Application: Dmitry Novikov (9VJUEP4AA5)" scenarist-setup-$1_en.dmg
mv -f Scenarist.dmg scenarist-setup-$1_granny_en.dmg
codesign --force --sign "Developer ID Application: Dmitry Novikov (9VJUEP4AA5)" scenarist-setup-$1_granny_en.dmg

# удалить app-файл
rm -R ./Scenarist.app
2 changes: 1 addition & 1 deletion src/bin/scenarist-desktop/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleShortVersionString</key>
<string>0.7.2 rc 9f</string>
<string>0.7.2 rc 9h</string>
<key>CFBundleExecutable</key>
<string>Scenarist</string>
<key>CFBundleIdentifier</key>
Expand Down

0 comments on commit ee350e0

Please sign in to comment.