Skip to content

Commit bd6475c

Browse files
committed
Point to the latest Auth feature branch in the podfile
1 parent 928c230 commit bd6475c

File tree

2 files changed

+16
-7
lines changed

2 files changed

+16
-7
lines changed

Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ target 'WooCommerce' do
3131

3232
pod 'Gridicons', '~> 1.0'
3333

34-
pod 'WordPressAuthenticator', '~> 1.15.0'
34+
#pod 'WordPressAuthenticator', '~> 1.16.0-beta.4'
3535
# To allow pod to pick up beta versions use -beta. E.g., 1.1.7-beta.1
36-
# pod 'WordPressAuthenticator', :git => 'https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git', :branch => ''
36+
pod 'WordPressAuthenticator', :git => 'https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git', :branch => 'issue/270-remove-showLoginMethod'
3737
# pod 'WordPressAuthenticator', :git => 'https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git', :commit => ''
3838

3939
# pod 'WordPressShared', :git => 'https://github.com/wordpress-mobile/WordPress-iOS-Shared.git', :branch => ''

Podfile.lock

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ PODS:
4949
- WordPress-Aztec-iOS (1.11.0)
5050
- WordPress-Editor-iOS (1.11.0):
5151
- WordPress-Aztec-iOS (= 1.11.0)
52-
- WordPressAuthenticator (1.15.0):
52+
- WordPressAuthenticator (1.16.0-beta.4):
5353
- 1PasswordExtension (= 1.8.6)
5454
- Alamofire (= 4.8)
5555
- CocoaLumberjack (~> 3.5)
@@ -101,7 +101,7 @@ DEPENDENCIES:
101101
- KeychainAccess (~> 3.2)
102102
- Kingfisher (~> 5.11.0)
103103
- WordPress-Editor-iOS (~> 1.11.0)
104-
- WordPressAuthenticator (~> 1.15.0)
104+
- WordPressAuthenticator (from `https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git`, branch `issue/270-remove-showLoginMethod`)
105105
- WordPressShared (~> 1.8.16)
106106
- WordPressUI (~> 1.6.0)
107107
- Wormholy (~> 1.6.0)
@@ -133,7 +133,6 @@ SPEC REPOS:
133133
- UIDeviceIdentifier
134134
- WordPress-Aztec-iOS
135135
- WordPress-Editor-iOS
136-
- WordPressAuthenticator
137136
- WordPressKit
138137
- WordPressShared
139138
- WordPressUI
@@ -149,6 +148,16 @@ SPEC REPOS:
149148
- ZendeskSupportProvidersSDK
150149
- ZendeskSupportSDK
151150

151+
EXTERNAL SOURCES:
152+
WordPressAuthenticator:
153+
:branch: issue/270-remove-showLoginMethod
154+
:git: https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git
155+
156+
CHECKOUT OPTIONS:
157+
WordPressAuthenticator:
158+
:commit: c91f1961b71b782eb212300b5e2a8815989d440d
159+
:git: https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git
160+
152161
SPEC CHECKSUMS:
153162
1PasswordExtension: f97cc80ae58053c331b2b6dc8843ba7103b33794
154163
Alamofire: 3ec537f71edc9804815215393ae2b1a8ea33a844
@@ -172,7 +181,7 @@ SPEC CHECKSUMS:
172181
UIDeviceIdentifier: 44f805037d21b94394821828f4fcaba34b38c2d0
173182
WordPress-Aztec-iOS: 050b34d4c3adfb7c60363849049b13d60683b348
174183
WordPress-Editor-iOS: 304098424f1051cb271546c99f906aac296b1b81
175-
WordPressAuthenticator: 17e102eabef6f43959bd24e6da3aa5ba531daa38
184+
WordPressAuthenticator: c1325eaa78b55e6d76a036ccad58f00221133d55
176185
WordPressKit: 84045e236949248632a2c644149e5657733011bb
177186
WordPressShared: 1bc316ed162f42af4e0fa2869437e9e28b532b01
178187
WordPressUI: cbe8cce4bd529caf5969750c34ba2d2026a342a9
@@ -188,6 +197,6 @@ SPEC CHECKSUMS:
188197
ZendeskSupportProvidersSDK: e183d32abac888c448469e2005c4a5a8c3ed73f0
189198
ZendeskSupportSDK: e52f37fa8bcba91f024b81025869fe5a2860f741
190199

191-
PODFILE CHECKSUM: 96ae784af35ea94499d911b29a97d3e5ecc1fa5f
200+
PODFILE CHECKSUM: acf2694d6984aa4e24f323c84f64ad1ff087a0a2
192201

193202
COCOAPODS: 1.9.1

0 commit comments

Comments
 (0)