Skip to content

Commit

Permalink
Merge pull request #15 from square/converge/mpsdk-2.0.1
Browse files Browse the repository at this point in the history
2.0.1 release
  • Loading branch information
plinio-square authored Nov 19, 2024
2 parents 124df42 + 5cd2ed5 commit b20cf6f
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
Binary file modified Docs/MobilePaymentsSDK_DocC.zip
Binary file not shown.
4 changes: 2 additions & 2 deletions MockReaderUI.podspec
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Pod::Spec.new do |s|
s.name = 'MockReaderUI'
s.version = '2.0.0-beta3'
s.version = '2.0.1'
s.license = {:type=>"Square Developer License", :text=>"Copyright (c) 2020-present, Square, Inc. All rights reserved.\n\nYour use of this software is subject to the Square Developer Terms of\nService (https://squareup.com/legal/developers). This copyright notice shall\nbe included in all copies or substantial portions of the software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n"}
s.homepage = 'https://github.com/square/mobile-payments-sdk-ios'
s.authors = 'Square'
s.summary = 'Enables developers to build use mock readers for testing the MobilePaymentsSDK'

s.ios.deployment_target = '15.0'

s.source ={ :http => "https://d3eygymyzkbhx3.cloudfront.net/mpsdk/2.0.0-beta3/MockReaderUI_d86d59057def.zip" }
s.source ={ :http => "https://d3eygymyzkbhx3.cloudfront.net/mpsdk/2.0.1/MockReaderUI_1320fafdc975.zip" }
s.vendored_frameworks = 'MockReaderUI.xcframework'

end
8 changes: 4 additions & 4 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ let package = Package(
targets: [
.binaryTarget(
name: "SquareMobilePaymentsSDK",
url: "https://d3eygymyzkbhx3.cloudfront.net/mpsdk/2.0.0-beta3/SquareMobilePaymentsSDK_d86d59057def.zip",
checksum: "bd00b517292828606b5c205100e245ee2154df1aa9947483d718990ed148cc8a"
url: "https://d3eygymyzkbhx3.cloudfront.net/mpsdk/2.0.1/SquareMobilePaymentsSDK_1320fafdc975.zip",
checksum: "07da9a6a80dc73bed0bf89d5e014231c68e3abbf788e02772998bfeeed4cb89b"
),
.binaryTarget(
name: "MockReaderUI",
url: "https://d3eygymyzkbhx3.cloudfront.net/mpsdk/2.0.0-beta3/MockReaderUI_d86d59057def.zip",
checksum: "2c3df818720cdd133f0c34ee7230b794a3692673f5e2e892fbbdcd5681bb91ef"
url: "https://d3eygymyzkbhx3.cloudfront.net/mpsdk/2.0.1/MockReaderUI_1320fafdc975.zip",
checksum: "2ed1cd6b803e5693a7069592d9ec359779adb9c060983e95a8bb220bc8f0052b"
),
]
)
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Install with [Swift Package Manager](https://www.swift.org/documentation/package

1. Select `File > Add Package Dependencies...`.
2. Enter the repository URL: `https://github.com/square/mobile-payments-sdk-ios`.
3. Select the `Exact Version` dependency rule and specify the version as `2.0.0-beta3`.
3. Select the `Exact Version` dependency rule and specify the version as `2.0.1`.
4. Ensure the `SquareMobilePaymentsSDK` product is added to your target.

Optionally, you can also add the `MockReaderUI` product to your target to simulate a physical reader when one is not present in a sandbox environment.
Expand All @@ -29,11 +29,11 @@ Install with [CocoaPods](http://cocoapods.org/) by adding the following to your
```
use_frameworks!
pod "SquareMobilePaymentsSDK", "~> 2.0.0-beta3"
pod "SquareMobilePaymentsSDK", "~> 2.0.1"
# Optionally include MockReaderUI if you wish to simulate a physical reader when one is not present.
# This feature is only available when provided a sandbox application ID.
pod "MockReaderUI", "~> 2.0.0-beta3", configurations: ['Debug']
pod "MockReaderUI", "~> 2.0.1", configurations: ['Debug']
```
_Note that MockReaderUI framework **requires** the `SquareMobilePaymentsSDK` framework to also be present in your `Podfile`._

Expand Down
4 changes: 2 additions & 2 deletions Scripts/sdk_constants.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module SquareMobilePaymentsSDK
VERSION = '2.0.0-beta3'
COMMIT_SHA = 'd86d59057def'
VERSION = '2.0.1'
COMMIT_SHA = '1320fafdc975'
CLOUDFRONT_DOMAIN = 'd3eygymyzkbhx3.cloudfront.net'
LICENSE_TYPE = 'Square Developer License'
LICENSE_TEXT = <<-LICENSE
Expand Down
4 changes: 2 additions & 2 deletions SquareMobilePaymentsSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Pod::Spec.new do |s|
s.name = 'SquareMobilePaymentsSDK'
s.version = '2.0.0-beta3'
s.version = '2.0.1'
s.license = {:type=>"Square Developer License", :text=>"Copyright (c) 2020-present, Square, Inc. All rights reserved.\n\nYour use of this software is subject to the Square Developer Terms of\nService (https://squareup.com/legal/developers). This copyright notice shall\nbe included in all copies or substantial portions of the software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n"}
s.homepage = 'https://github.com/square/mobile-payments-sdk-ios'
s.authors = 'Square'
s.summary = 'Enables developers to build secure in-person payment solutions'

s.ios.deployment_target = '15.0'

s.source ={ :http => "https://d3eygymyzkbhx3.cloudfront.net/mpsdk/2.0.0-beta3/SquareMobilePaymentsSDK_d86d59057def.zip" }
s.source ={ :http => "https://d3eygymyzkbhx3.cloudfront.net/mpsdk/2.0.1/SquareMobilePaymentsSDK_1320fafdc975.zip" }
s.vendored_frameworks = 'SquareMobilePaymentsSDK.xcframework'

end

0 comments on commit b20cf6f

Please sign in to comment.