Skip to content

Commit

Permalink
* Updated Statement Tap Framework from v2.1.0 to v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
torresejay102 committed Apr 27, 2022
1 parent b3d5fe9 commit 5e4dbf5
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 11 deletions.
10 changes: 5 additions & 5 deletions Sources/Statement/StatementTapFramework.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,30 +6,30 @@
<array>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>StatementTapFramework.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>StatementTapFramework.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</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
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</data>
<key>Info.plist</key>
<data>
J7KS+1TxFi3nW0vnGW0FaOJODuE=
nS3Qd4Zda515e1YQXInX0WaJ4us=
</data>
<key>Modules/StatementTapFramework.swiftmodule/arm64-apple-ios-simulator.swiftdoc</key>
<data>
Expand All @@ -26,7 +26,7 @@
</data>
<key>Modules/StatementTapFramework.swiftmodule/arm64-apple-ios-simulator.swiftmodule</key>
<data>
WZSrFrRGJlxyfDwl+L/2fK4KpKk=
xPbkvqZ/1LiIC6juE9jS8hRwbDU=
</data>
<key>Modules/StatementTapFramework.swiftmodule/x86_64-apple-ios-simulator.swiftdoc</key>
<data>
Expand All @@ -38,7 +38,7 @@
</data>
<key>Modules/StatementTapFramework.swiftmodule/x86_64-apple-ios-simulator.swiftmodule</key>
<data>
+5t9zzRDiyFX/jIimPjVZesjYvU=
lGkwdF9sqyste632l9twNZNRVrk=
</data>
<key>Modules/module.modulemap</key>
<data>
Expand Down Expand Up @@ -79,7 +79,7 @@
<dict>
<key>hash2</key>
<data>
hMfrDhtn9pjjYQ72cuMMi6zvci15D/Soygoc20oh37Q=
xnXGd4chAiMWIQULhRq9j3YQaw2uF6mdO5GjKYjwR6A=
</data>
</dict>
<key>Modules/StatementTapFramework.swiftmodule/x86_64-apple-ios-simulator.swiftdoc</key>
Expand All @@ -100,7 +100,7 @@
<dict>
<key>hash2</key>
<data>
adGZq1XbZ7cyagl0LDXfctBqJ65vjjd1vlQDUDK+a4Y=
A63yC1kdCeTSLtzqiOC4n8prVi6BXbNMJxTw28LBm7w=
</data>
</dict>
<key>Modules/module.modulemap</key>
Expand Down
6 changes: 6 additions & 0 deletions sdk docs/statement tap/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file.

## 2.1.1 - 2022-04-27

### Fixed

- returning of errors via **checkout** function

## 2.1.0 - 2022-04-18

### Changed
Expand Down
2 changes: 1 addition & 1 deletion sdk docs/statement tap/readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Statement Tap Framework for iOS
***
*Version:* 2.1.0
*Version:* 2.1.1
***


Expand Down

0 comments on commit 5e4dbf5

Please sign in to comment.