|
9 | 9 | /* Begin PBXBuildFile section */ |
10 | 10 | 0A360882203539FF001F5F85 /* HIAdminEventViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0A360881203539FF001F5F85 /* HIAdminEventViewController.swift */; }; |
11 | 11 | 35240BD1201408DB00E0C0D8 /* HICountdownViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 35240BD0201408DB00E0C0D8 /* HICountdownViewController.swift */; }; |
| 12 | + 35264667203EC14100F59F48 /* HIRecruiterService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 35264666203EC14100F59F48 /* HIRecruiterService.swift */; }; |
12 | 13 | 35BD9E4A2017DFED005B6FCE /* HITrackingService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 35BD9E492017DFED005B6FCE /* HITrackingService.swift */; }; |
13 | 14 | 35D7CE9720380ACF00654E28 /* Stickers.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 35D7CE9620380ACF00654E28 /* Stickers.xcassets */; }; |
14 | 15 | 35D7CE9B20380ACF00654E28 /* Stickers.appex in Embed App Extensions */ = {isa = PBXBuildFile; fileRef = 35D7CE9420380ACF00654E28 /* Stickers.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; }; |
|
73 | 74 | 95CA9230201E60D300C46037 /* HIImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95CA922F201E60D300C46037 /* HIImage.swift */; }; |
74 | 75 | 95CCEA1F203D6B3600E3E28C /* HINavigationController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95CCEA1E203D6B3600E3E28C /* HINavigationController.swift */; }; |
75 | 76 | 95CD0ED52015217E00D79DCC /* HIApplicationStateController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95CD0ED42015217E00D79DCC /* HIApplicationStateController.swift */; }; |
| 77 | + 95D6DA78203F8C3900E7C982 /* HIImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95D6DA77203F8C3900E7C982 /* HIImageView.swift */; }; |
| 78 | + 95D6DA7A203F983700E7C982 /* HILocalNotificationController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95D6DA79203F983700E7C982 /* HILocalNotificationController.swift */; }; |
76 | 79 | 95D791E9203E12C900C3BA62 /* HIThemeEngine.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95D791E8203E12C900C3BA62 /* HIThemeEngine.swift */; }; |
77 | 80 | 95D791ED203E370A00C3BA62 /* HIWindow.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95D791EC203E370A00C3BA62 /* HIWindow.swift */; }; |
78 | 81 | 95DB8C712018419500173ACC /* HIAPIUser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95DB8C702018419500173ACC /* HIAPIUser.swift */; }; |
|
111 | 114 | /* Begin PBXFileReference section */ |
112 | 115 | 0A360881203539FF001F5F85 /* HIAdminEventViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HIAdminEventViewController.swift; sourceTree = "<group>"; }; |
113 | 116 | 35240BD0201408DB00E0C0D8 /* HICountdownViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HICountdownViewController.swift; sourceTree = "<group>"; }; |
| 117 | + 35264666203EC14100F59F48 /* HIRecruiterService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HIRecruiterService.swift; sourceTree = "<group>"; }; |
114 | 118 | 35BD9E492017DFED005B6FCE /* HITrackingService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HITrackingService.swift; sourceTree = "<group>"; }; |
115 | 119 | 35D7CE9420380ACF00654E28 /* Stickers.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = Stickers.appex; sourceTree = BUILT_PRODUCTS_DIR; }; |
116 | 120 | 35D7CE9620380ACF00654E28 /* Stickers.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Stickers.xcassets; sourceTree = "<group>"; }; |
|
180 | 184 | 95CA922F201E60D300C46037 /* HIImage.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HIImage.swift; sourceTree = "<group>"; }; |
181 | 185 | 95CCEA1E203D6B3600E3E28C /* HINavigationController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HINavigationController.swift; sourceTree = "<group>"; }; |
182 | 186 | 95CD0ED42015217E00D79DCC /* HIApplicationStateController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HIApplicationStateController.swift; sourceTree = "<group>"; }; |
| 187 | + 95D6DA77203F8C3900E7C982 /* HIImageView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HIImageView.swift; sourceTree = "<group>"; }; |
| 188 | + 95D6DA79203F983700E7C982 /* HILocalNotificationController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HILocalNotificationController.swift; sourceTree = "<group>"; }; |
183 | 189 | 95D791E8203E12C900C3BA62 /* HIThemeEngine.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HIThemeEngine.swift; sourceTree = "<group>"; }; |
184 | 190 | 95D791EC203E370A00C3BA62 /* HIWindow.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HIWindow.swift; sourceTree = "<group>"; }; |
185 | 191 | 95DB8C702018419500173ACC /* HIAPIUser.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HIAPIUser.swift; sourceTree = "<group>"; }; |
|
272 | 278 | isa = PBXGroup; |
273 | 279 | children = ( |
274 | 280 | 95DE24DB1FC3ADBE000F599D /* HIAnnouncementService.swift */, |
275 | | - 35BD9E492017DFED005B6FCE /* HITrackingService.swift */, |
276 | 281 | 950F57151FBE81FA001F7DF4 /* HIAuthService.swift */, |
277 | | - 84E3DD04203EA27800BF3883 /* HIPassService.swift */, |
278 | 282 | 950F57131FBE8139001F7DF4 /* HIBaseService.swift */, |
279 | 283 | 957D7C831FC28F4100C4332A /* HIEventService.swift */, |
280 | | - 95CA03EF2017F62000CB250F /* HIUserService.swift */, |
| 284 | + 84E3DD04203EA27800BF3883 /* HIPassService.swift */, |
| 285 | + 35264666203EC14100F59F48 /* HIRecruiterService.swift */, |
281 | 286 | 955772F9202B963800FCE7C0 /* HIRegistrationService.swift */, |
| 287 | + 35BD9E492017DFED005B6FCE /* HITrackingService.swift */, |
| 288 | + 95CA03EF2017F62000CB250F /* HIUserService.swift */, |
282 | 289 | ); |
283 | 290 | path = APIService; |
284 | 291 | sourceTree = "<group>"; |
|
327 | 334 | children = ( |
328 | 335 | 953199C81FC25CA0009F2AA1 /* CoreDataController.swift */, |
329 | 336 | 957DB2E91FC2453100F8C45E /* FlowControllers */, |
| 337 | + 95D6DA79203F983700E7C982 /* HILocalNotificationController.swift */, |
330 | 338 | 957DB2E41FC2435100F8C45E /* ViewControllers */, |
331 | 339 | ); |
332 | 340 | path = Controllers; |
|
419 | 427 | isa = PBXGroup; |
420 | 428 | children = ( |
421 | 429 | 95069260203EE14000D7C34C /* Animations */, |
422 | | - 95D791E8203E12C900C3BA62 /* HIThemeEngine.swift */, |
423 | 430 | 95A7D27B203D4F54005EAEAF /* HIButton.swift */, |
424 | 431 | 95CA922F201E60D300C46037 /* HIImage.swift */, |
| 432 | + 95D6DA77203F8C3900E7C982 /* HIImageView.swift */, |
425 | 433 | 95A7D29D203D5BA4005EAEAF /* HILabel.swift */, |
426 | 434 | 95A7D27C203D4F54005EAEAF /* HISegmentedControl.swift */, |
427 | 435 | 95A7D27D203D4F54005EAEAF /* HITextField.swift */, |
| 436 | + 95D791E8203E12C900C3BA62 /* HIThemeEngine.swift */, |
428 | 437 | 95A7D27F203D4F54005EAEAF /* HIView.swift */, |
| 438 | + 95D791EC203E370A00C3BA62 /* HIWindow.swift */, |
429 | 439 | 95A7D27E203D4F54005EAEAF /* Identifiable.swift */, |
430 | 440 | 95A7D280203D4F54005EAEAF /* TableView */, |
431 | | - 95D791EC203E370A00C3BA62 /* HIWindow.swift */, |
432 | 441 | ); |
433 | 442 | path = UI; |
434 | 443 | sourceTree = "<group>"; |
|
695 | 704 | 9521A6AA20191737009059C6 /* HIAnnouncementDataSource.swift in Sources */, |
696 | 705 | 95C18DCB20096539004784B5 /* HIScheduleViewController.swift in Sources */, |
697 | 706 | 95CCEA1F203D6B3600E3E28C /* HINavigationController.swift in Sources */, |
| 707 | + 35264667203EC14100F59F48 /* HIRecruiterService.swift in Sources */, |
698 | 708 | 957D7CAC1FC2940800C4332A /* HackIllinois.xcdatamodeld in Sources */, |
699 | 709 | 9510F6A71FCB7E53007D19DB /* HIScannerViewController.swift in Sources */, |
700 | 710 | 956F41E11FC7577500557DC7 /* HIAnnouncementsViewController.swift in Sources */, |
|
729 | 739 | 95A7D28D203D4F54005EAEAF /* Identifiable.swift in Sources */, |
730 | 740 | 9521A6A820191590009059C6 /* HIEventDataSource.swift in Sources */, |
731 | 741 | 9506926E203EE14000D7C34C /* LOTAnimationView.swift in Sources */, |
| 742 | + 95D6DA78203F8C3900E7C982 /* HIImageView.swift in Sources */, |
732 | 743 | 95A7D294203D4F54005EAEAF /* HIDateHeader.swift in Sources */, |
| 744 | + 95D6DA7A203F983700E7C982 /* HILocalNotificationController.swift in Sources */, |
733 | 745 | 9510F6A31FCB7D6E007D19DB /* Location+CoreDataClass.swift in Sources */, |
734 | 746 | 95D791ED203E370A00C3BA62 /* HIWindow.swift in Sources */, |
735 | 747 | 95A7D29C203D595F005EAEAF /* HITableView.swift in Sources */, |
|
0 commit comments