File tree Expand file tree Collapse file tree 9 files changed +32
-11
lines changed
Expand file tree Collapse file tree 9 files changed +32
-11
lines changed Original file line number Diff line number Diff line change 1+ 16.0.0 Release notes (2023-06-16)
2+ =============================================================
3+
4+ ### Breaking Changes
5+
6+ * Update Fueling, Pay, POI and User API
7+
8+ ### Enhancements
9+
10+ * [ POIKit+GeoService] Provide requests using Swift Concurrency
11+ * [ API] Provide ` makeRequest ` function using Swift Concurrency
12+ * [ IDKit] Provide requests using swift concurrency
13+
14+ ### Fixes
15+
16+ * Fix logger unit tests
17+
18+ ### Internal
19+
20+ * Add ` brandId ` property to ` POIKit.GasStation `
21+
12215.1.0 Release notes (2023-05-03)
223=============================================================
324
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |spec |
22 spec . name = "PACECloudSDK"
3- spec . version = "15.1 .0"
3+ spec . version = "16.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 1515 <key >CFBundlePackageType </key >
1616 <string >$(PRODUCT_BUNDLE_PACKAGE_TYPE) </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >15.1 .0 </string >
18+ <string >16.0 .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 >15.1 .0 </string >
8+ <string >16.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 >15.1 .0 </string >
18+ <string >16.0 .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 >15.1 .0 </string >
18+ <string >16.0 .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 >15.1 .0 </string >
18+ <string >16.0 .0 </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.1 .0/PACECloudSlimSDK.zip " ,
56- checksum: " 796455691c6f4451d827bf72b7c68f0c3919f6a5cf299c794845bf0ab2370887 "
55+ url: " https://github.com/pace/cloud-sdk-ios/releases/download/16.0 .0/PACECloudSlimSDK.zip " ,
56+ checksum: " 7dc1793689467eba346d1e2a47968a14c05412282514b13c909bddb5ae72f9f5 "
5757 ) ,
5858 . binaryTarget(
5959 name: " PACECloudWatchSDK " ,
60- url: " https://github.com/pace/cloud-sdk-ios/releases/download/15.1 .0/PACECloudWatchSDK.zip " ,
61- checksum: " 4757298777607647358e8fcd0b98d82f34e7e1444d4e04c6db35ab3fcd42828d "
60+ url: " https://github.com/pace/cloud-sdk-ios/releases/download/16.0 .0/PACECloudWatchSDK.zip " ,
61+ checksum: " 38457949cfc95cd309a9ae549bd4e4b1fbd0ae7dc72896a706f781f9febbc1a8 "
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.1 .0 </string >
27+ <string >16.0 .0 </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