Commit Graph

34 Commits

Author SHA1 Message Date
Laurent Sansonetti
468946e528 add support for manifest plist file (ios only) 2013-06-10 21:38:57 +09:00
Laurent Sansonetti
00c8eb8965 remove app.sim_args and use args env variable instead 2013-06-09 23:57:29 +09:00
Laurent Sansonetti
4827f71bae OSX: add LSMinimumSystemVersion plist key 2013-06-09 21:07:48 +09:00
Watson
3764e3d438 [OSX] fix a bug where it is not possible to submit app to Mac App Store
We have to do the code sign twice to submit app

1. code sign to app with
  "3rd Party Mac Developer Application: XXX"

2. code sign to pkg with
  "3rd Party Mac Developer Installer: XXX"
2013-06-09 21:07:40 +09:00
Watson
b35c1ab341 added embedded frameworks support (OSX-only) 2013-06-09 21:06:48 +09:00
Watson
abd0150df4 display the workaround for tmux users
if use tmux, we need some operation to launch iOS simulator.
2013-06-08 01:25:22 +09:00
Watson
c2c2db3862 fix app.sim_args
Because when passed the arguments as following

    app.sim_args += ["-com.apple.CoreData.SQLDebug 1"]

application will receive the argument like

    argv[1] = ["-com.apple.CoreData.SQLDebug
    argv[2] = 1"]

Expected:

    argv[1] = -com.apple.CoreData.SQLDebug
    argv[2] = 1
2013-06-05 05:12:17 +09:00
Laurent Sansonetti
246883aee3 osx: support for entitlements 2013-06-04 17:38:52 +09:00
Laurent Sansonetti
1efb6ff264 add 'build' task that builds for both modes 2013-06-04 17:38:45 +09:00
Laurent Sansonetti
fa5461a8a6 add 'rake static' task (OSX) 2013-06-04 17:38:31 +09:00
Laurent Sansonetti
143c508ffd move ctags to basic project rakefile so that it works with osx 2013-06-04 17:38:23 +09:00
Laurent Sansonetti
f011285dd6 app.sim_args 2013-06-04 17:38:06 +09:00
Watson
ed0b8bbc64 add a feature which passing the arguments on launching app 2013-06-04 17:37:24 +09:00
Watson
371b5a7a52 add .gitignore into gem template 2013-06-04 17:36:48 +09:00
Devon Blandin
a91ca31910 Update motion require statement in gem template Rakefile 2013-05-10 23:12:46 -05:00
Watson
39fc96771d osx: use NSApplication instead of UIApplication 2013-05-10 00:44:43 +09:00
Laurent Sansonetti
cfc7bfdb3c osx: add 'rake archive' tasks, refactor the builder archive/codesign code 2013-05-10 00:44:33 +09:00
Laurent Sansonetti
ffe4545eec osx: only build for the native arch in development mode 2013-05-10 00:44:07 +09:00
Laurent Sansonetti
e0d3cc0e4e osx 'rake spec' task 2013-05-10 00:43:57 +09:00
Laurent Sansonetti
e59a120661 use NSApplicationMain() instead of -[NSApplication run] in order to honor main nib file loading (if it exists) 2013-05-10 00:43:41 +09:00
Laurent Sansonetti
5802a1ba83 move icons, prerendered_icon and fonts to ios config, add icon to osx config 2013-05-10 00:43:35 +09:00
Watson
69fffd0844 convert string to integer 2013-05-10 00:41:02 +09:00
Watson
fea6853739 osx: check the osx version to detect default SDK 2013-05-10 00:40:57 +09:00
Laurent Sansonetti
1312f9369e osx: i386 support 2013-05-10 00:40:28 +09:00
Watson
de97ec8651 delete trailing whitespaces 2013-05-10 00:40:11 +09:00
Laurent Sansonetti
b26c668ece quote executable 2013-05-10 00:40:00 +09:00
Laurent Sansonetti
721c171090 add osx repl 2013-05-10 00:39:31 +09:00
Laurent Sansonetti
2cf2cf569a more work on osx template: create empty window, add Credits.rtf file 2013-05-10 00:37:29 +09:00
Laurent Sansonetti
2ad0b54052 mark file as utf-8 2013-05-10 00:37:24 +09:00
Laurent Sansonetti
e371666883 add menu 2013-05-10 00:36:04 +09:00
Laurent Sansonetti
a9df39ba8f fix projects containing space characters 2013-05-10 00:35:56 +09:00
Laurent Sansonetti
740d17002e add debug mode 2013-05-10 00:35:44 +09:00
Laurent Sansonetti
06c18cc293 mac port 2013-05-10 00:33:46 +09:00
Watson
7a16c3cdf1 change the template directory path 2013-05-10 00:33:01 +09:00