Skip to content

Commit

Permalink
Don't require code signing
Browse files Browse the repository at this point in the history
  • Loading branch information
atoami committed Dec 26, 2018
1 parent c79e3ef commit 5240af5
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions ios/ReactNativeStarterKit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -705,12 +705,8 @@
TargetAttributes = {
00E356ED1AD99517003FC87E = {
CreatedOnToolsVersion = 6.2;
DevelopmentTeam = CUK6RVM3Q4;
TestTargetID = 13B07F861A680F5B00A75B9A;
};
13B07F861A680F5B00A75B9A = {
DevelopmentTeam = CUK6RVM3Q4;
};
};
};
buildConfigurationList = 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "ReactNativeStarterKit" */;
Expand Down Expand Up @@ -1177,7 +1173,7 @@
isa = XCBuildConfiguration;
buildSettings = {
BUNDLE_LOADER = "$(TEST_HOST)";
DEVELOPMENT_TEAM = CUK6RVM3Q4;
DEVELOPMENT_TEAM = "";
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
"$(inherited)",
Expand Down Expand Up @@ -1205,7 +1201,7 @@
buildSettings = {
BUNDLE_LOADER = "$(TEST_HOST)";
COPY_PHASE_STRIP = NO;
DEVELOPMENT_TEAM = CUK6RVM3Q4;
DEVELOPMENT_TEAM = "";
HEADER_SEARCH_PATHS = (
"$(inherited)",
"$(SRCROOT)..",
Expand All @@ -1231,7 +1227,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CURRENT_PROJECT_VERSION = 1;
DEAD_CODE_STRIPPING = NO;
DEVELOPMENT_TEAM = CUK6RVM3Q4;
DEVELOPMENT_TEAM = "";
INFOPLIST_FILE = ReactNativeStarterKit/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
OTHER_LDFLAGS = (
Expand All @@ -1251,7 +1247,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = CUK6RVM3Q4;
DEVELOPMENT_TEAM = "";
INFOPLIST_FILE = ReactNativeStarterKit/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
OTHER_LDFLAGS = (
Expand Down

0 comments on commit 5240af5

Please sign in to comment.