Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

Commit

Permalink
Remove specific development team to address build / code signing issu…
Browse files Browse the repository at this point in the history
…es when lib is used by other dev teams via submodule
  • Loading branch information
atljeremy committed Dec 2, 2016
1 parent 9abcbcf commit dcb091e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions EasyTipView.xcodeproj/project.pbxproj
Expand Up @@ -154,7 +154,6 @@
TargetAttributes = {
1310EC8A1D0C537F0000E71E = {
CreatedOnToolsVersion = 7.3.1;
DevelopmentTeam = 752CFWL5Y4;
LastSwiftMigration = 0800;
ProvisioningStyle = Automatic;
};
Expand Down Expand Up @@ -331,7 +330,7 @@
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = 752CFWL5Y4;
DEVELOPMENT_TEAM = "";
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
Expand All @@ -354,7 +353,7 @@
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = 752CFWL5Y4;
DEVELOPMENT_TEAM = "";
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
Expand Down

0 comments on commit dcb091e

Please sign in to comment.