Skip to content

Commit

Permalink
Merge pull request #1178 from kenjitayama/fixFBSDKVersionForSPM
Browse files Browse the repository at this point in the history
Update Facebook SDK to ..<"17.0.0" in Package.swift
  • Loading branch information
morganchen12 committed Jan 17, 2024
2 parents cbc91d9 + e5798fa commit d5c037c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ let package = Package(
.package(
name: "Facebook",
url: "https://github.com/facebook/facebook-ios-sdk.git",
"11.0.0"..<"16.0.0"
"11.0.0"..<"17.0.0"
),
.package(
name: "Firebase",
Expand Down

0 comments on commit d5c037c

Please sign in to comment.