diff options
Diffstat (limited to 'fastlane/Appfile')
-rw-r--r-- | fastlane/Appfile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fastlane/Appfile b/fastlane/Appfile new file mode 100644 index 00000000..97be5207 --- /dev/null +++ b/fastlane/Appfile @@ -0,0 +1,2 @@ +json_key_file("") # Path to the json secret file - Follow https://docs.fastlane.tools/actions/supply/#setup to get one +package_name("se.leap.bitmaskclient") # e.g. com.krausefx.app |