We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72d13d2 commit 568580fCopy full SHA for 568580f
fastlane/platforms/agnostic.rb
@@ -1,14 +1,4 @@
1
# 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
-
12
desc 'Bump the version string to a new version'
13
lane :bump do |options|
14
old_version = get_package_key(key: :version)
0 commit comments