Skip to content

Commit

Permalink
Merge pull request #651 from openmobilemaps/release/3.0.0-rc.2
Browse files Browse the repository at this point in the history
Release/3.0.0 rc.2
  • Loading branch information
stmitt authored Oct 29, 2024
2 parents 910a3d3 + a8b1282 commit 7aaaf15
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 10 deletions.
8 changes: 1 addition & 7 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,6 @@ let package = Package(
exclude: ["readme.md"],
resources: [
.process("graphics/Shader/Metal/"),
],
swiftSettings: [
.unsafeFlags(["-Xfrontend", "-strict-concurrency=complete"]),
]
),
.target(
Expand All @@ -127,10 +124,7 @@ let package = Package(
"MapCoreSharedModuleCpp",
],
path: "bridging/ios",
publicHeadersPath: "",
swiftSettings: [
.unsafeFlags(["-Xfrontend", "-strict-concurrency=complete"])
]
publicHeadersPath: ""
),
.target(
name: "MapCoreSharedModuleCpp",
Expand Down
2 changes: 1 addition & 1 deletion android/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ SNAPSHOT_REPOSITORY_URL=https://oss.sonatype.org/content/repositories/snapshots/

GROUP=io.openmobilemaps
POM_ARTIFACT_ID=mapscore
VERSION_NAME=3.0.0-rc.1
VERSION_NAME=3.0.0-rc.2
VERSION_CODE=3000000

POM_NAME=mapscore
Expand Down
2 changes: 1 addition & 1 deletion android/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ This library is available on MavenCentral. To add it to your Android project, ad

```
dependencies {
implementation 'io.openmobilemaps:mapscore:3.0.0-rc.1'
implementation 'io.openmobilemaps:mapscore:3.0.0-rc.2'
}
```

Expand Down
2 changes: 1 addition & 1 deletion ios/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ For App integration within XCode, add this package to your App target. To do thi
Once you have your Swift package set up, adding Open Mobile Maps as a dependency is as easy as adding it to the dependencies value of your Package.swift.
```swift
dependencies: [
.package(url: "https://github.com/openmobilemaps/maps-core.git", .upToNextMajor(from: "3.0.0"))
.package(url: "https://github.com/openmobilemaps/maps-core", from: .init(stringLiteral: "3.0.0-rc.2"))
]
```

Expand Down

0 comments on commit 7aaaf15

Please sign in to comment.