Skip to content

Commit e03c955

Browse files
committed
Update iOS Simulator destination in release workflow to iPhone 16
1 parent 12d3ef3 commit e03c955

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/release-package.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Contentstack iOS Delivery SDK Release
22

33
on:
4+
push:
5+
branches:
6+
- fix/release-workflow
47
release:
58
types:
69
- created
@@ -24,7 +27,7 @@ jobs:
2427
- name: Build
2528
run: |
2629
# Add commands to build and test your package
27-
xcodebuild -workspace Contentstack.xcworkspace -scheme 'Contentstack' -destination 'platform=iOS Simulator,name=iPhone 15'
30+
xcodebuild -workspace Contentstack.xcworkspace -scheme 'Contentstack' -destination 'platform=iOS Simulator,name=iPhone 16'
2831
2932
- name: CocoaPods trunk push
3033
run: pod trunk push --allow-warnings

Contentstack.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'Contentstack'
3-
s.version = '3.16.0'
3+
s.version = '3.16.0.beta'
44
s.summary = 'Contentstack is a headless CMS with an API-first approach that puts content at the centre.'
55

66
s.description = <<-DESC

0 commit comments

Comments
 (0)