Skip to content

Commit

Permalink
fixed reference to AppAuth iOS SDK URL
Browse files Browse the repository at this point in the history
  • Loading branch information
MaikuB committed Dec 11, 2024
1 parent 387dfcd commit 8403335
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flutter_appauth/ios/flutter_appauth/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ let package = Package(
products: [
.library(name: "flutter-appauth", targets: ["flutter_appauth"])
],
dependencies: [.package(url: "https://github.com/openid/AppAuth-iOS", exact: "1.7.6")],
dependencies: [.package(url: "https://github.com/openid/AppAuth-iOS.git", exact: "1.7.6")],
targets: [
.target(
name: "flutter_appauth",
Expand Down
2 changes: 1 addition & 1 deletion flutter_appauth/macos/flutter_appauth/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ let package = Package(
products: [
.library(name: "flutter-appauth", targets: ["flutter_appauth"])
],
dependencies: [.package(url: "https://github.com/openid/AppAuth-iOS", exact: "1.7.6")]
dependencies: [.package(url: "https://github.com/openid/AppAuth-iOS.git", exact: "1.7.6")]
targets: [
.target(
name: "flutter_appauth",
Expand Down

0 comments on commit 8403335

Please sign in to comment.