Skip to content

Commit 26f3602

Browse files
Point WordPressAuthenticator pod to latest beta release - 4.1.0-beta.1
1 parent d9bf146 commit 26f3602

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
@@ -65,8 +65,8 @@ target 'WooCommerce' do
6565
pod 'Gridicons', '~> 1.2.0'
6666

6767
# To allow pod to pick up beta versions use -beta. E.g., 1.1.7-beta.1
68-
# pod 'WordPressAuthenticator', '~> 4.0.0'
69-
pod 'WordPressAuthenticator', :git => 'https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git', :commit => 'f24fd9c6dbc73cfee583a7eba16fa81e2948fa43'
68+
pod 'WordPressAuthenticator', '~> 4.1.0-beta.1'
69+
# pod 'WordPressAuthenticator', :git => 'https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git', :commit => 'f24fd9c6dbc73cfee583a7eba16fa81e2948fa43'
7070
# pod 'WordPressAuthenticator', :git => 'https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git', :branch => ''
7171
# pod 'WordPressAuthenticator', :path => '../WordPressAuthenticator-iOS'
7272

Podfile.lock

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ DEPENDENCIES:
9191
- Sourcery (~> 1.0.3)
9292
- StripeTerminal (~> 2.7)
9393
- WordPress-Editor-iOS (~> 1.11.0)
94-
- WordPressAuthenticator (from `https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git`, commit `f24fd9c6dbc73cfee583a7eba16fa81e2948fa43`)
94+
- WordPressAuthenticator (~> 4.1.0-beta.1)
9595
- WordPressKit (~> 4.49.0)
9696
- WordPressShared (~> 1.15)
9797
- WordPressUI (~> 1.12.5)
@@ -101,6 +101,8 @@ DEPENDENCIES:
101101
- ZendeskSupportSDK (~> 5.0)
102102

103103
SPEC REPOS:
104+
https://github.com/wordpress-mobile/cocoapods-specs.git:
105+
- WordPressAuthenticator
104106
trunk:
105107
- Alamofire
106108
- AppAuth
@@ -138,16 +140,6 @@ SPEC REPOS:
138140
- ZendeskSupportProvidersSDK
139141
- ZendeskSupportSDK
140142

141-
EXTERNAL SOURCES:
142-
WordPressAuthenticator:
143-
:commit: f24fd9c6dbc73cfee583a7eba16fa81e2948fa43
144-
:git: https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git
145-
146-
CHECKOUT OPTIONS:
147-
WordPressAuthenticator:
148-
:commit: f24fd9c6dbc73cfee583a7eba16fa81e2948fa43
149-
:git: https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git
150-
151143
SPEC CHECKSUMS:
152144
Alamofire: 3ec537f71edc9804815215393ae2b1a8ea33a844
153145
AppAuth: 8fca6b5563a5baef2c04bee27538025e4ceb2add
@@ -170,7 +162,7 @@ SPEC CHECKSUMS:
170162
UIDeviceIdentifier: af4e11e25a2ea670078e2bd677bb0e8144f9f063
171163
WordPress-Aztec-iOS: 050b34d4c3adfb7c60363849049b13d60683b348
172164
WordPress-Editor-iOS: 304098424f1051cb271546c99f906aac296b1b81
173-
WordPressAuthenticator: 7d03fc7493770d168c31b7dd717767ebbd215049
165+
WordPressAuthenticator: 1f3dabd0f7e95afca4efdd3b528417419b66250b
174166
WordPressKit: 96deb6ba37ea5eaec4ddcaa53eca04d653246152
175167
WordPressShared: 5477f179c7fe03b5d574f91adda66f67d131827e
176168
WordPressUI: c5be816f6c7b3392224ac21de9e521e89fa108ac
@@ -186,6 +178,6 @@ SPEC CHECKSUMS:
186178
ZendeskSupportProvidersSDK: 2bdf8544f7cd0fd4c002546f5704b813845beb2a
187179
ZendeskSupportSDK: 3a8e508ab1d9dd22dc038df6c694466414e037ba
188180

189-
PODFILE CHECKSUM: cf3341d85382d87ae51899f0226abb1ad898a43d
181+
PODFILE CHECKSUM: 4286e3bac570110f96d064f4359aec6a46b2406a
190182

191183
COCOAPODS: 1.11.3

0 commit comments

Comments
 (0)