Skip to content

Commit f5cf484

Browse files
committed
yarn setup working with native dependencies
1 parent 9782b02 commit f5cf484

File tree

6 files changed

+1704
-616
lines changed

6 files changed

+1704
-616
lines changed

ios/MetaMask.xcodeproj/project.pbxproj

+3-2
Original file line numberDiff line numberDiff line change
@@ -1407,7 +1407,7 @@
14071407
"$(SRCROOT)/../node_modules/react-native-tcp/ios/**",
14081408
);
14091409
INFOPLIST_FILE = MetaMask/Info.plist;
1410-
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
1410+
IPHONEOS_DEPLOYMENT_TARGET = 15.6;
14111411
LD_RUNPATH_SEARCH_PATHS = (
14121412
"$(inherited)",
14131413
"@executable_path/Frameworks",
@@ -1473,7 +1473,7 @@
14731473
"$(SRCROOT)/../node_modules/react-native-tcp/ios/**",
14741474
);
14751475
INFOPLIST_FILE = MetaMask/Info.plist;
1476-
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
1476+
IPHONEOS_DEPLOYMENT_TARGET = 15.6;
14771477
LD_RUNPATH_SEARCH_PATHS = (
14781478
"$(inherited)",
14791479
"@executable_path/Frameworks",
@@ -1673,6 +1673,7 @@
16731673
OTHER_LDFLAGS = "$(inherited)";
16741674
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
16751675
SDKROOT = iphoneos;
1676+
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) DEBUG";
16761677
USE_HERMES = false;
16771678
};
16781679
name = Debug;

ios/MetaMask/PrivacyInfo.xcprivacy

+8-7
Original file line numberDiff line numberDiff line change
@@ -19,27 +19,28 @@
1919
<string>NSPrivacyAccessedAPICategoryFileTimestamp</string>
2020
<key>NSPrivacyAccessedAPITypeReasons</key>
2121
<array>
22-
<string>C617.1</string>
2322
<string>0A2A.1</string>
23+
<string>3B52.1</string>
24+
<string>C617.1</string>
2425
<string>DDA9.1</string>
2526
</array>
2627
</dict>
2728
<dict>
2829
<key>NSPrivacyAccessedAPIType</key>
29-
<string>NSPrivacyAccessedAPICategorySystemBootTime</string>
30+
<string>NSPrivacyAccessedAPICategoryDiskSpace</string>
3031
<key>NSPrivacyAccessedAPITypeReasons</key>
3132
<array>
32-
<string>35F9.1</string>
33-
<string>8FFB.1</string>
33+
<string>E174.1</string>
34+
<string>85F4.1</string>
3435
</array>
3536
</dict>
3637
<dict>
3738
<key>NSPrivacyAccessedAPIType</key>
38-
<string>NSPrivacyAccessedAPICategoryDiskSpace</string>
39+
<string>NSPrivacyAccessedAPICategorySystemBootTime</string>
3940
<key>NSPrivacyAccessedAPITypeReasons</key>
4041
<array>
41-
<string>85F4.1</string>
42-
<string>E174.1</string>
42+
<string>35F9.1</string>
43+
<string>8FFB.1</string>
4344
</array>
4445
</dict>
4546
</array>

ios/Podfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ require File.join(File.dirname(`node --print "require.resolve('expo/package.json
22
require_relative '../node_modules/react-native/scripts/react_native_pods'
33
require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules'
44

5-
platform :ios, '13.4'
5+
platform :ios, '15.6'
66
prepare_react_native_project!
77
# Ensures that versions from Gemfile is respected
88
ensure_bundler!

0 commit comments

Comments
 (0)