|
22 | 22 | 249EFE841E64FB4C00165E39 /* MCSwiftLayout.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 249EFE7A1E64FB4C00165E39 /* MCSwiftLayout.framework */; }; |
23 | 23 | 249EFE891E64FB4C00165E39 /* MCSwiftLayoutTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 249EFE881E64FB4C00165E39 /* MCSwiftLayoutTests.swift */; }; |
24 | 24 | 249EFE8B1E64FB4C00165E39 /* MCSwiftLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 249EFE7D1E64FB4C00165E39 /* MCSwiftLayout.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
25 | | - DF11A36F1E833EC2008B33E5 /* View.swift in Sources */ = {isa = PBXBuildFile; fileRef = DF11A36E1E833EC2008B33E5 /* View.swift */; }; |
26 | 25 | DF11A3711E833F03008B33E5 /* Types.swift in Sources */ = {isa = PBXBuildFile; fileRef = DF11A3701E833F03008B33E5 /* Types.swift */; }; |
27 | | - DF11A3731E833F3C008B33E5 /* UIView+PinLayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = DF11A3721E833F3C008B33E5 /* UIView+PinLayout.swift */; }; |
| 26 | + DF11A3781E834B32008B33E5 /* UIView+PinLayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = DF11A3771E834B32008B33E5 /* UIView+PinLayout.swift */; }; |
| 27 | + DF11A37A1E834B3F008B33E5 /* Coordinates.swift in Sources */ = {isa = PBXBuildFile; fileRef = DF11A3791E834B3F008B33E5 /* Coordinates.swift */; }; |
28 | 28 | /* End PBXBuildFile section */ |
29 | 29 |
|
30 | 30 | /* Begin PBXContainerItemProxy section */ |
|
68 | 68 | 249EFE831E64FB4C00165E39 /* MCSwiftLayoutTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = MCSwiftLayoutTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; |
69 | 69 | 249EFE881E64FB4C00165E39 /* MCSwiftLayoutTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MCSwiftLayoutTests.swift; sourceTree = "<group>"; }; |
70 | 70 | 249EFE8A1E64FB4C00165E39 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
71 | | - DF11A36E1E833EC2008B33E5 /* View.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = View.swift; sourceTree = "<group>"; }; |
72 | 71 | DF11A3701E833F03008B33E5 /* Types.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Types.swift; sourceTree = "<group>"; }; |
73 | | - DF11A3721E833F3C008B33E5 /* UIView+PinLayout.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UIView+PinLayout.swift"; sourceTree = "<group>"; }; |
| 72 | + DF11A3771E834B32008B33E5 /* UIView+PinLayout.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = "UIView+PinLayout.swift"; path = "Extensions/UIView+PinLayout.swift"; sourceTree = "<group>"; }; |
| 73 | + DF11A3791E834B3F008B33E5 /* Coordinates.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Coordinates.swift; path = Helpers/Coordinates.swift; sourceTree = "<group>"; }; |
74 | 74 | /* End PBXFileReference section */ |
75 | 75 |
|
76 | 76 | /* Begin PBXFrameworksBuildPhase section */ |
|
129 | 129 | DF11A3751E834194008B33E5 /* Extensions */, |
130 | 130 | DF11A3761E8341A2008B33E5 /* Helpers */, |
131 | 131 | 2439CC301E6659FA003326FB /* Layout.swift */, |
| 132 | + DF11A3701E833F03008B33E5 /* Types.swift */, |
132 | 133 | ); |
133 | 134 | path = MCSwiftLayout; |
134 | 135 | sourceTree = "<group>"; |
|
161 | 162 | DF11A3751E834194008B33E5 /* Extensions */ = { |
162 | 163 | isa = PBXGroup; |
163 | 164 | children = ( |
164 | | - DF11A3721E833F3C008B33E5 /* UIView+PinLayout.swift */, |
| 165 | + DF11A3771E834B32008B33E5 /* UIView+PinLayout.swift */, |
165 | 166 | ); |
166 | 167 | name = Extensions; |
167 | 168 | sourceTree = "<group>"; |
168 | 169 | }; |
169 | 170 | DF11A3761E8341A2008B33E5 /* Helpers */ = { |
170 | 171 | isa = PBXGroup; |
171 | 172 | children = ( |
172 | | - DF11A3701E833F03008B33E5 /* Types.swift */, |
173 | | - DF11A36E1E833EC2008B33E5 /* View.swift */, |
| 173 | + DF11A3791E834B3F008B33E5 /* Coordinates.swift */, |
174 | 174 | ); |
175 | 175 | name = Helpers; |
176 | 176 | sourceTree = "<group>"; |
|
308 | 308 | buildActionMask = 2147483647; |
309 | 309 | files = ( |
310 | 310 | DF11A3711E833F03008B33E5 /* Types.swift in Sources */, |
311 | | - DF11A36F1E833EC2008B33E5 /* View.swift in Sources */, |
312 | | - DF11A3731E833F3C008B33E5 /* UIView+PinLayout.swift in Sources */, |
| 311 | + DF11A3781E834B32008B33E5 /* UIView+PinLayout.swift in Sources */, |
313 | 312 | 2439CC311E6659FA003326FB /* Layout.swift in Sources */, |
| 313 | + DF11A37A1E834B3F008B33E5 /* Coordinates.swift in Sources */, |
314 | 314 | ); |
315 | 315 | runOnlyForDeploymentPostprocessing = 0; |
316 | 316 | }; |
|
0 commit comments