Skip to content

Commit

Permalink
Enable hardened runtime so Apple can notarise this app.
Browse files Browse the repository at this point in the history
  • Loading branch information
cochrane committed Jun 15, 2019
1 parent 57cda6c commit 8d008b2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions GLLara.xcodeproj/project.pbxproj
Expand Up @@ -1683,6 +1683,7 @@
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
English,
en,
de,
Base,
Expand Down Expand Up @@ -2451,6 +2452,7 @@
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
ENABLE_HARDENED_RUNTIME = YES;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
Expand Down Expand Up @@ -2508,6 +2510,7 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = YES;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_HARDENED_RUNTIME = YES;
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
Expand Down

0 comments on commit 8d008b2

Please sign in to comment.