Skip to content

Commit ec9c4a0

Browse files
committed
Create Xcode workspace for package and demo app
1 parent e4c6c21 commit ec9c4a0

File tree

3 files changed

+24
-14
lines changed

3 files changed

+24
-14
lines changed

DemoApp/LayoutInspector.xcodeproj/project.pbxproj

+6-14
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
5D2245F228D8FDB400E84C7D /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5D2245F128D8FDB400E84C7D /* ContentView.swift */; };
1212
5D2245F428D8FDB500E84C7D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 5D2245F328D8FDB500E84C7D /* Assets.xcassets */; };
1313
5D2245F828D8FDB500E84C7D /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 5D2245F728D8FDB500E84C7D /* Preview Assets.xcassets */; };
14-
5D5B048C2921268800758B21 /* DebugLayout in Frameworks */ = {isa = PBXBuildFile; productRef = 5D5B048B2921268800758B21 /* DebugLayout */; };
14+
5D5B04922921290F00758B21 /* DebugLayout in Frameworks */ = {isa = PBXBuildFile; productRef = 5D5B04912921290F00758B21 /* DebugLayout */; };
1515
/* End PBXBuildFile section */
1616

1717
/* Begin PBXFileReference section */
@@ -21,7 +21,7 @@
2121
5D2245F328D8FDB500E84C7D /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
2222
5D2245F528D8FDB500E84C7D /* LayoutInspector.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = LayoutInspector.entitlements; sourceTree = "<group>"; };
2323
5D2245F728D8FDB500E84C7D /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
24-
5D5B048A2921266100758B21 /* SwiftUI-LayoutInspector */ = {isa = PBXFileReference; lastKnownFileType = wrapper; name = "SwiftUI-LayoutInspector"; path = ..; sourceTree = "<group>"; };
24+
5D5B048F2921290A00758B21 /* SwiftUI-LayoutInspector */ = {isa = PBXFileReference; lastKnownFileType = wrapper; name = "SwiftUI-LayoutInspector"; path = ..; sourceTree = "<group>"; };
2525
5DB6BE4F28DE4D4E00280F5E /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
2626
/* End PBXFileReference section */
2727

@@ -30,7 +30,7 @@
3030
isa = PBXFrameworksBuildPhase;
3131
buildActionMask = 2147483647;
3232
files = (
33-
5D5B048C2921268800758B21 /* DebugLayout in Frameworks */,
33+
5D5B04922921290F00758B21 /* DebugLayout in Frameworks */,
3434
);
3535
runOnlyForDeploymentPostprocessing = 0;
3636
};
@@ -42,9 +42,8 @@
4242
children = (
4343
5DB6BE4F28DE4D4E00280F5E /* README.md */,
4444
5D2245EE28D8FDB400E84C7D /* LayoutInspector */,
45-
5D5B048A2921266100758B21 /* SwiftUI-LayoutInspector */,
45+
5D5B048F2921290A00758B21 /* SwiftUI-LayoutInspector */,
4646
5D2245ED28D8FDB400E84C7D /* Products */,
47-
5D8B5F7028E600FA00CF3721 /* Frameworks */,
4847
);
4948
indentWidth = 4;
5049
sourceTree = "<group>";
@@ -78,13 +77,6 @@
7877
path = "Preview Content";
7978
sourceTree = "<group>";
8079
};
81-
5D8B5F7028E600FA00CF3721 /* Frameworks */ = {
82-
isa = PBXGroup;
83-
children = (
84-
);
85-
name = Frameworks;
86-
sourceTree = "<group>";
87-
};
8880
/* End PBXGroup section */
8981

9082
/* Begin PBXNativeTarget section */
@@ -102,7 +94,7 @@
10294
);
10395
name = LayoutInspector;
10496
packageProductDependencies = (
105-
5D5B048B2921268800758B21 /* DebugLayout */,
97+
5D5B04912921290F00758B21 /* DebugLayout */,
10698
);
10799
productName = LayoutInspector;
108100
productReference = 5D2245EC28D8FDB400E84C7D /* LayoutInspector.app */;
@@ -379,7 +371,7 @@
379371
/* End XCConfigurationList section */
380372

381373
/* Begin XCSwiftPackageProductDependency section */
382-
5D5B048B2921268800758B21 /* DebugLayout */ = {
374+
5D5B04912921290F00758B21 /* DebugLayout */ = {
383375
isa = XCSwiftPackageProductDependency;
384376
productName = DebugLayout;
385377
};

LayoutInspector.xcworkspace/contents.xcworkspacedata

+10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>IDEDidComputeMac32BitWarning</key>
6+
<true/>
7+
</dict>
8+
</plist>

0 commit comments

Comments
 (0)