Commit Graph

2778 Commits

Author SHA1 Message Date
Laurent Sansonetti
2eb0f6bd0c remove useless code 2014-09-17 02:08:51 +09:00
Laurent Sansonetti
b822ee0e45 sync 2014-09-17 01:29:25 +09:00
Laurent Sansonetti
f8be41e5b8 document --pre 2014-09-17 01:26:49 +09:00
Laurent Sansonetti
7a4b5055bf android Rakefile must point to /Library/RubyMotionPre for now 2014-09-17 00:49:44 +09:00
Laurent Sansonetti
fb99a35081 generate proper version number when building android 2014-09-17 00:49:44 +09:00
Laurent Sansonetti
d017b67fe5 “motion create” will now load templates in /Library/RubyMotionPre if necessary 2014-09-17 00:49:44 +09:00
Laurent Sansonetti
662fc3ed66 support for “motion update --pre” 2014-09-17 00:49:44 +09:00
Laurent Sansonetti
e2f4754dbf packaging support for pre-release, build with “PRE_BUILD=1 rake package” 2014-09-17 00:49:44 +09:00
Laurent Sansonetti
c902331d43 clean up NEWS-pre file 2014-09-17 00:49:44 +09:00
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