Update build-unsigned-ipa.yml for iOS SDK

This commit is contained in:
cerXXXX 2026-04-13 19:09:16 +03:00 committed by GitHub
parent 0363a2b452
commit 8f9b4a887d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -63,6 +63,8 @@ jobs:
$BUILD_TARGET \
-scheme "$SCHEME_NAME" \
-configuration Release \
-sdk iphoneos \
-destination 'generic/platform=iOS' \
-archivePath "$(pwd)/build/$PROJECT_NAME.xcarchive" \
CODE_SIGN_IDENTITY="" \
CODE_SIGNING_REQUIRED=NO \