This commit is contained in:
@@ -79,17 +79,19 @@ jobs:
|
||||
# Build Flutter (no codesign — signing happens in xcodebuild archive)
|
||||
flutter build ios --release --no-codesign
|
||||
|
||||
# Archive with manual signing
|
||||
# Archive with manual signing scoped only to Runner target
|
||||
xcodebuild archive \
|
||||
-workspace ios/Runner.xcworkspace \
|
||||
-scheme Runner \
|
||||
-configuration Release \
|
||||
-archivePath $RUNNER_TEMP/Runner.xcarchive \
|
||||
-destination "generic/platform=iOS" \
|
||||
CODE_SIGN_STYLE="Manual" \
|
||||
DEVELOPMENT_TEAM="$TEAM_ID" \
|
||||
PROVISIONING_PROFILE_SPECIFIER="Enaklo Owner App Store" \
|
||||
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]=Enaklo Owner App Store" \
|
||||
CODE_SIGN_IDENTITY="iPhone Distribution" \
|
||||
-allowProvisioningUpdates
|
||||
CODE_SIGNING_REQUIRED=YES \
|
||||
CODE_SIGNING_ALLOWED=YES
|
||||
|
||||
- name: Export IPA
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user