Mercurial > public > lazybear
comparison LazyBear.xcodeproj/project.pbxproj @ 389:db8bc3ed526a
Implementing add to watchlist feature from SearchView
author | Dennis Concepción Martín <66180929+denniscm190@users.noreply.github.com> |
---|---|
date | Sun, 25 Apr 2021 16:42:26 +0200 |
parents | 79c39987aaa4 |
children | 6303385b3629 |
comparison
equal
deleted
inserted
replaced
388:79c39987aaa4 | 389:db8bc3ed526a |
---|---|
5 }; | 5 }; |
6 objectVersion = 52; | 6 objectVersion = 52; |
7 objects = { | 7 objects = { |
8 | 8 |
9 /* Begin PBXBuildFile section */ | 9 /* Begin PBXBuildFile section */ |
10 950272CD2635AACD003E779D /* ToolbarMenu.swift in Sources */ = {isa = PBXBuildFile; fileRef = 950272CC2635AACD003E779D /* ToolbarMenu.swift */; }; | |
10 950C36E3260FB6180081CF53 /* HapticsManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 950C36E2260FB6180081CF53 /* HapticsManager.swift */; }; | 11 950C36E3260FB6180081CF53 /* HapticsManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 950C36E2260FB6180081CF53 /* HapticsManager.swift */; }; |
11 950C57132629EF9100F234FE /* LazyBearTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 950C57122629EF9100F234FE /* LazyBearTests.swift */; }; | 12 950C57132629EF9100F234FE /* LazyBearTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 950C57122629EF9100F234FE /* LazyBearTests.swift */; }; |
12 950C57232629EFC200F234FE /* LazyBearUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 950C57222629EFC200F234FE /* LazyBearUITests.swift */; }; | 13 950C57232629EFC200F234FE /* LazyBearUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 950C57222629EFC200F234FE /* LazyBearUITests.swift */; }; |
13 950D0E192618AA4900D17AD7 /* CompanyList.swift in Sources */ = {isa = PBXBuildFile; fileRef = 950D0E182618AA4900D17AD7 /* CompanyList.swift */; }; | 14 950D0E192618AA4900D17AD7 /* CompanyList.swift in Sources */ = {isa = PBXBuildFile; fileRef = 950D0E182618AA4900D17AD7 /* CompanyList.swift */; }; |
14 950D0E292618AEC800D17AD7 /* SearchedCompanyItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 950D0E282618AEC800D17AD7 /* SearchedCompanyItem.swift */; }; | 15 950D0E292618AEC800D17AD7 /* SearchedCompanyItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 950D0E282618AEC800D17AD7 /* SearchedCompanyItem.swift */; }; |
75 remoteInfo = LazyBear; | 76 remoteInfo = LazyBear; |
76 }; | 77 }; |
77 /* End PBXContainerItemProxy section */ | 78 /* End PBXContainerItemProxy section */ |
78 | 79 |
79 /* Begin PBXFileReference section */ | 80 /* Begin PBXFileReference section */ |
81 950272CC2635AACD003E779D /* ToolbarMenu.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ToolbarMenu.swift; sourceTree = "<group>"; }; | |
80 950C36E2260FB6180081CF53 /* HapticsManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HapticsManager.swift; sourceTree = "<group>"; }; | 82 950C36E2260FB6180081CF53 /* HapticsManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HapticsManager.swift; sourceTree = "<group>"; }; |
81 950C57102629EF9100F234FE /* LazyBearTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = LazyBearTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; | 83 950C57102629EF9100F234FE /* LazyBearTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = LazyBearTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; |
82 950C57122629EF9100F234FE /* LazyBearTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LazyBearTests.swift; sourceTree = "<group>"; }; | 84 950C57122629EF9100F234FE /* LazyBearTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LazyBearTests.swift; sourceTree = "<group>"; }; |
83 950C57142629EF9100F234FE /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; | 85 950C57142629EF9100F234FE /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
84 950C57202629EFC200F234FE /* LazyBearUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = LazyBearUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; | 86 950C57202629EFC200F234FE /* LazyBearUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = LazyBearUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; |
161 runOnlyForDeploymentPostprocessing = 0; | 163 runOnlyForDeploymentPostprocessing = 0; |
162 }; | 164 }; |
163 /* End PBXFrameworksBuildPhase section */ | 165 /* End PBXFrameworksBuildPhase section */ |
164 | 166 |
165 /* Begin PBXGroup section */ | 167 /* Begin PBXGroup section */ |
168 950272CA2635AA9F003E779D /* Company list */ = { | |
169 isa = PBXGroup; | |
170 children = ( | |
171 95721DB3262787EF00EC527B /* ExtensiveList.swift */, | |
172 950272CB2635AABC003E779D /* Helpers */, | |
173 ); | |
174 path = "Company list"; | |
175 sourceTree = "<group>"; | |
176 }; | |
177 950272CB2635AABC003E779D /* Helpers */ = { | |
178 isa = PBXGroup; | |
179 children = ( | |
180 950272CC2635AACD003E779D /* ToolbarMenu.swift */, | |
181 ); | |
182 path = Helpers; | |
183 sourceTree = "<group>"; | |
184 }; | |
166 950C57112629EF9100F234FE /* LazyBearTests */ = { | 185 950C57112629EF9100F234FE /* LazyBearTests */ = { |
167 isa = PBXGroup; | 186 isa = PBXGroup; |
168 children = ( | 187 children = ( |
169 950C57122629EF9100F234FE /* LazyBearTests.swift */, | 188 950C57122629EF9100F234FE /* LazyBearTests.swift */, |
170 950C57142629EF9100F234FE /* Info.plist */, | 189 950C57142629EF9100F234FE /* Info.plist */, |
322 sourceTree = "<group>"; | 341 sourceTree = "<group>"; |
323 }; | 342 }; |
324 95893DD22613CAB5003698C5 /* Global Helpers */ = { | 343 95893DD22613CAB5003698C5 /* Global Helpers */ = { |
325 isa = PBXGroup; | 344 isa = PBXGroup; |
326 children = ( | 345 children = ( |
346 950272CA2635AA9F003E779D /* Company list */, | |
327 95ECCA5F261216D500A67EFA /* LineView.swift */, | 347 95ECCA5F261216D500A67EFA /* LineView.swift */, |
328 95ECCA5C2612169200A67EFA /* LineShape.swift */, | 348 95ECCA5C2612169200A67EFA /* LineShape.swift */, |
329 95A5188526186F590002D27C /* PriceView.swift */, | 349 95A5188526186F590002D27C /* PriceView.swift */, |
330 9550444826111FC9000E0BCB /* StockRow.swift */, | 350 9550444826111FC9000E0BCB /* StockRow.swift */, |
331 9550444B26111FED000E0BCB /* StockItem.swift */, | 351 9550444B26111FED000E0BCB /* StockItem.swift */, |
332 95721DB3262787EF00EC527B /* ExtensiveList.swift */, | |
333 95BD2FB226341D36008B6752 /* BlurBackground.swift */, | 352 95BD2FB226341D36008B6752 /* BlurBackground.swift */, |
334 ); | 353 ); |
335 path = "Global Helpers"; | 354 path = "Global Helpers"; |
336 sourceTree = "<group>"; | 355 sourceTree = "<group>"; |
337 }; | 356 }; |
552 95A5188626186F590002D27C /* PriceView.swift in Sources */, | 571 95A5188626186F590002D27C /* PriceView.swift in Sources */, |
553 9550444926111FC9000E0BCB /* StockRow.swift in Sources */, | 572 9550444926111FC9000E0BCB /* StockRow.swift in Sources */, |
554 9550444326111E7A000E0BCB /* SectorRow.swift in Sources */, | 573 9550444326111E7A000E0BCB /* SectorRow.swift in Sources */, |
555 95721DB826278EC100EC527B /* CurrencyListItem.swift in Sources */, | 574 95721DB826278EC100EC527B /* CurrencyListItem.swift in Sources */, |
556 95ECCA60261216D500A67EFA /* LineView.swift in Sources */, | 575 95ECCA60261216D500A67EFA /* LineView.swift in Sources */, |
576 950272CD2635AACD003E779D /* ToolbarMenu.swift in Sources */, | |
557 9550443A26111B2B000E0BCB /* HomeView.swift in Sources */, | 577 9550443A26111B2B000E0BCB /* HomeView.swift in Sources */, |
558 95672B9825DDA54700DCBE4A /* Persistence.swift in Sources */, | 578 95672B9825DDA54700DCBE4A /* Persistence.swift in Sources */, |
559 95A7C0742616409D003E2EC1 /* ParseJSON.swift in Sources */, | 579 95A7C0742616409D003E2EC1 /* ParseJSON.swift in Sources */, |
560 954D7EA8260BBA6600A13C50 /* WatchlistCompany+CoreDataProperties.swift in Sources */, | 580 954D7EA8260BBA6600A13C50 /* WatchlistCompany+CoreDataProperties.swift in Sources */, |
561 951566E72613A2B6007C0F36 /* TradingDates.swift in Sources */, | 581 951566E72613A2B6007C0F36 /* TradingDates.swift in Sources */, |