diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2016-01-27 21:41:59 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2016-01-27 22:26:28 +0100 |
commit | 06e9e269c1eecb21a2c61d9bd6f2c1e43049fa55 (patch) | |
tree | 761f95994f0fe4d091a6822ff78a7f58957578ab /ios/src/ch/asynk/rustanddust/IOSLauncher.java | |
parent | e01fdfee49867fffb8db66964130915186b81cea (diff) | |
download | RustAndDust-06e9e269c1eecb21a2c61d9bd6f2c1e43049fa55.zip RustAndDust-06e9e269c1eecb21a2c61d9bd6f2c1e43049fa55.tar.gz |
remove project ios
Diffstat (limited to 'ios/src/ch/asynk/rustanddust/IOSLauncher.java')
-rw-r--r-- | ios/src/ch/asynk/rustanddust/IOSLauncher.java | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/ios/src/ch/asynk/rustanddust/IOSLauncher.java b/ios/src/ch/asynk/rustanddust/IOSLauncher.java deleted file mode 100644 index df242cf..0000000 --- a/ios/src/ch/asynk/rustanddust/IOSLauncher.java +++ /dev/null @@ -1,22 +0,0 @@ -package ch.asynk.rustanddust; - -import org.robovm.apple.foundation.NSAutoreleasePool; -import org.robovm.apple.uikit.UIApplication; - -import com.badlogic.gdx.backends.iosrobovm.IOSApplication; -import com.badlogic.gdx.backends.iosrobovm.IOSApplicationConfiguration; -import ch.asynk.rustanddust.RustAndDust; - -public class IOSLauncher extends IOSApplication.Delegate { - @Override - protected IOSApplication createApplication() { - IOSApplicationConfiguration config = new IOSApplicationConfiguration(); - return new IOSApplication(new RustAndDust(), config); - } - - public static void main(String[] argv) { - NSAutoreleasePool pool = new NSAutoreleasePool(); - UIApplication.main(argv, null, IOSLauncher.class); - pool.close(); - } -}
\ No newline at end of file |