Skip to content

Commit

Permalink
Always sign release builds. Local patching for releases is becoming u…
Browse files Browse the repository at this point in the history
…ntenable
  • Loading branch information
cmsj committed Dec 30, 2014
1 parent 1357a03 commit 8e43f2d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Hammerspoon.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -604,6 +604,7 @@
baseConfigurationReference = A72912922777E1D082D08222 /* Pods-Hammerspoon.debug.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_IDENTITY = "";
COMBINE_HIDPI_IMAGES = YES;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
FRAMEWORK_SEARCH_PATHS = (
Expand All @@ -626,6 +627,7 @@
baseConfigurationReference = 896F5840119EB0EC98527200 /* Pods-Hammerspoon.release.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_IDENTITY = "3rd Party Mac Developer Application: Chris jones (VQCYSNZB89)";
COMBINE_HIDPI_IMAGES = YES;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
FRAMEWORK_SEARCH_PATHS = (
Expand All @@ -637,6 +639,7 @@
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
INFOPLIST_FILE = "Hammerspoon/Hammerspoon-Info.plist";
MACOSX_DEPLOYMENT_TARGET = 10.8;
OTHER_CODE_SIGN_FLAGS = "--deep";
PRODUCT_NAME = Hammerspoon;
SDKROOT = macosx10.9;
WRAPPER_EXTENSION = app;
Expand Down

0 comments on commit 8e43f2d

Please sign in to comment.