mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-06 19:12:30 +01:00
Remove outdated comment
This commit is contained in:
parent
fab7d0f4c3
commit
c9556f08d2
@ -16,8 +16,6 @@ def sign(build_config: BuildConfig):
|
||||
run("codesign --verify --verbose=4 'ScreenPlay.app/'",
|
||||
cwd=build_config.bin_dir)
|
||||
|
||||
# TODO: Replace with https://github.com/akeru-inc/xcnotary/issues/22#issuecomment-1179170957
|
||||
# ditto -c -k --keepParent "ScreenPlay.app" "ScreenPlay.app.zip"
|
||||
# Note the profile is the one name of the first step of (App Store Connect API) in the macOSSigning.md
|
||||
# xcrun notarytool submit "ScreenPlay.app.zip" --keychain-profile "ScreenPlay" --wait
|
||||
# xcrun stapler staple "ScreenPlay.app"
|
||||
|
Loading…
Reference in New Issue
Block a user