close.
This commit is contained in:
@@ -22,6 +22,9 @@ public class IOSLauncher extends IOSApplication.Delegate {
|
||||
|
||||
RT.var("clojure.core", "require").invoke(Symbol.intern("advent.core"));
|
||||
try {
|
||||
NSDictionary infoDictionary = NSBundle.getMainBundle().getInfoDictionary();
|
||||
String version = infoDictionary.get(new NSString("CFBundleShortVersionString")).toString();
|
||||
RT.var("advent.version", "version-override").bindRoot(version);
|
||||
Game game = (Game) RT.var("advent.core", "advent").deref();
|
||||
return new IOSApplication(game, config);
|
||||
} catch (Exception e) {
|
||||
|
||||
Reference in New Issue
Block a user