Skip to content

Commit 8d2c4f2

Browse files
authored
iOS - change bundle id and set min deployment to iOS 13.0 (#2597)
* iOS - set min deployment to iOS 13.0 * Demo - change bundle id to allow running on iOS device
1 parent 2267c04 commit 8d2c4f2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ios/rnuilib.xcodeproj/project.pbxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -660,6 +660,7 @@
660660
"FB_SONARKIT_ENABLED=1",
661661
);
662662
INFOPLIST_FILE = rnuilib/Info.plist;
663+
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
663664
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
664665
MARKETING_VERSION = 1.1.16;
665666
OTHER_LDFLAGS = (
@@ -668,6 +669,7 @@
668669
"-lc++",
669670
);
670671
PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
672+
"PRODUCT_BUNDLE_IDENTIFIER[sdk=iphoneos*]" = org.reactjs.native.example.wix.rnuilib;
671673
PRODUCT_NAME = rnuilib;
672674
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
673675
SWIFT_VERSION = 5.0;
@@ -684,6 +686,7 @@
684686
CLANG_ENABLE_MODULES = YES;
685687
CURRENT_PROJECT_VERSION = 1;
686688
INFOPLIST_FILE = rnuilib/Info.plist;
689+
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
687690
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
688691
MARKETING_VERSION = 1.1.16;
689692
OTHER_LDFLAGS = (
@@ -692,6 +695,7 @@
692695
"-lc++",
693696
);
694697
PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
698+
"PRODUCT_BUNDLE_IDENTIFIER[sdk=iphoneos*]" = org.reactjs.native.example.wix.rnuilib;
695699
PRODUCT_NAME = rnuilib;
696700
SWIFT_VERSION = 5.0;
697701
TARGETED_DEVICE_FAMILY = "1,2";

0 commit comments

Comments
 (0)