Skip to content

Commit 63679d2

Browse files
committed
react native 82 fixed in ios
1 parent b825c07 commit 63679d2

File tree

7 files changed

+688
-1302
lines changed

7 files changed

+688
-1302
lines changed

example/ios/IdscanSdkExample/AppDelegate.mm

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,7 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(
1414
return [super application:application didFinishLaunchingWithOptions:launchOptions];
1515
}
1616

17-
- (NSURL *)sourceURLForBridge:(RCTBridge *)bridge
18-
{
19-
return [self getBundleURL];
20-
}
21-
22-
- (NSURL *)getBundleURL
17+
- (NSURL *)bundleURL
2318
{
2419
#if DEBUG
2520
return [[RCTBundleURLProvider sharedSettings] jsBundleURLForBundleRoot:@"index"];

example/ios/IdscanSdkExample/Info.plist

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,6 @@
4141
<true/>
4242
<key>UILaunchStoryboardName</key>
4343
<string>LaunchScreen</string>
44-
<key>UIRequiredDeviceCapabilities</key>
45-
<array>
46-
<string>armv7</string>
47-
</array>
4844
<key>UISupportedInterfaceOrientations</key>
4945
<array>
5046
<string>UIInterfaceOrientationPortrait</string>

example/ios/Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2690,7 +2690,7 @@ SPEC CHECKSUMS:
26902690
React-logger: 500f2fa5697d224e63c33d913c8a4765319e19bf
26912691
React-Mapbuffer: 06d59c448da7e34eb05b3fb2189e12f6a30fec57
26922692
React-microtasksnativemodule: d1ee999dc9052e23f6488b730fa2d383a4ea40e5
2693-
react-native-idscan-sdk: e052ba5eefea1eb3bf6942938c0cd4e92b69fb70
2693+
react-native-idscan-sdk: 1e53919b656850af77e72f4b734080c71d739a59
26942694
react-native-safe-area-context: c00143b4823773bba23f2f19f85663ae89ceb460
26952695
React-NativeModulesApple: 46690a0fe94ec28fc6fc686ec797b911d251ded0
26962696
React-oscompat: 95875e81f5d4b3c7b2c888d5bd2c9d83450d8bdb

ios/IdscanSdk.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@
171171
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
172172
GCC_WARN_UNUSED_FUNCTION = YES;
173173
GCC_WARN_UNUSED_VARIABLE = YES;
174-
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
174+
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
175175
MTL_ENABLE_DEBUG_INFO = YES;
176176
ONLY_ACTIVE_ARCH = YES;
177177
SDKROOT = iphoneos;
@@ -214,7 +214,7 @@
214214
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
215215
GCC_WARN_UNUSED_FUNCTION = YES;
216216
GCC_WARN_UNUSED_VARIABLE = YES;
217-
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
217+
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
218218
MTL_ENABLE_DEBUG_INFO = NO;
219219
SDKROOT = iphoneos;
220220
VALIDATE_PRODUCT = YES;

0 commit comments

Comments
 (0)