Skip to content

ReifyIt/sbt-robovm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SBT RoboVM

SBT plugin for building Scala iOS apps with RoboVM.

Setup

Download and extract robovm-1.0.0-alpha-01.tar.gz to one of the following directories:

  • $ROBOVM_HOME
  • ~/.robovm/home/
  • ~/Applications/robovm/
  • /usr/local/lib/robovm/
  • /usr/lib/robovm/
  • /opt/robovm/

Add the plugin to your project/plugins.sbt file:

resolvers += Resolver.sonatypeRepo("snapshots")

addSbtPlugin("it.reify" % "sbt-robovm" % "1.0.0-alpha-01-SNAPSHOT")

And append iOSSettings to your project's settings.

Tasks

  • iOS:iPhoneSim – Runs the App in the iPhone simulator.
  • iOS:iPadSim – Runs the App in the iPad simulator.
  • iOS:device – Runs the App on a connected device.
  • iOS:ipa – Creates an IPA package for distribution on the AppStore.

Resources

Info.plist, Entitlements.plist, and ResourceRules.plist go in src/main/resources. Put all other iOS app resources–such as images and interface builder files–in src/ios/resources.

About

SBT plugin for building Scala iOS apps with RoboVM

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages