-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #50 from square/converge/in-app-payments-1.6.1
Release 1.6.1
- Loading branch information
Showing
33 changed files
with
160 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
## Swift Package Manager | ||
|
||
### 1. Add the following to your top-level `dependencies` block within your `Package.swift`: | ||
|
||
```swift | ||
dependencies: [ | ||
.package(url: "https://github.com/square/in-app-payments-ios", .upToNextMajor(from: "1.6.1")), | ||
] | ||
``` | ||
|
||
### 2. Add build phase to setup the SquareInAppPaymentsSDK and/or SquareBuyerVerificationSDK framework ### | ||
|
||
On your application targets’ Build Phases settings tab, click the + icon and choose New Run Script Phase. Create a Run Script in which you specify your shell (ex: /bin/sh), add the following contents to the script area below the shell: | ||
|
||
``` | ||
SETUP_SCRIPT="${CONFIGURATION_BUILD_DIR}/SquareInAppPaymentsSDK.framework/setup" | ||
if [ -f "$SETUP_SCRIPT" ]; then | ||
"$SETUP_SCRIPT" | ||
fi | ||
``` | ||
|
||
**Important Note:** The build phase script requires you to reset your Swift Package Caches when switching from a debug build to a release build (archiving) or vice versa. This helps prevent errors during building or releasing. You can reset your cache by using `File -> Packages -> Reset Package Caches` in Xcode. |
Binary file modified
BIN
+0 Bytes
(100%)
...uyerVerificationSDK.xcframework/ios-arm64/SquareBuyerVerificationSDK.framework/Info.plist
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+0 Bytes
(100%)
...DK.xcframework/ios-arm64_x86_64-simulator/SquareBuyerVerificationSDK.framework/Info.plist
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+0 Bytes
(100%)
.../SquareInAppPaymentsSDK.xcframework/ios-arm64/SquareInAppPaymentsSDK.framework/Info.plist
Binary file not shown.
Binary file modified
BIN
+3 Bytes
(100%)
...nAppPaymentsSDK.framework/SQIPAssetFinderResources.bundle/ca-ES.lproj/Localizable.strings
Binary file not shown.
Binary file modified
BIN
+5 Bytes
(100%)
...nAppPaymentsSDK.framework/SQIPAssetFinderResources.bundle/en-AU.lproj/Localizable.strings
Binary file not shown.
Binary file modified
BIN
+11 Bytes
(100%)
...nAppPaymentsSDK.framework/SQIPAssetFinderResources.bundle/en-CA.lproj/Localizable.strings
Binary file not shown.
Binary file modified
BIN
+5 Bytes
(100%)
...nAppPaymentsSDK.framework/SQIPAssetFinderResources.bundle/en-GB.lproj/Localizable.strings
Binary file not shown.
Binary file modified
BIN
+3 Bytes
(100%)
...nAppPaymentsSDK.framework/SQIPAssetFinderResources.bundle/en-IE.lproj/Localizable.strings
Binary file not shown.
Binary file modified
BIN
+2 Bytes
(100%)
...reInAppPaymentsSDK.framework/SQIPAssetFinderResources.bundle/ja.lproj/Localizable.strings
Binary file not shown.
Binary file modified
BIN
+5 Bytes
(100%)
...ppPaymentsSDK.framework/SQIPCardEntryViewResources.bundle/en-AU.lproj/Localizable.strings
Binary file not shown.
Binary file modified
BIN
+11 Bytes
(100%)
...ppPaymentsSDK.framework/SQIPCardEntryViewResources.bundle/en-CA.lproj/Localizable.strings
Binary file not shown.
Binary file modified
BIN
+5 Bytes
(100%)
...ppPaymentsSDK.framework/SQIPCardEntryViewResources.bundle/en-GB.lproj/Localizable.strings
Binary file not shown.
Binary file modified
BIN
+3 Bytes
(100%)
...ppPaymentsSDK.framework/SQIPCardEntryViewResources.bundle/en-IE.lproj/Localizable.strings
Binary file not shown.
Binary file modified
BIN
+2 Bytes
(100%)
...InAppPaymentsSDK.framework/SQIPCardEntryViewResources.bundle/ja.lproj/Localizable.strings
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+0 Bytes
(100%)
...ntsSDK.xcframework/ios-arm64_x86_64-simulator/SquareInAppPaymentsSDK.framework/Info.plist
Binary file not shown.
Binary file modified
BIN
+3 Bytes
(100%)
...nAppPaymentsSDK.framework/SQIPAssetFinderResources.bundle/ca-ES.lproj/Localizable.strings
Binary file not shown.
Binary file modified
BIN
+5 Bytes
(100%)
...nAppPaymentsSDK.framework/SQIPAssetFinderResources.bundle/en-AU.lproj/Localizable.strings
Binary file not shown.
Binary file modified
BIN
+11 Bytes
(100%)
...nAppPaymentsSDK.framework/SQIPAssetFinderResources.bundle/en-CA.lproj/Localizable.strings
Binary file not shown.
Binary file modified
BIN
+5 Bytes
(100%)
...nAppPaymentsSDK.framework/SQIPAssetFinderResources.bundle/en-GB.lproj/Localizable.strings
Binary file not shown.
Binary file modified
BIN
+3 Bytes
(100%)
...nAppPaymentsSDK.framework/SQIPAssetFinderResources.bundle/en-IE.lproj/Localizable.strings
Binary file not shown.
Binary file modified
BIN
+2 Bytes
(100%)
...reInAppPaymentsSDK.framework/SQIPAssetFinderResources.bundle/ja.lproj/Localizable.strings
Binary file not shown.
Binary file modified
BIN
+5 Bytes
(100%)
...ppPaymentsSDK.framework/SQIPCardEntryViewResources.bundle/en-AU.lproj/Localizable.strings
Binary file not shown.
Binary file modified
BIN
+11 Bytes
(100%)
...ppPaymentsSDK.framework/SQIPCardEntryViewResources.bundle/en-CA.lproj/Localizable.strings
Binary file not shown.
Binary file modified
BIN
+5 Bytes
(100%)
...ppPaymentsSDK.framework/SQIPCardEntryViewResources.bundle/en-GB.lproj/Localizable.strings
Binary file not shown.
Binary file modified
BIN
+3 Bytes
(100%)
...ppPaymentsSDK.framework/SQIPCardEntryViewResources.bundle/en-IE.lproj/Localizable.strings
Binary file not shown.
Binary file modified
BIN
+2 Bytes
(100%)
...InAppPaymentsSDK.framework/SQIPCardEntryViewResources.bundle/ja.lproj/Localizable.strings
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters