Commit Graph

12 Commits

Author SHA1 Message Date
florianf 4343e9c093 Added XCode and iOS 10 infos to start page. 2016-09-25 18:52:58 +02:00
florianf 73cebd93d4 Slim down README.md and move things to the wiki (#40)
Merged my own pull ;-)
2016-09-03 22:18:41 +02:00
Xoppa 6fc0b6468c Fixed librobovm-libimobiledevice.dylib, link statically to OpenSSL. Fixed AfcClientTest, Safari directory is not on iOS 9.3.4. Fixed README with instructions on how to install OpenSSL for libimobiledevice compilation 2016-08-21 10:27:47 +02:00
Xoppa 3500732dff Updated README.md to reflect requirements to compile libimobiledevice 2016-08-21 09:52:57 +02:00
Justin Shapcott 8aa20fe5c1 Correct path expected for IntelliJ IDEA
Fixes #20
2016-06-14 07:33:47 -07:00
xoppa 55a6db777d Updated README 2016-05-06 13:22:11 +02:00
Tomski 1606535e14 Update README.md 2016-05-05 14:17:46 +01:00
The Gitter Badger a0ff1be959 Add Gitter badge 2016-05-05 13:06:45 +00:00
Tomski fbc5a0d798 Update README.md 2016-05-02 10:17:19 +01:00
Justin Shapcott 819e143421 Updated README.md with development setup instructions, added root .gitignore to remove Eclipse project files 2016-04-26 17:31:44 +02:00
Justin Shapcott 919de675e7 Update README.md 2016-04-25 15:17:48 -07:00
Justin Shapcott 3d1e6eccf9 Initial commit. Here's what I did:
- Figured out which OSS RoboVM repositories are needed for libGDX
- Put them into a single repository, much easier to maintain, but
  history got destroyed in the process. Can look up history in
  original repository if necessary
- Set the groupId of all artifacts to my domain com.mobidevelop
  so I can publish to Maven Central
- Set the version to 2.0.0-SNAPSHOT so there's zero chance of
  a collision with the original RoboVM releases
- Couldn't get native bits to compile, so updated minimum iOS
  and Mac OS X versions for toolchain in vm/CMakeFileList.txt
  and OS.java until it worked.
- Apps wouldn't link due to some missing c++ symbols. Removed linking
  to libstdc++ in IOSTarget.java. Not sure if that has any detrimental
  effects but it fixed linking.
- When opening a run configuration via the IDEA plugin, it would
  crash in DeviceType.java:113. It seems that the output of some
  command line tool is being parsed, and that returns error
  messages together with the data we need. Fixed via ugly
  hack.
- Updated to the latest commit of https://github.com/robovm/bwdgc.git
  Probably fixed some GC crashes since the release in October.
- Pulled in the IDE plugins for Eclipse and IDEA, the Gradle plugin
  and the templates project. We don't need the Maven plugin and junit
  stuff for libGDX. Everything's in the plugin/ directory
- Templates: removed the templates that i couldn't get to work, namely
  the ones relying on storyboards. Seems like the OSS RoboVM couldn't
  deal with those at all.
- IDEA plugin: removed the bridge to the interface builder functionality
  otherwise the plugin would crash since we miss the artifacts for that
- IDEA plugin: removed the whole setup stuff for Android and license
  checks. The former didn't work for me at all, and the latter would crash
  because it's missing the actual code.
- IDEA plugin: removed the templates in RoboVMTemplateFactory that aren't
  working.
- IDEA plugin: The RoboVmCompileTask doesn't seem to work with that as it can't find
  the robovm.xml file needed for compilation. Fixed in RoboVmPlugin.java
  with a very ugly hack.
- IDEA plugin: there was a huge memory leak in the compiler code of the
  plugin. It retained the AppCompiler instance, which was huge. Fixed
  by nulling that out at the appropriate time
- IDEA plugin: fixed template_build.gradle to use the new groupId
- Gradle plugin: it seems the Gradle plugin was kept up-to-date with
  the latest closed source RoboVM. Had to remove a bunch of stuff, like
  TvOS functionality, as we don't have to sources for that.
- Eclipse plugin: just fixed up the poms, don't know if it works.
2016-04-20 13:15:45 -07:00