@@ -16,7 +16,7 @@ workspace 'WordPress.xcworkspace'
1616## ===================================
1717##
1818def wordpress_shared
19- pod 'WordPressShared' , '~> 1.13.0-beta.1 '
19+ pod 'WordPressShared' , '~> 1.13.0'
2020 #pod 'WordPressShared', :git => 'https://github.com/wordpress-mobile/WordPress-iOS-Shared.git', :tag => ''
2121 #pod 'WordPressShared', :git => 'https://github.com/wordpress-mobile/WordPress-iOS-Shared.git', :branch => ''
2222 #pod 'WordPressShared', :git => 'https://github.com/wordpress-mobile/WordPress-iOS-Shared.git', :commit => ''
@@ -35,15 +35,15 @@ def aztec
3535end
3636
3737def wordpress_ui
38- pod 'WordPressUI' , '~> 1.7.3 -beta.1'
38+ pod 'WordPressUI' , '~> 1.7.4 -beta.1'
3939 #pod 'WordPressUI', :git => 'https://github.com/wordpress-mobile/WordPressUI-iOS', :tag => ''
4040 #pod 'WordPressUI', :git => 'https://github.com/wordpress-mobile/WordPressUI-iOS', :branch => ''
4141 #pod 'WordPressUI', :git => 'https://github.com/wordpress-mobile/WordPressUI-iOS', :commit => ''
4242 #pod 'WordPressUI', :path => '../WordPressUI-iOS'
4343end
4444
4545def wordpress_kit
46- pod 'WordPressKit' , '~> 4.21.0-beta.3 '
46+ pod 'WordPressKit' , '~> 4.21.0'
4747 # pod 'WordPressKit', :git => 'https://github.com/wordpress-mobile/WordPressKit-iOS.git', :tag => ''
4848 # pod 'WordPressKit', :git => 'https://github.com/wordpress-mobile/WordPressKit-iOS.git', :branch => ''
4949 # pod 'WordPressKit', :git => 'https://github.com/wordpress-mobile/WordPressKit-iOS.git', :commit => ''
@@ -70,7 +70,7 @@ def shared_test_pods
7070end
7171
7272def shared_with_extension_pods
73- pod 'Gridicons' , '~> 1.0.2-beta.1 '
73+ pod 'Gridicons' , '~> 1.0.2'
7474 pod 'ZIPFoundation' , '~> 0.9.8'
7575 pod 'Down' , '~> 0.6.6'
7676end
@@ -154,7 +154,7 @@ target 'WordPress' do
154154 ## Gutenberg (React Native)
155155 ## =====================
156156 ##
157- gutenberg :tag => 'v1.41.1 '
157+ gutenberg :tag => 'v1.42.0-alpha2 '
158158
159159 ## Third party libraries
160160 ## =====================
@@ -196,9 +196,9 @@ target 'WordPress' do
196196 # pod 'WPMediaPicker', :git => 'https://github.com/wordpress-mobile/MediaPicker-iOS.git', :branch => ''
197197 # pod 'WPMediaPicker', :path => '../MediaPicker-iOS'
198198
199- pod 'Gridicons' , '~> 1.0.2-beta.1 '
199+ pod 'Gridicons' , '~> 1.0.2'
200200
201- pod 'WordPressAuthenticator' , '~> 1.29.0-beta '
201+ pod 'WordPressAuthenticator' , '~> 1.29.0'
202202 # While in PR
203203 # pod 'WordPressAuthenticator', :git => 'https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git', :branch => ''
204204 # pod 'WordPressAuthenticator', :git => 'https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git', :commit => ''
@@ -397,7 +397,6 @@ target 'WordPressScreenshotGeneration' do
397397 project 'WordPress/WordPress.xcodeproj'
398398
399399 wordpress_mocks
400- pod 'SimulatorStatusMagic'
401400end
402401
403402## UI Tests
0 commit comments