Skip to content

Commit 14739dc

Browse files
committed
Use production pods
1 parent 4b0720f commit 14739dc

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ 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.43.1-beta'
43+
pod 'WordPressAuthenticator', '~> 1.43.1'
4444
# pod 'WordPressAuthenticator', :git => 'https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git', :commit => ''
4545
# pod 'WordPressAuthenticator', :git => 'https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git', :branch => ''
4646
# pod 'WordPressAuthenticator', :path => '../WordPressAuthenticator-iOS'

Podfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ PODS:
4848
- WordPress-Aztec-iOS (1.11.0)
4949
- WordPress-Editor-iOS (1.11.0):
5050
- WordPress-Aztec-iOS (= 1.11.0)
51-
- WordPressAuthenticator (1.43.1-beta.1):
51+
- WordPressAuthenticator (1.43.1):
5252
- Alamofire (~> 4.8)
5353
- CocoaLumberjack (~> 3.5)
5454
- GoogleSignIn (~> 6.0.1)
@@ -100,7 +100,7 @@ DEPENDENCIES:
100100
- Sourcery (~> 1.0.3)
101101
- StripeTerminal (~> 2.5)
102102
- WordPress-Editor-iOS (~> 1.11.0)
103-
- WordPressAuthenticator (~> 1.43.1-beta)
103+
- WordPressAuthenticator (~> 1.43.1)
104104
- WordPressKit (~> 4.40.0)
105105
- WordPressShared (~> 1.15)
106106
- WordPressUI (~> 1.12.4)
@@ -177,7 +177,7 @@ SPEC CHECKSUMS:
177177
UIDeviceIdentifier: d0fee204f467dacf8808b7ac14ce43affeb271a5
178178
WordPress-Aztec-iOS: 050b34d4c3adfb7c60363849049b13d60683b348
179179
WordPress-Editor-iOS: 304098424f1051cb271546c99f906aac296b1b81
180-
WordPressAuthenticator: adba93ef31576dcc0f72b8c0a8dfbd1c4467de99
180+
WordPressAuthenticator: aa53a5339e241852252e16199e23bd9c3364b983
181181
WordPressKit: 062e4f57ce871e2217b632a1f3cb0bbd54b5df6d
182182
WordPressShared: 5477f179c7fe03b5d574f91adda66f67d131827e
183183
WordPressUI: 9e470758bc3a4a25e94478c2babe106f4ae7315a
@@ -193,6 +193,6 @@ SPEC CHECKSUMS:
193193
ZendeskSupportProvidersSDK: 2bdf8544f7cd0fd4c002546f5704b813845beb2a
194194
ZendeskSupportSDK: 3a8e508ab1d9dd22dc038df6c694466414e037ba
195195

196-
PODFILE CHECKSUM: 0872fc8f8ec57fd5d53d7ae0937cbc20a279bb8a
196+
PODFILE CHECKSUM: b6a9ecce6af1363b02cde4ceaaa6dcbdcba09ac7
197197

198198
COCOAPODS: 1.11.2

0 commit comments

Comments
 (0)