File tree Expand file tree Collapse file tree 4 files changed +123
-135
lines changed Expand file tree Collapse file tree 4 files changed +123
-135
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ gem 'cocoapods', '~> 1.10'
1010gem 'cocoapods-catalyst-support' , '~> 0.1'
1111gem 'dotenv'
1212gem 'fastlane' , '~> 2'
13- gem 'fastlane-plugin-wpmreleasetoolkit' , '~> 7.0'
14- gem 'fastlane-plugin-sentry' , '~> 1.0'
1513gem 'fastlane-plugin-appcenter' , '~> 2.0'
14+ gem 'fastlane-plugin-sentry' , '~> 1.0'
15+ gem 'fastlane-plugin-wpmreleasetoolkit' , '~> 7.0'
1616gem 'rake' , '~> 12.3'
1717gem 'rubocop' , '~> 1.25'
1818gem 'rubocop-rake' , '~> 0.6'
Original file line number Diff line number Diff line change @@ -66,7 +66,6 @@ def networking_pods
6666
6767 # Used for storing application password
6868 keychain
69-
7069end
7170
7271# Main Target!
@@ -84,9 +83,9 @@ target 'WooCommerce' do
8483 pod 'Gridicons' , '~> 1.2.0'
8584
8685 # To allow pod to pick up beta versions use -beta. E.g., 1.1.7-beta.1
87- # pod 'WordPressAuthenticator', '~> 6.0.0'
88- # pod 'WordPressAuthenticator', :git => 'https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git', :commit => ''
89- pod 'WordPressAuthenticator' , : git => 'https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git' , : branch => 'trunk'
86+ # pod 'WordPressAuthenticator', '~> 6.0.0'
87+ # pod 'WordPressAuthenticator', :git => 'https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git', :commit => ''
88+ pod 'WordPressAuthenticator' , git : 'https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git' , branch : 'trunk'
9089 # pod 'WordPressAuthenticator', :path => '../WordPressAuthenticator-iOS'
9190
9291 wordpress_shared
Original file line number Diff line number Diff line change @@ -173,6 +173,6 @@ SPEC CHECKSUMS:
173173 ZendeskSupportProvidersSDK: 685b5d185af47ced0ec40564ec46355c838bbd06
174174 ZendeskSupportSDK: 92e6f9d334e81e9186f8a17583862350460a5393
175175
176- PODFILE CHECKSUM: 444e43974af6f3595aadb19afa3bd94e928b1f02
176+ PODFILE CHECKSUM: 7ef16ee777d45b27a6ea41073fce0a707bda17a7
177177
178178COCOAPODS: 1.11.3
You can’t perform that action at this time.
0 commit comments