From a55c231ce12f5212f9420960be4483b428c7f3a2 Mon Sep 17 00:00:00 2001 From: chrisgarrity Date: Mon, 21 Oct 2019 13:03:41 -0400 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f945c57..e261adc 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Android | Released in Google Play and Amazon store ## Release Schedule -As of this writing, the Android version now supports Android 4.2 +As of this writing, the Android version now supports Android 4.4 and above. ## Architecture Overview @@ -57,8 +57,9 @@ On OS X: * Run sudo easy_install pysvg to install python svg libraries * Run brew install librsvg to install rsvg-convert * Run brew install imagemagick to install ImageMagick +* Run brew install cocoapods to install CocoaPods if you are building for iOS -Once these are installed, select the appropriate target in XCode or the appropriate flavor/build variant in Android Studio. To build in Android Studio, open the project android/ScratchJr. To build for iOS in XCode, open ios/ScratchJr.xcworkspace as ScratchJr uses CocoaPods. +Once these are installed, select the appropriate target in XCode or the appropriate flavor/build variant in Android Studio. To build in Android Studio, open the project android/ScratchJr. To build for iOS in XCode, open ios/ScratchJr.xcworkspace as ScratchJr uses CocoaPods. Before you build for iOS, you will need to run pod install to install the Firebase Analytics dependencies. ## Where and how to make changes