Mercurial > public > lazybear
comparison LazyBear.xcodeproj/project.pbxproj @ 452:bb69f9d1d20f
Implement HomeView in WatchOS
author | Dennis Concepción Martín <dennisconcepcionmartin@gmail.com> |
---|---|
date | Sat, 26 Jun 2021 18:45:31 +0200 |
parents | bb130738b816 |
children | 37c13ebda381 |
comparison
equal
deleted
inserted
replaced
451:bb130738b816 | 452:bb69f9d1d20f |
---|---|
103 95BEA1AA268777CC00BF18AB /* Profile.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95629D9F2645298E007AF020 /* Profile.swift */; }; | 103 95BEA1AA268777CC00BF18AB /* Profile.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95629D9F2645298E007AF020 /* Profile.swift */; }; |
104 95BEA1AC268778E500BF18AB /* Alamofire in Frameworks */ = {isa = PBXBuildFile; productRef = 95BEA1AB268778E500BF18AB /* Alamofire */; }; | 104 95BEA1AC268778E500BF18AB /* Alamofire in Frameworks */ = {isa = PBXBuildFile; productRef = 95BEA1AB268778E500BF18AB /* Alamofire */; }; |
105 95BEA1AD2687791000BF18AB /* ProfileResponse.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95C8C0DF262A369F0082D1D9 /* ProfileResponse.swift */; }; | 105 95BEA1AD2687791000BF18AB /* ProfileResponse.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95C8C0DF262A369F0082D1D9 /* ProfileResponse.swift */; }; |
106 95BEA1AE2687791800BF18AB /* CompanyModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95C22F3E26776F010014C98A /* CompanyModel.swift */; }; | 106 95BEA1AE2687791800BF18AB /* CompanyModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95C22F3E26776F010014C98A /* CompanyModel.swift */; }; |
107 95BEA1AF2687794A00BF18AB /* RequestType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95E8BAA22656D86E0016AE72 /* RequestType.swift */; }; | 107 95BEA1AF2687794A00BF18AB /* RequestType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95E8BAA22656D86E0016AE72 /* RequestType.swift */; }; |
108 95BEA1B326877BAC00BF18AB /* Persistence.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95672B9725DDA54700DCBE4A /* Persistence.swift */; }; | |
109 95BEA1B426877BBA00BF18AB /* LazyBear.xcdatamodeld in Sources */ = {isa = PBXBuildFile; fileRef = 95672B9925DDA54800DCBE4A /* LazyBear.xcdatamodeld */; }; | |
108 95C22F3F26776F010014C98A /* CompanyModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95C22F3E26776F010014C98A /* CompanyModel.swift */; }; | 110 95C22F3F26776F010014C98A /* CompanyModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95C22F3E26776F010014C98A /* CompanyModel.swift */; }; |
109 95C8C0E0262A369F0082D1D9 /* ProfileResponse.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95C8C0DF262A369F0082D1D9 /* ProfileResponse.swift */; }; | 111 95C8C0E0262A369F0082D1D9 /* ProfileResponse.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95C8C0DF262A369F0082D1D9 /* ProfileResponse.swift */; }; |
110 95CCFB56266E7A0F00C384A1 /* InsiderTransactionModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95CCFB55266E7A0F00C384A1 /* InsiderTransactionModel.swift */; }; | 112 95CCFB56266E7A0F00C384A1 /* InsiderTransactionModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95CCFB55266E7A0F00C384A1 /* InsiderTransactionModel.swift */; }; |
111 95CCFB5E266E855800C384A1 /* GetDateComponents.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95CCFB5D266E855800C384A1 /* GetDateComponents.swift */; }; | 113 95CCFB5E266E855800C384A1 /* GetDateComponents.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95CCFB5D266E855800C384A1 /* GetDateComponents.swift */; }; |
112 95CCFB60266E864C00C384A1 /* ConvertStringToDate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95CCFB5F266E864C00C384A1 /* ConvertStringToDate.swift */; }; | 114 95CCFB60266E864C00C384A1 /* ConvertStringToDate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95CCFB5F266E864C00C384A1 /* ConvertStringToDate.swift */; }; |
441 952457E3267E339C00D5BBCB /* LazyBearApp.swift */, | 443 952457E3267E339C00D5BBCB /* LazyBearApp.swift */, |
442 952457E5267E339C00D5BBCB /* ContentView.swift */, | 444 952457E5267E339C00D5BBCB /* ContentView.swift */, |
443 952457E7267E339C00D5BBCB /* NotificationController.swift */, | 445 952457E7267E339C00D5BBCB /* NotificationController.swift */, |
444 952457E9267E339C00D5BBCB /* NotificationView.swift */, | 446 952457E9267E339C00D5BBCB /* NotificationView.swift */, |
445 952457EB267E339C00D5BBCB /* ComplicationController.swift */, | 447 952457EB267E339C00D5BBCB /* ComplicationController.swift */, |
446 9595DC2E2682840C00DC8104 /* Views */, | |
447 952457ED267E339C00D5BBCB /* Assets.xcassets */, | 448 952457ED267E339C00D5BBCB /* Assets.xcassets */, |
448 952457F2267E339C00D5BBCB /* Info.plist */, | 449 952457F2267E339C00D5BBCB /* Info.plist */, |
449 952457F3267E339C00D5BBCB /* PushNotificationPayload.apns */, | 450 952457F3267E339C00D5BBCB /* PushNotificationPayload.apns */, |
451 9595DC2E2682840C00DC8104 /* Views */, | |
450 952457EF267E339C00D5BBCB /* Preview Content */, | 452 952457EF267E339C00D5BBCB /* Preview Content */, |
451 ); | 453 ); |
452 path = "LazyBearWatchOS Extension"; | 454 path = "LazyBearWatchOS Extension"; |
453 sourceTree = "<group>"; | 455 sourceTree = "<group>"; |
454 }; | 456 }; |
626 9595DC312682845500DC8104 /* Home */ = { | 628 9595DC312682845500DC8104 /* Home */ = { |
627 isa = PBXGroup; | 629 isa = PBXGroup; |
628 children = ( | 630 children = ( |
629 9595DC332682849E00DC8104 /* HomeView.swift */, | 631 9595DC332682849E00DC8104 /* HomeView.swift */, |
630 9595DC322682848B00DC8104 /* Helpers */, | 632 9595DC322682848B00DC8104 /* Helpers */, |
631 9595DC392682858D00DC8104 /* Networking */, | |
632 ); | 633 ); |
633 path = Home; | 634 path = Home; |
634 sourceTree = "<group>"; | 635 sourceTree = "<group>"; |
635 }; | 636 }; |
636 9595DC322682848B00DC8104 /* Helpers */ = { | 637 9595DC322682848B00DC8104 /* Helpers */ = { |
637 isa = PBXGroup; | 638 isa = PBXGroup; |
638 children = ( | 639 children = ( |
639 9595DC35268284B100DC8104 /* CompanyRow.swift */, | 640 9595DC35268284B100DC8104 /* CompanyRow.swift */, |
640 ); | 641 ); |
641 path = Helpers; | 642 path = Helpers; |
642 sourceTree = "<group>"; | |
643 }; | |
644 9595DC392682858D00DC8104 /* Networking */ = { | |
645 isa = PBXGroup; | |
646 children = ( | |
647 ); | |
648 path = Networking; | |
649 sourceTree = "<group>"; | 643 sourceTree = "<group>"; |
650 }; | 644 }; |
651 95A7C06126163943003E2EC1 /* Search */ = { | 645 95A7C06126163943003E2EC1 /* Search */ = { |
652 isa = PBXGroup; | 646 isa = PBXGroup; |
653 children = ( | 647 children = ( |
1034 buildActionMask = 2147483647; | 1028 buildActionMask = 2147483647; |
1035 files = ( | 1029 files = ( |
1036 952457E8267E339C00D5BBCB /* NotificationController.swift in Sources */, | 1030 952457E8267E339C00D5BBCB /* NotificationController.swift in Sources */, |
1037 95BEA1AD2687791000BF18AB /* ProfileResponse.swift in Sources */, | 1031 95BEA1AD2687791000BF18AB /* ProfileResponse.swift in Sources */, |
1038 95BEA1AF2687794A00BF18AB /* RequestType.swift in Sources */, | 1032 95BEA1AF2687794A00BF18AB /* RequestType.swift in Sources */, |
1033 95BEA1B326877BAC00BF18AB /* Persistence.swift in Sources */, | |
1039 95BEA1AA268777CC00BF18AB /* Profile.swift in Sources */, | 1034 95BEA1AA268777CC00BF18AB /* Profile.swift in Sources */, |
1040 952457E6267E339C00D5BBCB /* ContentView.swift in Sources */, | 1035 952457E6267E339C00D5BBCB /* ContentView.swift in Sources */, |
1041 952457EC267E339C00D5BBCB /* ComplicationController.swift in Sources */, | 1036 952457EC267E339C00D5BBCB /* ComplicationController.swift in Sources */, |
1042 95BEA1AE2687791800BF18AB /* CompanyModel.swift in Sources */, | 1037 95BEA1AE2687791800BF18AB /* CompanyModel.swift in Sources */, |
1043 9595DC342682849E00DC8104 /* HomeView.swift in Sources */, | 1038 9595DC342682849E00DC8104 /* HomeView.swift in Sources */, |
1039 95BEA1B426877BBA00BF18AB /* LazyBear.xcdatamodeld in Sources */, | |
1044 9595DC382682850000DC8104 /* WatchlistCompany+CoreDataProperties.swift in Sources */, | 1040 9595DC382682850000DC8104 /* WatchlistCompany+CoreDataProperties.swift in Sources */, |
1045 952457E4267E339C00D5BBCB /* LazyBearApp.swift in Sources */, | 1041 952457E4267E339C00D5BBCB /* LazyBearApp.swift in Sources */, |
1046 9595DC37268284FA00DC8104 /* WatchlistCompany+CoreDataClass.swift in Sources */, | 1042 9595DC37268284FA00DC8104 /* WatchlistCompany+CoreDataClass.swift in Sources */, |
1047 952457EA267E339C00D5BBCB /* NotificationView.swift in Sources */, | 1043 952457EA267E339C00D5BBCB /* NotificationView.swift in Sources */, |
1048 9595DC36268284B100DC8104 /* CompanyRow.swift in Sources */, | 1044 9595DC36268284B100DC8104 /* CompanyRow.swift in Sources */, |