Skip to content

Commit 9392a63

Browse files
update Firebase/Auth dependency to new version (#649)
* Remove resource_bundles from FirebaseOAuthUI. * Update Podfile.lock to the latest version. * Update Firebase/Auth dependency to 5.4
1 parent 7cef0f1 commit 9392a63

File tree

2 files changed

+16
-18
lines changed

2 files changed

+16
-18
lines changed

FirebaseUI.podspec

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Pod::Spec.new do |s|
6464
'Auth/FirebaseAuthUI/FUIAuthTableViewCell.h',
6565
'Auth/FirebaseAuthUI/FUIAuthTableHeaderView.h']
6666
auth.source_files = ['Auth/FirebaseAuthUI/**/*.{h,m}', 'Auth/FirebaseAuthUI/*.{h,m}']
67-
auth.dependency 'Firebase/Auth', '~> 5.0'
67+
auth.dependency 'Firebase/Auth', '~> 5.4'
6868
auth.dependency 'GoogleUtilities/UserDefaults'
6969
auth.resource_bundle = {
7070
'FirebaseAuthUI' => ['Auth/FirebaseAuthUI/**/*.{xib,png,lproj}']
@@ -132,9 +132,6 @@ Pod::Spec.new do |s|
132132
oauth.public_header_files = 'OAuth/FirebaseOAuthUI/*.h'
133133
oauth.source_files = 'OAuth/FirebaseOAuthUI/*.{h,m}'
134134
oauth.dependency 'FirebaseUI/Auth'
135-
oauth.resource_bundle = {
136-
'FirebaseOAuthUI' => ['OAuth/FirebaseOAuthUI/**/*.{png,lproj}']
137-
}
138135
oauth.xcconfig = { 'HEADER_SEARCH_PATHS' => '$(PODS_ROOT)/FirebaseUI/FirebaseOAuthUI' }
139136
end
140137

OAuth/Podfile.lock

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,25 @@
11
PODS:
2-
- Firebase/Auth (5.18.0):
2+
- Firebase/Auth (5.19.0):
33
- Firebase/CoreOnly
4-
- FirebaseAuth (= 5.4.0)
5-
- Firebase/CoreOnly (5.18.0):
6-
- FirebaseCore (= 5.3.1)
7-
- FirebaseAuth (5.4.0):
4+
- FirebaseAuth (= 5.4.1)
5+
- Firebase/CoreOnly (5.19.0):
6+
- FirebaseCore (= 5.4.0)
7+
- FirebaseAuth (5.4.1):
88
- FirebaseAuthInterop (~> 1.0)
99
- FirebaseCore (~> 5.2)
1010
- GoogleUtilities/Environment (~> 5.2)
1111
- GTMSessionFetcher/Core (~> 1.1)
1212
- FirebaseAuthInterop (1.0.0)
13-
- FirebaseCore (5.3.1):
13+
- FirebaseCore (5.4.0):
14+
- GoogleUtilities/Environment (~> 5.2)
1415
- GoogleUtilities/Logger (~> 5.2)
1516
- FirebaseUI/Auth (6.1.1):
1617
- Firebase/Auth (~> 5.0)
1718
- GoogleUtilities/UserDefaults
18-
- GoogleUtilities/Environment (5.4.0)
19-
- GoogleUtilities/Logger (5.4.0):
19+
- GoogleUtilities/Environment (5.5.0)
20+
- GoogleUtilities/Logger (5.5.0):
2021
- GoogleUtilities/Environment
21-
- GoogleUtilities/UserDefaults (5.4.0):
22+
- GoogleUtilities/UserDefaults (5.5.0):
2223
- GoogleUtilities/Logger
2324
- GTMSessionFetcher/Core (1.2.1)
2425
- OCMock (3.4.3)
@@ -42,12 +43,12 @@ EXTERNAL SOURCES:
4243
:path: "../"
4344

4445
SPEC CHECKSUMS:
45-
Firebase: 02f3281965c075426141a0ce1277e9de6649cab9
46-
FirebaseAuth: d85d052354447f30b4b2a805ab91b511458b56a6
46+
Firebase: c60d49e9c2630875a96207d15e2affb8364996d1
47+
FirebaseAuth: cbb892a66baed025efc179372598941252acf853
4748
FirebaseAuthInterop: 0ffa57668be100582bb7643d4fcb7615496c41fc
48-
FirebaseCore: 52f851b30e11360f1e67cf04b1edfebf0a47a2d3
49-
FirebaseUI: fc3584df29e96959d895677274681939fa30dbe5
50-
GoogleUtilities: fa768ad04b264be250ee9edf9f378ad006f7a560
49+
FirebaseCore: 22a79a961c3951ef2f77b67bfbc99e454247b319
50+
FirebaseUI: b83b147f45aa656a7086eaa0463ef3b866342cd7
51+
GoogleUtilities: 6481e6318c5fcabaaa8513ef8120f329055d7c10
5152
GTMSessionFetcher: 32aeca0aa144acea523e1c8e053089dec2cb98ca
5253
OCMock: 43565190abc78977ad44a61c0d20d7f0784d35ab
5354

0 commit comments

Comments
 (0)