Skip to content

Commit

Permalink
Chore/SPM update (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
borut-t authored Apr 25, 2024
1 parent 440a696 commit 3c0244c
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 8 deletions.
12 changes: 6 additions & 6 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/openid/AppAuth-iOS.git",
"state" : {
"revision" : "8c0b028aedf617d6d780d448dc836f7048166d0f",
"version" : "1.7.4"
"revision" : "c89ed571ae140f8eb1142735e6e23d7bb8c34cb2",
"version" : "1.7.5"
}
},
{
"identity" : "facebook-ios-sdk",
"kind" : "remoteSourceControl",
"location" : "https://github.com/facebook/facebook-ios-sdk",
"state" : {
"revision" : "7fd8a930a5b2c940a22efafe0e214ed0df671312",
"version" : "15.1.0"
"revision" : "09eb5b0cb74127a360e0bc74a2d75ec1fd351e48",
"version" : "17.0.0"
}
},
{
Expand Down Expand Up @@ -59,8 +59,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/poviolabs/PovioKit",
"state" : {
"revision" : "c1f4299b7b262d81b335788625c1ef287dba4c95",
"version" : "3.3.0"
"revision" : "95371aebca733fa67be58c0239e12a97d1fcf163",
"version" : "3.3.1"
}
}
],
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ let package = Package(
dependencies: [
.package(url: "https://github.com/poviolabs/PovioKit", .upToNextMajor(from: "3.0.0")),
.package(url: "https://github.com/google/GoogleSignIn-iOS", .upToNextMajor(from: "7.0.0")),
.package(url: "https://github.com/facebook/facebook-ios-sdk", .upToNextMajor(from: "15.0.0")),
.package(url: "https://github.com/facebook/facebook-ios-sdk", .upToNextMajor(from: "17.0.0")),
],
targets: [
.target(
Expand Down
11 changes: 10 additions & 1 deletion Resources/PrivacyInfo.xcprivacy
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,16 @@
<plist version="1.0">
<dict>
<key>NSPrivacyAccessedAPITypes</key>
<array/>
<array>
<dict>
<key>NSPrivacyAccessedAPITypeReasons</key>
<array>
<string>CA92.1</string>
</array>
<key>NSPrivacyAccessedAPIType</key>
<string>NSPrivacyAccessedAPICategoryUserDefaults</string>
</dict>
</array>
<key>NSPrivacyTracking</key>
<false/>
<key>NSPrivacyTrackingDomains</key>
Expand Down

0 comments on commit 3c0244c

Please sign in to comment.