Skip to content

Commit

Permalink
Merge pull request #16 from nerd0geek1/feature/fix-sample-project-set…
Browse files Browse the repository at this point in the history
…tings

remove my development team id from sample project
  • Loading branch information
nerd0geek1 authored Oct 5, 2016
2 parents b4462a7 + c3b51de commit cb686a0
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@
TargetAttributes = {
731C8A151D50A8B8009EB2AB = {
CreatedOnToolsVersion = 7.3.1;
DevelopmentTeam = 5GKRYZ5VBH;
LastSwiftMigration = 0800;
};
};
Expand Down Expand Up @@ -340,7 +339,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
DEVELOPMENT_TEAM = 5GKRYZ5VBH;
DEVELOPMENT_TEAM = "";
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)",
Expand All @@ -359,7 +358,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
DEVELOPMENT_TEAM = 5GKRYZ5VBH;
DEVELOPMENT_TEAM = "";
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)",
Expand Down

0 comments on commit cb686a0

Please sign in to comment.