|
7 | 7 | objects = {
|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */
|
| 10 | + 1F081A9E1FDABD1400B881EB /* YoutubeIconWithLabelCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1F081A9B1FDABD1400B881EB /* YoutubeIconWithLabelCell.swift */; }; |
| 11 | + 1F081A9F1FDABD1400B881EB /* YoutubeIconWithLabelCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 1F081A9C1FDABD1400B881EB /* YoutubeIconWithLabelCell.xib */; }; |
| 12 | + 1F081AA01FDABD1400B881EB /* YoutubeWithLabelExampleViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1F081A9D1FDABD1400B881EB /* YoutubeWithLabelExampleViewController.swift */; }; |
10 | 13 | 285718181C568336004D7E7B /* DataProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 285718171C568336004D7E7B /* DataProvider.swift */; };
|
11 | 14 | 285DA2881C569AA2000908CA /* ChildExampleViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 285DA2861C569AA2000908CA /* ChildExampleViewController.swift */; };
|
12 | 15 | 285DA2891C569AA2000908CA /* TableChildExampleViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 285DA2871C569AA2000908CA /* TableChildExampleViewController.swift */; };
|
|
78 | 81 | /* End PBXCopyFilesBuildPhase section */
|
79 | 82 |
|
80 | 83 | /* Begin PBXFileReference section */
|
| 84 | + 1F081A9B1FDABD1400B881EB /* YoutubeIconWithLabelCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = YoutubeIconWithLabelCell.swift; sourceTree = "<group>"; }; |
| 85 | + 1F081A9C1FDABD1400B881EB /* YoutubeIconWithLabelCell.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = YoutubeIconWithLabelCell.xib; sourceTree = "<group>"; }; |
| 86 | + 1F081A9D1FDABD1400B881EB /* YoutubeWithLabelExampleViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = YoutubeWithLabelExampleViewController.swift; sourceTree = "<group>"; }; |
81 | 87 | 285718171C568336004D7E7B /* DataProvider.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = DataProvider.swift; path = Example/Helpers/DataProvider.swift; sourceTree = "<group>"; };
|
82 | 88 | 285DA2861C569AA2000908CA /* ChildExampleViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = ChildExampleViewController.swift; path = Example/ChildControllers/ChildExampleViewController.swift; sourceTree = "<group>"; };
|
83 | 89 | 285DA2871C569AA2000908CA /* TableChildExampleViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = TableChildExampleViewController.swift; path = Example/ChildControllers/TableChildExampleViewController.swift; sourceTree = "<group>"; };
|
|
125 | 131 | /* End PBXFrameworksBuildPhase section */
|
126 | 132 |
|
127 | 133 | /* Begin PBXGroup section */
|
| 134 | + 1F081A9A1FDABD1400B881EB /* YoutubeWithLabel */ = { |
| 135 | + isa = PBXGroup; |
| 136 | + children = ( |
| 137 | + 1F081A9B1FDABD1400B881EB /* YoutubeIconWithLabelCell.swift */, |
| 138 | + 1F081A9C1FDABD1400B881EB /* YoutubeIconWithLabelCell.xib */, |
| 139 | + 1F081A9D1FDABD1400B881EB /* YoutubeWithLabelExampleViewController.swift */, |
| 140 | + ); |
| 141 | + name = YoutubeWithLabel; |
| 142 | + path = Example/YoutubeWithLabel; |
| 143 | + sourceTree = "<group>"; |
| 144 | + }; |
128 | 145 | 285718151C568285004D7E7B /* Helpers */ = {
|
129 | 146 | isa = PBXGroup;
|
130 | 147 | children = (
|
|
221 | 238 | CB86ED6C1C4D6ED400DA463B /* Demo */ = {
|
222 | 239 | isa = PBXGroup;
|
223 | 240 | children = (
|
| 241 | + 1F081A9A1FDABD1400B881EB /* YoutubeWithLabel */, |
224 | 242 | 285DA2911C5A5945000908CA /* Youtube */,
|
225 | 243 | 285DA28E1C59C587000908CA /* Spotify */,
|
226 | 244 | 285DA28A1C59210F000908CA /* Instagram */,
|
|
358 | 376 | CB86ED801C4D6F0D00DA463B /* Assets.xcassets in Resources */,
|
359 | 377 | CB86ED941C4E89DD00DA463B /* PostCell.xib in Resources */,
|
360 | 378 | CBA0A2021C5032E100C5748C /* Storyboard.storyboard in Resources */,
|
| 379 | + 1F081A9F1FDABD1400B881EB /* YoutubeIconWithLabelCell.xib in Resources */, |
361 | 380 | CB86ED811C4D6F0D00DA463B /* LaunchScreen.storyboard in Resources */,
|
362 | 381 | 285DA2971C5A6A36000908CA /* YoutubeIconCell.xib in Resources */,
|
363 | 382 | );
|
|
388 | 407 | 285718181C568336004D7E7B /* DataProvider.swift in Sources */,
|
389 | 408 | CB2125DE1C52A80E002DAF42 /* TwitterExampleViewController.swift in Sources */,
|
390 | 409 | 285DA2891C569AA2000908CA /* TableChildExampleViewController.swift in Sources */,
|
| 410 | + 1F081A9E1FDABD1400B881EB /* YoutubeIconWithLabelCell.swift in Sources */, |
391 | 411 | CBBD435F1C5274AE001A748E /* NavButtonBarExampleViewController.swift in Sources */,
|
392 | 412 | CB71C6F31C4FDDCE008EC806 /* PostCell.swift in Sources */,
|
393 | 413 | 285DA2931C5A596B000908CA /* YoutubeExampleViewController.swift in Sources */,
|
394 | 414 | 285DA2951C5A6A00000908CA /* YoutubeIconCell.swift in Sources */,
|
| 415 | + 1F081AA01FDABD1400B881EB /* YoutubeWithLabelExampleViewController.swift in Sources */, |
395 | 416 | );
|
396 | 417 | runOnlyForDeploymentPostprocessing = 0;
|
397 | 418 | };
|
|
0 commit comments