Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ gem 'cocoapods', '~> 1.10'
gem 'cocoapods-catalyst-support', '~> 0.1'
gem 'dotenv'
gem 'fastlane', '~> 2'
gem 'fastlane-plugin-wpmreleasetoolkit', '~> 7.0'
gem 'fastlane-plugin-sentry', '~> 1.0'
gem 'fastlane-plugin-appcenter', '~> 2.0'
gem 'fastlane-plugin-sentry', '~> 1.0'
gem 'fastlane-plugin-wpmreleasetoolkit', '~> 7.0'
gem 'rake', '~> 12.3'
gem 'rubocop', '~> 1.25'
gem 'rubocop-rake', '~> 0.6'
Expand Down
7 changes: 3 additions & 4 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ def networking_pods

# Used for storing application password
keychain

end

# Main Target!
Expand All @@ -84,9 +83,9 @@ target 'WooCommerce' do
pod 'Gridicons', '~> 1.2.0'

# To allow pod to pick up beta versions use -beta. E.g., 1.1.7-beta.1
# pod 'WordPressAuthenticator', '~> 6.0.0'
# pod 'WordPressAuthenticator', :git => 'https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git', :commit => ''
pod 'WordPressAuthenticator', :git => 'https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git', :branch => 'trunk'
# pod 'WordPressAuthenticator', '~> 6.0.0'
# pod 'WordPressAuthenticator', :git => 'https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git', :commit => ''
pod 'WordPressAuthenticator', git: 'https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git', branch: 'trunk'
# pod 'WordPressAuthenticator', :path => '../WordPressAuthenticator-iOS'

wordpress_shared
Expand Down
2 changes: 1 addition & 1 deletion Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,6 @@ SPEC CHECKSUMS:
ZendeskSupportProvidersSDK: 685b5d185af47ced0ec40564ec46355c838bbd06
ZendeskSupportSDK: 92e6f9d334e81e9186f8a17583862350460a5393

PODFILE CHECKSUM: 444e43974af6f3595aadb19afa3bd94e928b1f02
PODFILE CHECKSUM: 7ef16ee777d45b27a6ea41073fce0a707bda17a7

COCOAPODS: 1.11.3
Loading