From 02fc0fd26a5b094276d50c891ad7fbe01edb8f93 Mon Sep 17 00:00:00 2001 From: chrisgarrity Date: Fri, 5 May 2017 11:39:07 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e610338..7486a25 100644 --- a/README.md +++ b/README.md @@ -28,12 +28,12 @@ This repository has the following directory structure: * src/ - Shared Javasript code for iOS and Android common client. This is where most changes should be made for features, bug fixes, UI, etc. * editions/ - Assembly directories for each "flavor" of ScratchJr. These symlink to src for common code, and could diverge in settings and assets. - * free/ - Free edition JavaScript, including all shared code for all releases + * free/ - Free edition JavaScript, including all shared code for all releases * android/ - Android port of Scratch Jr. (Java, Android Studio Projects) * ScratchJr/ - Android Studio Project for ScratchJr Android Application * bin/ - Build scripts and other executables * doc/ - Developer Documentation -* ios/ - XCode project for iOS build. +* ios/ - XCode project for iOS build. (Make sure to open ScratchJr.xcworkspace not ScratchJr.xcodeproj) ## Building ScratchJr To build the Android version, you need to have a system equipped with Android Studio. To build the iOS version, you need to have a Mac with XCode.