mirror of
https://github.com/scratchfoundation/scratchjr.git
synced 2025-02-17 17:01:12 -05:00
Clean-Up
This commit is contained in:
parent
827d8b1508
commit
8fa91d05a0
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ A pure-web version or Chrome-app version is planned to follow at some point in t
|
|||
Platform | Status
|
||||
-------- | -------------
|
||||
iOS | Released in App Store
|
||||
Android | Released in Google Play and Amazon store
|
||||
Android | Released on Google Play and Amazon store
|
||||
|
||||
## Release Schedule
|
||||
|
||||
|
@ -26,7 +26,7 @@ versions share a common client.
|
|||
## Directory Structure and Projects
|
||||
This repository has the following directory structure:
|
||||
|
||||
* <tt>src/</tt> - Shared Javasript code for iOS and Android common client. This is where most changes should be made for features, bug fixes, UI, etc.
|
||||
* <tt>src/</tt> - Shared JavaScript code for iOS and Android common client. This is where most changes should be made for features, bug fixes, UI, etc.
|
||||
* <tt>editions/</tt> - Assembly directories for each "flavor" of ScratchJr. These symlink to src for common code, and could diverge in settings and assets.
|
||||
* <tt>free/</tt> - Free edition JavaScript, including all shared code for all releases
|
||||
* <tt>android/</tt> - Android port of Scratch Jr. (Java, Android Studio Projects)
|
||||
|
|
Loading…
Reference in a new issue