Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ require Pod::Executable.execute_command('node', ['-p',
{paths: [process.argv[1]]},
)', __dir__]).strip

source 'https://github.com/tyro/connect-cocoapods.git'
source 'https://cdn.cocoapods.org/'

# Read the min iOS version from xcode prj and set min iOS version for Podfile
require 'xcodeproj'
project_path = './exampleApp.xcodeproj'
Expand Down
19 changes: 16 additions & 3 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ PODS:
- boost (1.76.0)
- CocoaAsyncSocket (7.6.5)
- DoubleConversion (1.1.6)
- Factory (2.3.2)
- FBLazyVector (0.72.7)
- FBReactNativeSpec (0.72.7):
- RCT-Folly (= 2021.07.22.00)
Expand Down Expand Up @@ -491,9 +492,14 @@ PODS:
- RNSVG (14.1.0):
- React-Core
- SocketRocket (0.6.1)
- tyro-pay-api-react-native (0.0.1-alpha.2):
- SwiftyBeaver (2.0.0)
- tyro-pay-api-react-native (0.0.1-alpha.3):
- RCT-Folly (= 2021.07.22.00)
- React-Core
- TyroApplePay (= 0.0.1)
- TyroApplePay (0.0.1):
- Factory
- SwiftyBeaver
- Yoga (1.14.0)
- YogaKit (1.18.1):
- Yoga (~> 1.14)
Expand Down Expand Up @@ -567,8 +573,11 @@ DEPENDENCIES:
- Yoga (from `../node_modules/react-native/ReactCommon/yoga`)

SPEC REPOS:
https://github.com/tyro/connect-cocoapods.git:
- TyroApplePay
trunk:
- CocoaAsyncSocket
- Factory
- Flipper
- Flipper-Boost-iOSX
- Flipper-DoubleConversion
Expand All @@ -581,6 +590,7 @@ SPEC REPOS:
- libevent
- OpenSSL-Universal
- SocketRocket
- SwiftyBeaver
- YogaKit

EXTERNAL SOURCES:
Expand Down Expand Up @@ -674,6 +684,7 @@ SPEC CHECKSUMS:
boost: 57d2868c099736d80fcd648bf211b4431e51a558
CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99
DoubleConversion: 5189b271737e1565bdce30deb4a08d647e3f5f54
Factory: 3a9d0809910130d609b34d4554828e6ecce519ff
FBLazyVector: 5fbbff1d7734827299274638deb8ba3024f6c597
FBReactNativeSpec: 638095fe8a01506634d77b260ef8a322019ac671
Flipper: 6edb735e6c3e332975d1b17956bcc584eccf5818
Expand Down Expand Up @@ -724,10 +735,12 @@ SPEC CHECKSUMS:
ReactCommon: 5f704096ccf7733b390f59043b6fa9cc180ee4f6
RNSVG: ba3e7232f45e34b7b47e74472386cf4e1a676d0a
SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17
tyro-pay-api-react-native: e9ccad89ca70def21c2f3231af42701250dee86f
SwiftyBeaver: 014b0c12065026b731bac80305294f27d63e27f6
tyro-pay-api-react-native: 7ca9270bcde7cc9bc5617c95d3d1f731bcc298d0
TyroApplePay: d4fdafd3270c5a5396dd24c338c829a7fdc58bb4
Yoga: 4c3aa327e4a6a23eeacd71f61c81df1bcdf677d5
YogaKit: f782866e155069a2cca2517aafea43200b01fd5a

PODFILE CHECKSUM: 18fd48e808e852bd26c1f45356abe046e8173b89
PODFILE CHECKSUM: 1b3f4282285be9a8520a9967f7a3ed5317366b0a

COCOAPODS: 1.15.2
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"gradlew:build:sdk": "cd android && chmod +x ./gradlew && ./gradlew --no-daemon -S -Dorg.gradle.dependency.verification=off clean build"
},
"dependencies": {
"@tyro/tyro-pay-api-react-native": "^0.0.1-alpha.2",
"@tyro/tyro-pay-api-react-native": "^0.0.1-alpha.3",
"react": "18.2.0",
"react-native": "0.72.7",
"react-native-svg": "^14.1.0",
Expand Down