mirror of
https://github.com/Finb/Bark.git
synced 2025-12-08 21:36:01 +00:00
14 lines
562 B
Plaintext
14 lines
562 B
Plaintext
git_url("https://github.com/Finb/match.git")
|
|
|
|
storage_mode("git")
|
|
|
|
type("appstore") # The default type, can be: appstore, adhoc, enterprise or development
|
|
|
|
app_identifier(["me.fin.bark", "me.fin.bark.NotificationContent", "me.fin.bark.NotificationServiceExtension", "me.fin.bark.Intent"])
|
|
# username("user@fastlane.tools") # Your Apple Developer Portal username
|
|
|
|
# For all available options run `fastlane match --help`
|
|
# Remove the # in the beginning of the line to enable the other options
|
|
|
|
# The docs are available on https://docs.fastlane.tools/actions/match
|