From d50b9e2fa18e069e5385b5efdb59ccb33baf83f5 Mon Sep 17 00:00:00 2001 From: nwuensche Date: Sun, 2 Mar 2025 19:41:28 +0100 Subject: [PATCH 1/2] Update Readme --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ea4adaed..22f07d31 100644 --- a/README.md +++ b/README.md @@ -56,11 +56,15 @@ Then choose a device (I chose Pixel 2), then download R (hey, what's 620MB between friends?), then hit finish. ## Building the app for iOS + +1. Install Java JDK 21 with `brew install openjdk@21` and follow the instructions afterwards +2. Download Xcode, launch it once and add a development account in some project. Execute `sudo xcode-select` to select your Xcode application +3. Download Android-Studio, start it once, set the `ANDROID_HOME` variable, in the "SDK Tools", download the SDK Commandline-Tools + iOS requires CocoaPods to be installed. To install CocoaPods, run the following commands: ``` -brew install ruby -sudo gem install cocoapods +brew install cocoapods ``` After installing CocoaPods, you should build the app using `fvm flutter build ios`, which will also run `pod install` for you ready for building the app in Xcode. From fe32464a3936b37cc55f6199c37f13c803691d09 Mon Sep 17 00:00:00 2001 From: nwuensche Date: Mon, 3 Mar 2025 20:25:40 +0100 Subject: [PATCH 2/2] change jdk 21 to 17 in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 22f07d31..fdbacdc6 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ between friends?), then hit finish. ## Building the app for iOS -1. Install Java JDK 21 with `brew install openjdk@21` and follow the instructions afterwards +1. Install Java JDK 17 with `brew install openjdk@17` and follow the instructions afterwards 2. Download Xcode, launch it once and add a development account in some project. Execute `sudo xcode-select` to select your Xcode application 3. Download Android-Studio, start it once, set the `ANDROID_HOME` variable, in the "SDK Tools", download the SDK Commandline-Tools