|
7 | 7 | objects = { |
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
10 | | - 765A81AA244CFEAF00AA8E73 /* Dimension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 765A81A5244CFEAF00AA8E73 /* Dimension.swift */; }; |
11 | | - 765A81AB244CFEAF00AA8E73 /* Anchor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 765A81A6244CFEAF00AA8E73 /* Anchor.swift */; }; |
12 | | - 765A81AC244CFEAF00AA8E73 /* Axis.swift in Sources */ = {isa = PBXBuildFile; fileRef = 765A81A7244CFEAF00AA8E73 /* Axis.swift */; }; |
13 | | - 767434FB246583D400227A56 /* Typealias.swift in Sources */ = {isa = PBXBuildFile; fileRef = 767434FA246583D400227A56 /* Typealias.swift */; }; |
14 | | - 767435002465DF7700227A56 /* View+AutoLayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = 767434FE2465DF7700227A56 /* View+AutoLayout.swift */; }; |
15 | | - 767435012465DF7700227A56 /* StackView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 767434FF2465DF7700227A56 /* StackView.swift */; }; |
16 | | - 768B64FF2490346600DE4663 /* Margin.swift in Sources */ = {isa = PBXBuildFile; fileRef = 768B64FE2490346600DE4663 /* Margin.swift */; }; |
17 | | - 76DFF6472495045D009AD4E9 /* LayoutConstraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = 76DFF6462495045D009AD4E9 /* LayoutConstraint.swift */; }; |
| 10 | + 76B76F1525188948002061F6 /* Anchor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 76B76F0D25188948002061F6 /* Anchor.swift */; }; |
| 11 | + 76B76F1625188948002061F6 /* StackView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 76B76F0E25188948002061F6 /* StackView.swift */; }; |
| 12 | + 76B76F1725188948002061F6 /* Axis.swift in Sources */ = {isa = PBXBuildFile; fileRef = 76B76F0F25188948002061F6 /* Axis.swift */; }; |
| 13 | + 76B76F1825188948002061F6 /* Margin.swift in Sources */ = {isa = PBXBuildFile; fileRef = 76B76F1025188948002061F6 /* Margin.swift */; }; |
| 14 | + 76B76F1925188948002061F6 /* Dimension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 76B76F1125188948002061F6 /* Dimension.swift */; }; |
| 15 | + 76B76F1A25188948002061F6 /* Typealias.swift in Sources */ = {isa = PBXBuildFile; fileRef = 76B76F1225188948002061F6 /* Typealias.swift */; }; |
| 16 | + 76B76F1B25188948002061F6 /* View+AutoLayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = 76B76F1325188948002061F6 /* View+AutoLayout.swift */; }; |
| 17 | + 76B76F1C25188948002061F6 /* LayoutConstraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = 76B76F1425188948002061F6 /* LayoutConstraint.swift */; }; |
18 | 18 | /* End PBXBuildFile section */ |
19 | 19 |
|
20 | 20 | /* Begin PBXFileReference section */ |
21 | | - 765A81A5244CFEAF00AA8E73 /* Dimension.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Dimension.swift; sourceTree = "<group>"; }; |
22 | | - 765A81A6244CFEAF00AA8E73 /* Anchor.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Anchor.swift; sourceTree = "<group>"; }; |
23 | | - 765A81A7244CFEAF00AA8E73 /* Axis.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Axis.swift; sourceTree = "<group>"; }; |
24 | | - 767434FA246583D400227A56 /* Typealias.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Typealias.swift; sourceTree = "<group>"; }; |
25 | | - 767434FE2465DF7700227A56 /* View+AutoLayout.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "View+AutoLayout.swift"; sourceTree = "<group>"; }; |
26 | | - 767434FF2465DF7700227A56 /* StackView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = StackView.swift; sourceTree = "<group>"; }; |
27 | | - 768B64FE2490346600DE4663 /* Margin.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Margin.swift; sourceTree = "<group>"; }; |
28 | | - 76DFF6462495045D009AD4E9 /* LayoutConstraint.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LayoutConstraint.swift; sourceTree = "<group>"; }; |
| 21 | + 76B76F0D25188948002061F6 /* Anchor.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Anchor.swift; sourceTree = "<group>"; }; |
| 22 | + 76B76F0E25188948002061F6 /* StackView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = StackView.swift; sourceTree = "<group>"; }; |
| 23 | + 76B76F0F25188948002061F6 /* Axis.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Axis.swift; sourceTree = "<group>"; }; |
| 24 | + 76B76F1025188948002061F6 /* Margin.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Margin.swift; sourceTree = "<group>"; }; |
| 25 | + 76B76F1125188948002061F6 /* Dimension.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Dimension.swift; sourceTree = "<group>"; }; |
| 26 | + 76B76F1225188948002061F6 /* Typealias.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Typealias.swift; sourceTree = "<group>"; }; |
| 27 | + 76B76F1325188948002061F6 /* View+AutoLayout.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "View+AutoLayout.swift"; sourceTree = "<group>"; }; |
| 28 | + 76B76F1425188948002061F6 /* LayoutConstraint.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LayoutConstraint.swift; sourceTree = "<group>"; }; |
29 | 29 | OBJ_6 /* Package.swift */ = {isa = PBXFileReference; explicitFileType = sourcecode.swift; path = Package.swift; sourceTree = "<group>"; }; |
30 | 30 | "QuickConstraint::QuickConstraint::Product" /* QuickConstraint.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = QuickConstraint.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
31 | 31 | /* End PBXFileReference section */ |
|
41 | 41 | /* End PBXFrameworksBuildPhase section */ |
42 | 42 |
|
43 | 43 | /* Begin PBXGroup section */ |
| 44 | + 76B76F0C25188948002061F6 /* QuickConstraint */ = { |
| 45 | + isa = PBXGroup; |
| 46 | + children = ( |
| 47 | + 76B76F0D25188948002061F6 /* Anchor.swift */, |
| 48 | + 76B76F0E25188948002061F6 /* StackView.swift */, |
| 49 | + 76B76F0F25188948002061F6 /* Axis.swift */, |
| 50 | + 76B76F1025188948002061F6 /* Margin.swift */, |
| 51 | + 76B76F1125188948002061F6 /* Dimension.swift */, |
| 52 | + 76B76F1225188948002061F6 /* Typealias.swift */, |
| 53 | + 76B76F1325188948002061F6 /* View+AutoLayout.swift */, |
| 54 | + 76B76F1425188948002061F6 /* LayoutConstraint.swift */, |
| 55 | + ); |
| 56 | + path = QuickConstraint; |
| 57 | + sourceTree = "<group>"; |
| 58 | + }; |
44 | 59 | OBJ_12 /* Sources */ = { |
45 | 60 | isa = PBXGroup; |
46 | 61 | children = ( |
47 | | - 767434FF2465DF7700227A56 /* StackView.swift */, |
48 | | - 767434FE2465DF7700227A56 /* View+AutoLayout.swift */, |
49 | | - 765A81A6244CFEAF00AA8E73 /* Anchor.swift */, |
50 | | - 765A81A7244CFEAF00AA8E73 /* Axis.swift */, |
51 | | - 765A81A5244CFEAF00AA8E73 /* Dimension.swift */, |
52 | | - 767434FA246583D400227A56 /* Typealias.swift */, |
53 | | - 768B64FE2490346600DE4663 /* Margin.swift */, |
54 | | - 76DFF6462495045D009AD4E9 /* LayoutConstraint.swift */, |
| 62 | + 76B76F0C25188948002061F6 /* QuickConstraint */, |
55 | 63 | ); |
56 | 64 | path = Sources; |
57 | 65 | sourceTree = "<group>"; |
|
129 | 137 | isa = PBXSourcesBuildPhase; |
130 | 138 | buildActionMask = 0; |
131 | 139 | files = ( |
132 | | - 765A81AB244CFEAF00AA8E73 /* Anchor.swift in Sources */, |
133 | | - 767434FB246583D400227A56 /* Typealias.swift in Sources */, |
134 | | - 765A81AC244CFEAF00AA8E73 /* Axis.swift in Sources */, |
135 | | - 765A81AA244CFEAF00AA8E73 /* Dimension.swift in Sources */, |
136 | | - 76DFF6472495045D009AD4E9 /* LayoutConstraint.swift in Sources */, |
137 | | - 768B64FF2490346600DE4663 /* Margin.swift in Sources */, |
138 | | - 767435002465DF7700227A56 /* View+AutoLayout.swift in Sources */, |
139 | | - 767435012465DF7700227A56 /* StackView.swift in Sources */, |
| 140 | + 76B76F1525188948002061F6 /* Anchor.swift in Sources */, |
| 141 | + 76B76F1825188948002061F6 /* Margin.swift in Sources */, |
| 142 | + 76B76F1725188948002061F6 /* Axis.swift in Sources */, |
| 143 | + 76B76F1B25188948002061F6 /* View+AutoLayout.swift in Sources */, |
| 144 | + 76B76F1C25188948002061F6 /* LayoutConstraint.swift in Sources */, |
| 145 | + 76B76F1925188948002061F6 /* Dimension.swift in Sources */, |
| 146 | + 76B76F1A25188948002061F6 /* Typealias.swift in Sources */, |
| 147 | + 76B76F1625188948002061F6 /* StackView.swift in Sources */, |
140 | 148 | ); |
141 | 149 | runOnlyForDeploymentPostprocessing = 0; |
142 | 150 | }; |
|
0 commit comments