Skip to content

Commit 27bfba6

Browse files
committed
Update WordPressAuthenticator to 1.43.1-beta.1
1 parent 6ae1415 commit 27bfba6

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
@@ -40,9 +40,9 @@ target 'WooCommerce' do
4040
pod 'Gridicons', '~> 1.2.0'
4141

4242
# To allow pod to pick up beta versions use -beta. E.g., 1.1.7-beta.1
43-
# pod 'WordPressAuthenticator', '~> 1.42.0'
43+
pod 'WordPressAuthenticator', '~> 1.43.1-beta'
4444
# pod 'WordPressAuthenticator', :git => 'https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git', :commit => ''
45-
pod 'WordPressAuthenticator', :git => 'https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git', :branch => 'fix/circular-imageview'
45+
# pod 'WordPressAuthenticator', :git => 'https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git', :branch => ''
4646
# pod 'WordPressAuthenticator', :path => '../WordPressAuthenticator-iOS'
4747

4848
pod 'WordPressShared', '~> 1.15'

Podfile.lock

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ DEPENDENCIES:
100100
- Sourcery (~> 1.0.3)
101101
- StripeTerminal (~> 2.5)
102102
- WordPress-Editor-iOS (~> 1.11.0)
103-
- WordPressAuthenticator (from `https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git`, branch `fix/circular-imageview`)
103+
- WordPressAuthenticator (~> 1.43.1-beta)
104104
- WordPressKit (~> 4.40.0)
105105
- WordPressShared (~> 1.15)
106106
- WordPressUI (~> 1.12.4-beta)
@@ -110,6 +110,8 @@ DEPENDENCIES:
110110
- ZendeskSupportSDK (~> 5.0)
111111

112112
SPEC REPOS:
113+
https://github.com/wordpress-mobile/cocoapods-specs.git:
114+
- WordPressAuthenticator
113115
trunk:
114116
- Alamofire
115117
- AppAuth
@@ -150,16 +152,6 @@ SPEC REPOS:
150152
- ZendeskSupportProvidersSDK
151153
- ZendeskSupportSDK
152154

153-
EXTERNAL SOURCES:
154-
WordPressAuthenticator:
155-
:branch: fix/circular-imageview
156-
:git: https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git
157-
158-
CHECKOUT OPTIONS:
159-
WordPressAuthenticator:
160-
:commit: e5f5971944c432889aaca8727682550f912592a3
161-
:git: https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git
162-
163155
SPEC CHECKSUMS:
164156
Alamofire: 3ec537f71edc9804815215393ae2b1a8ea33a844
165157
AppAuth: 31bcec809a638d7bd2f86ea8a52bd45f6e81e7c7
@@ -185,7 +177,7 @@ SPEC CHECKSUMS:
185177
UIDeviceIdentifier: d0fee204f467dacf8808b7ac14ce43affeb271a5
186178
WordPress-Aztec-iOS: 050b34d4c3adfb7c60363849049b13d60683b348
187179
WordPress-Editor-iOS: 304098424f1051cb271546c99f906aac296b1b81
188-
WordPressAuthenticator: 76a92d82b751a5bae1f9319f2c284c201ab09612
180+
WordPressAuthenticator: adba93ef31576dcc0f72b8c0a8dfbd1c4467de99
189181
WordPressKit: 062e4f57ce871e2217b632a1f3cb0bbd54b5df6d
190182
WordPressShared: 5477f179c7fe03b5d574f91adda66f67d131827e
191183
WordPressUI: ccfa31bdd46676ffd8b71ff235e8059ed0832d61
@@ -201,6 +193,6 @@ SPEC CHECKSUMS:
201193
ZendeskSupportProvidersSDK: 2bdf8544f7cd0fd4c002546f5704b813845beb2a
202194
ZendeskSupportSDK: 3a8e508ab1d9dd22dc038df6c694466414e037ba
203195

204-
PODFILE CHECKSUM: 1fceea7aa1ac560e50ea6a0de9841e2aa40263f0
196+
PODFILE CHECKSUM: 7b9510331daa4f56335427278d1d4dec14532e4b
205197

206198
COCOAPODS: 1.11.2

0 commit comments

Comments
 (0)