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+ 15.0.1 Release notes (2023-04-26)
2+ =============================================================
3+
4+ ### Fixes
5+
6+ * Fix replyHandler called twice
7+
1815.0.0 Release notes (2023-04-20)
29=============================================================
310
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |spec |
22 spec . name = "PACECloudSDK"
3- spec . version = "15.0.0 "
3+ spec . version = "15.0.1 "
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 >15.0.0 </string >
18+ <string >15.0.1 </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 >15.0.0 </string >
8+ <string >15.0.1 </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 >15.0.0 </string >
18+ <string >15.0.1 </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 >15.0.0 </string >
18+ <string >15.0.1 </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 >15.0.0 </string >
18+ <string >15.0.1 </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/15.0.0 /PACECloudSlimSDK.zip " ,
56- checksum: " 643859946f63cd3c4efe887eaae3d60cb63621da0f31ec943020d0cb07d98ba4 "
55+ url: " https://github.com/pace/cloud-sdk-ios/releases/download/15.0.1 /PACECloudSlimSDK.zip " ,
56+ checksum: " 05f256c262c72305b6070a0ade1b2404ef7b1bebc676403e49b37e3872e46670 "
5757 ) ,
5858 . binaryTarget(
5959 name: " PACECloudWatchSDK " ,
60- url: " https://github.com/pace/cloud-sdk-ios/releases/download/15.0.0 /PACECloudWatchSDK.zip " ,
61- checksum: " 85d44a6965cc050cabce5f2df795df9eb315cb84cf76777d97708319b20817c7 "
60+ url: " https://github.com/pace/cloud-sdk-ios/releases/download/15.0.1 /PACECloudWatchSDK.zip " ,
61+ checksum: " 78d13e3ca29991a21acdc561570e672fdbbb3058a0bcf2cb2937696fcc243334 "
6262 )
6363 ]
6464)
Original file line number Diff line number Diff line change 2424 <key >CFBundlePackageType </key >
2525 <string >$(PRODUCT_BUNDLE_PACKAGE_TYPE) </string >
2626 <key >CFBundleShortVersionString </key >
27- <string >15.0.0 </string >
27+ <string >15.0.1 </string >
2828 <key >CFBundleVersion </key >
2929 <string >1 </string >
3030 <key >LSRequiresIPhoneOS </key >
You can’t perform that action at this time.
0 commit comments