File tree Expand file tree Collapse file tree 9 files changed +30
-11
lines changed
Expand file tree Collapse file tree 9 files changed +30
-11
lines changed Original file line number Diff line number Diff line change 1+ 25.1.0 Release notes (2025-08-21)
2+ =============================================================
3+
4+ ### Enhancements
5+
6+ * Introduce IkigaJSON
7+
8+ ### Fixes
9+
10+ * Revert "Bump-to-25.0.1"
11+ * Fix app drawer layout
12+
13+ ### Internal
14+
15+ * Improve prod deployment
16+ * Bump version to 25.1.0
17+ * Remove warning if custom oid configuration is nil
18+ * Bump version to 25.0.0
19+
12025.0.0 Release notes (2025-04-23)
221=============================================================
322
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |spec |
22 spec . name = "PACECloudSDK"
3- spec . version = "25.0 .0"
3+ spec . version = "25.1 .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" }
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >$(PRODUCT_BUNDLE_PACKAGE_TYPE) </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >25.0 .0 </string >
18+ <string >25.1 .0 </string >
1919 <key >CFBundleVersion </key >
2020 <string >$(CURRENT_PROJECT_VERSION) </string >
2121 <key >UIAppFonts </key >
Original file line number Diff line number Diff line change 55 <key >BuildVersion </key >
66 <string >1 </string >
77 <key >ReleaseVersion </key >
8- <string >25.0 .0 </string >
8+ <string >25.1 .0 </string >
99</dict >
1010</plist >
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >$(PRODUCT_BUNDLE_PACKAGE_TYPE) </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >25.0 .0 </string >
18+ <string >25.1 .0 </string >
1919 <key >CFBundleVersion </key >
2020 <string >1 </string >
2121</dict >
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >$(PRODUCT_BUNDLE_PACKAGE_TYPE) </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >25.0 .0 </string >
18+ <string >25.1 .0 </string >
1919 <key >CFBundleVersion </key >
2020 <string >$(CURRENT_PROJECT_VERSION) </string >
2121 <key >UIAppFonts </key >
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >$(PRODUCT_BUNDLE_PACKAGE_TYPE) </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >25.0 .0 </string >
18+ <string >25.1 .0 </string >
1919 <key >CFBundleVersion </key >
2020 <string >$(CURRENT_PROJECT_VERSION) </string >
2121</dict >
Original file line number Diff line number Diff 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.0 .0/PACECloudSlimSDK.zip " ,
58- checksum: " 5bf1d41cfaf21c65a86929a28c1f967d805a06e9a14c18a9cefe96219a9abecf "
57+ url: " https://github.com/pace/cloud-sdk-ios/releases/download/25.1 .0/PACECloudSlimSDK.zip " ,
58+ checksum: " c97b6d3e465fc79b1b816466411bb6b04763b15bdb79d4bb5d957e18758fb458 "
5959 ) ,
6060 . binaryTarget(
6161 name: " PACECloudWatchSDK " ,
62- url: " https://github.com/pace/cloud-sdk-ios/releases/download/25.0 .0/PACECloudWatchSDK.zip " ,
63- checksum: " 08546d518b4fcd5318fe633387ac5f3f84a77237d6a3434fe1d0c459cf502f51 "
62+ url: " https://github.com/pace/cloud-sdk-ios/releases/download/25.1 .0/PACECloudWatchSDK.zip " ,
63+ checksum: " 3ae00618ef1a18e049b08d7a37d2397136409cd1801a0ebed1a3b5ff7d667419 "
6464 )
6565 ]
6666)
Original file line number Diff line number Diff line change 2222 <key >CFBundlePackageType </key >
2323 <string >$(PRODUCT_BUNDLE_PACKAGE_TYPE) </string >
2424 <key >CFBundleShortVersionString </key >
25- <string >25.0 .0 </string >
25+ <string >25.1 .0 </string >
2626 <key >CFBundleVersion </key >
2727 <string >1 </string >
2828 <key >LSRequiresIPhoneOS </key >
You can’t perform that action at this time.
0 commit comments