Skip to content

Commit 380a00e

Browse files
authored
Merge pull request #6032 from woocommerce/issue/2513-disable-ghost-cells-selection
Disable ghost cells selection
2 parents 73cb634 + 80dfa6f commit 380a00e

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ platform :ios, app_ios_deployment_target.version
1818
workspace 'WooCommerce.xcworkspace'
1919

2020
## Pods shared between all the targets
21-
## ===================================
21+
## =====================================
2222
##
2323
def aztec
2424
pod 'WordPress-Editor-iOS', '~> 1.11.0'
@@ -47,7 +47,7 @@ target 'WooCommerce' do
4747

4848
pod 'WordPressShared', '~> 1.15'
4949

50-
pod 'WordPressUI', '~> 1.12.3'
50+
pod 'WordPressUI', '~> 1.12.4-beta'
5151
# pod 'WordPressUI', :git => 'https://github.com/wordpress-mobile/WordPressUI-iOS.git', :branch => ''
5252

5353
aztec

Podfile.lock

Lines changed: 5 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.3)
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.3)
108+
- WordPressUI (~> 1.12.4-beta)
109109
- Wormholy (~> 1.6.5)
110110
- WPMediaPicker (~> 1.8.1)
111111
- XLPagerTabStrip (~> 9.0)
@@ -114,6 +114,7 @@ DEPENDENCIES:
114114
SPEC REPOS:
115115
https://github.com/wordpress-mobile/cocoapods-specs.git:
116116
- WordPressAuthenticator
117+
- WordPressUI
117118
trunk:
118119
- 1PasswordExtension
119120
- Alamofire
@@ -142,7 +143,6 @@ SPEC REPOS:
142143
- WordPress-Editor-iOS
143144
- WordPressKit
144145
- WordPressShared
145-
- WordPressUI
146146
- Wormholy
147147
- WPMediaPicker
148148
- wpxmlrpc
@@ -184,7 +184,7 @@ SPEC CHECKSUMS:
184184
WordPressAuthenticator: 06278534519c741ecea346f504ad8d08082bfb0d
185185
WordPressKit: 062e4f57ce871e2217b632a1f3cb0bbd54b5df6d
186186
WordPressShared: 5477f179c7fe03b5d574f91adda66f67d131827e
187-
WordPressUI: 45591178e843ecb82e65e868ec766148befe9f9f
187+
WordPressUI: 6856561f5738b7d12442cc244a473f3ba32d772c
188188
Wormholy: 3252bc3e55a1847ef9a0976c1377bd77bf3635fa
189189
WPMediaPicker: 9011a0ec1f468c039af7485c244576b4c9889a0f
190190
wpxmlrpc: bf55a43a7e710bd2a4fb8c02dfe83b1246f14f13
@@ -197,6 +197,6 @@ SPEC CHECKSUMS:
197197
ZendeskSupportProvidersSDK: 2bdf8544f7cd0fd4c002546f5704b813845beb2a
198198
ZendeskSupportSDK: 3a8e508ab1d9dd22dc038df6c694466414e037ba
199199

200-
PODFILE CHECKSUM: 9e8f9f82c20802dd0be41b08ea0dd77486e2b2d9
200+
PODFILE CHECKSUM: ef89ce78dfc44ad549cb795f56c10209ba075b20
201201

202202
COCOAPODS: 1.11.2

0 commit comments

Comments
 (0)