Skip to content

Commit

Permalink
Sets development team to None.
Browse files Browse the repository at this point in the history
  • Loading branch information
karthikeyan.g committed Aug 13, 2018
1 parent 401c717 commit 6a220b3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions EasyAnimation.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -174,12 +174,10 @@
TargetAttributes = {
403482531B8E01ED006C3C7C = {
CreatedOnToolsVersion = 6.4;
DevelopmentTeam = B74NE7DB34;
DevelopmentTeamName = "Bakken & Bæck AS";
LastSwiftMigration = 0800;
};
72A03EEA1C29784A002DA467 = {
DevelopmentTeam = 29X3GG489T;
DevelopmentTeamName = "Bakken & Bæck AS";
};
};
Expand Down Expand Up @@ -346,7 +344,7 @@
buildSettings = {
CODE_SIGN_IDENTITY = "iPhone Developer";
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = B74NE7DB34;
DEVELOPMENT_TEAM = "";
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
Expand All @@ -365,7 +363,7 @@
isa = XCBuildConfiguration;
buildSettings = {
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = B74NE7DB34;
DEVELOPMENT_TEAM = "";
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
Expand All @@ -385,6 +383,7 @@
isa = XCBuildConfiguration;
buildSettings = {
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = "";
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
Expand All @@ -406,6 +405,7 @@
isa = XCBuildConfiguration;
buildSettings = {
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = "";
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
Expand Down

0 comments on commit 6a220b3

Please sign in to comment.