Skip to content

Commit

Permalink
Revert changes to Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
leemaguire committed Nov 23, 2023
1 parent d51aa9c commit 27ea724
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ let cppSdkTarget: Target = .target(
publicHeadersPath: ".",
cxxSettings: cxxSettings,
linkerSettings: [
.linkedFramework("CFNetwork", .when(platforms: applePlatforms)),
.linkedFramework("Foundation", .when(platforms: applePlatforms)),
.linkedFramework("Security", .when(platforms: applePlatforms)),
])
Expand All @@ -72,7 +71,7 @@ let package = Package(
],
dependencies: [
// Dependencies declare other packages that this package depends on.
.package(url: "https://github.com/realm/realm-core.git", revision: "ab8eaa654fe2ecd52dea215bcab613cd7f7659d8")
.package(url: "https://github.com/realm/realm-core.git", revision: "c569bec4d04da84030d94f376437bc4efda3686b")
],
targets: [
cppSdkTarget,
Expand Down

0 comments on commit 27ea724

Please sign in to comment.