|
43 | 43 |
|
44 | 44 | /* Begin PBXFileReference section */ |
45 | 45 | 532C57C7234BB32700FA0872 /* BSE-CodeSigning.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "BSE-CodeSigning.xcconfig"; sourceTree = "<group>"; }; |
| 46 | + 536AA121235293B600A0FE29 /* BuildSettingExtractor.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = BuildSettingExtractor.entitlements; sourceTree = "<group>"; }; |
46 | 47 | 53719E8F19BF4C6D005D3DE0 /* BuildSettingExtractor.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = BuildSettingExtractor.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
47 | 48 | 53719E9219BF4C6D005D3DE0 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; }; |
48 | 49 | 53719E9519BF4C6D005D3DE0 /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = System/Library/Frameworks/AppKit.framework; sourceTree = SDKROOT; }; |
|
154 | 155 | 53719E9819BF4C6D005D3DE0 /* BuildSettingExtractor */ = { |
155 | 156 | isa = PBXGroup; |
156 | 157 | children = ( |
| 158 | + 536AA121235293B600A0FE29 /* BuildSettingExtractor.entitlements */, |
157 | 159 | 53719EA419BF4C6D005D3DE0 /* AppDelegate.h */, |
158 | 160 | 53719EA519BF4C6D005D3DE0 /* AppDelegate.m */, |
159 | 161 | 53F372EE1A7C042F006118CB /* BuildSettingExtractor.h */, |
|
480 | 482 | isa = XCBuildConfiguration; |
481 | 483 | buildSettings = { |
482 | 484 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
| 485 | + CODE_SIGN_ENTITLEMENTS = BuildSettingExtractor/BuildSettingExtractor.entitlements; |
483 | 486 | COMBINE_HIDPI_IMAGES = YES; |
484 | 487 | CURRENT_PROJECT_VERSION = 14; |
485 | 488 | INFOPLIST_FILE = "BuildSettingExtractor/BuildSettingExtractor-Info.plist"; |
|
494 | 497 | isa = XCBuildConfiguration; |
495 | 498 | buildSettings = { |
496 | 499 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
| 500 | + CODE_SIGN_ENTITLEMENTS = BuildSettingExtractor/BuildSettingExtractor.entitlements; |
497 | 501 | COMBINE_HIDPI_IMAGES = YES; |
498 | 502 | CURRENT_PROJECT_VERSION = 14; |
499 | 503 | INFOPLIST_FILE = "BuildSettingExtractor/BuildSettingExtractor-Info.plist"; |
|
0 commit comments