Skip to content

Commit 1d50eb3

Browse files
committed
Use a WordPressKit version that should fix the Reader loading issues
See how the UI tests failed in https://buildkite.com/automattic/wordpress-ios/builds/20452#018dbe88-2fc5-4998-ad35-1b455f547b59 The WordPressKit PR is wordpress-mobile/WordPressKit-iOS#727
1 parent 6df354c commit 1d50eb3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Podfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ end
5151

5252
def wordpress_kit
5353
# pod 'WordPressKit', '~> 13.0'
54-
pod 'WordPressKit', git: 'https://github.com/wordpress-mobile/WordPressKit-iOS.git', commit: 'ae8f83e5cffd14cc34cec863fc2d5c63e9658246'
54+
pod 'WordPressKit', git: 'https://github.com/wordpress-mobile/WordPressKit-iOS.git', commit: '3df47e113c7647b76c049180e39489e3af7a27dc'
5555
# pod 'WordPressKit', git: 'https://github.com/wordpress-mobile/WordPressKit-iOS.git', branch: ''
5656
# pod 'WordPressKit', git: 'https://github.com/wordpress-mobile/WordPressKit-iOS.git', tag: ''
5757
# pod 'WordPressKit', path: '../WordPressKit-iOS'

Podfile.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ DEPENDENCIES:
120120
- SwiftLint (~> 0.50)
121121
- WordPress-Editor-iOS (~> 1.19.9)
122122
- WordPressAuthenticator (from `https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git`, commit `fa06fca7178b268d382d91861752b3be0729e8a8`)
123-
- WordPressKit (from `https://github.com/wordpress-mobile/WordPressKit-iOS.git`, commit `ae8f83e5cffd14cc34cec863fc2d5c63e9658246`)
123+
- WordPressKit (from `https://github.com/wordpress-mobile/WordPressKit-iOS.git`, commit `3df47e113c7647b76c049180e39489e3af7a27dc`)
124124
- WordPressShared (~> 2.3)
125125
- WordPressUI (~> 1.15)
126126
- ZendeskSupportSDK (= 5.3.0)
@@ -178,7 +178,7 @@ EXTERNAL SOURCES:
178178
:commit: fa06fca7178b268d382d91861752b3be0729e8a8
179179
:git: https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git
180180
WordPressKit:
181-
:commit: ae8f83e5cffd14cc34cec863fc2d5c63e9658246
181+
:commit: 3df47e113c7647b76c049180e39489e3af7a27dc
182182
:git: https://github.com/wordpress-mobile/WordPressKit-iOS.git
183183

184184
CHECKOUT OPTIONS:
@@ -189,7 +189,7 @@ CHECKOUT OPTIONS:
189189
:commit: fa06fca7178b268d382d91861752b3be0729e8a8
190190
:git: https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git
191191
WordPressKit:
192-
:commit: ae8f83e5cffd14cc34cec863fc2d5c63e9658246
192+
:commit: 3df47e113c7647b76c049180e39489e3af7a27dc
193193
:git: https://github.com/wordpress-mobile/WordPressKit-iOS.git
194194

195195
SPEC CHECKSUMS:
@@ -236,6 +236,6 @@ SPEC CHECKSUMS:
236236
ZendeskSupportSDK: 3a8e508ab1d9dd22dc038df6c694466414e037ba
237237
ZIPFoundation: d170fa8e270b2a32bef9dcdcabff5b8f1a5deced
238238

239-
PODFILE CHECKSUM: 951d83502d78264ef3f877d0472b009e53a61379
239+
PODFILE CHECKSUM: f732e6e39fc98112f1812c770b6bb5daf5a73672
240240

241241
COCOAPODS: 1.14.2

0 commit comments

Comments
 (0)