Skip to content

Commit

Permalink
Bump core (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
leemaguire authored Apr 11, 2023
1 parent 6484a8e commit 1c61acb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ let applePlatforms: [Platform] = [.macOS, .macCatalyst, .iOS, .tvOS]
let cppSdkTarget: Target = .target(
name: "realm-cpp-sdk",
dependencies: [
.product(name: "RealmCore", package: "RealmDatabase"),
.product(name: "RealmQueryParser", package: "RealmDatabase"),
.product(name: "RealmCore", package: "realm-core"),
.product(name: "RealmQueryParser", package: "realm-core"),
],
path: "src/",
exclude: [
Expand Down Expand Up @@ -65,7 +65,7 @@ let package = Package(
],
dependencies: [
// Dependencies declare other packages that this package depends on.
.package(name: "RealmDatabase", url: "https://github.com/realm/realm-core.git", .exact(Version("13.7.1")))
.package(url: "https://github.com/realm/realm-core.git", revision: "b2ed3201a306b1b00f5fb1cc4d64d84e7e603c3f")
],
targets: [
cppSdkTarget,
Expand Down
2 changes: 1 addition & 1 deletion realm-core
Submodule realm-core updated 121 files

0 comments on commit 1c61acb

Please sign in to comment.