Mercurial > public > lazybear
comparison LazyBear.xcodeproj/project.pbxproj @ 168:9cc6d68ed147
Update project settings
author | Dennis Concepción Martín <66180929+denniscm190@users.noreply.github.com> |
---|---|
date | Fri, 19 Feb 2021 20:26:20 +0100 |
parents | f74a364441ca |
children | 66f8783d1e2d |
comparison
equal
deleted
inserted
replaced
167:82cd1042a72f | 168:9cc6d68ed147 |
---|---|
11 95672B9125DDA54700DCBE4A /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95672B9025DDA54700DCBE4A /* ContentView.swift */; }; | 11 95672B9125DDA54700DCBE4A /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95672B9025DDA54700DCBE4A /* ContentView.swift */; }; |
12 95672B9325DDA54700DCBE4A /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 95672B9225DDA54700DCBE4A /* Assets.xcassets */; }; | 12 95672B9325DDA54700DCBE4A /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 95672B9225DDA54700DCBE4A /* Assets.xcassets */; }; |
13 95672B9625DDA54700DCBE4A /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 95672B9525DDA54700DCBE4A /* Preview Assets.xcassets */; }; | 13 95672B9625DDA54700DCBE4A /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 95672B9525DDA54700DCBE4A /* Preview Assets.xcassets */; }; |
14 95672B9825DDA54700DCBE4A /* Persistence.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95672B9725DDA54700DCBE4A /* Persistence.swift */; }; | 14 95672B9825DDA54700DCBE4A /* Persistence.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95672B9725DDA54700DCBE4A /* Persistence.swift */; }; |
15 95672B9B25DDA54800DCBE4A /* LazyBear.xcdatamodeld in Sources */ = {isa = PBXBuildFile; fileRef = 95672B9925DDA54800DCBE4A /* LazyBear.xcdatamodeld */; }; | 15 95672B9B25DDA54800DCBE4A /* LazyBear.xcdatamodeld in Sources */ = {isa = PBXBuildFile; fileRef = 95672B9925DDA54800DCBE4A /* LazyBear.xcdatamodeld */; }; |
16 958A733425E00BA500FD7ECA /* companies.json in Resources */ = {isa = PBXBuildFile; fileRef = 958A733325E00BA500FD7ECA /* companies.json */; }; | |
17 958A733A25E00C3100FD7ECA /* Company+CoreDataClass.swift in Sources */ = {isa = PBXBuildFile; fileRef = 958A733825E00C3100FD7ECA /* Company+CoreDataClass.swift */; }; | |
18 958A733B25E00C3100FD7ECA /* Company+CoreDataProperties.swift in Sources */ = {isa = PBXBuildFile; fileRef = 958A733925E00C3100FD7ECA /* Company+CoreDataProperties.swift */; }; | |
19 958A734225E00C9900FD7ECA /* Watchlist.swift in Sources */ = {isa = PBXBuildFile; fileRef = 958A734125E00C9900FD7ECA /* Watchlist.swift */; }; | |
20 958A734525E00D3D00FD7ECA /* Row.swift in Sources */ = {isa = PBXBuildFile; fileRef = 958A734425E00D3D00FD7ECA /* Row.swift */; }; | |
21 958A734925E010F900FD7ECA /* Search.swift in Sources */ = {isa = PBXBuildFile; fileRef = 958A734825E010F900FD7ECA /* Search.swift */; }; | |
22 958A734C25E010FF00FD7ECA /* SearchBar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 958A734B25E010FF00FD7ECA /* SearchBar.swift */; }; | |
23 958A735225E0170900FD7ECA /* CloudKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 958A735125E0170900FD7ECA /* CloudKit.framework */; }; | |
24 958A735725E01F9E00FD7ECA /* ReadJson.swift in Sources */ = {isa = PBXBuildFile; fileRef = 958A735625E01F9E00FD7ECA /* ReadJson.swift */; }; | |
25 958A735B25E0264E00FD7ECA /* CompanyModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 958A735A25E0264E00FD7ECA /* CompanyModel.swift */; }; | |
26 958A735F25E0311B00FD7ECA /* Settings.swift in Sources */ = {isa = PBXBuildFile; fileRef = 958A735E25E0311B00FD7ECA /* Settings.swift */; }; | |
27 958A736325E0320B00FD7ECA /* UserSettings+CoreDataClass.swift in Sources */ = {isa = PBXBuildFile; fileRef = 958A736125E0320B00FD7ECA /* UserSettings+CoreDataClass.swift */; }; | |
28 958A736425E0320B00FD7ECA /* UserSettings+CoreDataProperties.swift in Sources */ = {isa = PBXBuildFile; fileRef = 958A736225E0320B00FD7ECA /* UserSettings+CoreDataProperties.swift */; }; | |
29 95ACB5A925E0397B00A3CCC8 /* CompanyView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95ACB5A825E0397B00A3CCC8 /* CompanyView.swift */; }; | |
30 95ACB5AC25E03A7D00A3CCC8 /* themes.json in Resources */ = {isa = PBXBuildFile; fileRef = 95ACB5AB25E03A7D00A3CCC8 /* themes.json */; }; | |
31 95ACB5AF25E03AA100A3CCC8 /* ThemeModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95ACB5AE25E03AA100A3CCC8 /* ThemeModel.swift */; }; | |
16 /* End PBXBuildFile section */ | 32 /* End PBXBuildFile section */ |
17 | 33 |
18 /* Begin PBXFileReference section */ | 34 /* Begin PBXFileReference section */ |
19 95672B8B25DDA54700DCBE4A /* LazyBear.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = LazyBear.app; sourceTree = BUILT_PRODUCTS_DIR; }; | 35 95672B8B25DDA54700DCBE4A /* LazyBear.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = LazyBear.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
20 95672B8E25DDA54700DCBE4A /* LazyBearApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LazyBearApp.swift; sourceTree = "<group>"; }; | 36 95672B8E25DDA54700DCBE4A /* LazyBearApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LazyBearApp.swift; sourceTree = "<group>"; }; |
22 95672B9225DDA54700DCBE4A /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; | 38 95672B9225DDA54700DCBE4A /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; |
23 95672B9525DDA54700DCBE4A /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; }; | 39 95672B9525DDA54700DCBE4A /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; }; |
24 95672B9725DDA54700DCBE4A /* Persistence.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Persistence.swift; sourceTree = "<group>"; }; | 40 95672B9725DDA54700DCBE4A /* Persistence.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Persistence.swift; sourceTree = "<group>"; }; |
25 95672B9A25DDA54800DCBE4A /* LazyBear.xcdatamodel */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcdatamodel; path = LazyBear.xcdatamodel; sourceTree = "<group>"; }; | 41 95672B9A25DDA54800DCBE4A /* LazyBear.xcdatamodel */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcdatamodel; path = LazyBear.xcdatamodel; sourceTree = "<group>"; }; |
26 95672B9C25DDA54800DCBE4A /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; | 42 95672B9C25DDA54800DCBE4A /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
43 958A733325E00BA500FD7ECA /* companies.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = companies.json; sourceTree = "<group>"; }; | |
44 958A733825E00C3100FD7ECA /* Company+CoreDataClass.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Company+CoreDataClass.swift"; sourceTree = "<group>"; }; | |
45 958A733925E00C3100FD7ECA /* Company+CoreDataProperties.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Company+CoreDataProperties.swift"; sourceTree = "<group>"; }; | |
46 958A734125E00C9900FD7ECA /* Watchlist.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Watchlist.swift; sourceTree = "<group>"; }; | |
47 958A734425E00D3D00FD7ECA /* Row.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Row.swift; sourceTree = "<group>"; }; | |
48 958A734825E010F900FD7ECA /* Search.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Search.swift; sourceTree = "<group>"; }; | |
49 958A734B25E010FF00FD7ECA /* SearchBar.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SearchBar.swift; sourceTree = "<group>"; }; | |
50 958A734E25E016FD00FD7ECA /* LazyBear.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = LazyBear.entitlements; sourceTree = "<group>"; }; | |
51 958A735125E0170900FD7ECA /* CloudKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CloudKit.framework; path = System/Library/Frameworks/CloudKit.framework; sourceTree = SDKROOT; }; | |
52 958A735625E01F9E00FD7ECA /* ReadJson.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ReadJson.swift; sourceTree = "<group>"; }; | |
53 958A735A25E0264E00FD7ECA /* CompanyModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CompanyModel.swift; sourceTree = "<group>"; }; | |
54 958A735E25E0311B00FD7ECA /* Settings.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Settings.swift; sourceTree = "<group>"; }; | |
55 958A736125E0320B00FD7ECA /* UserSettings+CoreDataClass.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UserSettings+CoreDataClass.swift"; sourceTree = "<group>"; }; | |
56 958A736225E0320B00FD7ECA /* UserSettings+CoreDataProperties.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UserSettings+CoreDataProperties.swift"; sourceTree = "<group>"; }; | |
57 9594152A25DDA5CA00BCE299 /* Production.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Production.xcconfig; sourceTree = "<group>"; }; | |
58 9594152B25DDA5D800BCE299 /* Sandbox.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Sandbox.xcconfig; sourceTree = "<group>"; }; | |
59 95ACB5A825E0397B00A3CCC8 /* CompanyView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CompanyView.swift; sourceTree = "<group>"; }; | |
60 95ACB5AB25E03A7D00A3CCC8 /* themes.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = themes.json; sourceTree = "<group>"; }; | |
61 95ACB5AE25E03AA100A3CCC8 /* ThemeModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ThemeModel.swift; sourceTree = "<group>"; }; | |
27 /* End PBXFileReference section */ | 62 /* End PBXFileReference section */ |
28 | 63 |
29 /* Begin PBXFrameworksBuildPhase section */ | 64 /* Begin PBXFrameworksBuildPhase section */ |
30 95672B8825DDA54700DCBE4A /* Frameworks */ = { | 65 95672B8825DDA54700DCBE4A /* Frameworks */ = { |
31 isa = PBXFrameworksBuildPhase; | 66 isa = PBXFrameworksBuildPhase; |
32 buildActionMask = 2147483647; | 67 buildActionMask = 2147483647; |
33 files = ( | 68 files = ( |
69 958A735225E0170900FD7ECA /* CloudKit.framework in Frameworks */, | |
34 ); | 70 ); |
35 runOnlyForDeploymentPostprocessing = 0; | 71 runOnlyForDeploymentPostprocessing = 0; |
36 }; | 72 }; |
37 /* End PBXFrameworksBuildPhase section */ | 73 /* End PBXFrameworksBuildPhase section */ |
38 | 74 |
39 /* Begin PBXGroup section */ | 75 /* Begin PBXGroup section */ |
40 95672B8225DDA54700DCBE4A = { | 76 95672B8225DDA54700DCBE4A = { |
41 isa = PBXGroup; | 77 isa = PBXGroup; |
42 children = ( | 78 children = ( |
79 958A733825E00C3100FD7ECA /* Company+CoreDataClass.swift */, | |
80 958A733925E00C3100FD7ECA /* Company+CoreDataProperties.swift */, | |
81 958A736125E0320B00FD7ECA /* UserSettings+CoreDataClass.swift */, | |
82 958A736225E0320B00FD7ECA /* UserSettings+CoreDataProperties.swift */, | |
43 95672B8D25DDA54700DCBE4A /* LazyBear */, | 83 95672B8D25DDA54700DCBE4A /* LazyBear */, |
44 95672B8C25DDA54700DCBE4A /* Products */, | 84 95672B8C25DDA54700DCBE4A /* Products */, |
85 958A735025E0170900FD7ECA /* Frameworks */, | |
45 ); | 86 ); |
46 sourceTree = "<group>"; | 87 sourceTree = "<group>"; |
47 }; | 88 }; |
48 95672B8C25DDA54700DCBE4A /* Products */ = { | 89 95672B8C25DDA54700DCBE4A /* Products */ = { |
49 isa = PBXGroup; | 90 isa = PBXGroup; |
54 sourceTree = "<group>"; | 95 sourceTree = "<group>"; |
55 }; | 96 }; |
56 95672B8D25DDA54700DCBE4A /* LazyBear */ = { | 97 95672B8D25DDA54700DCBE4A /* LazyBear */ = { |
57 isa = PBXGroup; | 98 isa = PBXGroup; |
58 children = ( | 99 children = ( |
100 958A734E25E016FD00FD7ECA /* LazyBear.entitlements */, | |
59 95672B8E25DDA54700DCBE4A /* LazyBearApp.swift */, | 101 95672B8E25DDA54700DCBE4A /* LazyBearApp.swift */, |
60 95672B9025DDA54700DCBE4A /* ContentView.swift */, | 102 95672B9025DDA54700DCBE4A /* ContentView.swift */, |
61 95672B9225DDA54700DCBE4A /* Assets.xcassets */, | 103 95672B9225DDA54700DCBE4A /* Assets.xcassets */, |
62 95672B9725DDA54700DCBE4A /* Persistence.swift */, | 104 95672B9725DDA54700DCBE4A /* Persistence.swift */, |
63 95672B9C25DDA54800DCBE4A /* Info.plist */, | 105 95672B9C25DDA54800DCBE4A /* Info.plist */, |
64 95672B9925DDA54800DCBE4A /* LazyBear.xcdatamodeld */, | 106 95672B9925DDA54800DCBE4A /* LazyBear.xcdatamodeld */, |
107 9594152A25DDA5CA00BCE299 /* Production.xcconfig */, | |
108 9594152B25DDA5D800BCE299 /* Sandbox.xcconfig */, | |
109 95B1874925DDAC4D0068A364 /* UI */, | |
110 95B1874825DDAC470068A364 /* Models */, | |
111 958A735525E01F7E00FD7ECA /* Functions */, | |
112 958A733225E00B9200FD7ECA /* Local data */, | |
113 95B1874A25DDAC5B0068A364 /* Tests */, | |
65 95672B9425DDA54700DCBE4A /* Preview Content */, | 114 95672B9425DDA54700DCBE4A /* Preview Content */, |
66 ); | 115 ); |
67 path = LazyBear; | 116 path = LazyBear; |
68 sourceTree = "<group>"; | 117 sourceTree = "<group>"; |
69 }; | 118 }; |
71 isa = PBXGroup; | 120 isa = PBXGroup; |
72 children = ( | 121 children = ( |
73 95672B9525DDA54700DCBE4A /* Preview Assets.xcassets */, | 122 95672B9525DDA54700DCBE4A /* Preview Assets.xcassets */, |
74 ); | 123 ); |
75 path = "Preview Content"; | 124 path = "Preview Content"; |
125 sourceTree = "<group>"; | |
126 }; | |
127 958A733225E00B9200FD7ECA /* Local data */ = { | |
128 isa = PBXGroup; | |
129 children = ( | |
130 95ACB5AB25E03A7D00A3CCC8 /* themes.json */, | |
131 958A733325E00BA500FD7ECA /* companies.json */, | |
132 ); | |
133 path = "Local data"; | |
134 sourceTree = "<group>"; | |
135 }; | |
136 958A735025E0170900FD7ECA /* Frameworks */ = { | |
137 isa = PBXGroup; | |
138 children = ( | |
139 958A735125E0170900FD7ECA /* CloudKit.framework */, | |
140 ); | |
141 name = Frameworks; | |
142 sourceTree = "<group>"; | |
143 }; | |
144 958A735525E01F7E00FD7ECA /* Functions */ = { | |
145 isa = PBXGroup; | |
146 children = ( | |
147 958A735625E01F9E00FD7ECA /* ReadJson.swift */, | |
148 ); | |
149 path = Functions; | |
150 sourceTree = "<group>"; | |
151 }; | |
152 95B1874825DDAC470068A364 /* Models */ = { | |
153 isa = PBXGroup; | |
154 children = ( | |
155 958A735A25E0264E00FD7ECA /* CompanyModel.swift */, | |
156 95ACB5AE25E03AA100A3CCC8 /* ThemeModel.swift */, | |
157 ); | |
158 path = Models; | |
159 sourceTree = "<group>"; | |
160 }; | |
161 95B1874925DDAC4D0068A364 /* UI */ = { | |
162 isa = PBXGroup; | |
163 children = ( | |
164 958A734125E00C9900FD7ECA /* Watchlist.swift */, | |
165 958A734425E00D3D00FD7ECA /* Row.swift */, | |
166 958A734825E010F900FD7ECA /* Search.swift */, | |
167 958A734B25E010FF00FD7ECA /* SearchBar.swift */, | |
168 958A735E25E0311B00FD7ECA /* Settings.swift */, | |
169 95ACB5A825E0397B00A3CCC8 /* CompanyView.swift */, | |
170 ); | |
171 path = UI; | |
172 sourceTree = "<group>"; | |
173 }; | |
174 95B1874A25DDAC5B0068A364 /* Tests */ = { | |
175 isa = PBXGroup; | |
176 children = ( | |
177 ); | |
178 path = Tests; | |
76 sourceTree = "<group>"; | 179 sourceTree = "<group>"; |
77 }; | 180 }; |
78 /* End PBXGroup section */ | 181 /* End PBXGroup section */ |
79 | 182 |
80 /* Begin PBXNativeTarget section */ | 183 /* Begin PBXNativeTarget section */ |
131 95672B8925DDA54700DCBE4A /* Resources */ = { | 234 95672B8925DDA54700DCBE4A /* Resources */ = { |
132 isa = PBXResourcesBuildPhase; | 235 isa = PBXResourcesBuildPhase; |
133 buildActionMask = 2147483647; | 236 buildActionMask = 2147483647; |
134 files = ( | 237 files = ( |
135 95672B9625DDA54700DCBE4A /* Preview Assets.xcassets in Resources */, | 238 95672B9625DDA54700DCBE4A /* Preview Assets.xcassets in Resources */, |
239 95ACB5AC25E03A7D00A3CCC8 /* themes.json in Resources */, | |
240 958A733425E00BA500FD7ECA /* companies.json in Resources */, | |
136 95672B9325DDA54700DCBE4A /* Assets.xcassets in Resources */, | 241 95672B9325DDA54700DCBE4A /* Assets.xcassets in Resources */, |
137 ); | 242 ); |
138 runOnlyForDeploymentPostprocessing = 0; | 243 runOnlyForDeploymentPostprocessing = 0; |
139 }; | 244 }; |
140 /* End PBXResourcesBuildPhase section */ | 245 /* End PBXResourcesBuildPhase section */ |
142 /* Begin PBXSourcesBuildPhase section */ | 247 /* Begin PBXSourcesBuildPhase section */ |
143 95672B8725DDA54700DCBE4A /* Sources */ = { | 248 95672B8725DDA54700DCBE4A /* Sources */ = { |
144 isa = PBXSourcesBuildPhase; | 249 isa = PBXSourcesBuildPhase; |
145 buildActionMask = 2147483647; | 250 buildActionMask = 2147483647; |
146 files = ( | 251 files = ( |
252 958A735725E01F9E00FD7ECA /* ReadJson.swift in Sources */, | |
253 958A734925E010F900FD7ECA /* Search.swift in Sources */, | |
254 958A735F25E0311B00FD7ECA /* Settings.swift in Sources */, | |
147 95672B9825DDA54700DCBE4A /* Persistence.swift in Sources */, | 255 95672B9825DDA54700DCBE4A /* Persistence.swift in Sources */, |
256 958A736325E0320B00FD7ECA /* UserSettings+CoreDataClass.swift in Sources */, | |
257 958A736425E0320B00FD7ECA /* UserSettings+CoreDataProperties.swift in Sources */, | |
258 958A735B25E0264E00FD7ECA /* CompanyModel.swift in Sources */, | |
148 95672B9125DDA54700DCBE4A /* ContentView.swift in Sources */, | 259 95672B9125DDA54700DCBE4A /* ContentView.swift in Sources */, |
260 958A733B25E00C3100FD7ECA /* Company+CoreDataProperties.swift in Sources */, | |
261 95ACB5AF25E03AA100A3CCC8 /* ThemeModel.swift in Sources */, | |
149 95672B8F25DDA54700DCBE4A /* LazyBearApp.swift in Sources */, | 262 95672B8F25DDA54700DCBE4A /* LazyBearApp.swift in Sources */, |
263 958A734525E00D3D00FD7ECA /* Row.swift in Sources */, | |
150 95672B9B25DDA54800DCBE4A /* LazyBear.xcdatamodeld in Sources */, | 264 95672B9B25DDA54800DCBE4A /* LazyBear.xcdatamodeld in Sources */, |
265 958A734C25E010FF00FD7ECA /* SearchBar.swift in Sources */, | |
266 958A733A25E00C3100FD7ECA /* Company+CoreDataClass.swift in Sources */, | |
267 95ACB5A925E0397B00A3CCC8 /* CompanyView.swift in Sources */, | |
268 958A734225E00C9900FD7ECA /* Watchlist.swift in Sources */, | |
151 ); | 269 ); |
152 runOnlyForDeploymentPostprocessing = 0; | 270 runOnlyForDeploymentPostprocessing = 0; |
153 }; | 271 }; |
154 /* End PBXSourcesBuildPhase section */ | 272 /* End PBXSourcesBuildPhase section */ |
155 | 273 |
156 /* Begin XCBuildConfiguration section */ | 274 /* Begin XCBuildConfiguration section */ |
157 95672B9D25DDA54800DCBE4A /* Debug */ = { | 275 95672B9D25DDA54800DCBE4A /* Debug */ = { |
158 isa = XCBuildConfiguration; | 276 isa = XCBuildConfiguration; |
277 baseConfigurationReference = 9594152B25DDA5D800BCE299 /* Sandbox.xcconfig */; | |
159 buildSettings = { | 278 buildSettings = { |
160 ALWAYS_SEARCH_USER_PATHS = NO; | 279 ALWAYS_SEARCH_USER_PATHS = NO; |
161 CLANG_ANALYZER_NONNULL = YES; | 280 CLANG_ANALYZER_NONNULL = YES; |
162 CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; | 281 CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; |
163 CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; | 282 CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; |
215 }; | 334 }; |
216 name = Debug; | 335 name = Debug; |
217 }; | 336 }; |
218 95672B9E25DDA54800DCBE4A /* Release */ = { | 337 95672B9E25DDA54800DCBE4A /* Release */ = { |
219 isa = XCBuildConfiguration; | 338 isa = XCBuildConfiguration; |
339 baseConfigurationReference = 9594152A25DDA5CA00BCE299 /* Production.xcconfig */; | |
220 buildSettings = { | 340 buildSettings = { |
221 ALWAYS_SEARCH_USER_PATHS = NO; | 341 ALWAYS_SEARCH_USER_PATHS = NO; |
222 CLANG_ANALYZER_NONNULL = YES; | 342 CLANG_ANALYZER_NONNULL = YES; |
223 CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; | 343 CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; |
224 CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; | 344 CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; |
273 95672BA025DDA54800DCBE4A /* Debug */ = { | 393 95672BA025DDA54800DCBE4A /* Debug */ = { |
274 isa = XCBuildConfiguration; | 394 isa = XCBuildConfiguration; |
275 buildSettings = { | 395 buildSettings = { |
276 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; | 396 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
277 ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; | 397 ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; |
398 CODE_SIGN_ENTITLEMENTS = LazyBear/LazyBear.entitlements; | |
278 CODE_SIGN_STYLE = Automatic; | 399 CODE_SIGN_STYLE = Automatic; |
279 DEVELOPMENT_ASSET_PATHS = "\"LazyBear/Preview Content\""; | 400 DEVELOPMENT_ASSET_PATHS = "\"LazyBear/Preview Content\""; |
280 DEVELOPMENT_TEAM = MTX83R5H8X; | 401 DEVELOPMENT_TEAM = MTX83R5H8X; |
281 ENABLE_PREVIEWS = YES; | 402 ENABLE_PREVIEWS = YES; |
282 INFOPLIST_FILE = LazyBear/Info.plist; | 403 INFOPLIST_FILE = LazyBear/Info.plist; |
295 95672BA125DDA54800DCBE4A /* Release */ = { | 416 95672BA125DDA54800DCBE4A /* Release */ = { |
296 isa = XCBuildConfiguration; | 417 isa = XCBuildConfiguration; |
297 buildSettings = { | 418 buildSettings = { |
298 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; | 419 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
299 ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; | 420 ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; |
421 CODE_SIGN_ENTITLEMENTS = LazyBear/LazyBear.entitlements; | |
300 CODE_SIGN_STYLE = Automatic; | 422 CODE_SIGN_STYLE = Automatic; |
301 DEVELOPMENT_ASSET_PATHS = "\"LazyBear/Preview Content\""; | 423 DEVELOPMENT_ASSET_PATHS = "\"LazyBear/Preview Content\""; |
302 DEVELOPMENT_TEAM = MTX83R5H8X; | 424 DEVELOPMENT_TEAM = MTX83R5H8X; |
303 ENABLE_PREVIEWS = YES; | 425 ENABLE_PREVIEWS = YES; |
304 INFOPLIST_FILE = LazyBear/Info.plist; | 426 INFOPLIST_FILE = LazyBear/Info.plist; |