diff options
author | cyberta <cyberta@riseup.net> | 2023-01-01 23:41:59 +0100 |
---|---|---|
committer | cyberta <cyberta@riseup.net> | 2023-01-01 23:41:59 +0100 |
commit | 256bf71832d266da62fdf8b3143308da00e7459b (patch) | |
tree | e7803f7574ec450d3bcccae671a7d12e0fbd4e54 /fastlane/Appfile | |
parent | 6128136ddf9bb3626104c739db65e9e005211116 (diff) |
add fastline basics
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 |