Skip to content

Commit f431493

Browse files
committed
Update podfile with local dev option for Auth
1 parent bd6475c commit f431493

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Podfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,11 @@ target 'WooCommerce' do
3131

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

34-
#pod 'WordPressAuthenticator', '~> 1.16.0-beta.4'
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
3636
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 => ''
38+
# pod 'WordPressAuthenticator', :path => '../WordPressAuthenticator-iOS'
3839

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

Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ EXTERNAL SOURCES:
155155

156156
CHECKOUT OPTIONS:
157157
WordPressAuthenticator:
158-
:commit: c91f1961b71b782eb212300b5e2a8815989d440d
158+
:commit: e765a71cbdcfaa393bede74884c68e37d66a90ee
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: acf2694d6984aa4e24f323c84f64ad1ff087a0a2
200+
PODFILE CHECKSUM: e016402008fcb8e4128ff37827f395135b4538c8
201201

202202
COCOAPODS: 1.9.1

0 commit comments

Comments
 (0)