diff --git a/example/ios/Podfile b/example/ios/Podfile index bf6a62f1..fd94ce82 100644 --- a/example/ios/Podfile +++ b/example/ios/Podfile @@ -1,7 +1,7 @@ require_relative '../node_modules/react-native/scripts/react_native_pods' require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules' -platform :ios, min_ios_version_supported +platform :ios, 14.0 prepare_react_native_project! # If you are using a `react-native-flipper` your iOS build will fail when `NO_FLIPPER=1` is set. diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index c944c80a..855f08ab 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -78,7 +78,7 @@ PODS: - hermes-engine/Pre-built (0.71.10) - libevent (2.1.12) - OpenSSL-Universal (1.1.1100) - - Plaid (5.0.0) + - Plaid (5.1.0) - RCT-Folly (2021.07.22.00): - boost - DoubleConversion @@ -330,8 +330,8 @@ PODS: - React-jsinspector (0.71.10) - React-logger (0.71.10): - glog - - react-native-plaid-link-sdk (11.0.3): - - Plaid (~> 5.0.0) + - react-native-plaid-link-sdk (11.1.0): + - Plaid (~> 5.1.0) - React-Core - react-native-safe-area-context (4.7.4): - React-Core @@ -612,7 +612,7 @@ SPEC CHECKSUMS: hermes-engine: d27603b55a48402501ad1928c05411dae9cd6b85 libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913 OpenSSL-Universal: ebc357f1e6bc71fa463ccb2fe676756aff50e88c - Plaid: c5da02bbacd3065116e52d2e0405c2718e34917e + Plaid: 41841853b526d9e88cf0a214d1e5d77692044c4a RCT-Folly: 424b8c9a7a0b9ab2886ffe9c3b041ef628fd4fb1 RCTRequired: 8ef706f91e2b643cd32c26a57700b5f24fab0585 RCTTypeSafety: 5fbddd8eb9242b91ac0d901c01da3673f358b1b7 @@ -627,7 +627,7 @@ SPEC CHECKSUMS: React-jsiexecutor: 4bb480a183a354e4dbfb1012936b1a2bb9357de7 React-jsinspector: cdc854f8b13abd202afa54bc12578e5afb9cfae1 React-logger: ef2269b3afa6ba868da90496c3e17a4ec4f4cee0 - react-native-plaid-link-sdk: 54173417f7fa05746b19435dc500f7b90d9efe3a + react-native-plaid-link-sdk: 6b7b6ca8e11df794ae0b98a4da8450a95df216fa react-native-safe-area-context: 2cd91d532de12acdb0a9cbc8d43ac72a8e4c897c React-perflogger: 217095464d5c4bb70df0742fa86bf2a363693468 React-RCTActionSheet: 8deae9b85a4cbc6a2243618ea62a374880a2c614 @@ -648,6 +648,6 @@ SPEC CHECKSUMS: Yoga: e7ea9e590e27460d28911403b894722354d73479 YogaKit: f782866e155069a2cca2517aafea43200b01fd5a -PODFILE CHECKSUM: 45bbdc3649a18dcf4a46d901294f6352810cb235 +PODFILE CHECKSUM: 05ef4bdaf9bed05843ba39c543e6c38dd62010f4 COCOAPODS: 1.14.2 diff --git a/example/ios/plaidRNDemo.xcodeproj/project.pbxproj b/example/ios/plaidRNDemo.xcodeproj/project.pbxproj index 80dd8077..0bf1d837 100644 --- a/example/ios/plaidRNDemo.xcodeproj/project.pbxproj +++ b/example/ios/plaidRNDemo.xcodeproj/project.pbxproj @@ -514,7 +514,7 @@ "$(inherited)", ); INFOPLIST_FILE = plaidRNDemoTests/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 12.4; + IPHONEOS_DEPLOYMENT_TARGET = 14.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -543,7 +543,7 @@ COPY_PHASE_STRIP = NO; DEVELOPMENT_TEAM = Z2P2MSMY87; INFOPLIST_FILE = plaidRNDemoTests/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 12.4; + IPHONEOS_DEPLOYMENT_TARGET = 14.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -572,6 +572,7 @@ DEVELOPMENT_TEAM = Z2P2MSMY87; ENABLE_BITCODE = NO; INFOPLIST_FILE = plaidRNDemo/Info.plist; + IPHONEOS_DEPLOYMENT_TARGET = 14.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -600,6 +601,7 @@ CURRENT_PROJECT_VERSION = 1; DEVELOPMENT_TEAM = Z2P2MSMY87; INFOPLIST_FILE = plaidRNDemo/Info.plist; + IPHONEOS_DEPLOYMENT_TARGET = 14.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -633,7 +635,7 @@ DEVELOPMENT_TEAM = Z2P2MSMY87; GCC_C_LANGUAGE_STANDARD = gnu11; GENERATE_INFOPLIST_FILE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 15.0; + IPHONEOS_DEPLOYMENT_TARGET = 14.0; MARKETING_VERSION = 1.0; MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; MTL_FAST_MATH = YES; @@ -664,7 +666,7 @@ DEVELOPMENT_TEAM = Z2P2MSMY87; GCC_C_LANGUAGE_STANDARD = gnu11; GENERATE_INFOPLIST_FILE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 15.0; + IPHONEOS_DEPLOYMENT_TARGET = 14.0; MARKETING_VERSION = 1.0; MTL_FAST_MATH = YES; PRODUCT_BUNDLE_IDENTIFIER = com.plaid.plaidRNDemoUITests; diff --git a/example/package-lock.json b/example/package-lock.json index 3ed6c033..ef230174 100644 --- a/example/package-lock.json +++ b/example/package-lock.json @@ -16,7 +16,7 @@ "react": "18.2.0", "react-native": "0.71.10", "react-native-gesture-handler": "^2.12.1", - "react-native-plaid-link-sdk": "^11.0.3", + "react-native-plaid-link-sdk": "^11.1.0", "react-native-safe-area-context": "^4.7.1", "react-native-screens": "^3.24.0" }, @@ -38,6 +38,14 @@ "typescript": "4.8.4" } }, + ".yalc/react-native-plaid-link-sdk": { + "version": "11.1.0", + "license": "MIT", + "peerDependencies": { + "react": "*", + "react-native": "*" + } + }, "node_modules/@aashutoshrathi/word-wrap": { "version": "1.2.6", "resolved": "https://registry.npmjs.org/@aashutoshrathi/word-wrap/-/word-wrap-1.2.6.tgz", @@ -12968,13 +12976,8 @@ "integrity": "sha512-1dVk9NwhoyKHCSxcrM6vY6cxmojeATsBobDicX0ZKr7DgUF2cBQRTKsimQFvzH8XhOVXyH8p4HyDSZNIFI8OlQ==" }, "node_modules/react-native-plaid-link-sdk": { - "version": "11.0.3", - "resolved": "https://registry.npmjs.org/react-native-plaid-link-sdk/-/react-native-plaid-link-sdk-11.0.3.tgz", - "integrity": "sha512-TjupS8T8lwld/50hWB56+SQpb2DS87KDBVRQpPGJT1dxIzvBufWnEvJwkRdLc+oaIfZbCxfZRdpkEu3sVFqLtw==", - "peerDependencies": { - "react": "*", - "react-native": "*" - } + "resolved": ".yalc/react-native-plaid-link-sdk", + "link": true }, "node_modules/react-native-safe-area-context": { "version": "4.7.4", diff --git a/example/package.json b/example/package.json index 749f3336..3cf1a721 100644 --- a/example/package.json +++ b/example/package.json @@ -20,7 +20,7 @@ "react": "18.2.0", "react-native": "0.71.10", "react-native-gesture-handler": "^2.12.1", - "react-native-plaid-link-sdk": "^11.0.3", + "react-native-plaid-link-sdk": "^11.1.0", "react-native-safe-area-context": "^4.7.1", "react-native-screens": "^3.24.0" },