Skip to content

Commit 89da26e

Browse files
committed
Updated to main
2 parents 87d302e + 777aaa8 commit 89da26e

File tree

83 files changed

+101
-111
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

83 files changed

+101
-111
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.DS_Store
2+
.Ulysses-Settings.plist
23
/.build
34
/.build-ubuntu
45
/.previous-build

README.md

Lines changed: 1 addition & 1 deletion

Sources/GISTools/Algorithms/Along.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#if !os(Linux)
1+
#if canImport(CoreLocation)
22
import CoreLocation
33
#endif
44
import Foundation

Sources/GISTools/Algorithms/Area.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#if !os(Linux)
1+
#if canImport(CoreLocation)
22
import CoreLocation
33
#endif
44
import Foundation

Sources/GISTools/Algorithms/Bearing.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#if !os(Linux)
1+
#if canImport(CoreLocation)
22
import CoreLocation
33
#endif
44
import Foundation

Sources/GISTools/Algorithms/BooleanClockwise.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#if !os(Linux)
1+
#if canImport(CoreLocation)
22
import CoreLocation
33
#endif
44
import Foundation

Sources/GISTools/Algorithms/BooleanCrosses.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#if !os(Linux)
1+
#if canImport(CoreLocation)
22
import CoreLocation
33
#endif
44
import Foundation

Sources/GISTools/Algorithms/BooleanDisjoint.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#if !os(Linux)
1+
#if canImport(CoreLocation)
22
import CoreLocation
33
#endif
44
import Foundation

Sources/GISTools/Algorithms/BooleanIntersects.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#if !os(Linux)
1+
#if canImport(CoreLocation)
22
import CoreLocation
33
#endif
44
import Foundation

Sources/GISTools/Algorithms/BooleanOverlap.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#if !os(Linux)
1+
#if canImport(CoreLocation)
22
import CoreLocation
33
#endif
44
import Foundation

0 commit comments

Comments
 (0)