|
14 | 14 | 242E8DC31EED5AB2005935FB /* RelativePositionMultipleViewsSpec.swift in Sources */ = {isa = PBXBuildFile; fileRef = 242E8DC11EED5982005935FB /* RelativePositionMultipleViewsSpec.swift */; }; |
15 | 15 | 244C6E151E776A0C0074FC74 /* MarginsSpec.swift in Sources */ = {isa = PBXBuildFile; fileRef = 244C6E141E776A0C0074FC74 /* MarginsSpec.swift */; }; |
16 | 16 | 244DF3031EF46F6C0090508B /* InfoTVOS.plist in Resources */ = {isa = PBXBuildFile; fileRef = 244DF3011EF46F670090508B /* InfoTVOS.plist */; }; |
17 | | - 244DF3061EF46FC20090508B /* PinLayoutTVOS.h in Headers */ = {isa = PBXBuildFile; fileRef = 244DF3041EF46FB90090508B /* PinLayoutTVOS.h */; }; |
| 17 | + 244DF3061EF46FC20090508B /* PinLayoutTVOS.h in Headers */ = {isa = PBXBuildFile; fileRef = 244DF3041EF46FB90090508B /* PinLayoutTVOS.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
18 | 18 | 245302071ED05FD000E13F29 /* AccurencyTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 245302061ED05FD000E13F29 /* AccurencyTests.swift */; }; |
19 | 19 | 2469C4FC1E74855D00073BEE /* PinEdgeCoordinateSpec.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2469C4FB1E74855D00073BEE /* PinEdgeCoordinateSpec.swift */; }; |
20 | 20 | 2469C5001E75D74000073BEE /* AdjustSizeSpec.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2469C4FF1E75D74000073BEE /* AdjustSizeSpec.swift */; }; |
21 | 21 | 2469C5021E75D88500073BEE /* BasicView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2469C5011E75D88500073BEE /* BasicView.swift */; }; |
22 | 22 | 2469C5041E75DB7600073BEE /* RectNimbleMatcher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2469C5031E75DB7600073BEE /* RectNimbleMatcher.swift */; }; |
23 | 23 | 246D36481E6C46F50050F202 /* PinPointCoordinatesSpec.swift in Sources */ = {isa = PBXBuildFile; fileRef = 246D36471E6C46F50050F202 /* PinPointCoordinatesSpec.swift */; }; |
24 | 24 | 2482908C1E78CFFC00667D08 /* RelativePositionSpec.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2482908B1E78CFFC00667D08 /* RelativePositionSpec.swift */; }; |
| 25 | + 24949A281EF550E2003643D3 /* PinLayoutImpl+Relative.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24949A271EF550E2003643D3 /* PinLayoutImpl+Relative.swift */; }; |
| 26 | + 24949A2A1EF551D6003643D3 /* PinLayoutImpl+Coordinates.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24949A291EF551D6003643D3 /* PinLayoutImpl+Coordinates.swift */; }; |
| 27 | + 24949A2C1EF55216003643D3 /* PinLayoutImpl+Warning.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24949A2B1EF55216003643D3 /* PinLayoutImpl+Warning.swift */; }; |
| 28 | + 24949A2E1EF69474003643D3 /* PinLayout+Filters.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24949A2D1EF69474003643D3 /* PinLayout+Filters.swift */; }; |
25 | 29 | 249EFE841E64FB4C00165E39 /* PinLayout.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 249EFE7A1E64FB4C00165E39 /* PinLayout.framework */; }; |
26 | 30 | 249EFE891E64FB4C00165E39 /* PinLayoutTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 249EFE881E64FB4C00165E39 /* PinLayoutTests.swift */; }; |
27 | 31 | 24A9782E1EE845BB002BD0F1 /* Coordinates.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24A9782D1EE845BB002BD0F1 /* Coordinates.swift */; }; |
|
72 | 76 | 2469C5031E75DB7600073BEE /* RectNimbleMatcher.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RectNimbleMatcher.swift; sourceTree = "<group>"; }; |
73 | 77 | 246D36471E6C46F50050F202 /* PinPointCoordinatesSpec.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PinPointCoordinatesSpec.swift; sourceTree = "<group>"; }; |
74 | 78 | 2482908B1E78CFFC00667D08 /* RelativePositionSpec.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RelativePositionSpec.swift; sourceTree = "<group>"; }; |
| 79 | + 24949A271EF550E2003643D3 /* PinLayoutImpl+Relative.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "PinLayoutImpl+Relative.swift"; sourceTree = "<group>"; }; |
| 80 | + 24949A291EF551D6003643D3 /* PinLayoutImpl+Coordinates.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "PinLayoutImpl+Coordinates.swift"; sourceTree = "<group>"; }; |
| 81 | + 24949A2B1EF55216003643D3 /* PinLayoutImpl+Warning.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "PinLayoutImpl+Warning.swift"; sourceTree = "<group>"; }; |
| 82 | + 24949A2D1EF69474003643D3 /* PinLayout+Filters.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "PinLayout+Filters.swift"; sourceTree = "<group>"; }; |
75 | 83 | 249EFE7A1E64FB4C00165E39 /* PinLayout.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = PinLayout.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
76 | 84 | 249EFE831E64FB4C00165E39 /* PinLayoutTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = PinLayoutTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; |
77 | 85 | 249EFE881E64FB4C00165E39 /* PinLayoutTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PinLayoutTests.swift; sourceTree = "<group>"; }; |
|
146 | 154 | isa = PBXGroup; |
147 | 155 | children = ( |
148 | 156 | DFC97CA61E8A8F2C001545D5 /* PinLayout.swift */, |
| 157 | + 24949A2D1EF69474003643D3 /* PinLayout+Filters.swift */, |
149 | 158 | DFA06B031E8B38B300B6D5E7 /* Impl */, |
150 | 159 | DF11A3741E834181008B33E5 /* Supporting Files */, |
151 | 160 | ); |
|
188 | 197 | children = ( |
189 | 198 | 24A9782D1EE845BB002BD0F1 /* Coordinates.swift */, |
190 | 199 | DFC97CA41E8A8EB3001545D5 /* PinLayoutImpl.swift */, |
| 200 | + 24949A291EF551D6003643D3 /* PinLayoutImpl+Coordinates.swift */, |
| 201 | + 24949A271EF550E2003643D3 /* PinLayoutImpl+Relative.swift */, |
| 202 | + 24949A2B1EF55216003643D3 /* PinLayoutImpl+Warning.swift */, |
191 | 203 | DF11A3701E833F03008B33E5 /* TypesImpl.swift */, |
192 | 204 | ); |
193 | 205 | name = Impl; |
|
241 | 253 | 249EFE761E64FB4C00165E39 /* Frameworks */, |
242 | 254 | 249EFE771E64FB4C00165E39 /* Headers */, |
243 | 255 | 249EFE781E64FB4C00165E39 /* Resources */, |
244 | | - 9045643059E57F984AB8FF52 /* Tailor */, |
245 | 256 | ); |
246 | 257 | buildRules = ( |
247 | 258 | ); |
|
344 | 355 | }; |
345 | 356 | /* End PBXResourcesBuildPhase section */ |
346 | 357 |
|
347 | | -/* Begin PBXShellScriptBuildPhase section */ |
348 | | - 9045643059E57F984AB8FF52 /* Tailor */ = { |
349 | | - isa = PBXShellScriptBuildPhase; |
350 | | - buildActionMask = 2147483647; |
351 | | - files = ( |
352 | | - ); |
353 | | - inputPaths = ( |
354 | | - ); |
355 | | - name = Tailor; |
356 | | - outputPaths = ( |
357 | | - ); |
358 | | - runOnlyForDeploymentPostprocessing = 0; |
359 | | - shellPath = /bin/sh; |
360 | | - shellScript = "#if hash tailor 2>/dev/null; then\n#tailor\n#else\n# echo \"warning: Please install Tailor from https://tailor.sh\"\n#fi"; |
361 | | - }; |
362 | | -/* End PBXShellScriptBuildPhase section */ |
363 | | - |
364 | 358 | /* Begin PBXSourcesBuildPhase section */ |
365 | 359 | 244DF2F31EF46C500090508B /* Sources */ = { |
366 | 360 | isa = PBXSourcesBuildPhase; |
|
374 | 368 | buildActionMask = 2147483647; |
375 | 369 | files = ( |
376 | 370 | DF11A3711E833F03008B33E5 /* TypesImpl.swift in Sources */, |
| 371 | + 24949A2C1EF55216003643D3 /* PinLayoutImpl+Warning.swift in Sources */, |
377 | 372 | DFC97CA71E8A8F2C001545D5 /* PinLayout.swift in Sources */, |
| 373 | + 24949A2E1EF69474003643D3 /* PinLayout+Filters.swift in Sources */, |
378 | 374 | DFC97CA51E8A8EB3001545D5 /* PinLayoutImpl.swift in Sources */, |
379 | 375 | 24A9782E1EE845BB002BD0F1 /* Coordinates.swift in Sources */, |
| 376 | + 24949A281EF550E2003643D3 /* PinLayoutImpl+Relative.swift in Sources */, |
| 377 | + 24949A2A1EF551D6003643D3 /* PinLayoutImpl+Coordinates.swift in Sources */, |
380 | 378 | ); |
381 | 379 | runOnlyForDeploymentPostprocessing = 0; |
382 | 380 | }; |
|
572 | 570 | DYLIB_INSTALL_NAME_BASE = "@rpath"; |
573 | 571 | INFOPLIST_FILE = Sources/Info.plist; |
574 | 572 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; |
575 | | - IPHONEOS_DEPLOYMENT_TARGET = 8.0; |
576 | 573 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
577 | 574 | PRODUCT_BUNDLE_IDENTIFIER = com.mirego.PinLayout; |
578 | 575 | PRODUCT_NAME = "$(TARGET_NAME)"; |
|
594 | 591 | DYLIB_INSTALL_NAME_BASE = "@rpath"; |
595 | 592 | INFOPLIST_FILE = Sources/Info.plist; |
596 | 593 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; |
597 | | - IPHONEOS_DEPLOYMENT_TARGET = 8.0; |
598 | 594 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
599 | 595 | PRODUCT_BUNDLE_IDENTIFIER = com.mirego.PinLayout; |
600 | 596 | PRODUCT_NAME = "$(TARGET_NAME)"; |
|
0 commit comments