Skip to content

Commit 5240af5

Browse files
committed
Don't require code signing
1 parent c79e3ef commit 5240af5

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

ios/ReactNativeStarterKit.xcodeproj/project.pbxproj

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -705,12 +705,8 @@
705705
TargetAttributes = {
706706
00E356ED1AD99517003FC87E = {
707707
CreatedOnToolsVersion = 6.2;
708-
DevelopmentTeam = CUK6RVM3Q4;
709708
TestTargetID = 13B07F861A680F5B00A75B9A;
710709
};
711-
13B07F861A680F5B00A75B9A = {
712-
DevelopmentTeam = CUK6RVM3Q4;
713-
};
714710
};
715711
};
716712
buildConfigurationList = 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "ReactNativeStarterKit" */;
@@ -1177,7 +1173,7 @@
11771173
isa = XCBuildConfiguration;
11781174
buildSettings = {
11791175
BUNDLE_LOADER = "$(TEST_HOST)";
1180-
DEVELOPMENT_TEAM = CUK6RVM3Q4;
1176+
DEVELOPMENT_TEAM = "";
11811177
GCC_PREPROCESSOR_DEFINITIONS = (
11821178
"DEBUG=1",
11831179
"$(inherited)",
@@ -1205,7 +1201,7 @@
12051201
buildSettings = {
12061202
BUNDLE_LOADER = "$(TEST_HOST)";
12071203
COPY_PHASE_STRIP = NO;
1208-
DEVELOPMENT_TEAM = CUK6RVM3Q4;
1204+
DEVELOPMENT_TEAM = "";
12091205
HEADER_SEARCH_PATHS = (
12101206
"$(inherited)",
12111207
"$(SRCROOT)..",
@@ -1231,7 +1227,7 @@
12311227
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
12321228
CURRENT_PROJECT_VERSION = 1;
12331229
DEAD_CODE_STRIPPING = NO;
1234-
DEVELOPMENT_TEAM = CUK6RVM3Q4;
1230+
DEVELOPMENT_TEAM = "";
12351231
INFOPLIST_FILE = ReactNativeStarterKit/Info.plist;
12361232
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
12371233
OTHER_LDFLAGS = (
@@ -1251,7 +1247,7 @@
12511247
buildSettings = {
12521248
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
12531249
CURRENT_PROJECT_VERSION = 1;
1254-
DEVELOPMENT_TEAM = CUK6RVM3Q4;
1250+
DEVELOPMENT_TEAM = "";
12551251
INFOPLIST_FILE = ReactNativeStarterKit/Info.plist;
12561252
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
12571253
OTHER_LDFLAGS = (

0 commit comments

Comments
 (0)