summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2020-04-08 12:12:12 +0200
committerLinus Färnstrand <linus@mullvad.net>2020-04-09 14:58:32 +0200
commita57afbc9c60566534221fd7c1fe9f01d093c963d (patch)
tree1d3dd88d02341cb25cb4619d7ea168fd130d6c33
parent5883974c6790b3b356673282ea2d30f2d3b3e81b (diff)
downloadmullvadvpn-a57afbc9c60566534221fd7c1fe9f01d093c963d.tar.xz
mullvadvpn-a57afbc9c60566534221fd7c1fe9f01d093c963d.zip
Add changelog and App Store link to ios readme
-rw-r--r--ios/README.md19
1 files changed, 15 insertions, 4 deletions
diff --git a/ios/README.md b/ios/README.md
index 48992bf2d7..f7d450a213 100644
--- a/ios/README.md
+++ b/ios/README.md
@@ -1,9 +1,20 @@
-# Screenshots for AppStore
+# Mullvad VPN iOS app
+
+This is the iOS version of the Mullvad VPN app. The app can be found on the Apple [App Store].
+
+All releases have signed git tags on the format `ios/<version>`. For changes between each
+release, see the [changelog].
+
+[App Store]: https://apps.apple.com/us/app/mullvad-vpn/id1488466513
+[changelog]: CHANGELOG.md
+
+
+## Screenshots for AppStore
The process of taking AppStore screenshots is automated using a UI Testing bundle and Snapshot tool,
a part of Fastlane tools.
-## Configuration
+### Configuration
The screenshot script uses the real account token to log in, which is provided via Xcode build
configuration.
@@ -20,7 +31,7 @@ configuration.
vim ios/Configurations/Screenshots.xcconfig
```
-## Prerequisitives
+### Prerequisitives
1. Make sure you have [rvm](https://rvm.io) installed.
1. Install Ruby 2.5.1 or later using `rvm install <VERSION>`.
@@ -31,7 +42,7 @@ configuration.
bundle install
```
-## Take screenshots
+### Take screenshots
Run the following command to take screenshots: