Skip to content

Commit 568580f

Browse files
committed
remove the "fastlane register" command
1 parent 72d13d2 commit 568580f

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

fastlane/platforms/agnostic.rb

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,4 @@
11
# These lanes are non-platform-specific
2-
desc 'Adds any unregistered devices to the provisioning profile'
3-
lane :register do
4-
id = CredentialsManager::AppfileConfig.try_fetch_value(:app_identifier)
5-
new_devices = get_unprovisioned_devices_from_hockey(app_bundle_id: id)
6-
UI.message new_devices
7-
register_devices(devices: new_devices)
8-
match(type: 'development', force: true)
9-
match(type: 'adhoc', force: true)
10-
end
11-
122
desc 'Bump the version string to a new version'
133
lane :bump do |options|
144
old_version = get_package_key(key: :version)

0 commit comments

Comments
 (0)