We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b93772b commit ecae9c0Copy full SHA for ecae9c0
scripts/build.sh
@@ -37,6 +37,7 @@ xcodebuild \
37
-skipPackagePluginValidation \
38
CODE_SIGN_STYLE=Manual \
39
CODE_SIGN_IDENTITY="$CODE_SIGN_IDENTITY" \
40
+ CODE_SIGN_INJECT_BASE_ENTITLEMENTS=NO \
41
OTHER_CODE_SIGN_FLAGS='--timestamp' | LC_ALL="en_US.UTF-8" xcpretty
42
43
mkdir build
0 commit comments