File tree 6 files changed +1704
-616
lines changed
6 files changed +1704
-616
lines changed Original file line number Diff line number Diff line change 1407
1407
"$(SRCROOT)/../node_modules/react-native-tcp/ios/**",
1408
1408
);
1409
1409
INFOPLIST_FILE = MetaMask/Info.plist;
1410
- IPHONEOS_DEPLOYMENT_TARGET = 13.0 ;
1410
+ IPHONEOS_DEPLOYMENT_TARGET = 15.6 ;
1411
1411
LD_RUNPATH_SEARCH_PATHS = (
1412
1412
"$(inherited)",
1413
1413
"@executable_path/Frameworks",
1473
1473
"$(SRCROOT)/../node_modules/react-native-tcp/ios/**",
1474
1474
);
1475
1475
INFOPLIST_FILE = MetaMask/Info.plist;
1476
- IPHONEOS_DEPLOYMENT_TARGET = 13.0 ;
1476
+ IPHONEOS_DEPLOYMENT_TARGET = 15.6 ;
1477
1477
LD_RUNPATH_SEARCH_PATHS = (
1478
1478
"$(inherited)",
1479
1479
"@executable_path/Frameworks",
1673
1673
OTHER_LDFLAGS = "$(inherited)";
1674
1674
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
1675
1675
SDKROOT = iphoneos;
1676
+ SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) DEBUG";
1676
1677
USE_HERMES = false;
1677
1678
};
1678
1679
name = Debug;
Original file line number Diff line number Diff line change 19
19
<string >NSPrivacyAccessedAPICategoryFileTimestamp</string >
20
20
<key >NSPrivacyAccessedAPITypeReasons</key >
21
21
<array >
22
- <string >C617.1</string >
23
22
<string >0A2A.1</string >
23
+ <string >3B52.1</string >
24
+ <string >C617.1</string >
24
25
<string >DDA9.1</string >
25
26
</array >
26
27
</dict >
27
28
<dict >
28
29
<key >NSPrivacyAccessedAPIType</key >
29
- <string >NSPrivacyAccessedAPICategorySystemBootTime </string >
30
+ <string >NSPrivacyAccessedAPICategoryDiskSpace </string >
30
31
<key >NSPrivacyAccessedAPITypeReasons</key >
31
32
<array >
32
- <string >35F9 .1</string >
33
- <string >8FFB .1</string >
33
+ <string >E174 .1</string >
34
+ <string >85F4 .1</string >
34
35
</array >
35
36
</dict >
36
37
<dict >
37
38
<key >NSPrivacyAccessedAPIType</key >
38
- <string >NSPrivacyAccessedAPICategoryDiskSpace </string >
39
+ <string >NSPrivacyAccessedAPICategorySystemBootTime </string >
39
40
<key >NSPrivacyAccessedAPITypeReasons</key >
40
41
<array >
41
- <string >85F4 .1</string >
42
- <string >E174 .1</string >
42
+ <string >35F9 .1</string >
43
+ <string >8FFB .1</string >
43
44
</array >
44
45
</dict >
45
46
</array >
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ require File.join(File.dirname(`node --print "require.resolve('expo/package.json
2
2
require_relative '../node_modules/react-native/scripts/react_native_pods'
3
3
require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules'
4
4
5
- platform :ios , '13.4 '
5
+ platform :ios , '15.6 '
6
6
prepare_react_native_project!
7
7
# Ensures that versions from Gemfile is respected
8
8
ensure_bundler!
You can’t perform that action at this time.
0 commit comments