|
113 | 113 | 94889CAE1F7CEAA80028B8C3 /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = 94889CB01F7CEAA80028B8C3 /* Localizable.strings */; };
|
114 | 114 | A0DEC06E21E0F40300659A5B /* SelectLanguageViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A0DEC06D21E0F40300659A5B /* SelectLanguageViewController.swift */; };
|
115 | 115 | A0DEC07021E0F41300659A5B /* LanguageModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = A0DEC06F21E0F41300659A5B /* LanguageModel.swift */; };
|
| 116 | + A0E42B7321F0F2D8003F06AF /* LICENSE in Resources */ = {isa = PBXBuildFile; fileRef = A0E42B6B21F0F2D8003F06AF /* LICENSE */; }; |
| 117 | + A0E42B7421F0F2D8003F06AF /* FBShimmeringLayer.m in Sources */ = {isa = PBXBuildFile; fileRef = A0E42B7021F0F2D8003F06AF /* FBShimmeringLayer.m */; }; |
| 118 | + A0E42B7521F0F2D8003F06AF /* FBShimmeringView.m in Sources */ = {isa = PBXBuildFile; fileRef = A0E42B7121F0F2D8003F06AF /* FBShimmeringView.m */; }; |
| 119 | + A0E42B7621F0F2D8003F06AF /* README.md in Resources */ = {isa = PBXBuildFile; fileRef = A0E42B7221F0F2D8003F06AF /* README.md */; }; |
116 | 120 | F09A34A3B776419996088BB5 /* Pods_SusiUITests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5994B8E49F09387802A1EB7A /* Pods_SusiUITests.framework */; };
|
117 | 121 | /* End PBXBuildFile section */
|
118 | 122 |
|
|
246 | 250 | A078553387742A62D98A8C3F /* Pods-Susi.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Susi.debug.xcconfig"; path = "Pods/Target Support Files/Pods-Susi/Pods-Susi.debug.xcconfig"; sourceTree = "<group>"; };
|
247 | 251 | A0DEC06D21E0F40300659A5B /* SelectLanguageViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SelectLanguageViewController.swift; sourceTree = "<group>"; };
|
248 | 252 | A0DEC06F21E0F41300659A5B /* LanguageModel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LanguageModel.swift; sourceTree = "<group>"; };
|
| 253 | + A0E42B6B21F0F2D8003F06AF /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = "<group>"; }; |
| 254 | + A0E42B6D21F0F2D8003F06AF /* FBShimmering.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FBShimmering.h; sourceTree = "<group>"; }; |
| 255 | + A0E42B6E21F0F2D8003F06AF /* FBShimmeringLayer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FBShimmeringLayer.h; sourceTree = "<group>"; }; |
| 256 | + A0E42B6F21F0F2D8003F06AF /* FBShimmeringView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FBShimmeringView.h; sourceTree = "<group>"; }; |
| 257 | + A0E42B7021F0F2D8003F06AF /* FBShimmeringLayer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FBShimmeringLayer.m; sourceTree = "<group>"; }; |
| 258 | + A0E42B7121F0F2D8003F06AF /* FBShimmeringView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FBShimmeringView.m; sourceTree = "<group>"; }; |
| 259 | + A0E42B7221F0F2D8003F06AF /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; }; |
249 | 260 | C564B012515FE5529232089A /* Pods_Susi.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Susi.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
250 | 261 | C949F9C701CBA7B848521A51 /* Pods-SusiUITests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SusiUITests.release.xcconfig"; path = "Pods/Target Support Files/Pods-SusiUITests/Pods-SusiUITests.release.xcconfig"; sourceTree = "<group>"; };
|
251 | 262 | /* End PBXFileReference section */
|
|
533 | 544 | 6D4D9B521E768FF40067459C /* Helpers */,
|
534 | 545 | 6DE44E121E76ACBA00215B85 /* Model */,
|
535 | 546 | 6D35E4811EE70F4700188E1F /* Snowboy Files */,
|
| 547 | + A0E42B6A21F0F2D8003F06AF /* Shimmer */, |
536 | 548 | 6DAF3AF41F0E0FF700929D86 /* Storyboards */,
|
537 | 549 | 6D4D9B4F1E768F250067459C /* Supporting Files */,
|
538 | 550 | );
|
|
689 | 701 | path = SelectLanguageController;
|
690 | 702 | sourceTree = "<group>";
|
691 | 703 | };
|
| 704 | + A0E42B6A21F0F2D8003F06AF /* Shimmer */ = { |
| 705 | + isa = PBXGroup; |
| 706 | + children = ( |
| 707 | + A0E42B6B21F0F2D8003F06AF /* LICENSE */, |
| 708 | + A0E42B6C21F0F2D8003F06AF /* FBShimmering */, |
| 709 | + A0E42B7221F0F2D8003F06AF /* README.md */, |
| 710 | + ); |
| 711 | + path = Shimmer; |
| 712 | + sourceTree = "<group>"; |
| 713 | + }; |
| 714 | + A0E42B6C21F0F2D8003F06AF /* FBShimmering */ = { |
| 715 | + isa = PBXGroup; |
| 716 | + children = ( |
| 717 | + A0E42B6D21F0F2D8003F06AF /* FBShimmering.h */, |
| 718 | + A0E42B6E21F0F2D8003F06AF /* FBShimmeringLayer.h */, |
| 719 | + A0E42B6F21F0F2D8003F06AF /* FBShimmeringView.h */, |
| 720 | + A0E42B7021F0F2D8003F06AF /* FBShimmeringLayer.m */, |
| 721 | + A0E42B7121F0F2D8003F06AF /* FBShimmeringView.m */, |
| 722 | + ); |
| 723 | + path = FBShimmering; |
| 724 | + sourceTree = "<group>"; |
| 725 | + }; |
692 | 726 | BD5FA220F268315B61F71523 /* Frameworks */ = {
|
693 | 727 | isa = PBXGroup;
|
694 | 728 | children = (
|
|
804 | 838 | files = (
|
805 | 839 | 6D4D9B451E768E190067459C /* LaunchScreen.storyboard in Resources */,
|
806 | 840 | 6D4D9B421E768E190067459C /* Assets.xcassets in Resources */,
|
| 841 | + A0E42B7321F0F2D8003F06AF /* LICENSE in Resources */, |
807 | 842 | 94889CAE1F7CEAA80028B8C3 /* Localizable.strings in Resources */,
|
808 | 843 | 6DAF3AF61F0E101200929D86 /* Main.storyboard in Resources */,
|
809 | 844 | 40801EE520F33BBB0071860E /* YTPlayer.html in Resources */,
|
| 845 | + A0E42B7621F0F2D8003F06AF /* README.md in Resources */, |
810 | 846 | 6D28983A1F144E5C00B6151A /* common.res in Resources */,
|
811 | 847 | 6D47585A1F5625740067B3A4 /* susi.pmdl in Resources */,
|
812 | 848 | );
|
|
990 | 1026 | 6D87A32E1EEE54CC00A6D763 /* WebsearchCollectionView.swift in Sources */,
|
991 | 1027 | 40FB527520C037C6005D4ACD /* StopCell.swift in Sources */,
|
992 | 1028 | 406F8BA020EE72CA00D9C6AC /* VideoPlayAction.swift in Sources */,
|
| 1029 | + A0E42B7521F0F2D8003F06AF /* FBShimmeringView.m in Sources */, |
993 | 1030 | 6DFC75B91EE077E9002F92BA /* ForgotPasswordViewController.swift in Sources */,
|
994 | 1031 | A0DEC06E21E0F40300659A5B /* SelectLanguageViewController.swift in Sources */,
|
995 | 1032 | 6DE44E111E76ACAF00215B85 /* Client.swift in Sources */,
|
|
1021 | 1058 | 6DCA90641F1F0B320058CABB /* TextFieldDelegate.swift in Sources */,
|
1022 | 1059 | 6DE44E191E76AF8100215B85 /* ChatViewController.swift in Sources */,
|
1023 | 1060 | 6D61B9B31EEBAB4000CD3536 /* TableAction.swift in Sources */,
|
| 1061 | + A0E42B7421F0F2D8003F06AF /* FBShimmeringLayer.m in Sources */, |
1024 | 1062 | 6D87A3321EEE86CC00A6D763 /* RSSCell.swift in Sources */,
|
1025 | 1063 | 4064830120FCF3220014EB47 /* PlayerViewController.swift in Sources */,
|
1026 | 1064 | 407ED1DB20BEC6C3007AEE34 /* DesignableView.swift in Sources */,
|
|
0 commit comments