Skip to content

Commit 8f35570

Browse files
authored
Merge pull request #19898 from wordpress-mobile/fix/noto-font-not-loading
Fix Noto font family not loaded correctly
2 parents d8e0854 + c5a973f commit 8f35570

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

Podfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ workspace 'WordPress.xcworkspace'
2020
## ===================================
2121
##
2222
def wordpress_shared
23-
pod 'WordPressShared', '~> 2.0.0'
24-
# pod 'WordPressShared', :git => 'https://github.com/wordpress-mobile/WordPress-iOS-Shared.git', :tag => ''
25-
# pod 'WordPressShared', :git => 'https://github.com/wordpress-mobile/WordPress-iOS-Shared.git', :branch => 'delete-cocoalumberjack'
26-
# pod 'WordPressShared', :git => 'https://github.com/wordpress-mobile/WordPress-iOS-Shared.git', :commit => ''
27-
# pod 'WordPressShared', :path => '../WordPress-iOS-Shared'
23+
pod 'WordPressShared', '~> 2.0.1-beta.1'
24+
# pod 'WordPressShared', git: 'https://github.com/wordpress-mobile/WordPress-iOS-Shared.git', tag: ''
25+
# pod 'WordPressShared', git: 'https://github.com/wordpress-mobile/WordPress-iOS-Shared.git', branch: ''
26+
# pod 'WordPressShared', git: 'https://github.com/wordpress-mobile/WordPress-iOS-Shared.git', commit: ''
27+
# pod 'WordPressShared', path: '../WordPress-iOS-Shared'
2828
end
2929

3030
def aztec

Podfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ PODS:
516516
- UIDeviceIdentifier (~> 2.0)
517517
- WordPressShared (~> 2.0-beta)
518518
- wpxmlrpc (~> 0.9)
519-
- WordPressShared (2.0.0)
519+
- WordPressShared (2.0.1-beta.1)
520520
- WordPressUI (1.12.5)
521521
- WPMediaPicker (1.8.7)
522522
- wpxmlrpc (0.10.0)
@@ -611,7 +611,7 @@ DEPENDENCIES:
611611
- WordPress-Editor-iOS (~> 1.19.8)
612612
- WordPressAuthenticator (~> 5.0)
613613
- WordPressKit (~> 5.0)
614-
- WordPressShared (~> 2.0.0)
614+
- WordPressShared (~> 2.0.1-beta.1)
615615
- WordPressUI (~> 1.12.5)
616616
- WPMediaPicker (~> 1.8.7)
617617
- Yoga (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.87.1/third-party-podspecs/Yoga.podspec.json`)
@@ -878,7 +878,7 @@ SPEC CHECKSUMS:
878878
WordPress-Editor-iOS: 9eb9f12f21a5209cb837908d81ffe1e31cb27345
879879
WordPressAuthenticator: 0cdf1bff75bd3f58fe733d6457221f27bbbdc9f4
880880
WordPressKit: 202f529323b079a344f7bc1493b7ebebfd9ed4b5
881-
WordPressShared: 35d41bdf0927e714af1fc85fa9cb692f934473be
881+
WordPressShared: 5ba89467f7ba468c023c441045bb70b4933ff6d4
882882
WordPressUI: c5be816f6c7b3392224ac21de9e521e89fa108ac
883883
WPMediaPicker: 0d45dfd7b3c5651c5236ffd48c1b0b2f60a2d5d2
884884
wpxmlrpc: 68db063041e85d186db21f674adf08d9c70627fd
@@ -892,6 +892,6 @@ SPEC CHECKSUMS:
892892
ZendeskSupportSDK: 3a8e508ab1d9dd22dc038df6c694466414e037ba
893893
ZIPFoundation: ae5b4b813d216d3bf0a148773267fff14bd51d37
894894

895-
PODFILE CHECKSUM: e5a8b86bfb7d34f670dd53ebc44c2c3f05058543
895+
PODFILE CHECKSUM: 42b08cc7024f28711cc5eecbb6ec28f3219c4020
896896

897897
COCOAPODS: 1.11.2

0 commit comments

Comments
 (0)