feat: Refactor code structure and optimize performance across multiple modules
This commit is contained in:
6
mobile-apps/staff-app/ios/Gemfile
Normal file
6
mobile-apps/staff-app/ios/Gemfile
Normal file
@@ -0,0 +1,6 @@
|
||||
source "https://rubygems.org"
|
||||
|
||||
gem "fastlane"
|
||||
|
||||
plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile')
|
||||
eval_gemfile(plugins_path) if File.exist?(plugins_path)
|
||||
Reference in New Issue
Block a user