From fc1f839d7b32a5c67f4fcd64845c368061c09ce8 Mon Sep 17 00:00:00 2001 From: Muzahidul Islam <129880873+muzahidul-opti@users.noreply.github.com> Date: Wed, 5 Feb 2025 21:53:29 +0600 Subject: [PATCH 1/3] Update swift.yml --- .github/workflows/swift.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/swift.yml b/.github/workflows/swift.yml index 1fc4011b..49d57b81 100644 --- a/.github/workflows/swift.yml +++ b/.github/workflows/swift.yml @@ -96,7 +96,7 @@ jobs: BRANCH: ${{ github.ref_name }} GITHUB_TOKEN: ${{ secrets.CI_USER_TOKEN }} COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOAPODS_TRUNK_TOKEN }} - COCOAPODS_VERSION: '1.12.1' + COCOAPODS_VERSION: '1.15.2' run: | gem install cocoapods -v $COCOAPODS_VERSION Scripts/run_release.sh From d4bb043cd0a4230ef5237d9d7a30c2baabbca7bc Mon Sep 17 00:00:00 2001 From: Muzahidul Islam Date: Mon, 7 Apr 2025 21:41:52 +0600 Subject: [PATCH 2/3] cleanup --- Sources/Data Model/Event.swift | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Sources/Data Model/Event.swift b/Sources/Data Model/Event.swift index 54f3fc8c..0de4cf57 100644 --- a/Sources/Data Model/Event.swift +++ b/Sources/Data Model/Event.swift @@ -21,3 +21,6 @@ struct Event: Codable, Equatable, OptimizelyEvent { var key: String var experimentIds: [String] } + + + From 7ee755906ac6ef19e4395032ceee53c1e60f5e4a Mon Sep 17 00:00:00 2001 From: Muzahidul Islam <129880873+muzahidul-opti@users.noreply.github.com> Date: Tue, 8 Apr 2025 11:03:51 +0600 Subject: [PATCH 3/3] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2c89721e..4f515848 100644 --- a/README.md +++ b/README.md @@ -130,3 +130,4 @@ Used to enforce Swift style and conventions. - React - https://github.com/optimizely/react-sdk - Ruby - https://github.com/optimizely/ruby-sdk +-