Skip to content

Commit

Permalink
Update WordPressUI and WordPressAuthenticator
Browse files Browse the repository at this point in the history
  • Loading branch information
bjtitus committed May 19, 2020
1 parent 2a79132 commit 9f6d6ad
Show file tree
Hide file tree
Showing 2 changed files with 97 additions and 102 deletions.
10 changes: 5 additions & 5 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ end

def wordpress_ui
## for production:
#pod 'WordPressUI', '~> 1.6.0'
pod 'WordPressUI', '~> 1.7.0'
## for development:
#pod 'WordPressUI', :path => '../WordPressUI-iOS'
## while PR is in review:
pod 'WordPressUI', :git => 'https://github.com/wordpress-mobile/WordPressUI-iOS', :branch => 'feature/bottom-sheet-pan-gesture'
#pod 'WordPressUI', :git => 'https://github.com/wordpress-mobile/WordPressUI-iOS', :branch => 'feature/bottom-sheet-pan-gesture'
# pod 'WordPressUI', :git => 'https://github.com/wordpress-mobile/WordPressUI-iOS', :commit => '85b2a8cfb9d3c27194a14bdcb3c8391e13fbaa0f'
end

Expand Down Expand Up @@ -147,7 +147,7 @@ target 'WordPress' do
## Gutenberg (React Native)
## =====================
##
gutenberg :commit => '1186db17990c7ffbd325f77ff7fe96401639e1d1'
gutenberg :tag => 'v1.28.0'

## Third party libraries
## =====================
Expand Down Expand Up @@ -183,13 +183,13 @@ target 'WordPress' do

pod 'Gridicons', '~> 1.0.1'

pod 'WordPressAuthenticator', '~> 1.16.0-beta.5'
pod 'WordPressAuthenticator', '~> 1.16.1'
# While in PR
# pod 'WordPressAuthenticator', :git => 'https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git', :branch => ''
# pod 'WordPressAuthenticator', :git => 'https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git', :commit => ''
# pod 'WordPressAuthenticator', :path => '../WordPressAuthenticator-iOS'

pod 'MediaEditor', '~> 1.1.0-beta.2'
pod 'MediaEditor', '~> 1.1.0'
# pod 'MediaEditor', :git => 'https://github.com/wordpress-mobile/MediaEditor-iOS.git', :commit => 'a4178ed9b0f3622faafb41dd12503e26c5523a32'
# pod 'MediaEditor', :path => '../MediaEditor-iOS'

Expand Down
Loading

0 comments on commit 9f6d6ad

Please sign in to comment.