Skip to content

Commit 9e36966

Browse files
Merge pull request #9834 from woocommerce/update/fastfile
2 parents 39eba10 + b31f146 commit 9e36966

File tree

4 files changed

+123
-135
lines changed

4 files changed

+123
-135
lines changed

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ gem 'cocoapods', '~> 1.10'
1010
gem 'cocoapods-catalyst-support', '~> 0.1'
1111
gem 'dotenv'
1212
gem 'fastlane', '~> 2'
13-
gem 'fastlane-plugin-wpmreleasetoolkit', '~> 7.0'
14-
gem 'fastlane-plugin-sentry', '~> 1.0'
1513
gem 'fastlane-plugin-appcenter', '~> 2.0'
14+
gem 'fastlane-plugin-sentry', '~> 1.0'
15+
gem 'fastlane-plugin-wpmreleasetoolkit', '~> 7.0'
1616
gem 'rake', '~> 12.3'
1717
gem 'rubocop', '~> 1.25'
1818
gem 'rubocop-rake', '~> 0.6'

Podfile

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ def networking_pods
6666

6767
# Used for storing application password
6868
keychain
69-
7069
end
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

Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,6 @@ SPEC CHECKSUMS:
173173
ZendeskSupportProvidersSDK: 685b5d185af47ced0ec40564ec46355c838bbd06
174174
ZendeskSupportSDK: 92e6f9d334e81e9186f8a17583862350460a5393
175175

176-
PODFILE CHECKSUM: 444e43974af6f3595aadb19afa3bd94e928b1f02
176+
PODFILE CHECKSUM: 7ef16ee777d45b27a6ea41073fce0a707bda17a7
177177

178178
COCOAPODS: 1.11.3

0 commit comments

Comments
 (0)