We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b047c0 commit 2fe3dc3Copy full SHA for 2fe3dc3
scripts/build.sh
@@ -34,6 +34,7 @@ xcodebuild \
34
-configuration "Release" \
35
-skipPackagePluginValidation \
36
CODE_SIGN_STYLE=Manual \
37
- CODE_SIGN_IDENTITY="$CODE_SIGN_IDENTITY" | LC_ALL="en_US.UTF-8" xcpretty
+ CODE_SIGN_IDENTITY="$CODE_SIGN_IDENTITY" \
38
+ OTHER_CODE_SIGN_FLAGS='--timestamp' | LC_ALL="en_US.UTF-8" xcpretty
39
40
ditto "$(find "$HOME/Library/Developer/Xcode/DerivedData" -name "Coder Desktop.app")" "./build/Coder Desktop.app"
0 commit comments