Skip to content

Commit

Permalink
Point to WordPressKit and WordPressAuthenticator commits.
Browse files Browse the repository at this point in the history
  • Loading branch information
twstokes committed Jan 18, 2022
1 parent d4b45c8 commit c4edc52
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ def wordpress_ui
end

def wordpress_kit
pod 'WordPressKit', '~> 4.45.0'
# pod 'WordPressKit', '~> 4.45.0'
# pod 'WordPressKit', :git => 'https://github.com/wordpress-mobile/WordPressKit-iOS.git', :tag => ''
# pod 'WordPressKit', :git => 'https://github.com/wordpress-mobile/WordPressKit-iOS.git', :branch => ''
# pod 'WordPressKit', :git => 'https://github.com/wordpress-mobile/WordPressKit-iOS.git', :commit => ''
pod 'WordPressKit', :git => 'https://github.com/wordpress-mobile/WordPressKit-iOS.git', :commit => '0bd4dc8d4905b4f7130b380e82dbc7d175a70020'
# pod 'WordPressKit', :path => '../WordPressKit-iOS'
end

Expand Down Expand Up @@ -218,9 +218,9 @@ abstract_target 'Apps' do

pod 'Gridicons', '~> 1.1.0'

pod 'WordPressAuthenticator', '~> 1.42.2'
# pod 'WordPressAuthenticator', '~> 1.42.2'
# 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', :git => 'https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git', :commit => '86290bba58d784e9962a05c1a2133a2d2ee1f4af'
# pod 'WordPressAuthenticator', :path => '../WordPressAuthenticator-iOS'

pod 'MediaEditor', '~> 1.2.1'
Expand Down

0 comments on commit c4edc52

Please sign in to comment.