File tree Expand file tree Collapse file tree 9 files changed +22
-11
lines changed
Expand file tree Collapse file tree 9 files changed +22
-11
lines changed Original file line number Diff line number Diff line change 1+ 26.0.0 Release notes (2025-12-16)
2+ =============================================================
3+
4+ ### Breaking Changes
5+
6+ * Update Pay API to 2025-1
7+
8+ ### Enhancements
9+
10+ * Perform token exchange when needed during setup
11+
11225.2.0 Release notes (2025-12-03)
213=============================================================
314
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |spec |
22 spec . name = "PACECloudSDK"
3- spec . version = "25.2 .0"
3+ spec . version = "26.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" }
Original file line number Diff line number Diff line change 1717 <key >CFBundlePackageType </key >
1818 <string >$(PRODUCT_BUNDLE_PACKAGE_TYPE) </string >
1919 <key >CFBundleShortVersionString </key >
20- <string >25.2 .0 </string >
20+ <string >26.0 .0 </string >
2121 <key >CFBundleVersion </key >
2222 <string >$(CURRENT_PROJECT_VERSION) </string >
2323 <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.2 .0 </string >
8+ <string >26.0 .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.2 .0 </string >
18+ <string >26.0 .0 </string >
1919 <key >CFBundleVersion </key >
2020 <string >1 </string >
2121</dict >
Original file line number Diff line number Diff line change 1717 <key >CFBundlePackageType </key >
1818 <string >$(PRODUCT_BUNDLE_PACKAGE_TYPE) </string >
1919 <key >CFBundleShortVersionString </key >
20- <string >25.2 .0 </string >
20+ <string >26.0 .0 </string >
2121 <key >CFBundleVersion </key >
2222 <string >$(CURRENT_PROJECT_VERSION) </string >
2323 <key >UIAppFonts </key >
Original file line number Diff line number Diff line change 1717 <key >CFBundlePackageType </key >
1818 <string >$(PRODUCT_BUNDLE_PACKAGE_TYPE) </string >
1919 <key >CFBundleShortVersionString </key >
20- <string >25.2 .0 </string >
20+ <string >26.0 .0 </string >
2121 <key >CFBundleVersion </key >
2222 <string >$(CURRENT_PROJECT_VERSION) </string >
2323</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.2 .0/PACECloudSlimSDK.zip " ,
58- checksum: " 8d1bca2d481e3c17e581b44979a9615edcb0b5faa65ab6233b52ad8a080d1739 "
57+ url: " https://github.com/pace/cloud-sdk-ios/releases/download/26.0 .0/PACECloudSlimSDK.zip " ,
58+ checksum: " f3ac04f551cc82bfce608bf4bacafad82b4a722871e095caf8b99cab5c978a6d "
5959 ) ,
6060 . binaryTarget(
6161 name: " PACECloudWatchSDK " ,
62- url: " https://github.com/pace/cloud-sdk-ios/releases/download/25.2 .0/PACECloudWatchSDK.zip " ,
63- checksum: " 061c6b731fff9a0c6edd940126689a315e5c17c87eb3795a75b43e8d1afa6eee "
62+ url: " https://github.com/pace/cloud-sdk-ios/releases/download/26.0 .0/PACECloudWatchSDK.zip " ,
63+ checksum: " aa6faca9ac7f574e913ec7edd68bcb2de48ba30207f1626d38e0867ec37d6687 "
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.2 .0 </string >
25+ <string >26.0 .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