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 d6be126 commit f9c9fb3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion SymbolicLinker.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,8 @@
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = "$(ARCHS_STANDARD)";
CLANG_ENABLE_OBJC_WEAK = YES;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_IDENTITY = "Developer ID Application";
CODE_SIGN_STYLE = Manual;
COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = YES;
DEVELOPMENT_TEAM = 8D98N325TG;
Expand All @@ -413,6 +414,7 @@
INSTALL_PATH = "$(HOME)/Applications";
PRODUCT_BUNDLE_IDENTIFIER = "net.comcast.home.seiryu.${PRODUCT_NAME:rfc1034identifier}";
PRODUCT_NAME = SymbolicLinker;
PROVISIONING_PROFILE_SPECIFIER = "";
SDKROOT = macosx;
WRAPPER_EXTENSION = service;
};
Expand Down

0 comments on commit f9c9fb3

Please sign in to comment.