Skip to content

Commit

Permalink
Merge pull request #343 from iZettle/sdk-release-v3.1.1
Browse files Browse the repository at this point in the history
SDK Release v3.1.1
  • Loading branch information
clement-iz authored May 18, 2021
2 parents e5a1ffd + f281c5c commit 2695c7c
Show file tree
Hide file tree
Showing 30 changed files with 47 additions and 47 deletions.
2 changes: 1 addition & 1 deletion Carthage/iZettleSDK.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
"2.5.1": "https://github.com/iZettle/sdk-ios/releases/download/2.5.1/iZettleSDK.zip",
"2.5.2": "https://github.com/iZettle/sdk-ios/releases/download/2.5.2/iZettleSDK.zip",
"2.5.3": "https://github.com/iZettle/sdk-ios/releases/download/2.5.3/iZettleSDK.zip"
}
}
2 changes: 1 addition & 1 deletion iZettleSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'iZettleSDK'
s.version = '3.1.0'
s.version = '3.1.1'
s.summary = 'iZettle SDK for iOS'
s.description = <<-DESC
For detailed information, please see iZettleSDK documentation and Readme.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleShortVersionString</key>
<string>3.1.0</string>
<string>3.1.1</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
Expand Down
Binary file not shown.
12 changes: 6 additions & 6 deletions iZettleSDK/iZettlePayments.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,31 +6,31 @@
<array>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>ios-arm64_armv7</string>
<key>LibraryPath</key>
<string>iZettlePayments.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
<string>armv7</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64_armv7</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>iZettlePayments.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>armv7</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
</array>
<key>CFBundlePackageType</key>
Expand Down
Loading

0 comments on commit 2695c7c

Please sign in to comment.