Skip to content

Commit

Permalink
Merge pull request #30 from EurekaCommunity/dev_team
Browse files Browse the repository at this point in the history
Remove dev team from project
  • Loading branch information
mats-claassen authored Oct 4, 2018
2 parents f242435 + e60475a commit 219c99b
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions SuggestionRow.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -344,13 +344,12 @@
TargetAttributes = {
79E4A8241FD82BF50023D6B6 = {
CreatedOnToolsVersion = 9.1;
DevelopmentTeam = 6F2G55XL63;
ProvisioningStyle = Automatic;
};
AA81DD411D64F706002F17F9 = {
CreatedOnToolsVersion = 7.3.1;
DevelopmentTeam = 6F2G55XL63;
LastSwiftMigration = 0800;
ProvisioningStyle = Automatic;
};
AA81DD551D64F707002F17F9 = {
CreatedOnToolsVersion = 7.3.1;
Expand Down Expand Up @@ -576,7 +575,7 @@
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = 6F2G55XL63;
DEVELOPMENT_TEAM = "";
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
Expand Down Expand Up @@ -617,7 +616,7 @@
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = 6F2G55XL63;
DEVELOPMENT_TEAM = "";
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
Expand Down Expand Up @@ -752,7 +751,8 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_IDENTITY = "iPhone Developer";
DEVELOPMENT_TEAM = 6F2G55XL63;
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = "";
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/Carthage/Build/iOS",
Expand All @@ -761,6 +761,7 @@
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "Helene-Martin.SuggestionRow";
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
SWIFT_VERSION = 4.2;
};
name = Debug;
Expand All @@ -770,7 +771,8 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_IDENTITY = "iPhone Developer";
DEVELOPMENT_TEAM = 6F2G55XL63;
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = "";
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/Carthage/Build/iOS",
Expand All @@ -779,6 +781,7 @@
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "Helene-Martin.SuggestionRow";
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
SWIFT_VERSION = 4.2;
};
name = Release;
Expand All @@ -792,7 +795,7 @@
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "Helene-Martin.SuggestionRowTests";
PRODUCT_NAME = "$(TARGET_NAME)";
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/SuggestionRow.app/SuggestionRow";
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Example.app/Example";
};
name = Debug;
};
Expand All @@ -805,7 +808,7 @@
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "Helene-Martin.SuggestionRowTests";
PRODUCT_NAME = "$(TARGET_NAME)";
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/SuggestionRow.app/SuggestionRow";
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Example.app/Example";
};
name = Release;
};
Expand Down

0 comments on commit 219c99b

Please sign in to comment.