Skip to content

Commit dde4dfa

Browse files
committed
Update WordPressAuthenticator version in podfile
1 parent 8e9ba04 commit dde4dfa

File tree

2 files changed

+8
-16
lines changed

2 files changed

+8
-16
lines changed

Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ target 'WooCommerce' do
5252
pod 'Gridicons', '~> 1.2.0'
5353

5454
# To allow pod to pick up beta versions use -beta. E.g., 1.1.7-beta.1
55-
# pod 'WordPressAuthenticator', '~> 3.1.0'
56-
pod 'WordPressAuthenticator', :git => 'https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git', :commit => '6ddbf0aa1a2df30d1411bfe481a1119b79ea0bb5'
55+
pod 'WordPressAuthenticator', '~> 3.2.0-beta.1'
56+
# pod 'WordPressAuthenticator', :git => 'https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git', :commit => ''
5757
# pod 'WordPressAuthenticator', :git => 'https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git', :branch => ''
5858
# pod 'WordPressAuthenticator', :path => '../WordPressAuthenticator-iOS'
5959

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 (3.2.0-beta.1):
45+
- WordPressAuthenticator (3.2.0-beta.2):
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 `6ddbf0aa1a2df30d1411bfe481a1119b79ea0bb5`)
95+
- WordPressAuthenticator (~> 3.2.0-beta.1)
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: 6ddbf0aa1a2df30d1411bfe481a1119b79ea0bb5
145-
:git: https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git
146-
147-
CHECKOUT OPTIONS:
148-
WordPressAuthenticator:
149-
:commit: 6ddbf0aa1a2df30d1411bfe481a1119b79ea0bb5
150-
:git: https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git
151-
152144
SPEC CHECKSUMS:
153145
Alamofire: 3ec537f71edc9804815215393ae2b1a8ea33a844
154146
AppAuth: 8fca6b5563a5baef2c04bee27538025e4ceb2add
@@ -171,7 +163,7 @@ SPEC CHECKSUMS:
171163
UIDeviceIdentifier: af4e11e25a2ea670078e2bd677bb0e8144f9f063
172164
WordPress-Aztec-iOS: 050b34d4c3adfb7c60363849049b13d60683b348
173165
WordPress-Editor-iOS: 304098424f1051cb271546c99f906aac296b1b81
174-
WordPressAuthenticator: 434bafe7338f9e52a86ef13f7a84e4da7c4f620f
166+
WordPressAuthenticator: 74f808d6cef4e261843f50d9378dc8bdb5ef1299
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: 2fcc754eb5ea18bdfafac83851133c65ec13a777
182+
PODFILE CHECKSUM: c8a3ba7544776c3fac1ba06550b2597fc5a03ba6
191183

192184
COCOAPODS: 1.11.3

0 commit comments

Comments
 (0)