Skip to content

Commit ef2da94

Browse files
committed
Update WordPressUI to feature branch
1 parent 8632e43 commit ef2da94

File tree

2 files changed

+16
-7
lines changed

2 files changed

+16
-7
lines changed

Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ target 'WooCommerce' do
4545

4646
pod 'WordPressShared', '~> 1.15'
4747

48-
pod 'WordPressUI', '~> 1.12.1'
49-
# pod 'WordPressUI', :git => 'https://github.com/wordpress-mobile/WordPressUI-iOS.git', :branch => ''
48+
# pod 'WordPressUI', '~> 1.12.1'
49+
pod 'WordPressUI', :git => 'https://github.com/wordpress-mobile/WordPressUI-iOS.git', :branch => 'issue/disable-ghost-cells-selection'
5050

5151
aztec
5252

Podfile.lock

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ PODS:
7171
- WordPressShared (1.16.1):
7272
- CocoaLumberjack (~> 3.4)
7373
- FormatterKit/TimeIntervalFormatter (~> 1.8)
74-
- WordPressUI (1.12.1)
74+
- WordPressUI (1.12.4-beta.1)
7575
- Wormholy (1.6.5)
7676
- WPMediaPicker (1.8.1)
7777
- wpxmlrpc (0.9.0)
@@ -105,7 +105,7 @@ DEPENDENCIES:
105105
- WordPressAuthenticator (~> 1.42.0)
106106
- WordPressKit (~> 4.40.0)
107107
- WordPressShared (~> 1.15)
108-
- WordPressUI (~> 1.12.1)
108+
- WordPressUI (from `https://github.com/wordpress-mobile/WordPressUI-iOS.git`, branch `issue/disable-ghost-cells-selection`)
109109
- Wormholy (~> 1.6.5)
110110
- WPMediaPicker (~> 1.8.1)
111111
- XLPagerTabStrip (~> 9.0)
@@ -142,7 +142,6 @@ SPEC REPOS:
142142
- WordPress-Editor-iOS
143143
- WordPressKit
144144
- WordPressShared
145-
- WordPressUI
146145
- Wormholy
147146
- WPMediaPicker
148147
- wpxmlrpc
@@ -155,6 +154,16 @@ SPEC REPOS:
155154
- ZendeskSupportProvidersSDK
156155
- ZendeskSupportSDK
157156

157+
EXTERNAL SOURCES:
158+
WordPressUI:
159+
:branch: issue/disable-ghost-cells-selection
160+
:git: https://github.com/wordpress-mobile/WordPressUI-iOS.git
161+
162+
CHECKOUT OPTIONS:
163+
WordPressUI:
164+
:commit: 4224f4459336826db035484660b98a7aed8768fb
165+
:git: https://github.com/wordpress-mobile/WordPressUI-iOS.git
166+
158167
SPEC CHECKSUMS:
159168
1PasswordExtension: f97cc80ae58053c331b2b6dc8843ba7103b33794
160169
Alamofire: 3ec537f71edc9804815215393ae2b1a8ea33a844
@@ -184,7 +193,7 @@ SPEC CHECKSUMS:
184193
WordPressAuthenticator: 06278534519c741ecea346f504ad8d08082bfb0d
185194
WordPressKit: 062e4f57ce871e2217b632a1f3cb0bbd54b5df6d
186195
WordPressShared: 5477f179c7fe03b5d574f91adda66f67d131827e
187-
WordPressUI: 414bf3a7d007618f94a1c7969d6e849779877d5d
196+
WordPressUI: ccfa31bdd46676ffd8b71ff235e8059ed0832d61
188197
Wormholy: 3252bc3e55a1847ef9a0976c1377bd77bf3635fa
189198
WPMediaPicker: 9011a0ec1f468c039af7485c244576b4c9889a0f
190199
wpxmlrpc: bf55a43a7e710bd2a4fb8c02dfe83b1246f14f13
@@ -197,6 +206,6 @@ SPEC CHECKSUMS:
197206
ZendeskSupportProvidersSDK: 2bdf8544f7cd0fd4c002546f5704b813845beb2a
198207
ZendeskSupportSDK: 3a8e508ab1d9dd22dc038df6c694466414e037ba
199208

200-
PODFILE CHECKSUM: b5364cc82ccfcea6d4ee524c9a7b817bdc327562
209+
PODFILE CHECKSUM: 6524acefaf6f8562665c93192a0c25efba32cfb8
201210

202211
COCOAPODS: 1.11.2

0 commit comments

Comments
 (0)