Skip to content

Commit

Permalink
Fix release code signing
Browse files Browse the repository at this point in the history
  • Loading branch information
nickzman committed Nov 12, 2020
1 parent e27671b commit ea5cd06
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Hyperspace.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,8 @@
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_ENABLE_OBJC_WEAK = YES;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_IDENTITY = "Developer ID Application";
CODE_SIGN_STYLE = Manual;
COMBINE_HIDPI_IMAGES = YES;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEVELOPMENT_TEAM = 8D98N325TG;
Expand All @@ -610,6 +611,7 @@
INSTALL_PATH = "$(HOME)/Library/Screen Savers";
PRODUCT_BUNDLE_IDENTIFIER = com.reallyslick.Hyperspace;
PRODUCT_NAME = Hyperspace;
PROVISIONING_PROFILE_SPECIFIER = "";
SDKROOT = macosx;
WRAPPER_EXTENSION = saver;
};
Expand Down

0 comments on commit ea5cd06

Please sign in to comment.