|
7 | 7 | objects = { |
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
| 10 | + 06E5F9431E0C7DA3002AB744 /* ExampleViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 06E5F9421E0C7DA3002AB744 /* ExampleViewController.swift */; }; |
| 11 | + 06E5F9451E0C8053002AB744 /* VerticalLayoutViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 06E5F9441E0C8053002AB744 /* VerticalLayoutViewController.swift */; }; |
| 12 | + 06E5F9471E0C8067002AB744 /* HorizontalLayoutViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 06E5F9461E0C8067002AB744 /* HorizontalLayoutViewController.swift */; }; |
10 | 13 | 607FACD61AFB9204008FA782 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 607FACD51AFB9204008FA782 /* AppDelegate.swift */; }; |
11 | | - 607FACD81AFB9204008FA782 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 607FACD71AFB9204008FA782 /* ViewController.swift */; }; |
12 | 14 | 607FACDB1AFB9204008FA782 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 607FACD91AFB9204008FA782 /* Main.storyboard */; }; |
13 | 15 | 607FACDD1AFB9204008FA782 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 607FACDC1AFB9204008FA782 /* Images.xcassets */; }; |
14 | 16 | 607FACE01AFB9204008FA782 /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 607FACDE1AFB9204008FA782 /* LaunchScreen.xib */; }; |
|
28 | 30 | /* End PBXContainerItemProxy section */ |
29 | 31 |
|
30 | 32 | /* Begin PBXFileReference section */ |
| 33 | + 06E5F9421E0C7DA3002AB744 /* ExampleViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ExampleViewController.swift; sourceTree = "<group>"; }; |
| 34 | + 06E5F9441E0C8053002AB744 /* VerticalLayoutViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = VerticalLayoutViewController.swift; sourceTree = "<group>"; }; |
| 35 | + 06E5F9461E0C8067002AB744 /* HorizontalLayoutViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HorizontalLayoutViewController.swift; sourceTree = "<group>"; }; |
31 | 36 | 1075CFADC42A1B77F5FF1954 /* Pods_ScrollableStackView_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_ScrollableStackView_Tests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
32 | 37 | 27AF6CAA888B6895C44FCD0E /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = LICENSE; path = ../LICENSE; sourceTree = "<group>"; }; |
33 | 38 | 2916A2B9EB97F1BBE92FEB53 /* Pods-ScrollableStackView_Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ScrollableStackView_Tests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-ScrollableStackView_Tests/Pods-ScrollableStackView_Tests.debug.xcconfig"; sourceTree = "<group>"; }; |
34 | 39 | 4D72C9861B1AB87530B84A1A /* Pods-ScrollableStackView_Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ScrollableStackView_Example.release.xcconfig"; path = "Pods/Target Support Files/Pods-ScrollableStackView_Example/Pods-ScrollableStackView_Example.release.xcconfig"; sourceTree = "<group>"; }; |
35 | 40 | 607FACD01AFB9204008FA782 /* ScrollableStackView_Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ScrollableStackView_Example.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
36 | 41 | 607FACD41AFB9204008FA782 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
37 | 42 | 607FACD51AFB9204008FA782 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; }; |
38 | | - 607FACD71AFB9204008FA782 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; }; |
39 | 43 | 607FACDA1AFB9204008FA782 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; }; |
40 | 44 | 607FACDC1AFB9204008FA782 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; }; |
41 | 45 | 607FACDF1AFB9204008FA782 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = "<group>"; }; |
|
105 | 109 | isa = PBXGroup; |
106 | 110 | children = ( |
107 | 111 | 607FACD51AFB9204008FA782 /* AppDelegate.swift */, |
108 | | - 607FACD71AFB9204008FA782 /* ViewController.swift */, |
109 | | - 607FACD91AFB9204008FA782 /* Main.storyboard */, |
110 | | - 607FACDC1AFB9204008FA782 /* Images.xcassets */, |
111 | | - 607FACDE1AFB9204008FA782 /* LaunchScreen.xib */, |
| 112 | + 06E5F9421E0C7DA3002AB744 /* ExampleViewController.swift */, |
| 113 | + 06E5F9441E0C8053002AB744 /* VerticalLayoutViewController.swift */, |
| 114 | + 06E5F9461E0C8067002AB744 /* HorizontalLayoutViewController.swift */, |
112 | 115 | 607FACD31AFB9204008FA782 /* Supporting Files */, |
113 | 116 | ); |
114 | 117 | name = "Example for ScrollableStackView"; |
|
118 | 121 | 607FACD31AFB9204008FA782 /* Supporting Files */ = { |
119 | 122 | isa = PBXGroup; |
120 | 123 | children = ( |
| 124 | + 607FACD91AFB9204008FA782 /* Main.storyboard */, |
| 125 | + 607FACDC1AFB9204008FA782 /* Images.xcassets */, |
| 126 | + 607FACDE1AFB9204008FA782 /* LaunchScreen.xib */, |
121 | 127 | 607FACD41AFB9204008FA782 /* Info.plist */, |
122 | 128 | ); |
123 | 129 | name = "Supporting Files"; |
|
362 | 368 | isa = PBXSourcesBuildPhase; |
363 | 369 | buildActionMask = 2147483647; |
364 | 370 | files = ( |
365 | | - 607FACD81AFB9204008FA782 /* ViewController.swift in Sources */, |
| 371 | + 06E5F9451E0C8053002AB744 /* VerticalLayoutViewController.swift in Sources */, |
366 | 372 | 607FACD61AFB9204008FA782 /* AppDelegate.swift in Sources */, |
| 373 | + 06E5F9471E0C8067002AB744 /* HorizontalLayoutViewController.swift in Sources */, |
| 374 | + 06E5F9431E0C7DA3002AB744 /* ExampleViewController.swift in Sources */, |
367 | 375 | ); |
368 | 376 | runOnlyForDeploymentPostprocessing = 0; |
369 | 377 | }; |
|
0 commit comments