From cba9378a5fbe615e389ecd53268811b86b83a2c2 Mon Sep 17 00:00:00 2001 From: Yusuke Arakawa <108506642+nekolaboratory@users.noreply.github.com> Date: Fri, 3 Feb 2023 15:18:19 +0900 Subject: [PATCH] Improved readability of readme (#628) * Add app store download banner Signed-off-by: Yusuke Arakawa * Improve command readability Signed-off-by: Yusuke Arakawa --------- Signed-off-by: Yusuke Arakawa Co-authored-by: Yusuke Arakawa --- Images/download_on_the_app_store.svg | 46 ++++++++++++++++++++++++++++ README.md | 8 +++-- 2 files changed, 52 insertions(+), 2 deletions(-) create mode 100755 Images/download_on_the_app_store.svg 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.