Skip to content

Commit

Permalink
fix: issues with development signing
Browse files Browse the repository at this point in the history
  • Loading branch information
acheronfail committed Feb 20, 2019
1 parent 5ebfac1 commit d9d0aa8
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions Pixel Picker.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,6 @@
};
B3B4C2BC1E25894B009F8E4E = {
CreatedOnToolsVersion = 8.2.1;
DevelopmentTeam = 8FUFLLHWE9;
LastSwiftMigration = 1000;
ProvisioningStyle = Automatic;
};
Expand Down Expand Up @@ -550,10 +549,10 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CODE_SIGN_IDENTITY = "Mac Developer";
CODE_SIGN_IDENTITY = "";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
DEVELOPMENT_TEAM = 8FUFLLHWE9;
DEVELOPMENT_TEAM = "";
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/Carthage/Build/Mac",
Expand All @@ -576,10 +575,10 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CODE_SIGN_IDENTITY = "Mac Developer";
CODE_SIGN_IDENTITY = "";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
DEVELOPMENT_TEAM = 8FUFLLHWE9;
DEVELOPMENT_TEAM = "";
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/Carthage/Build/Mac",
Expand Down

0 comments on commit d9d0aa8

Please sign in to comment.