|
11 | 11 | 5D2245F228D8FDB400E84C7D /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5D2245F128D8FDB400E84C7D /* ContentView.swift */; };
|
12 | 12 | 5D2245F428D8FDB500E84C7D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 5D2245F328D8FDB500E84C7D /* Assets.xcassets */; };
|
13 | 13 | 5D2245F828D8FDB500E84C7D /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 5D2245F728D8FDB500E84C7D /* Preview Assets.xcassets */; };
|
14 |
| - 5D2245FF28D9015300E84C7D /* DebugLayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5D2245FE28D9015300E84C7D /* DebugLayout.swift */; }; |
15 |
| - 5D22463928DA2E7500E84C7D /* DebugLayoutLog.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5D22463828DA2E7500E84C7D /* DebugLayoutLog.swift */; }; |
| 14 | + 5D8B5F7228E600FA00CF3721 /* DebugLayout in Frameworks */ = {isa = PBXBuildFile; productRef = 5D8B5F7128E600FA00CF3721 /* DebugLayout */; }; |
16 | 15 | /* End PBXBuildFile section */
|
17 | 16 |
|
18 | 17 | /* Begin PBXFileReference section */
|
|
22 | 21 | 5D2245F328D8FDB500E84C7D /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
23 | 22 | 5D2245F528D8FDB500E84C7D /* LayoutInspector.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = LayoutInspector.entitlements; sourceTree = "<group>"; };
|
24 | 23 | 5D2245F728D8FDB500E84C7D /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
|
25 |
| - 5D2245FE28D9015300E84C7D /* DebugLayout.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DebugLayout.swift; sourceTree = "<group>"; }; |
26 |
| - 5D22463828DA2E7500E84C7D /* DebugLayoutLog.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DebugLayoutLog.swift; sourceTree = "<group>"; }; |
| 24 | + 5D8B5F6F28E6003000CF3721 /* DebugLayout */ = {isa = PBXFileReference; lastKnownFileType = wrapper; path = DebugLayout; sourceTree = "<group>"; }; |
27 | 25 | 5DB6BE4F28DE4D4E00280F5E /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
|
28 | 26 | /* End PBXFileReference section */
|
29 | 27 |
|
|
32 | 30 | isa = PBXFrameworksBuildPhase;
|
33 | 31 | buildActionMask = 2147483647;
|
34 | 32 | files = (
|
| 33 | + 5D8B5F7228E600FA00CF3721 /* DebugLayout in Frameworks */, |
35 | 34 | );
|
36 | 35 | runOnlyForDeploymentPostprocessing = 0;
|
37 | 36 | };
|
|
43 | 42 | children = (
|
44 | 43 | 5DB6BE4F28DE4D4E00280F5E /* README.md */,
|
45 | 44 | 5D2245EE28D8FDB400E84C7D /* LayoutInspector */,
|
| 45 | + 5D8B5F6F28E6003000CF3721 /* DebugLayout */, |
46 | 46 | 5D2245ED28D8FDB400E84C7D /* Products */,
|
| 47 | + 5D8B5F7028E600FA00CF3721 /* Frameworks */, |
47 | 48 | );
|
48 | 49 | indentWidth = 4;
|
49 | 50 | sourceTree = "<group>";
|
|
62 | 63 | children = (
|
63 | 64 | 5D2245EF28D8FDB400E84C7D /* App.swift */,
|
64 | 65 | 5D2245F128D8FDB400E84C7D /* ContentView.swift */,
|
65 |
| - 5D2245FE28D9015300E84C7D /* DebugLayout.swift */, |
66 |
| - 5D22463828DA2E7500E84C7D /* DebugLayoutLog.swift */, |
67 | 66 | 5D2245F328D8FDB500E84C7D /* Assets.xcassets */,
|
68 | 67 | 5D2245F528D8FDB500E84C7D /* LayoutInspector.entitlements */,
|
69 | 68 | 5D2245F628D8FDB500E84C7D /* Preview Content */,
|
|
79 | 78 | path = "Preview Content";
|
80 | 79 | sourceTree = "<group>";
|
81 | 80 | };
|
| 81 | + 5D8B5F7028E600FA00CF3721 /* Frameworks */ = { |
| 82 | + isa = PBXGroup; |
| 83 | + children = ( |
| 84 | + ); |
| 85 | + name = Frameworks; |
| 86 | + sourceTree = "<group>"; |
| 87 | + }; |
82 | 88 | /* End PBXGroup section */
|
83 | 89 |
|
84 | 90 | /* Begin PBXNativeTarget section */
|
|
95 | 101 | dependencies = (
|
96 | 102 | );
|
97 | 103 | name = LayoutInspector;
|
| 104 | + packageProductDependencies = ( |
| 105 | + 5D8B5F7128E600FA00CF3721 /* DebugLayout */, |
| 106 | + ); |
98 | 107 | productName = LayoutInspector;
|
99 | 108 | productReference = 5D2245EC28D8FDB400E84C7D /* LayoutInspector.app */;
|
100 | 109 | productType = "com.apple.product-type.application";
|
|
149 | 158 | isa = PBXSourcesBuildPhase;
|
150 | 159 | buildActionMask = 2147483647;
|
151 | 160 | files = (
|
152 |
| - 5D2245FF28D9015300E84C7D /* DebugLayout.swift in Sources */, |
153 | 161 | 5D2245F228D8FDB400E84C7D /* ContentView.swift in Sources */,
|
154 | 162 | 5D2245F028D8FDB400E84C7D /* App.swift in Sources */,
|
155 |
| - 5D22463928DA2E7500E84C7D /* DebugLayoutLog.swift in Sources */, |
156 | 163 | );
|
157 | 164 | runOnlyForDeploymentPostprocessing = 0;
|
158 | 165 | };
|
|
366 | 373 | defaultConfigurationName = Release;
|
367 | 374 | };
|
368 | 375 | /* End XCConfigurationList section */
|
| 376 | + |
| 377 | +/* Begin XCSwiftPackageProductDependency section */ |
| 378 | + 5D8B5F7128E600FA00CF3721 /* DebugLayout */ = { |
| 379 | + isa = XCSwiftPackageProductDependency; |
| 380 | + productName = DebugLayout; |
| 381 | + }; |
| 382 | +/* End XCSwiftPackageProductDependency section */ |
369 | 383 | };
|
370 | 384 | rootObject = 5D2245E428D8FDB400E84C7D /* Project object */;
|
371 | 385 | }
|
0 commit comments