File tree Expand file tree Collapse file tree 9 files changed +18
-11
lines changed
Expand file tree Collapse file tree 9 files changed +18
-11
lines changed Original file line number Diff line number Diff line change 1+ 23.3.2 Release notes (2024-09-23)
2+ =============================================================
3+
4+ ### Fixes
5+
6+ * Add missing DisableDiscount to project
7+
1823.3.1 Release notes (2024-09-19)
29=============================================================
310
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |spec |
22 spec . name = "PACECloudSDK"
3- spec . version = "23.3.1 "
3+ spec . version = "23.3.2 "
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 >23.3.1 </string >
18+ <string >23.3.2 </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 >23.3.1 </string >
8+ <string >23.3.2 </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 >23.3.1 </string >
18+ <string >23.3.2 </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 >23.3.1 </string >
18+ <string >23.3.2 </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 >23.3.1 </string >
18+ <string >23.3.2 </string >
1919 <key >CFBundleVersion </key >
2020 <string >$(CURRENT_PROJECT_VERSION) </string >
2121</dict >
Original file line number Diff line number Diff line change @@ -52,13 +52,13 @@ let package = Package(
5252 ] ) ,
5353 . binaryTarget(
5454 name: " PACECloudSlimSDK " ,
55- url: " https://github.com/pace/cloud-sdk-ios/releases/download/23.3.1 /PACECloudSlimSDK.zip " ,
56- checksum: " 9d0e9a4d7e60655578e86c12ed3bc92bc5ac4635aab0b0b8861290e7c63e7dad "
55+ url: " https://github.com/pace/cloud-sdk-ios/releases/download/23.3.2 /PACECloudSlimSDK.zip " ,
56+ checksum: " e2a6a55ee282d1466c2fc64f6c663bd12692463537adb5dbf3d4c11a4112c02a "
5757 ) ,
5858 . binaryTarget(
5959 name: " PACECloudWatchSDK " ,
60- url: " https://github.com/pace/cloud-sdk-ios/releases/download/23.3.1 /PACECloudWatchSDK.zip " ,
61- checksum: " 132cf01da440e8f1c6f34295e94e360794078a2244a15f9f7beeb4f27a1812d1 "
60+ url: " https://github.com/pace/cloud-sdk-ios/releases/download/23.3.2 /PACECloudWatchSDK.zip " ,
61+ checksum: " ca373d5a56b36d7febe2cf891fb2105b1293ba3bf010a1a8c6135444abd0a046 "
6262 )
6363 ]
6464)
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 >23.3.1 </string >
25+ <string >23.3.2 </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