Skip to content

Commit 17851a2

Browse files
Point WordPressAuthenticator pod to latest beta version.
1 parent e0586c3 commit 17851a2

File tree

2 files changed

+7
-15
lines changed

2 files changed

+7
-15
lines changed

Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ 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.4.0-beta.1'
46-
pod 'WordPressAuthenticator', :git => 'https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git', :commit => 'c882069165c489251a4689cce5db53a746f4d456'
45+
pod 'WordPressAuthenticator', '~> 2.4.0-beta.2'
46+
# pod 'WordPressAuthenticator', :git => 'https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git', :commit => ''
4747
# pod 'WordPressAuthenticator', :git => 'https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git', :branch => ''
4848
# pod 'WordPressAuthenticator', :path => '../WordPressAuthenticator-iOS'
4949

Podfile.lock

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -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 `c882069165c489251a4689cce5db53a746f4d456`)
95+
- WordPressAuthenticator (~> 2.4.0-beta.2)
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: c882069165c489251a4689cce5db53a746f4d456
145-
:git: https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git
146-
147-
CHECKOUT OPTIONS:
148-
WordPressAuthenticator:
149-
:commit: c882069165c489251a4689cce5db53a746f4d456
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: 3bbf11ce1b45ae5a69a38a1301ab2cc0dcb36a52
166+
WordPressAuthenticator: 7ce9bd63949c9684a07ff547f80fd40bbdd9d8b4
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: e7d56626ef8feed6a13eadf3b7e72d24f025423c
182+
PODFILE CHECKSUM: 9f2faf915539665343e6d18bbab3710def723697
191183

192184
COCOAPODS: 1.11.2

0 commit comments

Comments
 (0)