Skip to content

Commit 8923346

Browse files
committed
Force podfile to pick up latest Auth commit
1 parent f431493 commit 8923346

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ target 'WooCommerce' do
3333

3434
# 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 => 'issue/270-remove-showLoginMethod'
37-
# pod 'WordPressAuthenticator', :git => 'https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git', :commit => ''
36+
# pod 'WordPressAuthenticator', :git => 'https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git', :branch => ''
37+
pod 'WordPressAuthenticator', :git => 'https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git', :commit => '966deace721cbefd69951ea9a375a4a9b0c0a6ea'
3838
# pod 'WordPressAuthenticator', :path => '../WordPressAuthenticator-iOS'
3939

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

Podfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ DEPENDENCIES:
101101
- KeychainAccess (~> 3.2)
102102
- Kingfisher (~> 5.11.0)
103103
- WordPress-Editor-iOS (~> 1.11.0)
104-
- WordPressAuthenticator (from `https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git`, branch `issue/270-remove-showLoginMethod`)
104+
- WordPressAuthenticator (from `https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git`, commit `966deace721cbefd69951ea9a375a4a9b0c0a6ea`)
105105
- WordPressShared (~> 1.8.16)
106106
- WordPressUI (~> 1.6.0)
107107
- Wormholy (~> 1.6.0)
@@ -150,12 +150,12 @@ SPEC REPOS:
150150

151151
EXTERNAL SOURCES:
152152
WordPressAuthenticator:
153-
:branch: issue/270-remove-showLoginMethod
153+
:commit: 966deace721cbefd69951ea9a375a4a9b0c0a6ea
154154
:git: https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git
155155

156156
CHECKOUT OPTIONS:
157157
WordPressAuthenticator:
158-
:commit: e765a71cbdcfaa393bede74884c68e37d66a90ee
158+
:commit: 966deace721cbefd69951ea9a375a4a9b0c0a6ea
159159
:git: https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git
160160

161161
SPEC CHECKSUMS:
@@ -197,6 +197,6 @@ SPEC CHECKSUMS:
197197
ZendeskSupportProvidersSDK: e183d32abac888c448469e2005c4a5a8c3ed73f0
198198
ZendeskSupportSDK: e52f37fa8bcba91f024b81025869fe5a2860f741
199199

200-
PODFILE CHECKSUM: e016402008fcb8e4128ff37827f395135b4538c8
200+
PODFILE CHECKSUM: e1c5bb39f272c27d7d7f48f77537aa357b74bf78
201201

202202
COCOAPODS: 1.9.1

0 commit comments

Comments
 (0)