Commit Graph

1145 Commits

Author SHA1 Message Date
Laurent Sansonetti
da899c72e8 sync 2013-06-08 14:47:06 +02:00
Laurent Sansonetti
ba5f097672 sync 2013-06-08 14:45:55 +02:00
Laurent Sansonetti
15e9990a62 added embedded frameworks support (OSX-only) 2013-06-08 14:41:45 +02:00
Watson
6f47126442 update the message and remove `exit' 2013-06-08 00:41:35 +09:00
Watson
ec149af83d add line in NEWS 2013-06-08 00:26:26 +09:00
Watson
dcdbf9b4cf display the workaround for tmux users
if use tmux, we need some operation to launch iOS simulator.
2013-06-08 00:24:23 +09:00
Watson
4f02fd5f1e add line in NEWS 2013-06-05 14:50:02 +09:00
Watson
7361d1a879 fix a bug in detecting file dependencies where it will not detect dependencies if contains nested constants
http://hipbyte.myjetbrains.com/youtrack/issue/RM-160
2013-06-05 14:47:36 +09:00
Watson
68aaa64360 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:03:34 +09:00
Laurent Sansonetti
6269cb1f1a more tests 2013-06-01 14:20:10 +09:00
Laurent Sansonetti
9b23ac1ffe sync 2013-06-01 14:19:57 +09:00
Laurent Sansonetti
c57e8f30a1 sync 2013-06-01 14:19:52 +09:00
Laurent Sansonetti
ad6a48887c sync 2013-06-01 13:40:56 +09:00
Laurent Sansonetti
47dc87abac Merge branch 'master' of github.com:lrz/RubyMotion 2013-06-01 13:22:53 +09:00
Laurent Sansonetti
ed0415717a sync 2013-06-01 13:22:43 +09:00
Laurent Sansonetti
be6ce1d449 osx: support for entitlements 2013-06-01 13:22:25 +09:00
Laurent Sansonetti
884b9bbe9f add 'build' task that builds for both modes 2013-06-01 13:20:57 +09:00
Watson
2afdc97134 add line in NEWS 2013-05-30 08:31:41 +09:00
Jack Chen (chendo)
dfb38c7333 Use absolute path for CONFIGURATION_BUILD_DIR because when using relative xcodeproj path 2013-05-30 08:27:09 +09:00
Laurent Sansonetti
9eb7bcac7b sync 2013-05-29 20:30:38 +09:00
Laurent Sansonetti
b022b08281 add 'rake static' task (OSX) 2013-05-29 20:27:38 +09:00
Laurent Sansonetti
9b178b69af move ctags to basic project rakefile so that it works with osx 2013-05-29 20:15:14 +09:00
Laurent Sansonetti
89ef64df1f fix 'rake debug=1' with app name including spaces (OSX) 2013-05-29 19:29:19 +09:00
Laurent Sansonetti
2abe1e16ad app.arguments_passed_on_launch -> app.sim_args 2013-05-29 19:22:10 +09:00
Laurent Sansonetti
913ae11077 app.sim_args 2013-05-29 19:21:10 +09:00
Laurent Sansonetti
f568c04aea Merge branch 'master' of github.com:lrz/RubyMotion 2013-05-29 18:59:34 +09:00
Watson
60ec270903 add line in NEWS 2013-05-28 09:30:39 +09:00
Watson
3e075d47c5 add a feature which passing the arguments on launching app 2013-05-28 09:29:14 +09:00
Watson
c29b494de2 sync 2013-05-27 18:38:55 +09:00
Watson
7570bed24d add #dealloc tests for RM-8 and RM-155 2013-05-27 18:18:53 +09:00
Watson
87fe5ff361 sync 2013-05-20 09:45:03 +09:00
Watson
a427e23c7c sync 2013-05-19 11:23:17 +09:00
Laurent Sansonetti
a3a7e3231d format 2013-05-16 18:24:14 +02:00
Watson
9038f360a3 add line in NEWS 2013-05-15 21:51:29 +09:00
Watson
e183ad6873 add .gitignore into gem template 2013-05-15 21:49:32 +09:00
Watson
c64c0555e7 sync 2013-05-15 21:43:29 +09:00
Watson
adac756e0a fix a bug which does not install .gitignore into /Library/RubyMotion/lib/xxx 2013-05-15 21:41:10 +09:00
Watson
55f4704a1c add line in NEWS 2013-05-15 07:26:58 +09:00
Jeremy Ruppel
6fb9560bfb Support leading ".." notation in dependency pathnames 2013-05-15 07:22:45 +09:00
Jeremy Ruppel
6e07a7c746 Print mutated path if a dependency cannot be found 2013-05-15 07:22:39 +09:00
Watson
3691b413ae disable Struct spec because it cause a crash
If run similar code in app, it will work fine.
However, if run in spec, it will cause a crash.

We should investigate this.
2013-05-11 23:50:13 +09:00
Watson
bd641b2007 add line in NEWS 2013-05-11 22:07:56 +09:00
Tom Milewski
39691640ef Correct the path to template.
Users are being notified to require a file ('lib/motion/project/template/ios') that doesn't exist when called from a project's Rakefile.
2013-05-11 22:04:35 +09:00
Watson
be80f32899 add line in NEWS 2013-05-11 22:00:08 +09:00
Devon Blandin
f2000bb03e Update motion require statement in gem template Rakefile 2013-05-11 21:57:53 +09:00
Watson
47051b08c6 sync 2013-05-11 19:56:05 +09:00
Watson
5328daf98d 2.1 2013-05-11 10:01:24 +09:00
Watson
b792817a43 2.0 2013-05-11 10:00:58 +09:00
Watson
cc9c4695d7 osx: use NSApplication instead of UIApplication 2013-05-09 21:54:13 +09:00
Laurent Sansonetti
cb4a5876f2 print message from license server upon /latest_software_version 2013-05-08 15:58:49 +02:00