Skip to content

Commit 839881c

Browse files
committed
Use production pods
1 parent f1712b8 commit 839881c

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ target 'WooCommerce' do
3838
pod 'Gridicons', '~> 1.0'
3939

4040
# To allow pod to pick up beta versions use -beta. E.g., 1.1.7-beta.1
41-
pod 'WordPressAuthenticator', '~> 1.42.0-beta'
41+
pod 'WordPressAuthenticator', '~> 1.42.0'
4242
# pod 'WordPressAuthenticator', :git => 'https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git', :commit => ''
4343
# pod 'WordPressAuthenticator', :git => 'https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git', :branch => ''
4444
# pod 'WordPressAuthenticator', :path => '../WordPressAuthenticator-iOS'
4545

4646
# To allow pod to pick up beta versions use -beta. E.g., 1.1.7-beta.1
47-
pod 'WordPressKit', '~> 4.40.0-beta'
47+
pod 'WordPressKit', '~> 4.40.0'
4848
# pod 'WordPressKit', :git => 'https://github.com/wordpress-mobile/WordPressKit-iOS.git', :branch => ''
4949

5050
pod 'WordPressShared', '~> 1.15'

Podfile.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ PODS:
2323
- FormatterKit/Resources (1.9.0)
2424
- FormatterKit/TimeIntervalFormatter (1.9.0):
2525
- FormatterKit/Resources
26-
- GoogleSignIn (6.0.1):
26+
- GoogleSignIn (6.0.2):
2727
- AppAuth (~> 1.4)
2828
- GTMAppAuth (~> 1.0)
2929
- GTMSessionFetcher/Core (~> 1.1)
@@ -51,7 +51,7 @@ PODS:
5151
- WordPress-Aztec-iOS (1.11.0)
5252
- WordPress-Editor-iOS (1.11.0):
5353
- WordPress-Aztec-iOS (= 1.11.0)
54-
- WordPressAuthenticator (1.42.0-beta.1):
54+
- WordPressAuthenticator (1.42.0):
5555
- 1PasswordExtension (~> 1.8.6)
5656
- Alamofire (~> 4.8)
5757
- CocoaLumberjack (~> 3.5)
@@ -63,7 +63,7 @@ PODS:
6363
- WordPressKit (~> 4.18-beta)
6464
- WordPressShared (~> 1.12-beta)
6565
- WordPressUI (~> 1.7-beta)
66-
- WordPressKit (4.40.0-beta.1):
66+
- WordPressKit (4.40.0):
6767
- Alamofire (~> 4.8.0)
6868
- CocoaLumberjack (~> 3.4)
6969
- NSObject-SafeExpectations (= 0.0.4)
@@ -104,8 +104,8 @@ DEPENDENCIES:
104104
- Sourcery (~> 1.0.3)
105105
- StripeTerminal (~> 1.4.0)
106106
- WordPress-Editor-iOS (~> 1.11.0)
107-
- WordPressAuthenticator (~> 1.42.0-beta)
108-
- WordPressKit (~> 4.40.0-beta)
107+
- WordPressAuthenticator (~> 1.42.0)
108+
- WordPressKit (~> 4.40.0)
109109
- WordPressShared (~> 1.15)
110110
- WordPressUI (~> 1.12.1)
111111
- Wormholy (~> 1.6.4)
@@ -165,7 +165,7 @@ SPEC CHECKSUMS:
165165
Charts: b1e3a1f5a1c9ba5394438ca3b91bd8c9076310af
166166
CocoaLumberjack: 2f44e60eb91c176d471fdba43b9e3eae6a721947
167167
FormatterKit: 184db51bf120b633693a73624a4cede89ec51a41
168-
GoogleSignIn: 1b0c4ec33a6fe282f4fa35d8ac64263230ddaf36
168+
GoogleSignIn: fd381840dbe7c1137aa6dc30849a5c3e070c034a
169169
Gridicons: f032dbc3350f8648e0fabe3e531b72cf97d428a9
170170
GTMAppAuth: ad5c2b70b9a8689e1a04033c9369c4915bfcbe89
171171
GTMSessionFetcher: 36689134877faeb055b27dfa4ccc9ceaa42e029e
@@ -183,8 +183,8 @@ SPEC CHECKSUMS:
183183
UIDeviceIdentifier: f4bf3b343581a1beacdbf5fb1a8825bd5f05a4a4
184184
WordPress-Aztec-iOS: 050b34d4c3adfb7c60363849049b13d60683b348
185185
WordPress-Editor-iOS: 304098424f1051cb271546c99f906aac296b1b81
186-
WordPressAuthenticator: 9ead34013649fe7322ec996e2c8f40ca0dabee07
187-
WordPressKit: 24ab754bca8bb8f2ee56147f8824af4f3f6f3602
186+
WordPressAuthenticator: 06278534519c741ecea346f504ad8d08082bfb0d
187+
WordPressKit: 062e4f57ce871e2217b632a1f3cb0bbd54b5df6d
188188
WordPressShared: 5477f179c7fe03b5d574f91adda66f67d131827e
189189
WordPressUI: 414bf3a7d007618f94a1c7969d6e849779877d5d
190190
Wormholy: 2e70f64227e010d363f8d33268369f77faf12471
@@ -199,6 +199,6 @@ SPEC CHECKSUMS:
199199
ZendeskSupportProvidersSDK: 2bdf8544f7cd0fd4c002546f5704b813845beb2a
200200
ZendeskSupportSDK: 3a8e508ab1d9dd22dc038df6c694466414e037ba
201201

202-
PODFILE CHECKSUM: 6ef2613127907d8a3d2836d5e04d8776732f0a3a
202+
PODFILE CHECKSUM: b128663f85a030e52beefbca237bd0e7a567fb74
203203

204204
COCOAPODS: 1.10.2

0 commit comments

Comments
 (0)