File tree 3 files changed +27
-100
lines changed
.swiftpm/xcode/xcshareddata/xcschemes
3 files changed +27
-100
lines changed Original file line number Diff line number Diff line change 202
202
ReferencedContainer = " container:" >
203
203
</BuildableReference >
204
204
</BuildActionEntry >
205
+ <BuildActionEntry
206
+ buildForTesting = " YES"
207
+ buildForRunning = " YES"
208
+ buildForProfiling = " YES"
209
+ buildForArchiving = " YES"
210
+ buildForAnalyzing = " YES" >
211
+ <BuildableReference
212
+ BuildableIdentifier = " primary"
213
+ BlueprintIdentifier = " GeoJSON"
214
+ BuildableName = " GeoJSON"
215
+ BlueprintName = " GeoJSON"
216
+ ReferencedContainer = " container:" >
217
+ </BuildableReference >
218
+ </BuildActionEntry >
205
219
</BuildActionEntries >
206
220
</BuildAction >
207
221
<TestAction
310
324
ReferencedContainer = " container:" >
311
325
</BuildableReference >
312
326
</TestableReference >
327
+ <TestableReference
328
+ skipped = " NO" >
329
+ <BuildableReference
330
+ BuildableIdentifier = " primary"
331
+ BlueprintIdentifier = " GeoJSONTests"
332
+ BuildableName = " GeoJSONTests"
333
+ BlueprintName = " GeoJSONTests"
334
+ ReferencedContainer = " container:" >
335
+ </BuildableReference >
336
+ </TestableReference >
313
337
</Testables >
314
338
</TestAction >
315
339
<LaunchAction
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ let package = Package(
17
17
. library( name: " WGS84 " , targets: [ " WGS84 " ] ) ,
18
18
. library( name: " GeodeticGeometry " , targets: [ " GeodeticGeometry " ] ) ,
19
19
. library( name: " Turf " , targets: [ " Turf " ] ) ,
20
+ . library( name: " GeoJSON " , targets: [ " GeoJSON " ] ) ,
20
21
] ,
21
22
dependencies: [
22
23
. package ( url: " https://github.com/apple/swift-algorithms " , . upToNextMajor( from: " 1.0.0 " ) ) ,
@@ -142,8 +143,8 @@ let package = Package(
142
143
. target(
143
144
name: " GeoJSON " ,
144
145
dependencies: [
145
- . target( name: " GeoModels " ) ,
146
- . target( name: " Turf " ) ,
146
+ . target( name: " GeodeticGeometry " ) ,
147
+ . target( name: " WGS84Turf " ) ,
147
148
. product( name: " NonEmpty " , package : " swift-nonempty " ) ,
148
149
]
149
150
) ,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments