diff --git a/Images/download_on_the_app_store.svg b/Images/download_on_the_app_store.svg new file mode 100755 index 00000000..072b425a --- /dev/null +++ b/Images/download_on_the_app_store.svg @@ -0,0 +1,46 @@ + + Download_on_the_App_Store_Badge_US-UK_RGB_blk_4SVG_092917 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/README.md b/README.md index a766bdd0..93d5c622 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # IceCubesApp -[You can now download it on the App Store](https://apps.apple.com/us/app/ice-cubes-for-mastodon/id6444915884) +[![Download on the App Store](Images/download_on_the_app_store.svg)](https://apps.apple.com/us/app/ice-cubes-for-mastodon/id6444915884) @@ -29,6 +29,10 @@ Here are the steps: 1. Clone the repo 2. In the same folder that contains the `IceCubesApp.xcconfig.template`, run this command: - - cp IceCubesApp.xcconfig.template IceCubesApp.xcconfig + +``` +cp IceCubesApp.xcconfig.template IceCubesApp.xcconfig +``` + 3. Fill in the `DEVELOPMENT_TEAM` and `BUNDLE_ID_PREFIX` values. The first should have your Apple Team ID (which you can find by logging into the Apple Developer Portal). The latter is your domain in reverse notation or whatever you use as the prefix for your projects. 4. Save your changes, and then you should be able to compile the project without any issues.