Skip to content

Commit 6f941ea

Browse files
authored
Merge pull request #1354 from firebase/mc/fb
bump fb sdk to v13
2 parents 7b0d264 + c0354e1 commit 6f941ea

File tree

4 files changed

+19
-19
lines changed

4 files changed

+19
-19
lines changed

authentication/AuthenticationExample/ViewControllers/AccountLinkingViewController.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,8 +209,8 @@ class AccountLinkingViewController: UIViewController, DataSourceProviderDelegate
209209

210210
private func performFacebookAccountLink() {
211211
// The following config can also be stored in the project's .plist
212-
Settings.appID = "ENTER APP ID HERE"
213-
Settings.displayName = "AuthenticationExample"
212+
Settings.shared.appID = "ENTER APP ID HERE"
213+
Settings.shared.displayName = "AuthenticationExample"
214214

215215
// Create a Facebook `LoginManager` instance
216216
let loginManager = LoginManager()

authentication/AuthenticationExample/ViewControllers/AuthViewController.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,8 @@ class AuthViewController: UIViewController, DataSourceProviderDelegate {
142142

143143
private func performFacebookSignInFlow() {
144144
// The following config can also be stored in the project's .plist
145-
Settings.appID = kFacebookAppID
146-
Settings.displayName = "AuthenticationExample"
145+
Settings.shared.appID = kFacebookAppID
146+
Settings.shared.displayName = "AuthenticationExample"
147147

148148
// Create a Facebook `LoginManager` instance
149149
let loginManager = LoginManager()

authentication/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ target 'AuthenticationExample' do
1717
pod 'GoogleSignIn'
1818

1919
## Pod for Sign in with Facebook
20-
pod 'FBSDKLoginKit', '~> 12.2'
20+
pod 'FBSDKLoginKit'
2121

2222
target 'AuthenticationExampleTests' do
2323
inherit! :search_paths

authentication/Podfile.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ PODS:
44
- AppAuth/ExternalUserAgent (= 1.4.0)
55
- AppAuth/Core (1.4.0)
66
- AppAuth/ExternalUserAgent (1.4.0)
7-
- FBAEMKit (12.3.2):
8-
- FBSDKCoreKit_Basics (= 12.3.2)
9-
- FBSDKCoreKit (12.3.2):
10-
- FBAEMKit (= 12.3.2)
11-
- FBSDKCoreKit_Basics (= 12.3.2)
12-
- FBSDKCoreKit_Basics (12.3.2)
13-
- FBSDKLoginKit (12.3.2):
14-
- FBSDKCoreKit (= 12.3.2)
7+
- FBAEMKit (13.0.0):
8+
- FBSDKCoreKit_Basics (= 13.0.0)
9+
- FBSDKCoreKit (13.0.0):
10+
- FBAEMKit (= 13.0.0)
11+
- FBSDKCoreKit_Basics (= 13.0.0)
12+
- FBSDKCoreKit_Basics (13.0.0)
13+
- FBSDKLoginKit (13.0.0):
14+
- FBSDKCoreKit (= 13.0.0)
1515
- FirebaseAnalytics (8.12.0):
1616
- FirebaseAnalytics/AdIdSupport (= 8.12.0)
1717
- FirebaseCore (~> 8.0)
@@ -110,7 +110,7 @@ PODS:
110110
- PromisesObjC (2.0.0)
111111

112112
DEPENDENCIES:
113-
- FBSDKLoginKit (~> 12.2)
113+
- FBSDKLoginKit
114114
- FirebaseAnalytics
115115
- FirebaseAuth
116116
- FirebaseDynamicLinks
@@ -140,10 +140,10 @@ SPEC REPOS:
140140

141141
SPEC CHECKSUMS:
142142
AppAuth: 31bcec809a638d7bd2f86ea8a52bd45f6e81e7c7
143-
FBAEMKit: 955ca52eba8219c20f90774e8c6ff8bc7b3192a3
144-
FBSDKCoreKit: 678f64eda3f0ff25c189c2ebbfe87b1d96a85a6d
145-
FBSDKCoreKit_Basics: 6bee7c1f0932432901781203fa5e587ec5099148
146-
FBSDKLoginKit: 56d55e23fe66a6db045826190b0b4dbc0e1ca0a0
143+
FBAEMKit: 11a0bcdc7a88e26ed764bcf56372afc6cbbbdcd9
144+
FBSDKCoreKit: 00e1e751257e1005304fa29cb683d2dfe008f41a
145+
FBSDKCoreKit_Basics: 96ec2ddb67a032e54f0754ea3d59db6f84f42389
146+
FBSDKLoginKit: 66ff4ddf372d9c3fc360e65ae048a47a482c29b9
147147
FirebaseAnalytics: bd10d7706ba8d6e01ea2816f8fe9e9b881cb0918
148148
FirebaseAuth: 5250d7bdba35e57cc34ec7ddc525f82b2757f2a0
149149
FirebaseCore: 8138de860a90ca7eec5e324da5788fb0ebf1d93c
@@ -159,6 +159,6 @@ SPEC CHECKSUMS:
159159
nanopb: a0ba3315591a9ae0a16a309ee504766e90db0c96
160160
PromisesObjC: 68159ce6952d93e17b2dfe273b8c40907db5ba58
161161

162-
PODFILE CHECKSUM: 582105e8acd5305b5ebc413907eef151965a42f5
162+
PODFILE CHECKSUM: 10d6cbbf1f0fad7683646923bb534d939adf5a3a
163163

164164
COCOAPODS: 1.11.2

0 commit comments

Comments
 (0)