From e03c9553c651c4f8ccc7c96940d3a01178d3ece9 Mon Sep 17 00:00:00 2001 From: reeshika-h Date: Tue, 23 Sep 2025 17:39:37 +0530 Subject: [PATCH 1/3] Update iOS Simulator destination in release workflow to iPhone 16 --- .github/workflows/release-package.yml | 5 ++++- Contentstack.podspec | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-package.yml b/.github/workflows/release-package.yml index 8685083..aedee3a 100644 --- a/.github/workflows/release-package.yml +++ b/.github/workflows/release-package.yml @@ -1,6 +1,9 @@ name: Contentstack iOS Delivery SDK Release on: + push: + branches: + - fix/release-workflow release: types: - created @@ -24,7 +27,7 @@ jobs: - name: Build run: | # Add commands to build and test your package - 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' - name: CocoaPods trunk push run: pod trunk push --allow-warnings diff --git a/Contentstack.podspec b/Contentstack.podspec index dc061fa..9554866 100644 --- a/Contentstack.podspec +++ b/Contentstack.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'Contentstack' -s.version = '3.16.0' +s.version = '3.16.0.beta' s.summary = 'Contentstack is a headless CMS with an API-first approach that puts content at the centre.' s.description = <<-DESC From 1202f8ae11227e11abe73a1d9fad996021de48fd Mon Sep 17 00:00:00 2001 From: reeshika-h Date: Tue, 23 Sep 2025 17:42:33 +0530 Subject: [PATCH 2/3] Remove push trigger from release workflow in release-package.yml --- .github/workflows/release-package.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/release-package.yml b/.github/workflows/release-package.yml index aedee3a..72674bb 100644 --- a/.github/workflows/release-package.yml +++ b/.github/workflows/release-package.yml @@ -1,9 +1,6 @@ name: Contentstack iOS Delivery SDK Release on: - push: - branches: - - fix/release-workflow release: types: - created From 5630ec1bc43d24cadf0ac9dec0d978bab222f9a4 Mon Sep 17 00:00:00 2001 From: reeshika-h Date: Tue, 23 Sep 2025 17:44:12 +0530 Subject: [PATCH 3/3] Update Contentstack podspec version from 3.16.0.beta to 3.16.0 --- Contentstack.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contentstack.podspec b/Contentstack.podspec index 9554866..dc061fa 100644 --- a/Contentstack.podspec +++ b/Contentstack.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'Contentstack' -s.version = '3.16.0.beta' +s.version = '3.16.0' s.summary = 'Contentstack is a headless CMS with an API-first approach that puts content at the centre.' s.description = <<-DESC