|
19 | 19 | 249326891EEEEE3D00BCB814 /* Stylesheet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 249326881EEEEE3D00BCB814 /* Stylesheet.swift */; }; |
20 | 20 | 2493268C1EEEEFF100BCB814 /* BaseViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2493268B1EEEEFF100BCB814 /* BaseViewController.swift */; }; |
21 | 21 | 2493268E1EEEF02700BCB814 /* BaseView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2493268D1EEEF02700BCB814 /* BaseView.swift */; }; |
| 22 | + 2497CFED1EF40B9100DFD13B /* FormView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2497CFEB1EF40B9100DFD13B /* FormView.swift */; }; |
| 23 | + 2497CFEE1EF40B9100DFD13B /* FormViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2497CFEC1EF40B9100DFD13B /* FormViewController.swift */; }; |
22 | 24 | 249EFE431E64FAFE00165E39 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 249EFE421E64FAFE00165E39 /* AppDelegate.swift */; }; |
23 | 25 | 249EFE4A1E64FAFE00165E39 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 249EFE491E64FAFE00165E39 /* Assets.xcassets */; }; |
24 | 26 | 249EFE4D1E64FAFE00165E39 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 249EFE4B1E64FAFE00165E39 /* LaunchScreen.storyboard */; }; |
|
28 | 30 | 24A9C1F91EF0619C00F2CF64 /* MethodGroupHeader.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24A9C1F81EF0619C00F2CF64 /* MethodGroupHeader.swift */; }; |
29 | 31 | 24A9C2031EF16A3E00F2CF64 /* AutoAdjustingSizeView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24A9C2011EF16A3E00F2CF64 /* AutoAdjustingSizeView.swift */; }; |
30 | 32 | 24A9C2041EF16A3E00F2CF64 /* AutoAdjustingSizeViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24A9C2021EF16A3E00F2CF64 /* AutoAdjustingSizeViewController.swift */; }; |
| 33 | + 24DA374B1EF7F90600D1AB2F /* BaseFormView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24DA374A1EF7F90600D1AB2F /* BaseFormView.swift */; }; |
31 | 34 | 24E654821E69041B00A72A8B /* Expect.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24E654811E69041B00A72A8B /* Expect.swift */; }; |
32 | 35 | 24F75B5B1EE5644E008DB567 /* IntroView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24F75B591EE5644E008DB567 /* IntroView.swift */; }; |
33 | 36 | 24F75B5C1EE5644E008DB567 /* IntroViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24F75B5A1EE5644E008DB567 /* IntroViewController.swift */; }; |
|
56 | 59 | remoteGlobalIDString = 249EFE791E64FB4C00165E39; |
57 | 60 | remoteInfo = PinLayout; |
58 | 61 | }; |
| 62 | + 24DA374E1EF7F90700D1AB2F /* PBXContainerItemProxy */ = { |
| 63 | + isa = PBXContainerItemProxy; |
| 64 | + containerPortal = 2439CC1E1E665858003326FB /* PinLayout.xcodeproj */; |
| 65 | + proxyType = 2; |
| 66 | + remoteGlobalIDString = 244DF2F81EF46C500090508B; |
| 67 | + remoteInfo = PinLayoutTVOS; |
| 68 | + }; |
59 | 69 | /* End PBXContainerItemProxy section */ |
60 | 70 |
|
61 | 71 | /* Begin PBXCopyFilesBuildPhase section */ |
|
84 | 94 | 249326881EEEEE3D00BCB814 /* Stylesheet.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Stylesheet.swift; sourceTree = "<group>"; }; |
85 | 95 | 2493268B1EEEEFF100BCB814 /* BaseViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BaseViewController.swift; sourceTree = "<group>"; }; |
86 | 96 | 2493268D1EEEF02700BCB814 /* BaseView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BaseView.swift; sourceTree = "<group>"; }; |
| 97 | + 2497CFEB1EF40B9100DFD13B /* FormView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = FormView.swift; path = Form/FormView.swift; sourceTree = "<group>"; }; |
| 98 | + 2497CFEC1EF40B9100DFD13B /* FormViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = FormViewController.swift; path = Form/FormViewController.swift; sourceTree = "<group>"; }; |
87 | 99 | 249EFE3F1E64FAFE00165E39 /* PinLayoutSample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = PinLayoutSample.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
88 | 100 | 249EFE421E64FAFE00165E39 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; }; |
89 | 101 | 249EFE491E64FAFE00165E39 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; |
|
95 | 107 | 24A9C1F81EF0619C00F2CF64 /* MethodGroupHeader.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MethodGroupHeader.swift; sourceTree = "<group>"; }; |
96 | 108 | 24A9C2011EF16A3E00F2CF64 /* AutoAdjustingSizeView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = AutoAdjustingSizeView.swift; path = AutoAdjustingSize/AutoAdjustingSizeView.swift; sourceTree = "<group>"; }; |
97 | 109 | 24A9C2021EF16A3E00F2CF64 /* AutoAdjustingSizeViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = AutoAdjustingSizeViewController.swift; path = AutoAdjustingSize/AutoAdjustingSizeViewController.swift; sourceTree = "<group>"; }; |
| 110 | + 24DA374A1EF7F90600D1AB2F /* BaseFormView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BaseFormView.swift; sourceTree = "<group>"; }; |
98 | 111 | 24E654811E69041B00A72A8B /* Expect.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Expect.swift; sourceTree = "<group>"; }; |
99 | 112 | 24F75B591EE5644E008DB567 /* IntroView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = IntroView.swift; path = Intro/IntroView.swift; sourceTree = "<group>"; }; |
100 | 113 | 24F75B5A1EE5644E008DB567 /* IntroViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = IntroViewController.swift; path = Intro/IntroViewController.swift; sourceTree = "<group>"; }; |
|
129 | 142 | children = ( |
130 | 143 | 2439CC241E665858003326FB /* PinLayout.framework */, |
131 | 144 | 2439CC261E665858003326FB /* PinLayoutTests.xctest */, |
| 145 | + 24DA374F1EF7F90700D1AB2F /* PinLayoutTVOS.framework */, |
132 | 146 | ); |
133 | 147 | name = Products; |
134 | 148 | sourceTree = "<group>"; |
|
147 | 161 | isa = PBXGroup; |
148 | 162 | children = ( |
149 | 163 | DF66F9D61E8493D400ADB8D5 /* AutoAdjustingSizeView */, |
| 164 | + 2497CFEA1EF40B8100DFD13B /* Form */, |
150 | 165 | 24F75B581EE5642C008DB567 /* Intro */, |
151 | 166 | 2439CC5F1E665F66003326FB /* MultiRelativeView */, |
152 | 167 | 2439CC631E66606D003326FB /* RelativeView */, |
|
159 | 174 | isa = PBXGroup; |
160 | 175 | children = ( |
161 | 176 | 2493268B1EEEEFF100BCB814 /* BaseViewController.swift */, |
| 177 | + 24DA374A1EF7F90600D1AB2F /* BaseFormView.swift */, |
162 | 178 | 2493268D1EEEF02700BCB814 /* BaseView.swift */, |
163 | 179 | 2439CC381E665C6B003326FB /* BasicView.swift */, |
164 | 180 | 249326881EEEEE3D00BCB814 /* Stylesheet.swift */, |
|
203 | 219 | path = "Supporting Files"; |
204 | 220 | sourceTree = "<group>"; |
205 | 221 | }; |
| 222 | + 2497CFEA1EF40B8100DFD13B /* Form */ = { |
| 223 | + isa = PBXGroup; |
| 224 | + children = ( |
| 225 | + 2497CFEB1EF40B9100DFD13B /* FormView.swift */, |
| 226 | + 2497CFEC1EF40B9100DFD13B /* FormViewController.swift */, |
| 227 | + ); |
| 228 | + name = Form; |
| 229 | + sourceTree = "<group>"; |
| 230 | + }; |
206 | 231 | 249EFE361E64FAFE00165E39 = { |
207 | 232 | isa = PBXGroup; |
208 | 233 | children = ( |
|
369 | 394 | remoteRef = 2439CC251E665858003326FB /* PBXContainerItemProxy */; |
370 | 395 | sourceTree = BUILT_PRODUCTS_DIR; |
371 | 396 | }; |
| 397 | + 24DA374F1EF7F90700D1AB2F /* PinLayoutTVOS.framework */ = { |
| 398 | + isa = PBXReferenceProxy; |
| 399 | + fileType = wrapper.framework; |
| 400 | + path = PinLayoutTVOS.framework; |
| 401 | + remoteRef = 24DA374E1EF7F90700D1AB2F /* PBXContainerItemProxy */; |
| 402 | + sourceTree = BUILT_PRODUCTS_DIR; |
| 403 | + }; |
372 | 404 | /* End PBXReferenceProxy section */ |
373 | 405 |
|
374 | 406 | /* Begin PBXResourcesBuildPhase section */ |
|
450 | 482 | isa = PBXSourcesBuildPhase; |
451 | 483 | buildActionMask = 2147483647; |
452 | 484 | files = ( |
| 485 | + 24DA374B1EF7F90600D1AB2F /* BaseFormView.swift in Sources */, |
453 | 486 | 24F75B5C1EE5644E008DB567 /* IntroViewController.swift in Sources */, |
454 | 487 | 2439CC541E665C6B003326FB /* RelativeView.swift in Sources */, |
455 | 488 | 2439CC551E665C6B003326FB /* RelativeViewController.swift in Sources */, |
|
459 | 492 | 2439CC4B1E665C6B003326FB /* BasicView.swift in Sources */, |
460 | 493 | 24A9C1F61EF054BF00F2CF64 /* MethodCell.swift in Sources */, |
461 | 494 | 24A9C2041EF16A3E00F2CF64 /* AutoAdjustingSizeViewController.swift in Sources */, |
| 495 | + 2497CFED1EF40B9100DFD13B /* FormView.swift in Sources */, |
462 | 496 | 24F75B5B1EE5644E008DB567 /* IntroView.swift in Sources */, |
463 | 497 | 249EFE431E64FAFE00165E39 /* AppDelegate.swift in Sources */, |
| 498 | + 2497CFEE1EF40B9100DFD13B /* FormViewController.swift in Sources */, |
464 | 499 | 24A9C1F31EF0542F00F2CF64 /* TableViewExampleViewController.swift in Sources */, |
465 | 500 | 2439CC361E665BF6003326FB /* MenuViewController.swift in Sources */, |
466 | 501 | 2439CC531E665C6B003326FB /* MultiRelativeViewController.swift in Sources */, |
|
0 commit comments