Archived
Make iOS release signing deterministic
This commit is contained in:
@@ -185,6 +185,10 @@ prepare_native_project() {
|
||||
fi
|
||||
)
|
||||
|
||||
if [[ -f "$ROOT/$PROJECT/project.pbxproj" ]]; then
|
||||
node "$ROOT/scripts/configure-ios-signing.js" "$ROOT/$PROJECT/project.pbxproj"
|
||||
fi
|
||||
|
||||
resolve_xcode_workspace
|
||||
}
|
||||
|
||||
@@ -241,7 +245,6 @@ archive_app() {
|
||||
-archivePath "$ARCHIVE_PATH" \
|
||||
-destination "generic/platform=iOS" \
|
||||
-allowProvisioningUpdates \
|
||||
CODE_SIGN_STYLE=Automatic \
|
||||
DEVELOPMENT_TEAM="$APPLE_TEAM_ID" \
|
||||
"${API_AUTH_ARGS[@]}" \
|
||||
archive
|
||||
|
||||
Reference in New Issue
Block a user