manicmaniac/fastlane-plugin-sync_devices

View on GitHub
fastlane/Fastfile

Summary

Maintainability
Test Coverage
# frozen_string_literal: true
 
lane :test do
sync_devices(
devices_file: 'spec/support/fixtures/multiple-device-upload.txt',
api_key_path: 'spec/support/fixtures/api_key.json'
)
end