Skip to content

Commit

Permalink
Sign macOS project target for Development
Browse files Browse the repository at this point in the history
This fixes a crash-on-launch bug when running Product > Run from Xcode (Product > Archive should work correctly). See sparkle-project/Sparkle#2056 for more details.

Bug introduced by commit:
671b054
  • Loading branch information
AngeloStavrow committed Jan 16, 2022
1 parent 9a1486d commit f27d19c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions WriteFreely-MultiPlatform.xcodeproj/project.pbxproj
Expand Up @@ -1243,7 +1243,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_ENTITLEMENTS = macOS/macOS.entitlements;
CODE_SIGN_IDENTITY = "-";
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 620;
Expand All @@ -1270,7 +1270,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_ENTITLEMENTS = macOS/macOS.entitlements;
CODE_SIGN_IDENTITY = "-";
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 620;
Expand Down

0 comments on commit f27d19c

Please sign in to comment.