Skip to content

Commit 5234a6b

Browse files
Use 2.1.0-beta.3 version of WordPressAuthenticator pod
1 parent 02bd7bb commit 5234a6b

File tree

2 files changed

+9
-17
lines changed

2 files changed

+9
-17
lines changed

Podfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ target 'WooCommerce' do
4242
pod 'Gridicons', '~> 1.2.0'
4343

4444
# To allow pod to pick up beta versions use -beta. E.g., 1.1.7-beta.1
45-
# pod 'WordPressAuthenticator', '~> 2.0.1'
46-
pod 'WordPressAuthenticator', :git => 'https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git', :commit => 'ce94ab60846e78d42ef083f4585a94bda858b650'
47-
# pod 'WordPressAuthenticator', :git => 'https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git', :branch => 'feature/woo-store-cred-sign-in'
45+
pod 'WordPressAuthenticator', '~> 2.1.0-beta.3'
46+
# pod 'WordPressAuthenticator', :git => 'https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git', :commit => ''
47+
# pod 'WordPressAuthenticator', :git => 'https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git', :branch => ''
4848
# pod 'WordPressAuthenticator', :path => '../WordPressAuthenticator-iOS'
4949

5050
pod 'WordPressShared', '~> 1.15'

Podfile.lock

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ PODS:
4242
- WordPress-Aztec-iOS (1.11.0)
4343
- WordPress-Editor-iOS (1.11.0):
4444
- WordPress-Aztec-iOS (= 1.11.0)
45-
- WordPressAuthenticator (2.1.0-beta.2):
45+
- WordPressAuthenticator (2.1.0-beta.3):
4646
- Alamofire (~> 4.8)
4747
- CocoaLumberjack (~> 3.5)
4848
- GoogleSignIn (~> 6.0.1)
@@ -92,7 +92,7 @@ DEPENDENCIES:
9292
- Sourcery (~> 1.0.3)
9393
- StripeTerminal (~> 2.7)
9494
- WordPress-Editor-iOS (~> 1.11.0)
95-
- WordPressAuthenticator (from `https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git`, commit `ce94ab60846e78d42ef083f4585a94bda858b650`)
95+
- WordPressAuthenticator (~> 2.1.0-beta.3)
9696
- WordPressKit (~> 4.49.0)
9797
- WordPressShared (~> 1.15)
9898
- WordPressUI (~> 1.12.5)
@@ -102,6 +102,8 @@ DEPENDENCIES:
102102
- ZendeskSupportSDK (~> 5.0)
103103

104104
SPEC REPOS:
105+
https://github.com/wordpress-mobile/cocoapods-specs.git:
106+
- WordPressAuthenticator
105107
trunk:
106108
- Alamofire
107109
- AppAuth
@@ -139,16 +141,6 @@ SPEC REPOS:
139141
- ZendeskSupportProvidersSDK
140142
- ZendeskSupportSDK
141143

142-
EXTERNAL SOURCES:
143-
WordPressAuthenticator:
144-
:commit: ce94ab60846e78d42ef083f4585a94bda858b650
145-
:git: https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git
146-
147-
CHECKOUT OPTIONS:
148-
WordPressAuthenticator:
149-
:commit: ce94ab60846e78d42ef083f4585a94bda858b650
150-
:git: https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git
151-
152144
SPEC CHECKSUMS:
153145
Alamofire: 3ec537f71edc9804815215393ae2b1a8ea33a844
154146
AppAuth: 80317d99ac7ff2801a2f18ff86b48cd315ed465d
@@ -171,7 +163,7 @@ SPEC CHECKSUMS:
171163
UIDeviceIdentifier: af4e11e25a2ea670078e2bd677bb0e8144f9f063
172164
WordPress-Aztec-iOS: 050b34d4c3adfb7c60363849049b13d60683b348
173165
WordPress-Editor-iOS: 304098424f1051cb271546c99f906aac296b1b81
174-
WordPressAuthenticator: 1977d98d81cde727f0ffdcdb59821d571c965549
166+
WordPressAuthenticator: 5882d5ba6084a20c0e660950363e456162a11296
175167
WordPressKit: 96deb6ba37ea5eaec4ddcaa53eca04d653246152
176168
WordPressShared: 5477f179c7fe03b5d574f91adda66f67d131827e
177169
WordPressUI: c5be816f6c7b3392224ac21de9e521e89fa108ac
@@ -187,6 +179,6 @@ SPEC CHECKSUMS:
187179
ZendeskSupportProvidersSDK: 2bdf8544f7cd0fd4c002546f5704b813845beb2a
188180
ZendeskSupportSDK: 3a8e508ab1d9dd22dc038df6c694466414e037ba
189181

190-
PODFILE CHECKSUM: d419f878cdeb778fb6e0dc979399451287235e1c
182+
PODFILE CHECKSUM: 918b977da8de7fa51654420e8011f30808657095
191183

192184
COCOAPODS: 1.11.2

0 commit comments

Comments
 (0)