Skip to content

Commit

Permalink
Enable hardened runtime for release, and move to xcconfig
Browse files Browse the repository at this point in the history
Required for notarization in Xcode 15.4
  • Loading branch information
mokagio committed Jul 31, 2024
1 parent 57a6c4f commit 7a2d820
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Simplenote.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2580,7 +2580,6 @@
COMBINE_HIDPI_IMAGES = YES;
DEAD_CODE_STRIPPING = YES;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_HARDENED_RUNTIME = YES;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"\"$(SRCROOT)/External\"/**",
Expand Down Expand Up @@ -2779,7 +2778,6 @@
CODE_SIGN_ENTITLEMENTS = "IntentsExtension/Support Files/IntentsExtensionDebug.entitlements";
CURRENT_PROJECT_VERSION = $BUILD_NUMBER;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_HARDENED_RUNTIME = YES;
ENABLE_USER_SCRIPT_SANDBOXING = YES;
GCC_C_LANGUAGE_STANDARD = gnu17;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
Expand Down Expand Up @@ -2828,7 +2826,6 @@
CODE_SIGN_ENTITLEMENTS = "IntentsExtension/Support Files/IntentsExtension.entitlements";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = $BUILD_NUMBER;
ENABLE_HARDENED_RUNTIME = YES;
ENABLE_NS_ASSERTIONS = NO;
ENABLE_USER_SCRIPT_SANDBOXING = YES;
GCC_C_LANGUAGE_STANDARD = gnu17;
Expand Down
3 changes: 3 additions & 0 deletions config/Project.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@

DEVELOPMENT_TEAM = PZYM8XX95Q
CODE_SIGN_STYLE = Manual

// Required to export for Notarization
ENABLE_HARDENED_RUNTIME = YES

0 comments on commit 7a2d820

Please sign in to comment.