|
21 | 21 | 2469C5041E75DB7600073BEE /* RectNimbleMatcher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2469C5031E75DB7600073BEE /* RectNimbleMatcher.swift */; }; |
22 | 22 | 246D36481E6C46F50050F202 /* PinPointCoordinatesSpec.swift in Sources */ = {isa = PBXBuildFile; fileRef = 246D36471E6C46F50050F202 /* PinPointCoordinatesSpec.swift */; }; |
23 | 23 | 2482908C1E78CFFC00667D08 /* RelativePositionSpec.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2482908B1E78CFFC00667D08 /* RelativePositionSpec.swift */; }; |
| 24 | + 248E4C741F7A883800C0E7F7 /* AspectRatioTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 248E4C721F7A83FA00C0E7F7 /* AspectRatioTests.swift */; }; |
| 25 | + 248E4C771F7A88D200C0E7F7 /* UIImage+Color.swift in Sources */ = {isa = PBXBuildFile; fileRef = 248E4C751F7A88CF00C0E7F7 /* UIImage+Color.swift */; }; |
24 | 26 | 24949A281EF550E2003643D3 /* PinLayoutImpl+Relative.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24949A271EF550E2003643D3 /* PinLayoutImpl+Relative.swift */; }; |
25 | 27 | 24949A2A1EF551D6003643D3 /* PinLayoutImpl+Coordinates.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24949A291EF551D6003643D3 /* PinLayoutImpl+Coordinates.swift */; }; |
26 | 28 | 24949A2C1EF55216003643D3 /* PinLayoutImpl+Warning.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24949A2B1EF55216003643D3 /* PinLayoutImpl+Warning.swift */; }; |
|
92 | 94 | 2469C5031E75DB7600073BEE /* RectNimbleMatcher.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RectNimbleMatcher.swift; sourceTree = "<group>"; }; |
93 | 95 | 246D36471E6C46F50050F202 /* PinPointCoordinatesSpec.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PinPointCoordinatesSpec.swift; sourceTree = "<group>"; }; |
94 | 96 | 2482908B1E78CFFC00667D08 /* RelativePositionSpec.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RelativePositionSpec.swift; sourceTree = "<group>"; }; |
| 97 | + 248E4C721F7A83FA00C0E7F7 /* AspectRatioTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AspectRatioTests.swift; sourceTree = "<group>"; }; |
| 98 | + 248E4C751F7A88CF00C0E7F7 /* UIImage+Color.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UIImage+Color.swift"; sourceTree = "<group>"; }; |
95 | 99 | 24949A271EF550E2003643D3 /* PinLayoutImpl+Relative.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "PinLayoutImpl+Relative.swift"; sourceTree = "<group>"; }; |
96 | 100 | 24949A291EF551D6003643D3 /* PinLayoutImpl+Coordinates.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "PinLayoutImpl+Coordinates.swift"; sourceTree = "<group>"; }; |
97 | 101 | 24949A2B1EF55216003643D3 /* PinLayoutImpl+Warning.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "PinLayoutImpl+Warning.swift"; sourceTree = "<group>"; }; |
|
179 | 183 | DFC97CA61E8A8F2C001545D5 /* PinLayout.swift */, |
180 | 184 | 24949A2D1EF69474003643D3 /* PinLayout+Filters.swift */, |
181 | 185 | 24D18D231F3E37DD008129EF /* PinLayoutGlobals.swift */, |
182 | | - 24BBE6361F50FADE0091D5E9 /* Percent.swift */, |
183 | 186 | DFA06B031E8B38B300B6D5E7 /* Impl */, |
184 | 187 | DF11A3741E834181008B33E5 /* Supporting Files */, |
185 | 188 | ); |
|
193 | 196 | 2469C5011E75D88500073BEE /* BasicView.swift */, |
194 | 197 | 245302061ED05FD000E13F29 /* AccurencyTests.swift */, |
195 | 198 | 2469C4FF1E75D74000073BEE /* AdjustSizeSpec.swift */, |
| 199 | + 248E4C721F7A83FA00C0E7F7 /* AspectRatioTests.swift */, |
196 | 200 | 240F88BC1F0C042500280FC8 /* JustifyAlignSpec.swift */, |
197 | 201 | 244C6E141E776A0C0074FC74 /* MarginsSpec.swift */, |
198 | 202 | 242723711F008B85006A5C3A /* MinMaxWidthHeightSpec.swift */, |
|
205 | 209 | 2482908B1E78CFFC00667D08 /* RelativePositionSpec.swift */, |
206 | 210 | 242E8DC11EED5982005935FB /* RelativePositionMultipleViewsSpec.swift */, |
207 | 211 | 240F88BF1F0C1ED900280FC8 /* WarningSpec.swift */, |
| 212 | + 248E4C751F7A88CF00C0E7F7 /* UIImage+Color.swift */, |
208 | 213 | ); |
209 | 214 | path = Tests; |
210 | 215 | sourceTree = "<group>"; |
|
224 | 229 | DFA06B031E8B38B300B6D5E7 /* Impl */ = { |
225 | 230 | isa = PBXGroup; |
226 | 231 | children = ( |
| 232 | + 24BBE6361F50FADE0091D5E9 /* Percent.swift */, |
227 | 233 | 24A9782D1EE845BB002BD0F1 /* Coordinates.swift */, |
228 | 234 | DFC97CA41E8A8EB3001545D5 /* PinLayoutImpl.swift */, |
229 | 235 | 24949A291EF551D6003643D3 /* PinLayoutImpl+Coordinates.swift */, |
|
500 | 506 | 240F88BE1F0C066800280FC8 /* JustifyAlignSpec.swift in Sources */, |
501 | 507 | 2469C5001E75D74000073BEE /* AdjustSizeSpec.swift in Sources */, |
502 | 508 | 2482908C1E78CFFC00667D08 /* RelativePositionSpec.swift in Sources */, |
| 509 | + 248E4C741F7A883800C0E7F7 /* AspectRatioTests.swift in Sources */, |
503 | 510 | 240F88C11F0C1F5000280FC8 /* WarningSpec.swift in Sources */, |
504 | 511 | 242E8DC31EED5AB2005935FB /* RelativePositionMultipleViewsSpec.swift in Sources */, |
505 | 512 | 2469C5041E75DB7600073BEE /* RectNimbleMatcher.swift in Sources */, |
|
512 | 519 | DF7A36BD1E918301000F9856 /* PinEdgesSpec.swift in Sources */, |
513 | 520 | 244C6E151E776A0C0074FC74 /* MarginsSpec.swift in Sources */, |
514 | 521 | 249EFE891E64FB4C00165E39 /* PinLayoutTests.swift in Sources */, |
| 522 | + 248E4C771F7A88D200C0E7F7 /* UIImage+Color.swift in Sources */, |
515 | 523 | ); |
516 | 524 | runOnlyForDeploymentPostprocessing = 0; |
517 | 525 | }; |
|
0 commit comments