Skip to content

Commit 4447177

Browse files
committed
Update to GEOSwift 7
1 parent eb214da commit 4447177

File tree

8 files changed

+17
-13
lines changed

8 files changed

+17
-13
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.0.0
2+
3+
* [#8](https://github.com/GEOSwift/GEOSwiftMapKit/pull/8) Update to GEOSwift 7
4+
15
## 1.2.0
26

37
* [#7](https://github.com/GEOSwift/GEOSwiftMapKit/pull/7) Swift PM Support

Cartfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
github "GEOSwift/GEOSwift" ~> 6.0
1+
github "GEOSwift/GEOSwift" ~> 7.0

Cartfile.resolved

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
github "GEOSwift/GEOSwift" "6.0.0"
2-
github "GEOSwift/geos" "4.1.0"
1+
github "GEOSwift/GEOSwift" "7.0.0"
2+
github "GEOSwift/geos" "5.0.0"

GEOSwiftMapKit.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'GEOSwiftMapKit'
3-
s.version = '1.2.0'
3+
s.version = '2.0.0'
44
s.swift_version = '5.1'
55
s.cocoapods_version = '>= 1.4.0'
66
s.summary = 'MapKit support for GEOSwift'
@@ -22,5 +22,5 @@ Pod::Spec.new do |s|
2222
}
2323
s.source_files = 'GEOSwiftMapKit/*.{swift,h}'
2424
s.macos.exclude_files = 'GEOSwiftMapKit/GEOSwift+MapKitQuickLook.swift'
25-
s.dependency 'GEOSwift', '~> 6.0'
25+
s.dependency 'GEOSwift', '~> 7.0'
2626
end

GEOSwiftMapKit/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.2.0</string>
18+
<string>2.0.0</string>
1919
<key>CFBundleVersion</key>
2020
<string>1</string>
2121
</dict>

Package.resolved

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ let package = Package(
77
.library(name: "GEOSwiftMapKit", targets: ["GEOSwiftMapKit"])
88
],
99
dependencies: [
10-
.package(url: "https://github.com/GEOSwift/GEOSwift.git", from: "6.0.0")
10+
.package(url: "https://github.com/GEOSwift/GEOSwift.git", from: "7.0.0")
1111
],
1212
targets: [
1313
.target(

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ at least controversial. Use of geos without dynamic linking is discouraged.
3232

3333
1. Add the following to your Cartfile:
3434

35-
github "GEOSwift/GEOSwiftMapKit" ~> 1.2.0
35+
github "GEOSwift/GEOSwiftMapKit" ~> 2.0.0
3636

3737
2. Finish updating your project by following the [typical Carthage
3838
workflow](https://github.com/Carthage/Carthage#quick-start).
@@ -41,7 +41,7 @@ workflow](https://github.com/Carthage/Carthage#quick-start).
4141

4242
1. Update the top-level dependencies in your `Package.swift` to include:
4343

44-
.package(url: "https://github.com/GEOSwift/GEOSwiftMapKit.git", from: "1.2.0")
44+
.package(url: "https://github.com/GEOSwift/GEOSwiftMapKit.git", from: "2.0.0")
4545

4646
2. Update the target dependencies in your `Package.swift` to include
4747

0 commit comments

Comments
 (0)