|
162 | 162 | E94E36C52CF84AF8006101C8 /* AttachToProcessViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AttachToProcessViewController.swift; sourceTree = "<group>"; }; |
163 | 163 | E94E36C82CF87BD6006101C8 /* RuntimeViewerSymbols.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RuntimeViewerSymbols.swift; sourceTree = "<group>"; }; |
164 | 164 | E9530A3B2D9D5898008FBC7F /* SIPChecker.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SIPChecker.swift; sourceTree = "<group>"; }; |
| 165 | + E95CDA652DAA6FA300D97B03 /* Debug.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Debug.xcconfig; sourceTree = "<group>"; }; |
| 166 | + E95CDA662DAA6FA900D97B03 /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Release.xcconfig; sourceTree = "<group>"; }; |
| 167 | + E95CDA672DAA970300D97B03 /* Debug.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Debug.xcconfig; sourceTree = "<group>"; }; |
| 168 | + E95CDA682DAA970900D97B03 /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Release.xcconfig; sourceTree = "<group>"; }; |
165 | 169 | E9668FFB2CEF7140007B344A /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
166 | 170 | E9668FFC2CEF7140007B344A /* launchd.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = launchd.plist; sourceTree = "<group>"; }; |
167 | 171 | E97544982C42BA5B00CC9DDD /* LoadFrameworksViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LoadFrameworksViewController.swift; sourceTree = "<group>"; }; |
|
297 | 301 | E9432FE72C0D614A00362862 /* Assets.xcassets */, |
298 | 302 | E9432FE92C0D614A00362862 /* MainMenu.xib */, |
299 | 303 | E9432FEC2C0D614A00362862 /* RuntimeViewerUsingAppKit.entitlements */, |
| 304 | + E95CDA672DAA970300D97B03 /* Debug.xcconfig */, |
| 305 | + E95CDA682DAA970900D97B03 /* Release.xcconfig */, |
300 | 306 | ); |
301 | 307 | path = RuntimeViewerUsingAppKit; |
302 | 308 | sourceTree = "<group>"; |
|
450 | 456 | children = ( |
451 | 457 | E9E900EA2C2D0D5B00FADDCC /* main.swift */, |
452 | 458 | E9C9E9C92C2D0E3C00C4AA34 /* Config.xcconfig */, |
| 459 | + E95CDA652DAA6FA300D97B03 /* Debug.xcconfig */, |
| 460 | + E95CDA662DAA6FA900D97B03 /* Release.xcconfig */, |
453 | 461 | E9668FFB2CEF7140007B344A /* Info.plist */, |
454 | 462 | E9668FFC2CEF7140007B344A /* launchd.plist */, |
455 | 463 | ); |
|
490 | 498 | E9F6CD052D9A7B1700DBFB50 /* Embed LaunchDaemon */, |
491 | 499 | E9C9E9CC2C2D0F1B00C4AA34 /* Embed LaunchServices */, |
492 | 500 | E9C9E9EB2C2D33F500C4AA34 /* Embed Helpers */, |
493 | | - E9C9E9E72C2D20D800C4AA34 /* Run Script */, |
494 | 501 | ); |
495 | 502 | buildRules = ( |
496 | 503 | ); |
|
678 | 685 | /* End PBXResourcesBuildPhase section */ |
679 | 686 |
|
680 | 687 | /* Begin PBXShellScriptBuildPhase section */ |
681 | | - E9C9E9E72C2D20D800C4AA34 /* Run Script */ = { |
682 | | - isa = PBXShellScriptBuildPhase; |
683 | | - alwaysOutOfDate = 1; |
684 | | - buildActionMask = 2147483647; |
685 | | - files = ( |
686 | | - ); |
687 | | - inputFileListPaths = ( |
688 | | - ); |
689 | | - inputPaths = ( |
690 | | - ); |
691 | | - name = "Run Script"; |
692 | | - outputFileListPaths = ( |
693 | | - ); |
694 | | - outputPaths = ( |
695 | | - ); |
696 | | - runOnlyForDeploymentPostprocessing = 0; |
697 | | - shellPath = /bin/sh; |
698 | | - shellScript = "#xcodebuild -workspace ../RuntimeViewer.xcworkspace -scheme \"RuntimeViewerCatalystHelper\" -sdk \"macosx\" -destination 'platform=macOS,variant=Mac Catalyst,name=Any Mac' -derivedDataPath /tmp/CustomDerivedData\n"; |
699 | | - }; |
700 | 688 | E9C9E9E92C2D296E00C4AA34 /* ShellScript */ = { |
701 | 689 | isa = PBXShellScriptBuildPhase; |
702 | 690 | alwaysOutOfDate = 1; |
|
952 | 940 | }; |
953 | 941 | E9432FF02C0D614A00362862 /* Debug */ = { |
954 | 942 | isa = XCBuildConfiguration; |
| 943 | + baseConfigurationReference = E95CDA672DAA970300D97B03 /* Debug.xcconfig */; |
955 | 944 | buildSettings = { |
956 | 945 | ALLOW_TARGET_PLATFORM_SPECIALIZATION = NO; |
957 | 946 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
|
987 | 976 | }; |
988 | 977 | E9432FF12C0D614A00362862 /* Release */ = { |
989 | 978 | isa = XCBuildConfiguration; |
| 979 | + baseConfigurationReference = E95CDA682DAA970900D97B03 /* Release.xcconfig */; |
990 | 980 | buildSettings = { |
991 | 981 | ALLOW_TARGET_PLATFORM_SPECIALIZATION = NO; |
| 982 | + ARCHS = "$(ARCHS_STANDARD)"; |
992 | 983 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
993 | 984 | ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; |
994 | 985 | CODE_SIGN_ENTITLEMENTS = RuntimeViewerUsingAppKit/RuntimeViewerUsingAppKit.entitlements; |
|
1159 | 1150 | }; |
1160 | 1151 | E9E900ED2C2D0D5B00FADDCC /* Debug */ = { |
1161 | 1152 | isa = XCBuildConfiguration; |
1162 | | - baseConfigurationReference = E9C9E9C92C2D0E3C00C4AA34 /* Config.xcconfig */; |
| 1153 | + baseConfigurationReference = E95CDA652DAA6FA300D97B03 /* Debug.xcconfig */; |
1163 | 1154 | buildSettings = { |
1164 | 1155 | CODE_SIGN_STYLE = Automatic; |
1165 | 1156 | CREATE_INFOPLIST_SECTION_IN_BINARY = YES; |
|
1175 | 1166 | }; |
1176 | 1167 | E9E900EE2C2D0D5B00FADDCC /* Release */ = { |
1177 | 1168 | isa = XCBuildConfiguration; |
1178 | | - baseConfigurationReference = E9C9E9C92C2D0E3C00C4AA34 /* Config.xcconfig */; |
| 1169 | + baseConfigurationReference = E95CDA662DAA6FA900D97B03 /* Release.xcconfig */; |
1179 | 1170 | buildSettings = { |
1180 | 1171 | CODE_SIGN_STYLE = Automatic; |
1181 | 1172 | CREATE_INFOPLIST_SECTION_IN_BINARY = YES; |
|
0 commit comments