Skip to content

Commit e29f16c

Browse files
authored
Merge pull request #83 from contentstack/fix/snyk
Update build destination for iOS Simulator in release workflow
2 parents b16ed79 + d4ce795 commit e29f16c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Build
2525
run: |
2626
# Add commands to build and test your package
27-
xcodebuild -workspace Contentstack.xcworkspace -scheme 'Contentstack' -destination 'platform=iOS Simulator,name=iPhone 16'
27+
xcodebuild -workspace Contentstack.xcworkspace -scheme 'Contentstack' -destination 'generic/platform=iOS Simulator'
2828
2929
- name: CocoaPods trunk push
3030
run: pod trunk push --allow-warnings

0 commit comments

Comments
 (0)