Skip to content

Commit 6d22bc0

Browse files
committed
Update WordPressAuthenticator to 1.14.0
1 parent 2d0bf5f commit 6d22bc0

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ workspace 'WooCommerce.xcworkspace'
1010
## Pods shared between all the targets
1111
## ===================================
1212
##
13-
def aztec
13+
def aztec
1414
pod 'WordPress-Editor-iOS', '~> 1.11.0'
1515
end
1616

@@ -31,7 +31,7 @@ target 'WooCommerce' do
3131

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

34-
pod 'WordPressAuthenticator', '~> 1.14.0-beta.1'
34+
pod 'WordPressAuthenticator', '~> 1.14.0'
3535
# To allow pod to pick up beta versions use -beta. E.g., 1.1.7-beta.1
3636
# 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 => ''

Podfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ PODS:
4949
- WordPress-Aztec-iOS (1.11.0)
5050
- WordPress-Editor-iOS (1.11.0):
5151
- WordPress-Aztec-iOS (= 1.11.0)
52-
- WordPressAuthenticator (1.14.0-beta.1):
52+
- WordPressAuthenticator (1.14.0):
5353
- 1PasswordExtension (= 1.8.6)
5454
- Alamofire (= 4.8)
5555
- CocoaLumberjack (~> 3.5)
@@ -101,7 +101,7 @@ DEPENDENCIES:
101101
- KeychainAccess (~> 3.2)
102102
- Kingfisher (~> 5.11.0)
103103
- WordPress-Editor-iOS (~> 1.11.0)
104-
- WordPressAuthenticator (~> 1.14.0-beta.1)
104+
- WordPressAuthenticator (~> 1.14.0)
105105
- WordPressShared (~> 1.8.16)
106106
- WordPressUI (~> 1.5.2)
107107
- Wormholy (~> 1.6.0)
@@ -172,7 +172,7 @@ SPEC CHECKSUMS:
172172
UIDeviceIdentifier: 44f805037d21b94394821828f4fcaba34b38c2d0
173173
WordPress-Aztec-iOS: 050b34d4c3adfb7c60363849049b13d60683b348
174174
WordPress-Editor-iOS: 304098424f1051cb271546c99f906aac296b1b81
175-
WordPressAuthenticator: c3e9921cfef12384a32e3fc9e31a3ed65585e8f1
175+
WordPressAuthenticator: 4600fdb61379686044719798fa230dd0488126ab
176176
WordPressKit: 84045e236949248632a2c644149e5657733011bb
177177
WordPressShared: 1bc316ed162f42af4e0fa2869437e9e28b532b01
178178
WordPressUI: 70cc58a253c352330b23cd8fa6dd6a2021570e18
@@ -188,6 +188,6 @@ SPEC CHECKSUMS:
188188
ZendeskSupportProvidersSDK: e183d32abac888c448469e2005c4a5a8c3ed73f0
189189
ZendeskSupportSDK: e52f37fa8bcba91f024b81025869fe5a2860f741
190190

191-
PODFILE CHECKSUM: d66561e633700641266a46e0d1583e889aa31798
191+
PODFILE CHECKSUM: 2b130f4f4a4a8366ce85878b9ae6df70777e2921
192192

193193
COCOAPODS: 1.9.1

0 commit comments

Comments
 (0)