Skip to content

Instantly share code, notes, and snippets.

@Osein
Last active July 2, 2019 08:13
Show Gist options
  • Select an option

  • Save Osein/5546b6f78af3820d3305deebb8ae18b1 to your computer and use it in GitHub Desktop.

Select an option

Save Osein/5546b6f78af3820d3305deebb8ae18b1 to your computer and use it in GitHub Desktop.
lane :matchPopulateJenkinsKeychain do
register_devices(devices_file: "./fastlane/devices.txt")
match(
type: "adhoc",
app_identifier: [
"my.app.identifier"
]
)
match(
type: "development",
app_identifier: [
"my.app.identifier"
]
)
match(
type: "appstore",
app_identifier: [
"my.app.identifier"
]
)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment