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.
2 parents 97781fb + 5630ec1 commit b8ee0e4Copy full SHA for b8ee0e4
.github/workflows/release-package.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Build
25
run: |
26
# Add commands to build and test your package
27
- xcodebuild -workspace Contentstack.xcworkspace -scheme 'Contentstack' -destination 'platform=iOS Simulator,name=iPhone 15'
+ xcodebuild -workspace Contentstack.xcworkspace -scheme 'Contentstack' -destination 'platform=iOS Simulator,name=iPhone 16'
28
29
- name: CocoaPods trunk push
30
run: pod trunk push --allow-warnings
0 commit comments