Skip to content

Commit

Permalink
Requested change
Browse files Browse the repository at this point in the history
  • Loading branch information
mlorenze committed Apr 15, 2024
1 parent 8e1e797 commit 9e195ce
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Example.xcodeproj/project.pbxproj
Expand Up @@ -342,7 +342,6 @@
TargetAttributes = {
51729E191B9A54F1004A00EB = {
CreatedOnToolsVersion = 7.0;
DevelopmentTeam = 6F2G55XL63;
LastSwiftMigration = 1020;
ProvisioningStyle = Automatic;
};
Expand Down Expand Up @@ -629,7 +628,7 @@
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = 6F2G55XL63;
DEVELOPMENT_TEAM = "";
INFOPLIST_FILE = Example/Example/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
Expand All @@ -650,7 +649,7 @@
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = 6F2G55XL63;
DEVELOPMENT_TEAM = "";
INFOPLIST_FILE = Example/Example/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
Expand Down

0 comments on commit 9e195ce

Please sign in to comment.