|
10 | 10 | FAD661F82B81D1210000D2A6 /* HeaderViewerApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAD661F72B81D1210000D2A6 /* HeaderViewerApp.swift */; };
|
11 | 11 | FAD661FA2B81D1210000D2A6 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAD661F92B81D1210000D2A6 /* ContentView.swift */; };
|
12 | 12 | FAD661FC2B81D1220000D2A6 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = FAD661FB2B81D1220000D2A6 /* Assets.xcassets */; };
|
| 13 | + FAE3C1712B81F7B700242A99 /* ClassDump.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FAD6620C2B81D2990000D2A6 /* ClassDump.framework */; }; |
| 14 | + FAE3C1722B81F7B700242A99 /* ClassDump.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = FAD6620C2B81D2990000D2A6 /* ClassDump.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; |
13 | 15 | /* End PBXBuildFile section */
|
14 | 16 |
|
| 17 | +/* Begin PBXContainerItemProxy section */ |
| 18 | + FAD6620B2B81D2990000D2A6 /* PBXContainerItemProxy */ = { |
| 19 | + isa = PBXContainerItemProxy; |
| 20 | + containerPortal = FAD662062B81D2990000D2A6 /* ClassDump.xcodeproj */; |
| 21 | + proxyType = 2; |
| 22 | + remoteGlobalIDString = FA2A00DC23ADD19D00B52F1D; |
| 23 | + remoteInfo = ClassDump; |
| 24 | + }; |
| 25 | + FAD6620D2B81D2990000D2A6 /* PBXContainerItemProxy */ = { |
| 26 | + isa = PBXContainerItemProxy; |
| 27 | + containerPortal = FAD662062B81D2990000D2A6 /* ClassDump.xcodeproj */; |
| 28 | + proxyType = 2; |
| 29 | + remoteGlobalIDString = FA2A011923AEB15700B52F1D; |
| 30 | + remoteInfo = ClassDumpTests; |
| 31 | + }; |
| 32 | + FAE3C16F2B81F7AC00242A99 /* PBXContainerItemProxy */ = { |
| 33 | + isa = PBXContainerItemProxy; |
| 34 | + containerPortal = FAD662062B81D2990000D2A6 /* ClassDump.xcodeproj */; |
| 35 | + proxyType = 1; |
| 36 | + remoteGlobalIDString = FA2A00DB23ADD19D00B52F1D; |
| 37 | + remoteInfo = ClassDump; |
| 38 | + }; |
| 39 | +/* End PBXContainerItemProxy section */ |
| 40 | + |
| 41 | +/* Begin PBXCopyFilesBuildPhase section */ |
| 42 | + FAE3C1732B81F7B700242A99 /* Embed Frameworks */ = { |
| 43 | + isa = PBXCopyFilesBuildPhase; |
| 44 | + buildActionMask = 2147483647; |
| 45 | + dstPath = ""; |
| 46 | + dstSubfolderSpec = 10; |
| 47 | + files = ( |
| 48 | + FAE3C1722B81F7B700242A99 /* ClassDump.framework in Embed Frameworks */, |
| 49 | + ); |
| 50 | + name = "Embed Frameworks"; |
| 51 | + runOnlyForDeploymentPostprocessing = 0; |
| 52 | + }; |
| 53 | +/* End PBXCopyFilesBuildPhase section */ |
| 54 | + |
15 | 55 | /* Begin PBXFileReference section */
|
| 56 | + FA9687E72B82E37E00123476 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; }; |
16 | 57 | FAD661F42B81D1210000D2A6 /* HeaderViewer.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = HeaderViewer.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
17 | 58 | FAD661F72B81D1210000D2A6 /* HeaderViewerApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HeaderViewerApp.swift; sourceTree = "<group>"; };
|
18 | 59 | FAD661F92B81D1210000D2A6 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
|
19 | 60 | FAD661FB2B81D1220000D2A6 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
20 | 61 | FAD661FD2B81D1220000D2A6 /* HeaderViewer.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = HeaderViewer.entitlements; sourceTree = "<group>"; };
|
| 62 | + FAD662062B81D2990000D2A6 /* ClassDump.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = ClassDump.xcodeproj; path = ClassDumpRuntime/ClassDump.xcodeproj; sourceTree = "<group>"; }; |
21 | 63 | /* End PBXFileReference section */
|
22 | 64 |
|
23 | 65 | /* Begin PBXFrameworksBuildPhase section */
|
24 | 66 | FAD661F12B81D1210000D2A6 /* Frameworks */ = {
|
25 | 67 | isa = PBXFrameworksBuildPhase;
|
26 | 68 | buildActionMask = 2147483647;
|
27 | 69 | files = (
|
| 70 | + FAE3C1712B81F7B700242A99 /* ClassDump.framework in Frameworks */, |
28 | 71 | );
|
29 | 72 | runOnlyForDeploymentPostprocessing = 0;
|
30 | 73 | };
|
|
34 | 77 | FAD661EB2B81D1210000D2A6 = {
|
35 | 78 | isa = PBXGroup;
|
36 | 79 | children = (
|
| 80 | + FAD662062B81D2990000D2A6 /* ClassDump.xcodeproj */, |
37 | 81 | FAD661F62B81D1210000D2A6 /* HeaderViewer */,
|
38 | 82 | FAD661F52B81D1210000D2A6 /* Products */,
|
| 83 | + FAD6620F2B81D2C90000D2A6 /* Frameworks */, |
39 | 84 | );
|
40 | 85 | sourceTree = "<group>";
|
41 | 86 | };
|
|
52 | 97 | children = (
|
53 | 98 | FAD661F72B81D1210000D2A6 /* HeaderViewerApp.swift */,
|
54 | 99 | FAD661F92B81D1210000D2A6 /* ContentView.swift */,
|
| 100 | + FA9687E72B82E37E00123476 /* Info.plist */, |
55 | 101 | FAD661FB2B81D1220000D2A6 /* Assets.xcassets */,
|
56 | 102 | FAD661FD2B81D1220000D2A6 /* HeaderViewer.entitlements */,
|
57 | 103 | );
|
58 | 104 | path = HeaderViewer;
|
59 | 105 | sourceTree = "<group>";
|
60 | 106 | };
|
| 107 | + FAD662072B81D2990000D2A6 /* Products */ = { |
| 108 | + isa = PBXGroup; |
| 109 | + children = ( |
| 110 | + FAD6620C2B81D2990000D2A6 /* ClassDump.framework */, |
| 111 | + FAD6620E2B81D2990000D2A6 /* ClassDumpTests.xctest */, |
| 112 | + ); |
| 113 | + name = Products; |
| 114 | + sourceTree = "<group>"; |
| 115 | + }; |
| 116 | + FAD6620F2B81D2C90000D2A6 /* Frameworks */ = { |
| 117 | + isa = PBXGroup; |
| 118 | + children = ( |
| 119 | + ); |
| 120 | + name = Frameworks; |
| 121 | + sourceTree = "<group>"; |
| 122 | + }; |
61 | 123 | /* End PBXGroup section */
|
62 | 124 |
|
63 | 125 | /* Begin PBXNativeTarget section */
|
|
68 | 130 | FAD661F02B81D1210000D2A6 /* Sources */,
|
69 | 131 | FAD661F12B81D1210000D2A6 /* Frameworks */,
|
70 | 132 | FAD661F22B81D1210000D2A6 /* Resources */,
|
| 133 | + FAE3C1732B81F7B700242A99 /* Embed Frameworks */, |
71 | 134 | );
|
72 | 135 | buildRules = (
|
73 | 136 | );
|
74 | 137 | dependencies = (
|
| 138 | + FAE3C1702B81F7AC00242A99 /* PBXTargetDependency */, |
75 | 139 | );
|
76 | 140 | name = HeaderViewer;
|
77 | 141 | productName = HeaderViewer;
|
|
104 | 168 | mainGroup = FAD661EB2B81D1210000D2A6;
|
105 | 169 | productRefGroup = FAD661F52B81D1210000D2A6 /* Products */;
|
106 | 170 | projectDirPath = "";
|
| 171 | + projectReferences = ( |
| 172 | + { |
| 173 | + ProductGroup = FAD662072B81D2990000D2A6 /* Products */; |
| 174 | + ProjectRef = FAD662062B81D2990000D2A6 /* ClassDump.xcodeproj */; |
| 175 | + }, |
| 176 | + ); |
107 | 177 | projectRoot = "";
|
108 | 178 | targets = (
|
109 | 179 | FAD661F32B81D1210000D2A6 /* HeaderViewer */,
|
110 | 180 | );
|
111 | 181 | };
|
112 | 182 | /* End PBXProject section */
|
113 | 183 |
|
| 184 | +/* Begin PBXReferenceProxy section */ |
| 185 | + FAD6620C2B81D2990000D2A6 /* ClassDump.framework */ = { |
| 186 | + isa = PBXReferenceProxy; |
| 187 | + fileType = wrapper.framework; |
| 188 | + path = ClassDump.framework; |
| 189 | + remoteRef = FAD6620B2B81D2990000D2A6 /* PBXContainerItemProxy */; |
| 190 | + sourceTree = BUILT_PRODUCTS_DIR; |
| 191 | + }; |
| 192 | + FAD6620E2B81D2990000D2A6 /* ClassDumpTests.xctest */ = { |
| 193 | + isa = PBXReferenceProxy; |
| 194 | + fileType = wrapper.cfbundle; |
| 195 | + path = ClassDumpTests.xctest; |
| 196 | + remoteRef = FAD6620D2B81D2990000D2A6 /* PBXContainerItemProxy */; |
| 197 | + sourceTree = BUILT_PRODUCTS_DIR; |
| 198 | + }; |
| 199 | +/* End PBXReferenceProxy section */ |
| 200 | + |
114 | 201 | /* Begin PBXResourcesBuildPhase section */
|
115 | 202 | FAD661F22B81D1210000D2A6 /* Resources */ = {
|
116 | 203 | isa = PBXResourcesBuildPhase;
|
|
134 | 221 | };
|
135 | 222 | /* End PBXSourcesBuildPhase section */
|
136 | 223 |
|
| 224 | +/* Begin PBXTargetDependency section */ |
| 225 | + FAE3C1702B81F7AC00242A99 /* PBXTargetDependency */ = { |
| 226 | + isa = PBXTargetDependency; |
| 227 | + name = ClassDump; |
| 228 | + platformFilter = ios; |
| 229 | + targetProxy = FAE3C16F2B81F7AC00242A99 /* PBXContainerItemProxy */; |
| 230 | + }; |
| 231 | +/* End PBXTargetDependency section */ |
| 232 | + |
137 | 233 | /* Begin XCBuildConfiguration section */
|
138 | 234 | FAD662012B81D1220000D2A6 /* Debug */ = {
|
139 | 235 | isa = XCBuildConfiguration;
|
|
261 | 357 | ENABLE_HARDENED_RUNTIME = YES;
|
262 | 358 | ENABLE_PREVIEWS = YES;
|
263 | 359 | GENERATE_INFOPLIST_FILE = YES;
|
| 360 | + INFOPLIST_FILE = HeaderViewer/Info.plist; |
264 | 361 | INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.developer-tools";
|
265 | 362 | "INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphoneos*]" = YES;
|
266 | 363 | "INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphonesimulator*]" = YES;
|
|
280 | 377 | PRODUCT_BUNDLE_IDENTIFIER = null.leptos.HeaderViewer;
|
281 | 378 | PRODUCT_NAME = "$(TARGET_NAME)";
|
282 | 379 | SDKROOT = auto;
|
283 |
| - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx"; |
| 380 | + SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; |
| 381 | + SUPPORTS_MACCATALYST = YES; |
284 | 382 | SWIFT_EMIT_LOC_STRINGS = YES;
|
285 | 383 | SWIFT_VERSION = 5.0;
|
286 |
| - TARGETED_DEVICE_FAMILY = "1,2"; |
| 384 | + TARGETED_DEVICE_FAMILY = "1,2,6"; |
287 | 385 | };
|
288 | 386 | name = Debug;
|
289 | 387 | };
|
|
299 | 397 | ENABLE_HARDENED_RUNTIME = YES;
|
300 | 398 | ENABLE_PREVIEWS = YES;
|
301 | 399 | GENERATE_INFOPLIST_FILE = YES;
|
| 400 | + INFOPLIST_FILE = HeaderViewer/Info.plist; |
302 | 401 | INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.developer-tools";
|
303 | 402 | "INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphoneos*]" = YES;
|
304 | 403 | "INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphonesimulator*]" = YES;
|
|
318 | 417 | PRODUCT_BUNDLE_IDENTIFIER = null.leptos.HeaderViewer;
|
319 | 418 | PRODUCT_NAME = "$(TARGET_NAME)";
|
320 | 419 | SDKROOT = auto;
|
321 |
| - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx"; |
| 420 | + SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; |
| 421 | + SUPPORTS_MACCATALYST = YES; |
322 | 422 | SWIFT_EMIT_LOC_STRINGS = YES;
|
323 | 423 | SWIFT_VERSION = 5.0;
|
324 |
| - TARGETED_DEVICE_FAMILY = "1,2"; |
| 424 | + TARGETED_DEVICE_FAMILY = "1,2,6"; |
325 | 425 | };
|
326 | 426 | name = Release;
|
327 | 427 | };
|
|
0 commit comments