Commit Graph

2769 Commits

Author SHA1 Message Date
Watson
f9e16114da [NEWS] fix RM-601 2014-09-16 23:42:52 +09:00
Watson
278cd9b35e [test] add spec for RM-601 2014-09-16 23:42:42 +09:00
Laurent Sansonetti
517d361894 “rake emulator” now requires a started AVD and will not attempt at creating one 2014-09-16 17:26:28 +09:00
Laurent Sansonetti
dc0274accb sync 2014-09-14 17:46:25 +02:00
Laurent Sansonetti
aee4f80657 log all INFO messages from the app, and all ERROR messages from everything else 2014-09-14 17:46:25 +02:00
Watson
2f70b13171 [NEWS] typo 2014-09-14 15:52:00 +09:00
Watson
2f5645c676 [NEWS] fix RM-600 2014-09-14 15:50:06 +09:00
Watson
650f5020e5 [NEWS] delete trailing whitespaces 2014-09-14 15:50:06 +09:00
Laurent Sansonetti
4d0160b907 sync 2014-09-14 00:02:48 +02:00
Laurent Sansonetti
10690d526e sync 2014-09-13 17:45:19 +02:00
Watson
4ca70a7e18 [test] fix where "rake spec" does't work if there is symbolic link in SDK path
The symbolic link "iPhoneSimulator8.0.sdk -> iPhoneSimulator.sdk" was introduce at Xcode 6 beta6 which cause an error.

$ rake spec
rake aborted!
undefined method `[]' for nil:NilClass
/Users/watson/prj/RubyMotion/test/test/Rakefile:54:in `block in <top (required)>'
/Users/watson/prj/RubyMotion/test/test/Rakefile:53:in `map'
/Users/watson/prj/RubyMotion/test/test/Rakefile:53:in `<top (required)>'
(See full trace by running task with --trace)

$ ls -la /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs
total 8
drwxr-xr-x@  7 watson  admin  238  9 11 17:17 .
drwxr-xr-x@  5 watson  admin  170  9  5 00:03 ..
drwxr-xr-x@ 12 watson  admin  408  9  3 03:40 iPhoneSimulator.sdk
drwxr-xr-x   8 watson  admin  272  9 10 23:51 iPhoneSimulator6.1.sdk
drwxrwxr-x  11 root    admin  374 12 10  2013 iPhoneSimulator7.0.sdk
drwxr-xr-x  12 watson  admin  408  9 10 18:18 iPhoneSimulator7.1.sdk
lrwxr-xr-x   1 watson  admin   19  9  5 00:03 iPhoneSimulator8.0.sdk -> iPhoneSimulator.sdk
2014-09-13 22:20:36 +09:00
Laurent Sansonetti
96c23afb12 sync 2014-09-13 14:47:48 +02:00
Eloy Durán
80e8afbb41 [iOS] Launch image names should be the filenames after all.
Related to http://hipbyte.myjetbrains.com/youtrack/issue/RM-596#comment=74-1742
2014-09-13 14:45:28 +02:00
Watson
6b64ed0362 [NEWS] Improved Regexp.last_match performance 2014-09-13 21:14:04 +09:00
Watson
bc5ff65ab1 fix a bug where Instruments does not launch if specify the template name with "rake profile template='xxx'"
http://hipbyte.myjetbrains.com/youtrack/issue/RM-599
2014-09-13 13:00:50 +09:00
Eloy Durán
3d980686e0 Merge branch 'stash-detect-launch-images' 2014-09-12 21:24:25 +02:00
Eloy Durán
aff6b0ba30 [NEWS] Document fix for iPhone 6/6+ launch images. 2014-09-12 21:23:54 +02:00
Eloy Durán
8b8817e2d3 [vm] sync 2014-09-12 21:18:58 +02:00
Eloy Durán
82a75cf09b [iOS] On >= 7, infer UILaunchImages metadata from resources/Default*.png
Fixes http://hipbyte.myjetbrains.com/youtrack/issue/RM-596
2014-09-12 21:17:00 +02:00
Watson
7ade086d20 [sim] clean up around "no_continue" 2014-09-12 22:19:35 +09:00
Watson
a16a66c015 fix a bug where `rake debug=1' freezes lldb with Xcode 6 GM
http://hipbyte.myjetbrains.com/youtrack/issue/RM-597

if give lldb commands file using "-s" option,
looks like "run" command freezes lldb.
2014-09-12 21:49:07 +09:00
Watson
dbe9d49275 launch iPhone 6 simulator by default 2014-09-12 15:46:36 +09:00
Laurent Sansonetti
9aa2d644cd pass kernel path to REPL, minor refactoring 2014-09-11 17:15:54 +02:00
Laurent Sansonetti
fb94e5edf0 sync 2014-09-11 16:23:16 +02:00
Laurent Sansonetti
fec985a126 launch the REPL upon “rake device” (or “rake emulator” — haven’t tried that one thought) 2014-09-11 16:17:16 +02:00
Laurent Sansonetti
8b7faf24e5 build and install the REPL 2014-09-11 16:16:12 +02:00
Laurent Sansonetti
bcf2883943 pass environment mode and version number to the runtime, minor refactoring 2014-09-11 15:56:23 +02:00
Laurent Sansonetti
510aee6a4d in development mode, include the INTERNET permission as it’s required for the REPL socket 2014-09-11 15:56:23 +02:00
Laurent Sansonetti
9f7fa0823d extra logging 2014-09-11 15:56:23 +02:00
Eloy Durán
0afceb059a [NEWS] Document fix for http://hipbyte.myjetbrains.com/youtrack/issue/RM-592 2014-09-10 15:57:37 +02:00
Eloy Durán
02b8f8a2f5 [Yosemite] Allow OS X apps targeting OS versions lower than current to build.
Fixes http://hipbyte.myjetbrains.com/youtrack/issue/RM-592
2014-09-10 15:57:37 +02:00
Watson
8fec7331b8 [NEWS] fix RM-590 2014-09-08 15:02:32 +09:00
Laurent Sansonetti
0a958ca631 sync 2014-09-07 17:15:07 +02:00
Laurent Sansonetti
c57f4fc4b7 sync 2014-09-07 15:28:21 +02:00
Laurent Sansonetti
a28573b49d sync 2014-09-07 12:20:58 +02:00
Laurent Sansonetti
f66411d85a make sure to ship the bin/android/gen_bridge_metadata tool 2014-09-07 12:19:32 +02:00
Laurent Sansonetti
3845e839a7 sync 2014-09-06 19:00:48 +02:00
Laurent Sansonetti
fdf87c05d2 don't check for updates if we build a target 2014-09-06 19:00:06 +02:00
Laurent Sansonetti
1417069cf2 sync 2014-09-06 16:59:30 +02:00
Watson
887790f9e8 [test] add more spec for method_missing 2014-09-06 13:53:58 +09:00
Watson
e123a40b3b sync 2014-09-06 13:15:57 +09:00
Watson
1f96a2e34a [NEWS] fix RM-586 2014-09-06 13:06:46 +09:00
Watson
fe07c9e1ba [test] add spec for RM-586 2014-09-06 13:04:06 +09:00
Laurent Sansonetti
6f4e8ab45b sync 2014-09-04 16:32:07 +02:00
Laurent Sansonetti
14797ef585 sync 2014-09-04 16:04:47 +02:00
Laurent Sansonetti
dbd7fbde31 sync 2014-09-04 15:49:27 +02:00
Eloy Durán
0d9b6af80f [NEWS] Credit Rakesh for ctags patch. 2014-09-04 11:45:24 +02:00
Eloy Durán
c0b7587ca3 [NEWS] Document tags fix. TODO: waiting for name to credit from: https://groups.google.com/forum/?utm_medium=email&utm_source=footer#!msg/rubymotion/B38JaLORcOA/-ZiAtXL7Af4J 2014-09-04 11:20:25 +02:00
Eloy Durán
ada2c2744b [ctags] Include class and protocol methods.
Patch by Rakesh from https://groups.google.com/forum/?utm_medium=email&utm_source=footer#!msg/rubymotion/B38JaLORcOA/-ZiAtXL7Af4J
2014-09-04 11:05:59 +02:00
Watson
817f113d3c Xcode6-Beta7 2014-09-04 09:32:07 +09:00