|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
10 | 10 | 386FB1B320C49B71006A93BA /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 386FB1B220C49B71006A93BA /* AppDelegate.swift */; }; |
11 | | - 386FB1B520C49B71006A93BA /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 386FB1B420C49B71006A93BA /* ViewController.swift */; }; |
| 11 | + 386FB1B520C49B71006A93BA /* ExampleViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 386FB1B420C49B71006A93BA /* ExampleViewController.swift */; }; |
12 | 12 | 386FB1BA20C49B72006A93BA /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 386FB1B920C49B72006A93BA /* Assets.xcassets */; }; |
13 | 13 | 386FB1BD20C49B72006A93BA /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 386FB1BB20C49B72006A93BA /* LaunchScreen.storyboard */; }; |
| 14 | + 38C2AE7E20D488B700F8079E /* SplitViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38C2AE7D20D488B700F8079E /* SplitViewController.swift */; }; |
| 15 | + 38C2AE8020D4896E00F8079E /* TableViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38C2AE7F20D4896E00F8079E /* TableViewController.swift */; }; |
| 16 | + 38C2AE8620D48BCB00F8079E /* GitHawkInputBar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38C2AE8220D48BCB00F8079E /* GitHawkInputBar.swift */; }; |
| 17 | + 38C2AE8720D48BCB00F8079E /* SlackInputBar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38C2AE8320D48BCB00F8079E /* SlackInputBar.swift */; }; |
| 18 | + 38C2AE8820D48BCB00F8079E /* iMessageInputBar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38C2AE8420D48BCB00F8079E /* iMessageInputBar.swift */; }; |
| 19 | + 38C2AE8920D48BCB00F8079E /* FacebookInputBar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38C2AE8520D48BCB00F8079E /* FacebookInputBar.swift */; }; |
| 20 | + 38C2AE8B20D48C4C00F8079E /* ImageCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38C2AE8A20D48C4C00F8079E /* ImageCell.swift */; }; |
14 | 21 | 644B7F98CA0877F04B101C43 /* Pods_Example.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FD50089674513C9952D3B101 /* Pods_Example.framework */; }; |
15 | 22 | /* End PBXBuildFile section */ |
16 | 23 |
|
17 | 24 | /* Begin PBXFileReference section */ |
18 | 25 | 386FB1AF20C49B71006A93BA /* Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Example.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
19 | 26 | 386FB1B220C49B71006A93BA /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; }; |
20 | | - 386FB1B420C49B71006A93BA /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; }; |
| 27 | + 386FB1B420C49B71006A93BA /* ExampleViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ExampleViewController.swift; sourceTree = "<group>"; }; |
21 | 28 | 386FB1B920C49B72006A93BA /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; |
22 | 29 | 386FB1BC20C49B72006A93BA /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; }; |
23 | 30 | 386FB1BE20C49B72006A93BA /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
| 31 | + 38C2AE7D20D488B700F8079E /* SplitViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SplitViewController.swift; sourceTree = "<group>"; }; |
| 32 | + 38C2AE7F20D4896E00F8079E /* TableViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TableViewController.swift; sourceTree = "<group>"; }; |
| 33 | + 38C2AE8220D48BCB00F8079E /* GitHawkInputBar.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = GitHawkInputBar.swift; sourceTree = "<group>"; }; |
| 34 | + 38C2AE8320D48BCB00F8079E /* SlackInputBar.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SlackInputBar.swift; sourceTree = "<group>"; }; |
| 35 | + 38C2AE8420D48BCB00F8079E /* iMessageInputBar.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = iMessageInputBar.swift; sourceTree = "<group>"; }; |
| 36 | + 38C2AE8520D48BCB00F8079E /* FacebookInputBar.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FacebookInputBar.swift; sourceTree = "<group>"; }; |
| 37 | + 38C2AE8A20D48C4C00F8079E /* ImageCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ImageCell.swift; sourceTree = "<group>"; }; |
24 | 38 | E41573B0652E6E942E37F7E2 /* Pods-Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Example.release.xcconfig"; path = "Pods/Target Support Files/Pods-Example/Pods-Example.release.xcconfig"; sourceTree = "<group>"; }; |
25 | 39 | F3640507C14B6B8B154D09F1 /* Pods-Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Example.debug.xcconfig"; path = "Pods/Target Support Files/Pods-Example/Pods-Example.debug.xcconfig"; sourceTree = "<group>"; }; |
26 | 40 | FD50089674513C9952D3B101 /* Pods_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
|
60 | 74 | isa = PBXGroup; |
61 | 75 | children = ( |
62 | 76 | 386FB1B220C49B71006A93BA /* AppDelegate.swift */, |
63 | | - 386FB1B420C49B71006A93BA /* ViewController.swift */, |
| 77 | + 38C2AE7D20D488B700F8079E /* SplitViewController.swift */, |
| 78 | + 38C2AE7F20D4896E00F8079E /* TableViewController.swift */, |
| 79 | + 386FB1B420C49B71006A93BA /* ExampleViewController.swift */, |
| 80 | + 38C2AE8A20D48C4C00F8079E /* ImageCell.swift */, |
| 81 | + 38C2AE8120D48BBF00F8079E /* Style Examples */, |
64 | 82 | 386FB1B920C49B72006A93BA /* Assets.xcassets */, |
65 | 83 | 386FB1BB20C49B72006A93BA /* LaunchScreen.storyboard */, |
66 | 84 | 386FB1BE20C49B72006A93BA /* Info.plist */, |
67 | 85 | ); |
68 | 86 | path = Example; |
69 | 87 | sourceTree = "<group>"; |
70 | 88 | }; |
| 89 | + 38C2AE8120D48BBF00F8079E /* Style Examples */ = { |
| 90 | + isa = PBXGroup; |
| 91 | + children = ( |
| 92 | + 38C2AE8520D48BCB00F8079E /* FacebookInputBar.swift */, |
| 93 | + 38C2AE8220D48BCB00F8079E /* GitHawkInputBar.swift */, |
| 94 | + 38C2AE8420D48BCB00F8079E /* iMessageInputBar.swift */, |
| 95 | + 38C2AE8320D48BCB00F8079E /* SlackInputBar.swift */, |
| 96 | + ); |
| 97 | + path = "Style Examples"; |
| 98 | + sourceTree = "<group>"; |
| 99 | + }; |
71 | 100 | 994A0F2B22ACBD91CC78EEE2 /* Frameworks */ = { |
72 | 101 | isa = PBXGroup; |
73 | 102 | children = ( |
|
196 | 225 | isa = PBXSourcesBuildPhase; |
197 | 226 | buildActionMask = 2147483647; |
198 | 227 | files = ( |
199 | | - 386FB1B520C49B71006A93BA /* ViewController.swift in Sources */, |
| 228 | + 38C2AE8920D48BCB00F8079E /* FacebookInputBar.swift in Sources */, |
| 229 | + 38C2AE8820D48BCB00F8079E /* iMessageInputBar.swift in Sources */, |
| 230 | + 38C2AE8B20D48C4C00F8079E /* ImageCell.swift in Sources */, |
| 231 | + 38C2AE8620D48BCB00F8079E /* GitHawkInputBar.swift in Sources */, |
| 232 | + 386FB1B520C49B71006A93BA /* ExampleViewController.swift in Sources */, |
200 | 233 | 386FB1B320C49B71006A93BA /* AppDelegate.swift in Sources */, |
| 234 | + 38C2AE7E20D488B700F8079E /* SplitViewController.swift in Sources */, |
| 235 | + 38C2AE8020D4896E00F8079E /* TableViewController.swift in Sources */, |
| 236 | + 38C2AE8720D48BCB00F8079E /* SlackInputBar.swift in Sources */, |
201 | 237 | ); |
202 | 238 | runOnlyForDeploymentPostprocessing = 0; |
203 | 239 | }; |
|
0 commit comments