Skip to content

Commit 520639e

Browse files
committed
Merge branch '383-revert-release-25-0-1-and-fix-ikigajson-dependency' into 'master'
Resolve "Revert release 25.0.1 and fix ikigajson dependency" Closes #383 See merge request pace/mobile/ios/pace-cloud-sdk!440
2 parents 0a596fc + e9c7ab2 commit 520639e

File tree

12 files changed

+79
-29
lines changed

12 files changed

+79
-29
lines changed

CHANGELOG.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,3 @@
1-
25.1.0 Release notes (2025-08-20)
2-
=============================================================
3-
4-
### Enhancements
5-
6-
* Introduce IkigaJSON
7-
8-
### Fixes
9-
10-
* Fix app drawer layout
11-
12-
### Internal
13-
14-
* Remove warning if custom oid configuration is nil
15-
* Bump version to 25.0.0
16-
171
25.0.0 Release notes (2025-04-23)
182
=============================================================
193

PACECloudSDK.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = "PACECloudSDK"
3-
spec.version = "25.1.0"
3+
spec.version = "25.0.0"
44
spec.summary = "Easily integrate your app with the PACE API to support Connected Fueling"
55
spec.homepage = "http://github.com/pace/cloud-sdk-ios"
66
spec.license = { :type => "MIT", :file => "LICENSE.md" }

PACECloudSDK.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 46 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

PACECloudSDK/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>25.1.0</string>
18+
<string>25.0.0</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>UIAppFonts</key>

PACECloudSDK/Utils/Plists/FallbackVersions.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
<key>BuildVersion</key>
66
<string>1</string>
77
<key>ReleaseVersion</key>
8-
<string>25.1.0</string>
8+
<string>25.0.0</string>
99
</dict>
1010
</plist>

PACECloudSDKTests/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>25.1.0</string>
18+
<string>25.0.0</string>
1919
<key>CFBundleVersion</key>
2020
<string>1</string>
2121
</dict>

PACECloudSlimSDK/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>25.1.0</string>
18+
<string>25.0.0</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>UIAppFonts</key>

PACECloudWatchSDK/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>25.1.0</string>
18+
<string>25.0.0</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
</dict>

Package.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,13 @@ let package = Package(
5454
]),
5555
.binaryTarget(
5656
name: "PACECloudSlimSDK",
57-
url: "https://github.com/pace/cloud-sdk-ios/releases/download/25.1.0/PACECloudSlimSDK.zip",
58-
checksum: "a439082b91ad3a288561229d4d3d4a225873ebb59e31c33d6835ad3fa52095c2"
57+
url: "https://github.com/pace/cloud-sdk-ios/releases/download/25.0.0/PACECloudSlimSDK.zip",
58+
checksum: "5bf1d41cfaf21c65a86929a28c1f967d805a06e9a14c18a9cefe96219a9abecf"
5959
),
6060
.binaryTarget(
6161
name: "PACECloudWatchSDK",
62-
url: "https://github.com/pace/cloud-sdk-ios/releases/download/25.1.0/PACECloudWatchSDK.zip",
63-
checksum: "0c0328d5584610bf22572e88ada6820f4782ba8a8bd8e6cb36efba79c51d988f"
62+
url: "https://github.com/pace/cloud-sdk-ios/releases/download/25.0.0/PACECloudWatchSDK.zip",
63+
checksum: "08546d518b4fcd5318fe633387ac5f3f84a77237d6a3434fe1d0c459cf502f51"
6464
)
6565
]
6666
)

UnitTestDummy/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<key>CFBundlePackageType</key>
2323
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
2424
<key>CFBundleShortVersionString</key>
25-
<string>25.1.0</string>
25+
<string>25.0.0</string>
2626
<key>CFBundleVersion</key>
2727
<string>1</string>
2828
<key>LSRequiresIPhoneOS</key>

0 commit comments

Comments
 (0)