We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 644bba5 commit 9ddad80Copy full SHA for 9ddad80
.github/workflows/smeem-release.yml
@@ -70,7 +70,7 @@ jobs:
70
- name: Archive app
71
run: |
72
mkdir artifacts
73
- xcodebuild archive -project Smeem-iOS/Smeem-iOS.xcodeproj -scheme Smeem-Release -destination 'platform=iOS Simulator,name=iPhone 14 Pro,OS=17.2'
+ xcodebuild archive -project Smeem-iOS/Smeem-iOS.xcodeproj -scheme Smeem-Release -destination 'platform=iOS Simulator,name=iPhone 15,OS=17.2'
74
- name: Export app
75
run: xcodebuild -exportArchive -archivePath "$XC_ARCHIVE_PATH" -exportOptionsPlist .github/ExportOptions.plist -exportPath "$XC_EXPORT_PATH"
76
- name: Upload app to TestFlight
0 commit comments