]>
Commit | Line | Data |
---|---|---|
1b85f723 RBR |
1 | // !$*UTF8*$! |
2 | { | |
3 | archiveVersion = 1; | |
4 | classes = { | |
5 | }; | |
6 | objectVersion = 50; | |
7 | objects = { | |
8 | ||
9 | /* Begin PBXBuildFile section */ | |
5e8ff485 RBR |
10 | B523C73D25C98D9800C44061 /* NSImage+writePNG.swift in Sources */ = {isa = PBXBuildFile; fileRef = B523C73C25C98D9800C44061 /* NSImage+writePNG.swift */; }; |
11 | B523C74625C9BD3500C44061 /* CloudKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B523C74525C9BD3500C44061 /* CloudKit.framework */; }; | |
12 | B523C74B25C9C1BA00C44061 /* DefaultMapView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B523C74A25C9C1BA00C44061 /* DefaultMapView.swift */; }; | |
13 | B523C75A25C9FD4900C44061 /* MapAxes.swift in Sources */ = {isa = PBXBuildFile; fileRef = B523C75925C9FD4900C44061 /* MapAxes.swift */; }; | |
14 | B523C76225CA05A300C44061 /* MapStages.swift in Sources */ = {isa = PBXBuildFile; fileRef = B523C76125CA05A300C44061 /* MapStages.swift */; }; | |
15 | B523C76725CA071B00C44061 /* MapVertices.swift in Sources */ = {isa = PBXBuildFile; fileRef = B523C76625CA071B00C44061 /* MapVertices.swift */; }; | |
16 | B523C76C25CA0DFA00C44061 /* MapEdges.swift in Sources */ = {isa = PBXBuildFile; fileRef = B523C76B25CA0DFA00C44061 /* MapEdges.swift */; }; | |
17 | B523C77125CA121300C44061 /* MapBlockers.swift in Sources */ = {isa = PBXBuildFile; fileRef = B523C77025CA121300C44061 /* MapBlockers.swift */; }; | |
18 | B523C77625CA181100C44061 /* MapColor.swift in Sources */ = {isa = PBXBuildFile; fileRef = B523C77525CA181100C44061 /* MapColor.swift */; }; | |
19 | B523C77E25CA294C00C44061 /* MapOpportunities.swift in Sources */ = {isa = PBXBuildFile; fileRef = B523C77D25CA294C00C44061 /* MapOpportunities.swift */; }; | |
1b85f723 RBR |
20 | B526257225C874F9003E73B7 /* MapApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = B526257125C874F9003E73B7 /* MapApp.swift */; }; |
21 | B526257425C874F9003E73B7 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B526257325C874F9003E73B7 /* ContentView.swift */; }; | |
22 | B526257625C874FA003E73B7 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = B526257525C874FA003E73B7 /* Assets.xcassets */; }; | |
23 | B526257925C874FA003E73B7 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = B526257825C874FA003E73B7 /* Preview Assets.xcassets */; }; | |
24 | B526257B25C874FA003E73B7 /* Persistence.swift in Sources */ = {isa = PBXBuildFile; fileRef = B526257A25C874FA003E73B7 /* Persistence.swift */; }; | |
25 | B526257E25C874FA003E73B7 /* Map.xcdatamodeld in Sources */ = {isa = PBXBuildFile; fileRef = B526257C25C874FA003E73B7 /* Map.xcdatamodeld */; }; | |
26 | B526258A25C874FA003E73B7 /* MapTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = B526258925C874FA003E73B7 /* MapTests.swift */; }; | |
27 | B526259525C874FA003E73B7 /* MapUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = B526259425C874FA003E73B7 /* MapUITests.swift */; }; | |
28 | B52625A625C876C3003E73B7 /* MapDetail.swift in Sources */ = {isa = PBXBuildFile; fileRef = B52625A525C876C3003E73B7 /* MapDetail.swift */; }; | |
29 | B52625AB25C87909003E73B7 /* Date+format.swift in Sources */ = {isa = PBXBuildFile; fileRef = B52625AA25C87909003E73B7 /* Date+format.swift */; }; | |
30 | B52625B025C87C14003E73B7 /* MapRender.swift in Sources */ = {isa = PBXBuildFile; fileRef = B52625AF25C87C14003E73B7 /* MapRender.swift */; }; | |
1b85f723 RBR |
31 | B52625BB25C884C2003E73B7 /* Map+parse.swift in Sources */ = {isa = PBXBuildFile; fileRef = B52625BA25C884C2003E73B7 /* Map+parse.swift */; }; |
32 | B52625C625C8BD2A003E73B7 /* Stage.swift in Sources */ = {isa = PBXBuildFile; fileRef = B52625C525C8BD2A003E73B7 /* Stage.swift */; }; | |
5e8ff485 RBR |
33 | B539516C25CB0C9300959F72 /* Store.swift in Sources */ = {isa = PBXBuildFile; fileRef = B539516B25CB0C9200959F72 /* Store.swift */; }; |
34 | B539517425CB0CA400959F72 /* AppState.swift in Sources */ = {isa = PBXBuildFile; fileRef = B539517325CB0CA400959F72 /* AppState.swift */; }; | |
35 | B539518125CB2D7A00959F72 /* MapTextEditor.swift in Sources */ = {isa = PBXBuildFile; fileRef = B539518025CB2D7A00959F72 /* MapTextEditor.swift */; }; | |
1b85f723 RBR |
36 | /* End PBXBuildFile section */ |
37 | ||
38 | /* Begin PBXContainerItemProxy section */ | |
39 | B526258625C874FA003E73B7 /* PBXContainerItemProxy */ = { | |
40 | isa = PBXContainerItemProxy; | |
41 | containerPortal = B526256625C874F9003E73B7 /* Project object */; | |
42 | proxyType = 1; | |
43 | remoteGlobalIDString = B526256D25C874F9003E73B7; | |
44 | remoteInfo = Map; | |
45 | }; | |
46 | B526259125C874FA003E73B7 /* PBXContainerItemProxy */ = { | |
47 | isa = PBXContainerItemProxy; | |
48 | containerPortal = B526256625C874F9003E73B7 /* Project object */; | |
49 | proxyType = 1; | |
50 | remoteGlobalIDString = B526256D25C874F9003E73B7; | |
51 | remoteInfo = Map; | |
52 | }; | |
53 | /* End PBXContainerItemProxy section */ | |
54 | ||
55 | /* Begin PBXFileReference section */ | |
5e8ff485 RBR |
56 | B523C73C25C98D9800C44061 /* NSImage+writePNG.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "NSImage+writePNG.swift"; sourceTree = "<group>"; }; |
57 | B523C74525C9BD3500C44061 /* CloudKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CloudKit.framework; path = System/Library/Frameworks/CloudKit.framework; sourceTree = SDKROOT; }; | |
58 | B523C74A25C9C1BA00C44061 /* DefaultMapView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DefaultMapView.swift; sourceTree = "<group>"; }; | |
59 | B523C75925C9FD4900C44061 /* MapAxes.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MapAxes.swift; sourceTree = "<group>"; }; | |
60 | B523C76125CA05A300C44061 /* MapStages.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MapStages.swift; sourceTree = "<group>"; }; | |
61 | B523C76625CA071B00C44061 /* MapVertices.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MapVertices.swift; sourceTree = "<group>"; }; | |
62 | B523C76B25CA0DFA00C44061 /* MapEdges.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MapEdges.swift; sourceTree = "<group>"; }; | |
63 | B523C77025CA121300C44061 /* MapBlockers.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MapBlockers.swift; sourceTree = "<group>"; }; | |
64 | B523C77525CA181100C44061 /* MapColor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MapColor.swift; sourceTree = "<group>"; }; | |
65 | B523C77D25CA294C00C44061 /* MapOpportunities.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MapOpportunities.swift; sourceTree = "<group>"; }; | |
1b85f723 RBR |
66 | B526256E25C874F9003E73B7 /* Map.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Map.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
67 | B526257125C874F9003E73B7 /* MapApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MapApp.swift; sourceTree = "<group>"; }; | |
68 | B526257325C874F9003E73B7 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; }; | |
69 | B526257525C874FA003E73B7 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; | |
70 | B526257825C874FA003E73B7 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; }; | |
71 | B526257A25C874FA003E73B7 /* Persistence.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Persistence.swift; sourceTree = "<group>"; }; | |
72 | B526257D25C874FA003E73B7 /* Map.xcdatamodel */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcdatamodel; path = Map.xcdatamodel; sourceTree = "<group>"; }; | |
73 | B526257F25C874FA003E73B7 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; | |
74 | B526258025C874FA003E73B7 /* Map.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Map.entitlements; sourceTree = "<group>"; }; | |
75 | B526258525C874FA003E73B7 /* MapTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = MapTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; | |
76 | B526258925C874FA003E73B7 /* MapTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MapTests.swift; sourceTree = "<group>"; }; | |
77 | B526258B25C874FA003E73B7 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; | |
78 | B526259025C874FA003E73B7 /* MapUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = MapUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; | |
79 | B526259425C874FA003E73B7 /* MapUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MapUITests.swift; sourceTree = "<group>"; }; | |
80 | B526259625C874FA003E73B7 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; | |
81 | B52625A525C876C3003E73B7 /* MapDetail.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MapDetail.swift; sourceTree = "<group>"; }; | |
82 | B52625AA25C87909003E73B7 /* Date+format.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Date+format.swift"; sourceTree = "<group>"; }; | |
83 | B52625AF25C87C14003E73B7 /* MapRender.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MapRender.swift; sourceTree = "<group>"; }; | |
1b85f723 RBR |
84 | B52625BA25C884C2003E73B7 /* Map+parse.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Map+parse.swift"; sourceTree = "<group>"; }; |
85 | B52625C525C8BD2A003E73B7 /* Stage.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Stage.swift; sourceTree = "<group>"; }; | |
5e8ff485 RBR |
86 | B539516B25CB0C9200959F72 /* Store.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Store.swift; sourceTree = "<group>"; }; |
87 | B539517325CB0CA400959F72 /* AppState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppState.swift; sourceTree = "<group>"; }; | |
88 | B539518025CB2D7A00959F72 /* MapTextEditor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MapTextEditor.swift; sourceTree = "<group>"; }; | |
1b85f723 RBR |
89 | /* End PBXFileReference section */ |
90 | ||
91 | /* Begin PBXFrameworksBuildPhase section */ | |
92 | B526256B25C874F9003E73B7 /* Frameworks */ = { | |
93 | isa = PBXFrameworksBuildPhase; | |
94 | buildActionMask = 2147483647; | |
95 | files = ( | |
5e8ff485 | 96 | B523C74625C9BD3500C44061 /* CloudKit.framework in Frameworks */, |
1b85f723 RBR |
97 | ); |
98 | runOnlyForDeploymentPostprocessing = 0; | |
99 | }; | |
100 | B526258225C874FA003E73B7 /* Frameworks */ = { | |
101 | isa = PBXFrameworksBuildPhase; | |
102 | buildActionMask = 2147483647; | |
103 | files = ( | |
104 | ); | |
105 | runOnlyForDeploymentPostprocessing = 0; | |
106 | }; | |
107 | B526258D25C874FA003E73B7 /* Frameworks */ = { | |
108 | isa = PBXFrameworksBuildPhase; | |
109 | buildActionMask = 2147483647; | |
110 | files = ( | |
111 | ); | |
112 | runOnlyForDeploymentPostprocessing = 0; | |
113 | }; | |
114 | /* End PBXFrameworksBuildPhase section */ | |
115 | ||
116 | /* Begin PBXGroup section */ | |
5e8ff485 RBR |
117 | B523C74425C9BD3500C44061 /* Frameworks */ = { |
118 | isa = PBXGroup; | |
119 | children = ( | |
120 | B523C74525C9BD3500C44061 /* CloudKit.framework */, | |
121 | ); | |
122 | name = Frameworks; | |
123 | sourceTree = "<group>"; | |
124 | }; | |
125 | B523C75825C9FD3A00C44061 /* MapRenderComponents */ = { | |
126 | isa = PBXGroup; | |
127 | children = ( | |
128 | B523C75925C9FD4900C44061 /* MapAxes.swift */, | |
129 | B523C76125CA05A300C44061 /* MapStages.swift */, | |
130 | B523C76625CA071B00C44061 /* MapVertices.swift */, | |
131 | B523C76B25CA0DFA00C44061 /* MapEdges.swift */, | |
132 | B523C77025CA121300C44061 /* MapBlockers.swift */, | |
133 | B523C77525CA181100C44061 /* MapColor.swift */, | |
134 | B523C77D25CA294C00C44061 /* MapOpportunities.swift */, | |
135 | ); | |
136 | path = MapRenderComponents; | |
137 | sourceTree = "<group>"; | |
138 | }; | |
1b85f723 RBR |
139 | B526256525C874F9003E73B7 = { |
140 | isa = PBXGroup; | |
141 | children = ( | |
142 | B526257025C874F9003E73B7 /* Map */, | |
143 | B526258825C874FA003E73B7 /* MapTests */, | |
144 | B526259325C874FA003E73B7 /* MapUITests */, | |
145 | B526256F25C874F9003E73B7 /* Products */, | |
5e8ff485 | 146 | B523C74425C9BD3500C44061 /* Frameworks */, |
1b85f723 RBR |
147 | ); |
148 | sourceTree = "<group>"; | |
149 | }; | |
150 | B526256F25C874F9003E73B7 /* Products */ = { | |
151 | isa = PBXGroup; | |
152 | children = ( | |
153 | B526256E25C874F9003E73B7 /* Map.app */, | |
154 | B526258525C874FA003E73B7 /* MapTests.xctest */, | |
155 | B526259025C874FA003E73B7 /* MapUITests.xctest */, | |
156 | ); | |
157 | name = Products; | |
158 | sourceTree = "<group>"; | |
159 | }; | |
160 | B526257025C874F9003E73B7 /* Map */ = { | |
161 | isa = PBXGroup; | |
162 | children = ( | |
5e8ff485 | 163 | B539516A25CB0C7800959F72 /* State */, |
1b85f723 | 164 | B52625B425C87D54003E73B7 /* Extensions */, |
5e8ff485 RBR |
165 | B539517925CB0D6100959F72 /* Views */, |
166 | B523C75825C9FD3A00C44061 /* MapRenderComponents */, | |
1b85f723 | 167 | B526257525C874FA003E73B7 /* Assets.xcassets */, |
1b85f723 RBR |
168 | B526257F25C874FA003E73B7 /* Info.plist */, |
169 | B526258025C874FA003E73B7 /* Map.entitlements */, | |
170 | B526257C25C874FA003E73B7 /* Map.xcdatamodeld */, | |
171 | B526257725C874FA003E73B7 /* Preview Content */, | |
1b85f723 RBR |
172 | ); |
173 | path = Map; | |
174 | sourceTree = "<group>"; | |
175 | }; | |
176 | B526257725C874FA003E73B7 /* Preview Content */ = { | |
177 | isa = PBXGroup; | |
178 | children = ( | |
179 | B526257825C874FA003E73B7 /* Preview Assets.xcassets */, | |
180 | ); | |
181 | path = "Preview Content"; | |
182 | sourceTree = "<group>"; | |
183 | }; | |
184 | B526258825C874FA003E73B7 /* MapTests */ = { | |
185 | isa = PBXGroup; | |
186 | children = ( | |
187 | B526258925C874FA003E73B7 /* MapTests.swift */, | |
188 | B526258B25C874FA003E73B7 /* Info.plist */, | |
189 | ); | |
190 | path = MapTests; | |
191 | sourceTree = "<group>"; | |
192 | }; | |
193 | B526259325C874FA003E73B7 /* MapUITests */ = { | |
194 | isa = PBXGroup; | |
195 | children = ( | |
196 | B526259425C874FA003E73B7 /* MapUITests.swift */, | |
197 | B526259625C874FA003E73B7 /* Info.plist */, | |
198 | ); | |
199 | path = MapUITests; | |
200 | sourceTree = "<group>"; | |
201 | }; | |
202 | B52625B425C87D54003E73B7 /* Extensions */ = { | |
203 | isa = PBXGroup; | |
204 | children = ( | |
205 | B52625BA25C884C2003E73B7 /* Map+parse.swift */, | |
206 | B52625AA25C87909003E73B7 /* Date+format.swift */, | |
5e8ff485 | 207 | B523C73C25C98D9800C44061 /* NSImage+writePNG.swift */, |
1b85f723 RBR |
208 | ); |
209 | path = Extensions; | |
210 | sourceTree = "<group>"; | |
211 | }; | |
5e8ff485 RBR |
212 | B539516A25CB0C7800959F72 /* State */ = { |
213 | isa = PBXGroup; | |
214 | children = ( | |
215 | B526257A25C874FA003E73B7 /* Persistence.swift */, | |
216 | B539516B25CB0C9200959F72 /* Store.swift */, | |
217 | B539517325CB0CA400959F72 /* AppState.swift */, | |
218 | ); | |
219 | path = State; | |
220 | sourceTree = "<group>"; | |
221 | }; | |
222 | B539517925CB0D6100959F72 /* Views */ = { | |
223 | isa = PBXGroup; | |
224 | children = ( | |
225 | B526257125C874F9003E73B7 /* MapApp.swift */, | |
226 | B526257325C874F9003E73B7 /* ContentView.swift */, | |
227 | B52625A525C876C3003E73B7 /* MapDetail.swift */, | |
228 | B52625C525C8BD2A003E73B7 /* Stage.swift */, | |
229 | B523C74A25C9C1BA00C44061 /* DefaultMapView.swift */, | |
230 | B539518025CB2D7A00959F72 /* MapTextEditor.swift */, | |
231 | B52625AF25C87C14003E73B7 /* MapRender.swift */, | |
232 | ); | |
233 | path = Views; | |
234 | sourceTree = "<group>"; | |
235 | }; | |
1b85f723 RBR |
236 | /* End PBXGroup section */ |
237 | ||
238 | /* Begin PBXNativeTarget section */ | |
239 | B526256D25C874F9003E73B7 /* Map */ = { | |
240 | isa = PBXNativeTarget; | |
241 | buildConfigurationList = B526259925C874FA003E73B7 /* Build configuration list for PBXNativeTarget "Map" */; | |
242 | buildPhases = ( | |
243 | B526256A25C874F9003E73B7 /* Sources */, | |
244 | B526256B25C874F9003E73B7 /* Frameworks */, | |
245 | B526256C25C874F9003E73B7 /* Resources */, | |
246 | ); | |
247 | buildRules = ( | |
248 | ); | |
249 | dependencies = ( | |
250 | ); | |
251 | name = Map; | |
252 | productName = Map; | |
253 | productReference = B526256E25C874F9003E73B7 /* Map.app */; | |
254 | productType = "com.apple.product-type.application"; | |
255 | }; | |
256 | B526258425C874FA003E73B7 /* MapTests */ = { | |
257 | isa = PBXNativeTarget; | |
258 | buildConfigurationList = B526259C25C874FA003E73B7 /* Build configuration list for PBXNativeTarget "MapTests" */; | |
259 | buildPhases = ( | |
260 | B526258125C874FA003E73B7 /* Sources */, | |
261 | B526258225C874FA003E73B7 /* Frameworks */, | |
262 | B526258325C874FA003E73B7 /* Resources */, | |
263 | ); | |
264 | buildRules = ( | |
265 | ); | |
266 | dependencies = ( | |
267 | B526258725C874FA003E73B7 /* PBXTargetDependency */, | |
268 | ); | |
269 | name = MapTests; | |
270 | productName = MapTests; | |
271 | productReference = B526258525C874FA003E73B7 /* MapTests.xctest */; | |
272 | productType = "com.apple.product-type.bundle.unit-test"; | |
273 | }; | |
274 | B526258F25C874FA003E73B7 /* MapUITests */ = { | |
275 | isa = PBXNativeTarget; | |
276 | buildConfigurationList = B526259F25C874FA003E73B7 /* Build configuration list for PBXNativeTarget "MapUITests" */; | |
277 | buildPhases = ( | |
278 | B526258C25C874FA003E73B7 /* Sources */, | |
279 | B526258D25C874FA003E73B7 /* Frameworks */, | |
280 | B526258E25C874FA003E73B7 /* Resources */, | |
281 | ); | |
282 | buildRules = ( | |
283 | ); | |
284 | dependencies = ( | |
285 | B526259225C874FA003E73B7 /* PBXTargetDependency */, | |
286 | ); | |
287 | name = MapUITests; | |
288 | productName = MapUITests; | |
289 | productReference = B526259025C874FA003E73B7 /* MapUITests.xctest */; | |
290 | productType = "com.apple.product-type.bundle.ui-testing"; | |
291 | }; | |
292 | /* End PBXNativeTarget section */ | |
293 | ||
294 | /* Begin PBXProject section */ | |
295 | B526256625C874F9003E73B7 /* Project object */ = { | |
296 | isa = PBXProject; | |
297 | attributes = { | |
298 | LastSwiftUpdateCheck = 1240; | |
299 | LastUpgradeCheck = 1240; | |
300 | TargetAttributes = { | |
301 | B526256D25C874F9003E73B7 = { | |
302 | CreatedOnToolsVersion = 12.4; | |
303 | }; | |
304 | B526258425C874FA003E73B7 = { | |
305 | CreatedOnToolsVersion = 12.4; | |
306 | TestTargetID = B526256D25C874F9003E73B7; | |
307 | }; | |
308 | B526258F25C874FA003E73B7 = { | |
309 | CreatedOnToolsVersion = 12.4; | |
310 | TestTargetID = B526256D25C874F9003E73B7; | |
311 | }; | |
312 | }; | |
313 | }; | |
314 | buildConfigurationList = B526256925C874F9003E73B7 /* Build configuration list for PBXProject "Map" */; | |
315 | compatibilityVersion = "Xcode 9.3"; | |
316 | developmentRegion = en; | |
317 | hasScannedForEncodings = 0; | |
318 | knownRegions = ( | |
319 | en, | |
320 | Base, | |
321 | ); | |
322 | mainGroup = B526256525C874F9003E73B7; | |
323 | productRefGroup = B526256F25C874F9003E73B7 /* Products */; | |
324 | projectDirPath = ""; | |
325 | projectRoot = ""; | |
326 | targets = ( | |
327 | B526256D25C874F9003E73B7 /* Map */, | |
328 | B526258425C874FA003E73B7 /* MapTests */, | |
329 | B526258F25C874FA003E73B7 /* MapUITests */, | |
330 | ); | |
331 | }; | |
332 | /* End PBXProject section */ | |
333 | ||
334 | /* Begin PBXResourcesBuildPhase section */ | |
335 | B526256C25C874F9003E73B7 /* Resources */ = { | |
336 | isa = PBXResourcesBuildPhase; | |
337 | buildActionMask = 2147483647; | |
338 | files = ( | |
339 | B526257925C874FA003E73B7 /* Preview Assets.xcassets in Resources */, | |
340 | B526257625C874FA003E73B7 /* Assets.xcassets in Resources */, | |
341 | ); | |
342 | runOnlyForDeploymentPostprocessing = 0; | |
343 | }; | |
344 | B526258325C874FA003E73B7 /* Resources */ = { | |
345 | isa = PBXResourcesBuildPhase; | |
346 | buildActionMask = 2147483647; | |
347 | files = ( | |
348 | ); | |
349 | runOnlyForDeploymentPostprocessing = 0; | |
350 | }; | |
351 | B526258E25C874FA003E73B7 /* Resources */ = { | |
352 | isa = PBXResourcesBuildPhase; | |
353 | buildActionMask = 2147483647; | |
354 | files = ( | |
355 | ); | |
356 | runOnlyForDeploymentPostprocessing = 0; | |
357 | }; | |
358 | /* End PBXResourcesBuildPhase section */ | |
359 | ||
360 | /* Begin PBXSourcesBuildPhase section */ | |
361 | B526256A25C874F9003E73B7 /* Sources */ = { | |
362 | isa = PBXSourcesBuildPhase; | |
363 | buildActionMask = 2147483647; | |
364 | files = ( | |
365 | B52625B025C87C14003E73B7 /* MapRender.swift in Sources */, | |
5e8ff485 | 366 | B523C77E25CA294C00C44061 /* MapOpportunities.swift in Sources */, |
1b85f723 | 367 | B52625AB25C87909003E73B7 /* Date+format.swift in Sources */, |
5e8ff485 RBR |
368 | B523C77125CA121300C44061 /* MapBlockers.swift in Sources */, |
369 | B523C76725CA071B00C44061 /* MapVertices.swift in Sources */, | |
370 | B539517425CB0CA400959F72 /* AppState.swift in Sources */, | |
371 | B523C75A25C9FD4900C44061 /* MapAxes.swift in Sources */, | |
372 | B539518125CB2D7A00959F72 /* MapTextEditor.swift in Sources */, | |
1b85f723 RBR |
373 | B52625BB25C884C2003E73B7 /* Map+parse.swift in Sources */, |
374 | B52625C625C8BD2A003E73B7 /* Stage.swift in Sources */, | |
5e8ff485 | 375 | B523C73D25C98D9800C44061 /* NSImage+writePNG.swift in Sources */, |
1b85f723 | 376 | B526257B25C874FA003E73B7 /* Persistence.swift in Sources */, |
5e8ff485 | 377 | B523C77625CA181100C44061 /* MapColor.swift in Sources */, |
1b85f723 RBR |
378 | B526257425C874F9003E73B7 /* ContentView.swift in Sources */, |
379 | B526257E25C874FA003E73B7 /* Map.xcdatamodeld in Sources */, | |
5e8ff485 RBR |
380 | B523C74B25C9C1BA00C44061 /* DefaultMapView.swift in Sources */, |
381 | B539516C25CB0C9300959F72 /* Store.swift in Sources */, | |
1b85f723 RBR |
382 | B526257225C874F9003E73B7 /* MapApp.swift in Sources */, |
383 | B52625A625C876C3003E73B7 /* MapDetail.swift in Sources */, | |
5e8ff485 RBR |
384 | B523C76225CA05A300C44061 /* MapStages.swift in Sources */, |
385 | B523C76C25CA0DFA00C44061 /* MapEdges.swift in Sources */, | |
1b85f723 RBR |
386 | ); |
387 | runOnlyForDeploymentPostprocessing = 0; | |
388 | }; | |
389 | B526258125C874FA003E73B7 /* Sources */ = { | |
390 | isa = PBXSourcesBuildPhase; | |
391 | buildActionMask = 2147483647; | |
392 | files = ( | |
393 | B526258A25C874FA003E73B7 /* MapTests.swift in Sources */, | |
394 | ); | |
395 | runOnlyForDeploymentPostprocessing = 0; | |
396 | }; | |
397 | B526258C25C874FA003E73B7 /* Sources */ = { | |
398 | isa = PBXSourcesBuildPhase; | |
399 | buildActionMask = 2147483647; | |
400 | files = ( | |
401 | B526259525C874FA003E73B7 /* MapUITests.swift in Sources */, | |
402 | ); | |
403 | runOnlyForDeploymentPostprocessing = 0; | |
404 | }; | |
405 | /* End PBXSourcesBuildPhase section */ | |
406 | ||
407 | /* Begin PBXTargetDependency section */ | |
408 | B526258725C874FA003E73B7 /* PBXTargetDependency */ = { | |
409 | isa = PBXTargetDependency; | |
410 | target = B526256D25C874F9003E73B7 /* Map */; | |
411 | targetProxy = B526258625C874FA003E73B7 /* PBXContainerItemProxy */; | |
412 | }; | |
413 | B526259225C874FA003E73B7 /* PBXTargetDependency */ = { | |
414 | isa = PBXTargetDependency; | |
415 | target = B526256D25C874F9003E73B7 /* Map */; | |
416 | targetProxy = B526259125C874FA003E73B7 /* PBXContainerItemProxy */; | |
417 | }; | |
418 | /* End PBXTargetDependency section */ | |
419 | ||
420 | /* Begin XCBuildConfiguration section */ | |
421 | B526259725C874FA003E73B7 /* Debug */ = { | |
422 | isa = XCBuildConfiguration; | |
423 | buildSettings = { | |
424 | ALWAYS_SEARCH_USER_PATHS = NO; | |
425 | CLANG_ANALYZER_NONNULL = YES; | |
426 | CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; | |
427 | CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; | |
428 | CLANG_CXX_LIBRARY = "libc++"; | |
429 | CLANG_ENABLE_MODULES = YES; | |
430 | CLANG_ENABLE_OBJC_ARC = YES; | |
431 | CLANG_ENABLE_OBJC_WEAK = YES; | |
432 | CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; | |
433 | CLANG_WARN_BOOL_CONVERSION = YES; | |
434 | CLANG_WARN_COMMA = YES; | |
435 | CLANG_WARN_CONSTANT_CONVERSION = YES; | |
436 | CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; | |
437 | CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; | |
438 | CLANG_WARN_DOCUMENTATION_COMMENTS = YES; | |
439 | CLANG_WARN_EMPTY_BODY = YES; | |
440 | CLANG_WARN_ENUM_CONVERSION = YES; | |
441 | CLANG_WARN_INFINITE_RECURSION = YES; | |
442 | CLANG_WARN_INT_CONVERSION = YES; | |
443 | CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; | |
444 | CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; | |
445 | CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; | |
446 | CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; | |
447 | CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; | |
448 | CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; | |
449 | CLANG_WARN_STRICT_PROTOTYPES = YES; | |
450 | CLANG_WARN_SUSPICIOUS_MOVE = YES; | |
451 | CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; | |
452 | CLANG_WARN_UNREACHABLE_CODE = YES; | |
453 | CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; | |
454 | COPY_PHASE_STRIP = NO; | |
455 | DEBUG_INFORMATION_FORMAT = dwarf; | |
456 | ENABLE_STRICT_OBJC_MSGSEND = YES; | |
457 | ENABLE_TESTABILITY = YES; | |
458 | GCC_C_LANGUAGE_STANDARD = gnu11; | |
459 | GCC_DYNAMIC_NO_PIC = NO; | |
460 | GCC_NO_COMMON_BLOCKS = YES; | |
461 | GCC_OPTIMIZATION_LEVEL = 0; | |
462 | GCC_PREPROCESSOR_DEFINITIONS = ( | |
463 | "DEBUG=1", | |
464 | "$(inherited)", | |
465 | ); | |
466 | GCC_WARN_64_TO_32_BIT_CONVERSION = YES; | |
467 | GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; | |
468 | GCC_WARN_UNDECLARED_SELECTOR = YES; | |
469 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; | |
470 | GCC_WARN_UNUSED_FUNCTION = YES; | |
471 | GCC_WARN_UNUSED_VARIABLE = YES; | |
472 | MACOSX_DEPLOYMENT_TARGET = 11.1; | |
473 | MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; | |
474 | MTL_FAST_MATH = YES; | |
475 | ONLY_ACTIVE_ARCH = YES; | |
476 | SDKROOT = macosx; | |
477 | SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; | |
478 | SWIFT_OPTIMIZATION_LEVEL = "-Onone"; | |
479 | }; | |
480 | name = Debug; | |
481 | }; | |
482 | B526259825C874FA003E73B7 /* Release */ = { | |
483 | isa = XCBuildConfiguration; | |
484 | buildSettings = { | |
485 | ALWAYS_SEARCH_USER_PATHS = NO; | |
486 | CLANG_ANALYZER_NONNULL = YES; | |
487 | CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; | |
488 | CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; | |
489 | CLANG_CXX_LIBRARY = "libc++"; | |
490 | CLANG_ENABLE_MODULES = YES; | |
491 | CLANG_ENABLE_OBJC_ARC = YES; | |
492 | CLANG_ENABLE_OBJC_WEAK = YES; | |
493 | CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; | |
494 | CLANG_WARN_BOOL_CONVERSION = YES; | |
495 | CLANG_WARN_COMMA = YES; | |
496 | CLANG_WARN_CONSTANT_CONVERSION = YES; | |
497 | CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; | |
498 | CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; | |
499 | CLANG_WARN_DOCUMENTATION_COMMENTS = YES; | |
500 | CLANG_WARN_EMPTY_BODY = YES; | |
501 | CLANG_WARN_ENUM_CONVERSION = YES; | |
502 | CLANG_WARN_INFINITE_RECURSION = YES; | |
503 | CLANG_WARN_INT_CONVERSION = YES; | |
504 | CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; | |
505 | CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; | |
506 | CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; | |
507 | CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; | |
508 | CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; | |
509 | CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; | |
510 | CLANG_WARN_STRICT_PROTOTYPES = YES; | |
511 | CLANG_WARN_SUSPICIOUS_MOVE = YES; | |
512 | CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; | |
513 | CLANG_WARN_UNREACHABLE_CODE = YES; | |
514 | CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; | |
515 | COPY_PHASE_STRIP = NO; | |
516 | DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; | |
517 | ENABLE_NS_ASSERTIONS = NO; | |
518 | ENABLE_STRICT_OBJC_MSGSEND = YES; | |
519 | GCC_C_LANGUAGE_STANDARD = gnu11; | |
520 | GCC_NO_COMMON_BLOCKS = YES; | |
521 | GCC_WARN_64_TO_32_BIT_CONVERSION = YES; | |
522 | GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; | |
523 | GCC_WARN_UNDECLARED_SELECTOR = YES; | |
524 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; | |
525 | GCC_WARN_UNUSED_FUNCTION = YES; | |
526 | GCC_WARN_UNUSED_VARIABLE = YES; | |
527 | MACOSX_DEPLOYMENT_TARGET = 11.1; | |
528 | MTL_ENABLE_DEBUG_INFO = NO; | |
529 | MTL_FAST_MATH = YES; | |
530 | SDKROOT = macosx; | |
531 | SWIFT_COMPILATION_MODE = wholemodule; | |
532 | SWIFT_OPTIMIZATION_LEVEL = "-O"; | |
533 | }; | |
534 | name = Release; | |
535 | }; | |
536 | B526259A25C874FA003E73B7 /* Debug */ = { | |
537 | isa = XCBuildConfiguration; | |
538 | buildSettings = { | |
539 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; | |
540 | ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; | |
541 | CODE_SIGN_ENTITLEMENTS = Map/Map.entitlements; | |
542 | CODE_SIGN_STYLE = Automatic; | |
543 | COMBINE_HIDPI_IMAGES = YES; | |
544 | DEVELOPMENT_ASSET_PATHS = "\"Map/Preview Content\""; | |
545 | DEVELOPMENT_TEAM = S68NHQVJXW; | |
546 | ENABLE_HARDENED_RUNTIME = YES; | |
547 | ENABLE_PREVIEWS = YES; | |
548 | INFOPLIST_FILE = Map/Info.plist; | |
549 | LD_RUNPATH_SEARCH_PATHS = ( | |
550 | "$(inherited)", | |
551 | "@executable_path/../Frameworks", | |
552 | ); | |
5e8ff485 RBR |
553 | MACOSX_DEPLOYMENT_TARGET = 11; |
554 | MARKETING_VERSION = 1.0.0; | |
1b85f723 RBR |
555 | PRODUCT_BUNDLE_IDENTIFIER = pizza.unlimited.Map; |
556 | PRODUCT_NAME = "$(TARGET_NAME)"; | |
557 | SWIFT_VERSION = 5.0; | |
558 | }; | |
559 | name = Debug; | |
560 | }; | |
561 | B526259B25C874FA003E73B7 /* Release */ = { | |
562 | isa = XCBuildConfiguration; | |
563 | buildSettings = { | |
564 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; | |
565 | ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; | |
566 | CODE_SIGN_ENTITLEMENTS = Map/Map.entitlements; | |
567 | CODE_SIGN_STYLE = Automatic; | |
568 | COMBINE_HIDPI_IMAGES = YES; | |
569 | DEVELOPMENT_ASSET_PATHS = "\"Map/Preview Content\""; | |
570 | DEVELOPMENT_TEAM = S68NHQVJXW; | |
571 | ENABLE_HARDENED_RUNTIME = YES; | |
572 | ENABLE_PREVIEWS = YES; | |
573 | INFOPLIST_FILE = Map/Info.plist; | |
574 | LD_RUNPATH_SEARCH_PATHS = ( | |
575 | "$(inherited)", | |
576 | "@executable_path/../Frameworks", | |
577 | ); | |
5e8ff485 RBR |
578 | MACOSX_DEPLOYMENT_TARGET = 11; |
579 | MARKETING_VERSION = 1.0.0; | |
1b85f723 RBR |
580 | PRODUCT_BUNDLE_IDENTIFIER = pizza.unlimited.Map; |
581 | PRODUCT_NAME = "$(TARGET_NAME)"; | |
582 | SWIFT_VERSION = 5.0; | |
583 | }; | |
584 | name = Release; | |
585 | }; | |
586 | B526259D25C874FA003E73B7 /* Debug */ = { | |
587 | isa = XCBuildConfiguration; | |
588 | buildSettings = { | |
589 | ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; | |
590 | BUNDLE_LOADER = "$(TEST_HOST)"; | |
591 | CODE_SIGN_STYLE = Automatic; | |
592 | COMBINE_HIDPI_IMAGES = YES; | |
593 | DEVELOPMENT_TEAM = S68NHQVJXW; | |
594 | INFOPLIST_FILE = MapTests/Info.plist; | |
595 | LD_RUNPATH_SEARCH_PATHS = ( | |
596 | "$(inherited)", | |
597 | "@executable_path/../Frameworks", | |
598 | "@loader_path/../Frameworks", | |
599 | ); | |
600 | MACOSX_DEPLOYMENT_TARGET = 11.0; | |
601 | PRODUCT_BUNDLE_IDENTIFIER = pizza.unlimited.MapTests; | |
602 | PRODUCT_NAME = "$(TARGET_NAME)"; | |
603 | SWIFT_VERSION = 5.0; | |
604 | TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Map.app/Contents/MacOS/Map"; | |
605 | }; | |
606 | name = Debug; | |
607 | }; | |
608 | B526259E25C874FA003E73B7 /* Release */ = { | |
609 | isa = XCBuildConfiguration; | |
610 | buildSettings = { | |
611 | ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; | |
612 | BUNDLE_LOADER = "$(TEST_HOST)"; | |
613 | CODE_SIGN_STYLE = Automatic; | |
614 | COMBINE_HIDPI_IMAGES = YES; | |
615 | DEVELOPMENT_TEAM = S68NHQVJXW; | |
616 | INFOPLIST_FILE = MapTests/Info.plist; | |
617 | LD_RUNPATH_SEARCH_PATHS = ( | |
618 | "$(inherited)", | |
619 | "@executable_path/../Frameworks", | |
620 | "@loader_path/../Frameworks", | |
621 | ); | |
622 | MACOSX_DEPLOYMENT_TARGET = 11.0; | |
623 | PRODUCT_BUNDLE_IDENTIFIER = pizza.unlimited.MapTests; | |
624 | PRODUCT_NAME = "$(TARGET_NAME)"; | |
625 | SWIFT_VERSION = 5.0; | |
626 | TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Map.app/Contents/MacOS/Map"; | |
627 | }; | |
628 | name = Release; | |
629 | }; | |
630 | B52625A025C874FA003E73B7 /* Debug */ = { | |
631 | isa = XCBuildConfiguration; | |
632 | buildSettings = { | |
633 | ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; | |
634 | CODE_SIGN_STYLE = Automatic; | |
635 | COMBINE_HIDPI_IMAGES = YES; | |
636 | DEVELOPMENT_TEAM = S68NHQVJXW; | |
637 | INFOPLIST_FILE = MapUITests/Info.plist; | |
638 | LD_RUNPATH_SEARCH_PATHS = ( | |
639 | "$(inherited)", | |
640 | "@executable_path/../Frameworks", | |
641 | "@loader_path/../Frameworks", | |
642 | ); | |
643 | PRODUCT_BUNDLE_IDENTIFIER = pizza.unlimited.MapUITests; | |
644 | PRODUCT_NAME = "$(TARGET_NAME)"; | |
645 | SWIFT_VERSION = 5.0; | |
646 | TEST_TARGET_NAME = Map; | |
647 | }; | |
648 | name = Debug; | |
649 | }; | |
650 | B52625A125C874FA003E73B7 /* Release */ = { | |
651 | isa = XCBuildConfiguration; | |
652 | buildSettings = { | |
653 | ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; | |
654 | CODE_SIGN_STYLE = Automatic; | |
655 | COMBINE_HIDPI_IMAGES = YES; | |
656 | DEVELOPMENT_TEAM = S68NHQVJXW; | |
657 | INFOPLIST_FILE = MapUITests/Info.plist; | |
658 | LD_RUNPATH_SEARCH_PATHS = ( | |
659 | "$(inherited)", | |
660 | "@executable_path/../Frameworks", | |
661 | "@loader_path/../Frameworks", | |
662 | ); | |
663 | PRODUCT_BUNDLE_IDENTIFIER = pizza.unlimited.MapUITests; | |
664 | PRODUCT_NAME = "$(TARGET_NAME)"; | |
665 | SWIFT_VERSION = 5.0; | |
666 | TEST_TARGET_NAME = Map; | |
667 | }; | |
668 | name = Release; | |
669 | }; | |
670 | /* End XCBuildConfiguration section */ | |
671 | ||
672 | /* Begin XCConfigurationList section */ | |
673 | B526256925C874F9003E73B7 /* Build configuration list for PBXProject "Map" */ = { | |
674 | isa = XCConfigurationList; | |
675 | buildConfigurations = ( | |
676 | B526259725C874FA003E73B7 /* Debug */, | |
677 | B526259825C874FA003E73B7 /* Release */, | |
678 | ); | |
679 | defaultConfigurationIsVisible = 0; | |
680 | defaultConfigurationName = Release; | |
681 | }; | |
682 | B526259925C874FA003E73B7 /* Build configuration list for PBXNativeTarget "Map" */ = { | |
683 | isa = XCConfigurationList; | |
684 | buildConfigurations = ( | |
685 | B526259A25C874FA003E73B7 /* Debug */, | |
686 | B526259B25C874FA003E73B7 /* Release */, | |
687 | ); | |
688 | defaultConfigurationIsVisible = 0; | |
689 | defaultConfigurationName = Release; | |
690 | }; | |
691 | B526259C25C874FA003E73B7 /* Build configuration list for PBXNativeTarget "MapTests" */ = { | |
692 | isa = XCConfigurationList; | |
693 | buildConfigurations = ( | |
694 | B526259D25C874FA003E73B7 /* Debug */, | |
695 | B526259E25C874FA003E73B7 /* Release */, | |
696 | ); | |
697 | defaultConfigurationIsVisible = 0; | |
698 | defaultConfigurationName = Release; | |
699 | }; | |
700 | B526259F25C874FA003E73B7 /* Build configuration list for PBXNativeTarget "MapUITests" */ = { | |
701 | isa = XCConfigurationList; | |
702 | buildConfigurations = ( | |
703 | B52625A025C874FA003E73B7 /* Debug */, | |
704 | B52625A125C874FA003E73B7 /* Release */, | |
705 | ); | |
706 | defaultConfigurationIsVisible = 0; | |
707 | defaultConfigurationName = Release; | |
708 | }; | |
709 | /* End XCConfigurationList section */ | |
710 | ||
711 | /* Begin XCVersionGroup section */ | |
712 | B526257C25C874FA003E73B7 /* Map.xcdatamodeld */ = { | |
713 | isa = XCVersionGroup; | |
714 | children = ( | |
715 | B526257D25C874FA003E73B7 /* Map.xcdatamodel */, | |
716 | ); | |
717 | currentVersion = B526257D25C874FA003E73B7 /* Map.xcdatamodel */; | |
718 | path = Map.xcdatamodeld; | |
719 | sourceTree = "<group>"; | |
720 | versionGroupType = wrapper.xcdatamodel; | |
721 | }; | |
722 | /* End XCVersionGroup section */ | |
723 | }; | |
724 | rootObject = B526256625C874F9003E73B7 /* Project object */; | |
725 | } |