Skip to content

Commit

Permalink
Update to 2025.2.0
Browse files Browse the repository at this point in the history
* Remove `Debug` configuration for MockReaderUI
  • Loading branch information
tobischw committed Feb 15, 2025
1 parent 155db5e commit 97dd6b7
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 20 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,5 @@ ios/generated
android/generated

# Ignoring the pods folder. Make sure you run pod install
ios/Pods/
ios/Pods/
*.xcworkspacedata
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Mobile Payments SDK for React Native supports the following SDK versions:

* [iOS](https://developer.squareup.com/docs/mobile-payments-sdk/ios#1-install-the-sdk-and-dependencies): 2.0.1 and above
* [iOS](https://developer.squareup.com/docs/mobile-payments-sdk/ios#1-install-the-sdk-and-dependencies): 2.0.2 and above
* [Android](https://developer.squareup.com/docs/mobile-payments-sdk/android#1-install-the-sdk-and-dependencies): 2.0.2 and above

## Review requirements
Expand Down

This file was deleted.

2 changes: 1 addition & 1 deletion ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ target 'RNMobilePaymentSDK' do
use_frameworks!

# Pods for RNMobilePaymentSDK
pod "SquareMobilePaymentsSDK", "~> 2.0.1"
pod "SquareMobilePaymentsSDK", "~> 2.0.2"
target 'RNMobilePaymentSDKTests' do
inherit! :search_paths
# Pods for testing
Expand Down
8 changes: 4 additions & 4 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
PODS:
- SquareMobilePaymentsSDK (2.0.1)
- SquareMobilePaymentsSDK (2.0.2)

DEPENDENCIES:
- SquareMobilePaymentsSDK (~> 2.0.1)
- SquareMobilePaymentsSDK (~> 2.0.2)

SPEC REPOS:
trunk:
- SquareMobilePaymentsSDK

SPEC CHECKSUMS:
SquareMobilePaymentsSDK: 9f9364251a01c474ce5d84635a2b8e1f8a64494c
SquareMobilePaymentsSDK: 1964169130cab2f447d767adf9c18f8b5d212ff6

PODFILE CHECKSUM: c816af0d22ae1ef92a7126f706f9ded96629c4e9
PODFILE CHECKSUM: 1c0f22efdb235538a7a49119eaced2170ab7e369

COCOAPODS: 1.16.2
2 changes: 1 addition & 1 deletion mobile-payments-sdk-react-native.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Pod::Spec.new do |s|
s.source = { :git => "https://github.com/square//mobile-payments-sdk-react-native.git", :tag => "#{s.version}" }

s.dependency "SquareMobilePaymentsSDK", "~> #{package["mobilePaymentsSdkVersion"]}"
s.dependency "MockReaderUI", "~> #{package["mobilePaymentsSdkVersion"]}", configurations: ['Debug']
s.dependency "MockReaderUI", "~> #{package["mobilePaymentsSdkVersion"]}"

s.source_files = "ios/**/*.{h,m,mm,swift}"

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "mobile-payments-sdk-react-native",
"version": "2025.1.0",
"version": "2025.2.0",
"description": "Mobile Payments SDK plug-in for React Native. Enables developers to build secure in-person payment solutions.",
"mobilePaymentsSdkVersion": "2.0.1",
"mobilePaymentsSdkVersion": "2.0.2",
"source": "./src/index.tsx",
"main": "./lib/commonjs/index.js",
"module": "./lib/module/index.js",
Expand Down

0 comments on commit 97dd6b7

Please sign in to comment.