diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2020-02-04 16:31:57 +0100 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2020-02-11 14:04:37 +0100 |
| commit | fb2241d34336f85e9829ccaa9f1ca257308b8892 (patch) | |
| tree | bbda343ed4bab49db45c28b573dd5a7dfa2467aa /ios/Configurations | |
| parent | 2b83e5ab4a0b4c3df813cdc879fc844646cf20d2 (diff) | |
| download | mullvadvpn-fb2241d34336f85e9829ccaa9f1ca257308b8892.tar.xz mullvadvpn-fb2241d34336f85e9829ccaa9f1ca257308b8892.zip | |
Add screenshot script and simulated tunnels
Diffstat (limited to 'ios/Configurations')
| -rw-r--r-- | ios/Configurations/.gitignore | 1 | ||||
| -rw-r--r-- | ios/Configurations/Screenshots.xcconfig.template | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/ios/Configurations/.gitignore b/ios/Configurations/.gitignore new file mode 100644 index 0000000000..7431e305b0 --- /dev/null +++ b/ios/Configurations/.gitignore @@ -0,0 +1 @@ +Screenshots.xcconfig diff --git a/ios/Configurations/Screenshots.xcconfig.template b/ios/Configurations/Screenshots.xcconfig.template new file mode 100644 index 0000000000..9e472844da --- /dev/null +++ b/ios/Configurations/Screenshots.xcconfig.template @@ -0,0 +1 @@ +MULLVAD_ACCOUNT_TOKEN=<ACCOUNT TOKEN> |
