evothings / evothings-studio

Evothings Studio
http://www.evothings.com/
Apache License 2.0
52 stars 33 forks source link

Remove inclusion of Evothings Client packages from the Evothings Studio download package #35

Closed ghost closed 9 years ago

ghost commented 9 years ago

Remove Xcode and Android projects from the download to make it smaller and get a simpler directory structure.

Problem is that the Evothings Client packages for iOS and Android makes Evothings Studio download big, and having the packages can also be potentially confusing since they are not related to the Evothings Workbench code.

Make separate downloads for the Android and Xcode projects on the download page.

However, still build the Android package when building Evothings Studio, to make sure everything builds. Would be good to also build the iOS package, perhaps using a switch in the build script so that iOS builds on an OS X machine?

It is just the copying of the Evothings Client packages to the distribution package that should be removed.

ardiri commented 9 years ago

estimation:

ghost commented 9 years ago

Simple solution was to comment out the client build from the evothings-studio build. Included in this pull request: https://github.com/evothings/evothings-studio/pull/43