Skip to content

Commit 91f9a49

Browse files
committed
Point podfile to latest release of Authenticator, 1.14.0-beta.1
1 parent 69a43cc commit 91f9a49

File tree

2 files changed

+9
-18
lines changed

2 files changed

+9
-18
lines changed

Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ target 'WooCommerce' do
3131

3232
pod 'Gridicons', '~> 1.0'
3333

34-
# pod 'WordPressAuthenticator', '~> 1.13.0-beta.4'
34+
pod 'WordPressAuthenticator', '~> 1.14.0-beta.1'
3535
# To allow pod to pick up beta versions use -beta. E.g., 1.1.7-beta.1
36-
pod 'WordPressAuthenticator', :git => 'https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git', :branch => 'issue/244-remove-showWPUsernamePassword'
36+
# pod 'WordPressAuthenticator', :git => 'https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git', :branch => ''
3737
# pod 'WordPressAuthenticator', :git => 'https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git', :commit => ''
3838

3939
# pod 'WordPressShared', :git => 'https://github.com/wordpress-mobile/WordPress-iOS-Shared.git', :branch => ''

Podfile.lock

Lines changed: 7 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@ PODS:
5858
- lottie-ios (= 3.1.6)
5959
- "NSURL+IDN (= 0.4)"
6060
- SVProgressHUD (= 2.2.5)
61-
- WordPressKit (~> 4.7.0)
61+
- WordPressKit (~> 4.8.0)
6262
- WordPressShared (~> 1.8.16)
6363
- WordPressUI (~> 1.5.2)
64-
- WordPressKit (4.7.0):
64+
- WordPressKit (4.8.0):
6565
- Alamofire (~> 4.8.0)
6666
- CocoaLumberjack (~> 3.4)
6767
- NSObject-SafeExpectations (= 0.0.4)
@@ -101,7 +101,7 @@ DEPENDENCIES:
101101
- KeychainAccess (~> 3.2)
102102
- Kingfisher (~> 5.11.0)
103103
- WordPress-Editor-iOS (~> 1.11.0)
104-
- WordPressAuthenticator (from `https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git`, branch `issue/244-remove-showWPUsernamePassword`)
104+
- WordPressAuthenticator (~> 1.14.0-beta.1)
105105
- WordPressShared (~> 1.8.16)
106106
- WordPressUI (~> 1.5.2)
107107
- Wormholy (~> 1.5.2)
@@ -133,6 +133,7 @@ SPEC REPOS:
133133
- UIDeviceIdentifier
134134
- WordPress-Aztec-iOS
135135
- WordPress-Editor-iOS
136+
- WordPressAuthenticator
136137
- WordPressKit
137138
- WordPressShared
138139
- WordPressUI
@@ -148,16 +149,6 @@ SPEC REPOS:
148149
- ZendeskSupportProvidersSDK
149150
- ZendeskSupportSDK
150151

151-
EXTERNAL SOURCES:
152-
WordPressAuthenticator:
153-
:branch: issue/244-remove-showWPUsernamePassword
154-
:git: https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git
155-
156-
CHECKOUT OPTIONS:
157-
WordPressAuthenticator:
158-
:commit: 10714ee1ac3a42481dba0438c56c3dc05c07122b
159-
:git: https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git
160-
161152
SPEC CHECKSUMS:
162153
1PasswordExtension: f97cc80ae58053c331b2b6dc8843ba7103b33794
163154
Alamofire: 3ec537f71edc9804815215393ae2b1a8ea33a844
@@ -181,8 +172,8 @@ SPEC CHECKSUMS:
181172
UIDeviceIdentifier: 44f805037d21b94394821828f4fcaba34b38c2d0
182173
WordPress-Aztec-iOS: 050b34d4c3adfb7c60363849049b13d60683b348
183174
WordPress-Editor-iOS: 304098424f1051cb271546c99f906aac296b1b81
184-
WordPressAuthenticator: b16214617d8da183a19c3c3dac7230858071e50f
185-
WordPressKit: 0602e8188245b3267269570d3d78c138e64a4eba
175+
WordPressAuthenticator: c3e9921cfef12384a32e3fc9e31a3ed65585e8f1
176+
WordPressKit: 84045e236949248632a2c644149e5657733011bb
186177
WordPressShared: 1bc316ed162f42af4e0fa2869437e9e28b532b01
187178
WordPressUI: 70cc58a253c352330b23cd8fa6dd6a2021570e18
188179
Wormholy: 3344d3591d78488d957402d51dccfbfafd6f9641
@@ -197,6 +188,6 @@ SPEC CHECKSUMS:
197188
ZendeskSupportProvidersSDK: e183d32abac888c448469e2005c4a5a8c3ed73f0
198189
ZendeskSupportSDK: e52f37fa8bcba91f024b81025869fe5a2860f741
199190

200-
PODFILE CHECKSUM: 60533f2436705e6a85be6fd81324516291b3e004
191+
PODFILE CHECKSUM: 241533919f715d30f23901123d0a89d3dc3e80c5
201192

202193
COCOAPODS: 1.9.1

0 commit comments

Comments
 (0)