|
10 | 10 | 5D2245F028D8FDB400E84C7D /* App.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5D2245EF28D8FDB400E84C7D /* App.swift */; };
|
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 |
| - 5D2245F828D8FDB500E84C7D /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 5D2245F728D8FDB500E84C7D /* Preview Assets.xcassets */; }; |
14 | 13 | 5D5B04922921290F00758B21 /* DebugLayout in Frameworks */ = {isa = PBXBuildFile; productRef = 5D5B04912921290F00758B21 /* DebugLayout */; };
|
15 | 14 | /* End PBXBuildFile section */
|
16 | 15 |
|
17 | 16 | /* Begin PBXFileReference section */
|
18 |
| - 5D2245EC28D8FDB400E84C7D /* LayoutInspector.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = LayoutInspector.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 17 | + 5D2245EC28D8FDB400E84C7D /* LayoutInspectorDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = LayoutInspectorDemo.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
19 | 18 | 5D2245EF28D8FDB400E84C7D /* App.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = App.swift; sourceTree = "<group>"; };
|
20 | 19 | 5D2245F128D8FDB400E84C7D /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
|
21 | 20 | 5D2245F328D8FDB500E84C7D /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
22 |
| - 5D2245F528D8FDB500E84C7D /* LayoutInspector.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = LayoutInspector.entitlements; sourceTree = "<group>"; }; |
23 |
| - 5D2245F728D8FDB500E84C7D /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; }; |
| 21 | + 5D2245F528D8FDB500E84C7D /* Entitlements.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Entitlements.entitlements; sourceTree = "<group>"; }; |
24 | 22 | 5D5B048F2921290A00758B21 /* SwiftUI-LayoutInspector */ = {isa = PBXFileReference; lastKnownFileType = wrapper; name = "SwiftUI-LayoutInspector"; path = ..; sourceTree = "<group>"; };
|
25 | 23 | 5DB6BE4F28DE4D4E00280F5E /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
|
26 | 24 | /* End PBXFileReference section */
|
|
40 | 38 | 5D2245E328D8FDB400E84C7D = {
|
41 | 39 | isa = PBXGroup;
|
42 | 40 | children = (
|
43 |
| - 5DB6BE4F28DE4D4E00280F5E /* README.md */, |
44 |
| - 5D2245EE28D8FDB400E84C7D /* LayoutInspector */, |
45 | 41 | 5D5B048F2921290A00758B21 /* SwiftUI-LayoutInspector */,
|
| 42 | + 5DB6BE4F28DE4D4E00280F5E /* README.md */, |
| 43 | + 5D2245EF28D8FDB400E84C7D /* App.swift */, |
| 44 | + 5D2245F128D8FDB400E84C7D /* ContentView.swift */, |
| 45 | + 5D2245F328D8FDB500E84C7D /* Assets.xcassets */, |
| 46 | + 5D2245F528D8FDB500E84C7D /* Entitlements.entitlements */, |
46 | 47 | 5D2245ED28D8FDB400E84C7D /* Products */,
|
47 | 48 | );
|
48 | 49 | indentWidth = 4;
|
|
52 | 53 | 5D2245ED28D8FDB400E84C7D /* Products */ = {
|
53 | 54 | isa = PBXGroup;
|
54 | 55 | children = (
|
55 |
| - 5D2245EC28D8FDB400E84C7D /* LayoutInspector.app */, |
| 56 | + 5D2245EC28D8FDB400E84C7D /* LayoutInspectorDemo.app */, |
56 | 57 | );
|
57 | 58 | name = Products;
|
58 | 59 | sourceTree = "<group>";
|
59 | 60 | };
|
60 |
| - 5D2245EE28D8FDB400E84C7D /* LayoutInspector */ = { |
61 |
| - isa = PBXGroup; |
62 |
| - children = ( |
63 |
| - 5D2245EF28D8FDB400E84C7D /* App.swift */, |
64 |
| - 5D2245F128D8FDB400E84C7D /* ContentView.swift */, |
65 |
| - 5D2245F328D8FDB500E84C7D /* Assets.xcassets */, |
66 |
| - 5D2245F528D8FDB500E84C7D /* LayoutInspector.entitlements */, |
67 |
| - 5D2245F628D8FDB500E84C7D /* Preview Content */, |
68 |
| - ); |
69 |
| - path = LayoutInspector; |
70 |
| - sourceTree = "<group>"; |
71 |
| - }; |
72 |
| - 5D2245F628D8FDB500E84C7D /* Preview Content */ = { |
73 |
| - isa = PBXGroup; |
74 |
| - children = ( |
75 |
| - 5D2245F728D8FDB500E84C7D /* Preview Assets.xcassets */, |
76 |
| - ); |
77 |
| - path = "Preview Content"; |
78 |
| - sourceTree = "<group>"; |
79 |
| - }; |
80 | 61 | /* End PBXGroup section */
|
81 | 62 |
|
82 | 63 | /* Begin PBXNativeTarget section */
|
83 |
| - 5D2245EB28D8FDB400E84C7D /* LayoutInspector */ = { |
| 64 | + 5D2245EB28D8FDB400E84C7D /* LayoutInspectorDemo */ = { |
84 | 65 | isa = PBXNativeTarget;
|
85 |
| - buildConfigurationList = 5D2245FB28D8FDB500E84C7D /* Build configuration list for PBXNativeTarget "LayoutInspector" */; |
| 66 | + buildConfigurationList = 5D2245FB28D8FDB500E84C7D /* Build configuration list for PBXNativeTarget "LayoutInspectorDemo" */; |
86 | 67 | buildPhases = (
|
87 | 68 | 5D2245E828D8FDB400E84C7D /* Sources */,
|
88 | 69 | 5D2245E928D8FDB400E84C7D /* Frameworks */,
|
|
92 | 73 | );
|
93 | 74 | dependencies = (
|
94 | 75 | );
|
95 |
| - name = LayoutInspector; |
| 76 | + name = LayoutInspectorDemo; |
96 | 77 | packageProductDependencies = (
|
97 | 78 | 5D5B04912921290F00758B21 /* DebugLayout */,
|
98 | 79 | );
|
99 | 80 | productName = LayoutInspector;
|
100 |
| - productReference = 5D2245EC28D8FDB400E84C7D /* LayoutInspector.app */; |
| 81 | + productReference = 5D2245EC28D8FDB400E84C7D /* LayoutInspectorDemo.app */; |
101 | 82 | productType = "com.apple.product-type.application";
|
102 | 83 | };
|
103 | 84 | /* End PBXNativeTarget section */
|
|
115 | 96 | };
|
116 | 97 | };
|
117 | 98 | };
|
118 |
| - buildConfigurationList = 5D2245E728D8FDB400E84C7D /* Build configuration list for PBXProject "LayoutInspector" */; |
| 99 | + buildConfigurationList = 5D2245E728D8FDB400E84C7D /* Build configuration list for PBXProject "LayoutInspectorDemo" */; |
119 | 100 | compatibilityVersion = "Xcode 14.0";
|
120 | 101 | developmentRegion = en;
|
121 | 102 | hasScannedForEncodings = 0;
|
|
128 | 109 | projectDirPath = "";
|
129 | 110 | projectRoot = "";
|
130 | 111 | targets = (
|
131 |
| - 5D2245EB28D8FDB400E84C7D /* LayoutInspector */, |
| 112 | + 5D2245EB28D8FDB400E84C7D /* LayoutInspectorDemo */, |
132 | 113 | );
|
133 | 114 | };
|
134 | 115 | /* End PBXProject section */
|
|
138 | 119 | isa = PBXResourcesBuildPhase;
|
139 | 120 | buildActionMask = 2147483647;
|
140 | 121 | files = (
|
141 |
| - 5D2245F828D8FDB500E84C7D /* Preview Assets.xcassets in Resources */, |
142 | 122 | 5D2245F428D8FDB500E84C7D /* Assets.xcassets in Resources */,
|
143 | 123 | );
|
144 | 124 | runOnlyForDeploymentPostprocessing = 0;
|
|
274 | 254 | buildSettings = {
|
275 | 255 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
276 | 256 | ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
277 |
| - CODE_SIGN_ENTITLEMENTS = LayoutInspector/LayoutInspector.entitlements; |
| 257 | + CODE_SIGN_ENTITLEMENTS = Entitlements.entitlements; |
278 | 258 | CODE_SIGN_STYLE = Automatic;
|
279 | 259 | CURRENT_PROJECT_VERSION = 1;
|
280 | 260 | DEAD_CODE_STRIPPING = YES;
|
281 |
| - DEVELOPMENT_ASSET_PATHS = "\"LayoutInspector/Preview Content\""; |
282 | 261 | DEVELOPMENT_TEAM = "";
|
283 | 262 | ENABLE_HARDENED_RUNTIME = YES;
|
284 | 263 | ENABLE_PREVIEWS = YES;
|
|
298 | 277 | "LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks";
|
299 | 278 | MACOSX_DEPLOYMENT_TARGET = 13.0;
|
300 | 279 | MARKETING_VERSION = 1.0;
|
301 |
| - PRODUCT_BUNDLE_IDENTIFIER = net.oleb.LayoutInspector; |
| 280 | + PRODUCT_BUNDLE_IDENTIFIER = net.oleb.LayoutInspectorDemo; |
302 | 281 | PRODUCT_NAME = "$(TARGET_NAME)";
|
303 | 282 | SDKROOT = auto;
|
304 | 283 | SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx";
|
|
313 | 292 | buildSettings = {
|
314 | 293 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
315 | 294 | ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
316 |
| - CODE_SIGN_ENTITLEMENTS = LayoutInspector/LayoutInspector.entitlements; |
| 295 | + CODE_SIGN_ENTITLEMENTS = Entitlements.entitlements; |
317 | 296 | CODE_SIGN_STYLE = Automatic;
|
318 | 297 | CURRENT_PROJECT_VERSION = 1;
|
319 | 298 | DEAD_CODE_STRIPPING = YES;
|
320 |
| - DEVELOPMENT_ASSET_PATHS = "\"LayoutInspector/Preview Content\""; |
321 | 299 | DEVELOPMENT_TEAM = "";
|
322 | 300 | ENABLE_HARDENED_RUNTIME = YES;
|
323 | 301 | ENABLE_PREVIEWS = YES;
|
|
337 | 315 | "LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks";
|
338 | 316 | MACOSX_DEPLOYMENT_TARGET = 13.0;
|
339 | 317 | MARKETING_VERSION = 1.0;
|
340 |
| - PRODUCT_BUNDLE_IDENTIFIER = net.oleb.LayoutInspector; |
| 318 | + PRODUCT_BUNDLE_IDENTIFIER = net.oleb.LayoutInspectorDemo; |
341 | 319 | PRODUCT_NAME = "$(TARGET_NAME)";
|
342 | 320 | SDKROOT = auto;
|
343 | 321 | SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx";
|
|
350 | 328 | /* End XCBuildConfiguration section */
|
351 | 329 |
|
352 | 330 | /* Begin XCConfigurationList section */
|
353 |
| - 5D2245E728D8FDB400E84C7D /* Build configuration list for PBXProject "LayoutInspector" */ = { |
| 331 | + 5D2245E728D8FDB400E84C7D /* Build configuration list for PBXProject "LayoutInspectorDemo" */ = { |
354 | 332 | isa = XCConfigurationList;
|
355 | 333 | buildConfigurations = (
|
356 | 334 | 5D2245F928D8FDB500E84C7D /* Debug */,
|
|
359 | 337 | defaultConfigurationIsVisible = 0;
|
360 | 338 | defaultConfigurationName = Release;
|
361 | 339 | };
|
362 |
| - 5D2245FB28D8FDB500E84C7D /* Build configuration list for PBXNativeTarget "LayoutInspector" */ = { |
| 340 | + 5D2245FB28D8FDB500E84C7D /* Build configuration list for PBXNativeTarget "LayoutInspectorDemo" */ = { |
363 | 341 | isa = XCConfigurationList;
|
364 | 342 | buildConfigurations = (
|
365 | 343 | 5D2245FC28D8FDB500E84C7D /* Debug */,
|
|
0 commit comments