chore: remove debug gems

This commit is contained in:
icyleaf
2024-05-28 08:55:15 +08:00
parent da7df5918a
commit fc0a404efb
2 changed files with 5 additions and 3 deletions
-3
View File
@@ -4,6 +4,3 @@ gemspec
plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile')
eval_gemfile(plugins_path) if File.exist?(plugins_path)
gem 'debase'
gem 'ruby-debug-ide'
+5
View File
@@ -69,3 +69,8 @@ lane :sync do
username: 'apple_developer_email'
)
end
lane :test_update do
end