Skip to content

Commit a54e5dc

Browse files
Point WordPressAuthenticator to 4.2.0-beta.1
1 parent 91ee09a commit a54e5dc

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
@@ -71,8 +71,8 @@ target 'WooCommerce' do
7171
pod 'Gridicons', '~> 1.2.0'
7272

7373
# To allow pod to pick up beta versions use -beta. E.g., 1.1.7-beta.1
74-
# pod 'WordPressAuthenticator', '~> 4.1.1'
75-
pod 'WordPressAuthenticator', :git => 'https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git', :commit => 'f2ad89e43f769ac144dcb19df89bb5c78efa7c2a'
74+
pod 'WordPressAuthenticator', '~> 4.2.0-beta.1'
75+
# pod 'WordPressAuthenticator', :git => 'https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git', :commit => ''
7676
# pod 'WordPressAuthenticator', :git => 'https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git', :branch => ''
7777
# pod 'WordPressAuthenticator', :path => '../WordPressAuthenticator-iOS'
7878

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 `f2ad89e43f769ac144dcb19df89bb5c78efa7c2a`)
94+
- WordPressAuthenticator (~> 4.2.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: f2ad89e43f769ac144dcb19df89bb5c78efa7c2a
144-
:git: https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git
145-
146-
CHECKOUT OPTIONS:
147-
WordPressAuthenticator:
148-
:commit: f2ad89e43f769ac144dcb19df89bb5c78efa7c2a
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: 7ee99598a2d4acb5a837aa1ff2d766c0ff497f34
165+
WordPressAuthenticator: 41527f0d502d006df9604aa5d968021c195a1917
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: 127e272a219e58543a375387ad6ea967d11bee6a
181+
PODFILE CHECKSUM: e0c278d30dacb5909924805c869452fc3aaffbf6
190182

191183
COCOAPODS: 1.11.3

0 commit comments

Comments
 (0)