Skip to content
This repository was archived by the owner on Jun 8, 2021. It is now read-only.

Commit b7396e0

Browse files
author
Nindi Gill
committed
Added notarizing support
- Enabled hardened runtime, app can now be notarized
1 parent b2ad8c0 commit b7396e0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

MacUserGenerator.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,7 @@
308308
CODE_SIGN_IDENTITY = "Mac Developer";
309309
COPY_PHASE_STRIP = NO;
310310
DEBUG_INFORMATION_FORMAT = dwarf;
311+
ENABLE_HARDENED_RUNTIME = YES;
311312
ENABLE_STRICT_OBJC_MSGSEND = YES;
312313
ENABLE_TESTABILITY = YES;
313314
GCC_C_LANGUAGE_STANDARD = gnu11;
@@ -368,6 +369,7 @@
368369
CODE_SIGN_IDENTITY = "Mac Developer";
369370
COPY_PHASE_STRIP = NO;
370371
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
372+
ENABLE_HARDENED_RUNTIME = YES;
371373
ENABLE_NS_ASSERTIONS = NO;
372374
ENABLE_STRICT_OBJC_MSGSEND = YES;
373375
GCC_C_LANGUAGE_STANDARD = gnu11;

0 commit comments

Comments
 (0)