File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 660
660
"FB_SONARKIT_ENABLED=1",
661
661
);
662
662
INFOPLIST_FILE = rnuilib/Info.plist;
663
+ IPHONEOS_DEPLOYMENT_TARGET = 13.0;
663
664
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
664
665
MARKETING_VERSION = 1.1.16;
665
666
OTHER_LDFLAGS = (
668
669
"-lc++",
669
670
);
670
671
PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
672
+ "PRODUCT_BUNDLE_IDENTIFIER[sdk=iphoneos*]" = org.reactjs.native.example.wix.rnuilib;
671
673
PRODUCT_NAME = rnuilib;
672
674
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
673
675
SWIFT_VERSION = 5.0;
684
686
CLANG_ENABLE_MODULES = YES;
685
687
CURRENT_PROJECT_VERSION = 1;
686
688
INFOPLIST_FILE = rnuilib/Info.plist;
689
+ IPHONEOS_DEPLOYMENT_TARGET = 13.0;
687
690
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
688
691
MARKETING_VERSION = 1.1.16;
689
692
OTHER_LDFLAGS = (
692
695
"-lc++",
693
696
);
694
697
PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
698
+ "PRODUCT_BUNDLE_IDENTIFIER[sdk=iphoneos*]" = org.reactjs.native.example.wix.rnuilib;
695
699
PRODUCT_NAME = rnuilib;
696
700
SWIFT_VERSION = 5.0;
697
701
TARGETED_DEVICE_FAMILY = "1,2";
You can’t perform that action at this time.
0 commit comments