|
383 | 383 | 90922ABC221D42F700F1E1F4 /* MMBackend.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MMBackend.h; sourceTree = "<group>"; }; |
384 | 384 | 90922ABD221D42F700F1E1F4 /* gui_macvim.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = gui_macvim.m; sourceTree = "<group>"; }; |
385 | 385 | 90922ABE221D42F700F1E1F4 /* MMBackend.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MMBackend.m; sourceTree = "<group>"; }; |
| 386 | + 90E2CE97235DCC550039C7AA /* MacVim.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = MacVim.entitlements; sourceTree = "<group>"; }; |
386 | 387 | /* End PBXFileReference section */ |
387 | 388 |
|
388 | 389 | /* Begin PBXFrameworksBuildPhase section */ |
|
533 | 534 | 29B97314FDCFA39411CA2CEA /* MacVim */ = { |
534 | 535 | isa = PBXGroup; |
535 | 536 | children = ( |
| 537 | + 90E2CE97235DCC550039C7AA /* MacVim.entitlements */, |
536 | 538 | 1D493D640C52482B00AB718C /* Executables */, |
537 | 539 | 080E96DDFE201D6D7F000001 /* MacVim Source */, |
538 | 540 | 29B97317FDCFA39411CA2CEA /* Resources */, |
|
986 | 988 | C01FCF4B08A954540054247B /* Debug */ = { |
987 | 989 | isa = XCBuildConfiguration; |
988 | 990 | buildSettings = { |
| 991 | + CODE_SIGN_ENTITLEMENTS = MacVim.entitlements; |
989 | 992 | COMBINE_HIDPI_IMAGES = YES; |
990 | 993 | COPY_PHASE_STRIP = NO; |
| 994 | + ENABLE_HARDENED_RUNTIME = YES; |
991 | 995 | FRAMEWORK_SEARCH_PATHS = ( |
992 | 996 | "$(inherited)", |
993 | 997 | "$(FRAMEWORK_SEARCH_PATHS_QUOTED_FOR_TARGET_1)", |
|
1019 | 1023 | C01FCF4C08A954540054247B /* Release */ = { |
1020 | 1024 | isa = XCBuildConfiguration; |
1021 | 1025 | buildSettings = { |
| 1026 | + CODE_SIGN_ENTITLEMENTS = MacVim.entitlements; |
1022 | 1027 | COMBINE_HIDPI_IMAGES = YES; |
1023 | 1028 | COPY_PHASE_STRIP = YES; |
| 1029 | + ENABLE_HARDENED_RUNTIME = YES; |
1024 | 1030 | FRAMEWORK_SEARCH_PATHS = ( |
1025 | 1031 | "$(inherited)", |
1026 | 1032 | "$(FRAMEWORK_SEARCH_PATHS_QUOTED_FOR_TARGET_1)", |
|
0 commit comments