|
9 | 9 | /* Begin PBXBuildFile section */ |
10 | 10 | 4CD0AA5F1EDF2CB700BC8FD5 /* ControllerConstants.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4CD0AA5E1EDF2CB700BC8FD5 /* ControllerConstants.swift */; }; |
11 | 11 | 4FCDF8638A44821DEACBB4E0 /* Pods_Susi.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 39326DEEDBD0CCA432D3B25D /* Pods_Susi.framework */; }; |
| 12 | + 6D017B251F4EAF86004BDE7E /* SkillListingViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6D017B241F4EAF86004BDE7E /* SkillListingViewController.swift */; }; |
| 13 | + 6D017B271F4EB641004BDE7E /* SkillListingVCMethods.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6D017B261F4EB641004BDE7E /* SkillListingVCMethods.swift */; }; |
| 14 | + 6D017B291F4EC2D3004BDE7E /* SkillListingTableCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6D017B281F4EC2D3004BDE7E /* SkillListingTableCell.swift */; }; |
| 15 | + 6D017B2B1F4EC941004BDE7E /* SkillListingCollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6D017B2A1F4EC941004BDE7E /* SkillListingCollectionView.swift */; }; |
| 16 | + 6D017B2E1F4ECA90004BDE7E /* SkillCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6D017B2D1F4ECA90004BDE7E /* SkillCell.swift */; }; |
| 17 | + 6D017B301F4ED651004BDE7E /* Skill.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6D017B2F1F4ED651004BDE7E /* Skill.swift */; }; |
12 | 18 | 6D0B28DC1F3D55B100E273E1 /* ResetPasswordController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6D0B28DB1F3D55B100E273E1 /* ResetPasswordController.swift */; }; |
13 | 19 | 6D0B28DE1F3D873D00E273E1 /* ResetPasswordVCMethods.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6D0B28DD1F3D873D00E273E1 /* ResetPasswordVCMethods.swift */; }; |
14 | 20 | 6D0B28E01F3D8F6300E273E1 /* CustomTextField.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6D0B28DF1F3D8F6300E273E1 /* CustomTextField.swift */; }; |
|
95 | 101 | 24F4C1EEBA4B8BDCFD043E65 /* 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>"; }; |
96 | 102 | 39326DEEDBD0CCA432D3B25D /* Pods_Susi.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Susi.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
97 | 103 | 4CD0AA5E1EDF2CB700BC8FD5 /* ControllerConstants.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ControllerConstants.swift; sourceTree = "<group>"; }; |
| 104 | + 6D017B241F4EAF86004BDE7E /* SkillListingViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SkillListingViewController.swift; sourceTree = "<group>"; }; |
| 105 | + 6D017B261F4EB641004BDE7E /* SkillListingVCMethods.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SkillListingVCMethods.swift; sourceTree = "<group>"; }; |
| 106 | + 6D017B281F4EC2D3004BDE7E /* SkillListingTableCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SkillListingTableCell.swift; sourceTree = "<group>"; }; |
| 107 | + 6D017B2A1F4EC941004BDE7E /* SkillListingCollectionView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SkillListingCollectionView.swift; sourceTree = "<group>"; }; |
| 108 | + 6D017B2D1F4ECA90004BDE7E /* SkillCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SkillCell.swift; sourceTree = "<group>"; }; |
| 109 | + 6D017B2F1F4ED651004BDE7E /* Skill.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Skill.swift; sourceTree = "<group>"; }; |
98 | 110 | 6D0B28DB1F3D55B100E273E1 /* ResetPasswordController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ResetPasswordController.swift; sourceTree = "<group>"; }; |
99 | 111 | 6D0B28DD1F3D873D00E273E1 /* ResetPasswordVCMethods.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ResetPasswordVCMethods.swift; sourceTree = "<group>"; }; |
100 | 112 | 6D0B28DF1F3D8F6300E273E1 /* CustomTextField.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CustomTextField.swift; sourceTree = "<group>"; }; |
|
215 | 227 | name = Pods; |
216 | 228 | sourceTree = "<group>"; |
217 | 229 | }; |
| 230 | + 6D017B231F4EAF64004BDE7E /* SkillListingViewController */ = { |
| 231 | + isa = PBXGroup; |
| 232 | + children = ( |
| 233 | + 6D017B261F4EB641004BDE7E /* SkillListingVCMethods.swift */, |
| 234 | + 6D017B241F4EAF86004BDE7E /* SkillListingViewController.swift */, |
| 235 | + ); |
| 236 | + name = SkillListingViewController; |
| 237 | + path = SkillListingViewController; |
| 238 | + sourceTree = "<group>"; |
| 239 | + }; |
| 240 | + 6D017B2C1F4EC98E004BDE7E /* Skill Listing Cells */ = { |
| 241 | + isa = PBXGroup; |
| 242 | + children = ( |
| 243 | + 6D017B2D1F4ECA90004BDE7E /* SkillCell.swift */, |
| 244 | + 6D017B2A1F4EC941004BDE7E /* SkillListingCollectionView.swift */, |
| 245 | + 6D017B281F4EC2D3004BDE7E /* SkillListingTableCell.swift */, |
| 246 | + ); |
| 247 | + name = "Skill Listing Cells"; |
| 248 | + path = "Skill Listing Cells"; |
| 249 | + sourceTree = "<group>"; |
| 250 | + }; |
218 | 251 | 6D0B28DA1F3D558300E273E1 /* ResetPasswordController */ = { |
219 | 252 | isa = PBXGroup; |
220 | 253 | children = ( |
|
281 | 314 | isa = PBXGroup; |
282 | 315 | children = ( |
283 | 316 | 6D3FB3471E8136640015E1D6 /* Message Cells */, |
284 | | - 6D87A32D1EEE54CC00A6D763 /* WebsearchCollectionView.swift */, |
| 317 | + 6D017B2C1F4EC98E004BDE7E /* Skill Listing Cells */, |
285 | 318 | 6D0B28DF1F3D8F6300E273E1 /* CustomTextField.swift */, |
286 | 319 | 6D6F90471F4AF30800C84137 /* LongPressToCopyTextView.swift */, |
| 320 | + 6D87A32D1EEE54CC00A6D763 /* WebsearchCollectionView.swift */, |
287 | 321 | ); |
288 | 322 | path = "Custom Views"; |
289 | 323 | sourceTree = "<group>"; |
|
315 | 349 | isa = PBXGroup; |
316 | 350 | children = ( |
317 | 351 | 6D3DACC41F25FB9900CEFBC7 /* ActivityIndicatorCell.swift */, |
| 352 | + 6DE0025A1F3FF93A0065DB85 /* AnchorCell.swift */, |
318 | 353 | 6D2F984A1E76DF2200FE2B6F /* BaseCell.swift */, |
319 | 354 | 6D3FB3481E813B900015E1D6 /* ChatMessageCell.swift */, |
| 355 | + 6D7CE2E11F40255700C6353F /* ImageCell.swift */, |
320 | 356 | 6D0DB6271EE436FC00AD030D /* IncomingChatCell.swift */, |
| 357 | + 6DE002581F3FF5140065DB85 /* MapCell.swift */, |
321 | 358 | 6D0DB6251EE4272300AD030D /* OutgoingChatCell.swift */, |
322 | 359 | 6D87A3311EEE86CC00A6D763 /* RSSCell.swift */, |
323 | 360 | 6D87A32F1EEE557000A6D763 /* WebsearchCell.swift */, |
324 | | - 6DE002581F3FF5140065DB85 /* MapCell.swift */, |
325 | | - 6DE0025A1F3FF93A0065DB85 /* AnchorCell.swift */, |
326 | | - 6D7CE2E11F40255700C6353F /* ImageCell.swift */, |
327 | 361 | ); |
328 | 362 | path = "Message Cells"; |
329 | 363 | sourceTree = "<group>"; |
|
382 | 416 | 6D0B28DA1F3D558300E273E1 /* ResetPasswordController */, |
383 | 417 | 6DEE71131F2CB03C00A512CF /* SettingsController */, |
384 | 418 | 6D24B0921EE409860097418A /* SignUpController */, |
| 419 | + 6D017B231F4EAF64004BDE7E /* SkillListingViewController */, |
385 | 420 | 6DE809CD1F34DBFD00CAE674 /* TrainingViewController */, |
386 | 421 | 6DEE71111F2C9DC900A512CF /* AppNavigationController.swift */, |
387 | 422 | ); |
|
424 | 459 | 6D61B9B61EEBAB7000CD3536 /* MapAction.swift */, |
425 | 460 | 6D61B9AA1EEBAA3900CD3536 /* Message.swift */, |
426 | 461 | 6D61B9AE1EEBAAD700CD3536 /* RSSAction.swift */, |
| 462 | + 6D017B2F1F4ED651004BDE7E /* Skill.swift */, |
427 | 463 | 6D61B9B21EEBAB4000CD3536 /* TableAction.swift */, |
428 | 464 | 6D9C0D281E7B223A00199828 /* User.swift */, |
429 | 465 | 6D61B9B01EEBAB0200CD3536 /* WebsearchAction.swift */, |
|
759 | 795 | 6D0B28E01F3D8F6300E273E1 /* CustomTextField.swift in Sources */, |
760 | 796 | 6D0DB6261EE4272300AD030D /* OutgoingChatCell.swift in Sources */, |
761 | 797 | 6D0DB6241EE41D1000AD030D /* ChatVCMethods.swift in Sources */, |
| 798 | + 6D017B2E1F4ECA90004BDE7E /* SkillCell.swift in Sources */, |
762 | 799 | 6DE44E0F1E769AD300215B85 /* Color.swift in Sources */, |
| 800 | + 6D017B251F4EAF86004BDE7E /* SkillListingViewController.swift in Sources */, |
763 | 801 | 6DEE71121F2C9DC900A512CF /* AppNavigationController.swift in Sources */, |
764 | 802 | 6DE0025B1F3FF93A0065DB85 /* AnchorCell.swift in Sources */, |
765 | 803 | 6D24B0961EE409DB0097418A /* SignUpVCMethods.swift in Sources */, |
|
778 | 816 | 6D61B9AD1EEBAAA200CD3536 /* AnswerAction.swift in Sources */, |
779 | 817 | 6D3E82461E7953B200D48776 /* SettingsViewController.swift in Sources */, |
780 | 818 | 6D61B9B71EEBAB7000CD3536 /* MapAction.swift in Sources */, |
| 819 | + 6D017B301F4ED651004BDE7E /* Skill.swift in Sources */, |
781 | 820 | 6D4D9B3B1E768E190067459C /* AppDelegate.swift in Sources */, |
782 | 821 | 6D61B9B51EEBAB6000CD3536 /* AnchorAction.swift in Sources */, |
783 | 822 | 6D6F90481F4AF30800C84137 /* LongPressToCopyTextView.swift in Sources */, |
|
786 | 825 | 6D7CE2E21F40255700C6353F /* ImageCell.swift in Sources */, |
787 | 826 | 6DE44E1B1E76B5D600215B85 /* SignUpViewController.swift in Sources */, |
788 | 827 | 6D9C0D291E7B223A00199828 /* User.swift in Sources */, |
| 828 | + 6D017B2B1F4EC941004BDE7E /* SkillListingCollectionView.swift in Sources */, |
789 | 829 | 6D24B0911EE4093C0097418A /* ForgotPasswordVCMethods.swift in Sources */, |
790 | 830 | 6D61B9B11EEBAB0200CD3536 /* WebsearchAction.swift in Sources */, |
791 | 831 | 6DE002591F3FF5140065DB85 /* MapCell.swift in Sources */, |
|
800 | 840 | 6D87A3321EEE86CC00A6D763 /* RSSCell.swift in Sources */, |
801 | 841 | 6D5DDFF61F3378D80078BB97 /* TrainingViewController.swift in Sources */, |
802 | 842 | 6DD5030E1F36656C008388E4 /* SpeechRecognitionDelegate.swift in Sources */, |
| 843 | + 6D017B271F4EB641004BDE7E /* SkillListingVCMethods.swift in Sources */, |
803 | 844 | 6D24B08A1EE4079E0097418A /* LoginVCMethods.swift in Sources */, |
| 845 | + 6D017B291F4EC2D3004BDE7E /* SkillListingTableCell.swift in Sources */, |
804 | 846 | ); |
805 | 847 | runOnlyForDeploymentPostprocessing = 0; |
806 | 848 | }; |
|
0 commit comments