Skip to content

Commit ed4ec0d

Browse files
authored
chore(uiw/react-native): 版本升级4.0.1和明暗主题适配 (#232)
1 parent 882631e commit ed4ec0d

File tree

22 files changed

+1516
-250
lines changed

22 files changed

+1516
-250
lines changed

HelloWorld/ios/HelloWorld.xcodeproj/project.pbxproj

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@
564564
COPY_PHASE_STRIP = NO;
565565
ENABLE_STRICT_OBJC_MSGSEND = YES;
566566
ENABLE_TESTABILITY = YES;
567-
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = i386;
567+
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = "";
568568
GCC_C_LANGUAGE_STANDARD = gnu99;
569569
GCC_DYNAMIC_NO_PIC = NO;
570570
GCC_NO_COMMON_BLOCKS = YES;
@@ -598,6 +598,7 @@
598598
"-DFOLLY_MOBILE=1",
599599
"-DFOLLY_USE_LIBCPP=1",
600600
);
601+
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
601602
SDKROOT = iphoneos;
602603
};
603604
name = Debug;
@@ -635,7 +636,7 @@
635636
COPY_PHASE_STRIP = YES;
636637
ENABLE_NS_ASSERTIONS = NO;
637638
ENABLE_STRICT_OBJC_MSGSEND = YES;
638-
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = i386;
639+
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = "";
639640
GCC_C_LANGUAGE_STANDARD = gnu99;
640641
GCC_NO_COMMON_BLOCKS = YES;
641642
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
@@ -661,6 +662,7 @@
661662
"-DFOLLY_MOBILE=1",
662663
"-DFOLLY_USE_LIBCPP=1",
663664
);
665+
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
664666
SDKROOT = iphoneos;
665667
VALIDATE_PRODUCT = YES;
666668
};

0 commit comments

Comments
 (0)