Watson
7f6139bbfe
[RM-681] use 'iPad Air' as default for iPad app to launch app as 64-bit
...
http://hipbyte.myjetbrains.com/youtrack/issue/RM-681
2014-12-05 11:06:14 +09:00
Laurent Sansonetti
8fe20680da
provide the path where libc.so is located, so that we can access C-level functions
2014-12-02 22:59:55 +01:00
Laurent Sansonetti
bf59348d73
link the payload library with -O0 and -g3 (probably needed since we use LtO with the Ruby .bc files)
2014-12-02 21:51:38 +01:00
Laurent Sansonetti
60cf04cedc
provide builtin print-ruby-object / pro command to gdb
2014-12-02 21:51:04 +01:00
Laurent Sansonetti
12dacd2e62
pre is now 3.5
2014-12-02 19:04:04 +01:00
Laurent Sansonetti
3526e2cdd6
sync
2014-12-02 19:03:43 +01:00
Laurent Sansonetti
40f7b45733
enable debug=1: start ndk-gdb in “attach mode”, make sure we won’t quit the rake process on SIGINT, bring back terminal echo on exit
2014-12-02 19:02:16 +01:00
Laurent Sansonetti
41cbedba70
more ndk-gdb work (still not working yet)
2014-12-02 18:11:59 +01:00
Laurent Sansonetti
9165698528
sync
2014-12-02 14:52:46 +01:00
Watson
b593172355
[RM-672] fix a Instruments template path for Xcode 6.2
...
http://hipbyte.myjetbrains.com/youtrack/issue/RM-672
2014-12-02 15:02:00 +09:00
Watson
ff3da5678f
[NEWS] fix RM-673
2014-12-02 12:26:36 +09:00
Watson
7a1dda6e5d
remove unnecessary value in action and share extension's info.plist
2014-12-01 21:03:00 +09:00
Watson
520346999f
[RM-678] fix info.plist in share extension to solve ERROR ITMS-9000
...
http://hipbyte.myjetbrains.com/youtrack/issue/RM-678
2014-12-01 18:58:06 +09:00
Watson
bdb6b9bce5
[NEWS] fix RM-677
2014-12-01 16:53:52 +09:00
Watson
f5c1ebdde5
[RM-677] add 'application-identifier' in action extension entitlement
...
http://hipbyte.myjetbrains.com/youtrack/issue/RM-677
2014-12-01 16:48:22 +09:00
Watson
872d660a4a
[RM-677] fix info.plist in action extension to solve ERROR ITMS-9000
...
http://hipbyte.myjetbrains.com/youtrack/issue/RM-677
2014-12-01 16:34:14 +09:00
Watson
90a8a4a032
[NEWS] update
2014-12-01 14:44:32 +09:00
Watson
91bc99156a
[RM-676] allow to use relative path for provisioning_profile
...
http://hipbyte.myjetbrains.com/youtrack/issue/RM-676
2014-12-01 14:39:23 +09:00
Watson
361d1ebafd
[NEWS] fix RM-675
2014-11-27 20:57:11 +09:00
Watson
e9f344aeee
[RM-675] make sure that add "require ‘pathname'" in where uses Pathname in order to fix that it can't build extension with system bundled ruby
2014-11-27 20:55:24 +09:00
Eloy Durán
675f94b826
[NEWS] Document fix for http://hipbyte.myjetbrains.com/youtrack/issue/RM-674 .
2014-11-26 15:12:04 +01:00
Eloy Durán
aa2f6bd2e3
[deploy] Small style fix.
2014-11-26 15:10:58 +01:00
Eloy Durán
f74b27ef58
[deploy] Fix symbolicating with Xcode 6.
...
Fixes part of http://hipbyte.myjetbrains.com/youtrack/issue/RM-674 .
2014-11-26 15:09:02 +01:00
Eloy Durán
bed0a9b71a
[deploy] Since Xcode 6, iOS device crash reports are encoded differently.
...
Fixes part of http://hipbyte.myjetbrains.com/youtrack/issue/RM-674 .
2014-11-26 14:11:04 +01:00
Eloy Durán
11108c85fb
[OSX] Only build for x86_64 by default.
...
Related to
https://github.com/clayallsopp/afmotion/issues/72#issuecomment-64401550 .
2014-11-25 14:54:30 +01:00
Watson
0c2cffcb5f
[RM-667] Added `app.icons' for extension's Rakefile
2014-11-25 12:24:28 +09:00
Watson
251a49c8ef
[NEWS] Added launch images
2014-11-25 11:56:02 +09:00
Hwee-Boon Yar
8736bd3c87
Add portrait launch images for iPhone 6 and iPhone 6 Plus
2014-11-25 11:54:06 +09:00
Watson
82fa416195
[RM-671] solve framework dependencies in embedded
2014-11-25 11:33:43 +09:00
Watson
fe1a1d82e7
[NEWS] fix RM-670
2014-11-24 16:52:15 +09:00
Watson
ce7a4f7de9
make sure the builder archs does not contain duplicates for Extension/Framework
2014-11-24 16:50:46 +09:00
Watson
b526ddd96d
fix archs setting in framework
...
http://hipbyte.myjetbrains.com/youtrack/issue/RM-670
d141498e58 patch need this changing.
2014-11-24 16:33:40 +09:00
Watson
01eb0043e8
[RM-669] fix a regression which RubyMotion static library causes link error in Xcode project
...
http://hipbyte.myjetbrains.com/youtrack/issue/RM-669
2014-11-20 10:26:15 +09:00
Watson
4f809213e2
[RM-651] allow to run rake task other than `build' in Extension/Framework project
...
http://hipbyte.myjetbrains.com/youtrack/issue/RM-651
2014-11-18 09:55:32 +09:00
Laurent Sansonetti
c98d45b5b4
sync
2014-11-17 15:17:41 +01:00
Watson
49b3487b73
sync
2014-11-14 09:41:33 +09:00
Eloy Durán
baf4c7aa58
[iOS Template] Set the background color directly on the view.
2014-11-11 15:12:09 +01:00
Eloy Durán
6eda9d1d35
[iOS Template] Add view controllers and window to new apps.
...
Besides being a more helpful entry point, it also ensures that when
users build an application without any window they do not get to
see ugly warnings about unhandled touch events.
Fixes http://hipbyte.myjetbrains.com/youtrack/issue/RM-339
2014-11-11 14:49:51 +01:00
Eloy Durán
2f9e5a12c9
[Template] Do not override load paths with ‘pre’ dist dir in development.
...
RubyMotion developers should be able to test changes to the templates
from a local development build.
2014-11-11 14:49:43 +01:00
Watson
60b6a27505
[NEWS] fix RM-462
2014-11-11 10:58:56 +09:00
Watson
23232b372c
enable 64bit on iOS by default
2014-11-11 06:53:53 +09:00
Watson
7d84a3b491
[test] run RM-638 spec on iOS
...
Because CGRectMake() returns HIRect on OS X. weird.
2014-11-11 06:43:10 +09:00
Watson
d7e1361dde
[test] add spec for RM-638
2014-11-11 01:39:31 +09:00
Watson
01712d629f
[NEWS] fix RM-638
2014-11-10 17:51:43 +09:00
Watson
05a6813aff
[bacon-ui] be able to specify simulator archs
2014-11-08 15:50:56 +09:00
Watson
b38bd18006
[bacon-ui] disable failed spec
2014-11-08 15:50:56 +09:00
Eloy Durán
33effd9154
[sim] Honour explicit device_name or target specified by user.
...
Specifying both is disallowed, because a device is configured for a specific SDK.
Fixes http://hipbyte.myjetbrains.com/youtrack/issue/RM-657
2014-11-07 19:27:13 +01:00
Watson
17f0da25f6
[NEWS] fix RM-654
2014-11-07 22:16:28 +09:00
Watson
033fff3526
fix a bug where #tap and #rotate_device cause a crash with "rake spec" on x86_64
...
http://hipbyte.myjetbrains.com/youtrack/issue/RM-654
The spec helper uses the following methods of UIAutomation.
sendTaps and setOrientation has same method signature in i386 and x86_64.
318: _event_generator.setOrientation(orientation)
325: _event_generator.sendAccelerometerX(options[:x], Y:options[:y], Z:options[:z], duration:duration)
330: _event_generator.shake
341: _event_generator.sendTaps(taps,
356: _event_generator.sendFlickWithStartPoint(from, endPoint:to, duration:duration)
371: _event_generator.sendPinchOpenWithStartPoint(from, endPoint:to, duration:duration)
385: _event_generator.sendPinchCloseWithStartPoint(from, endPoint:to, duration:duration)
406: _event_generator.touchDown(points.first)
409: _event_generator._moveLastTouchPoint(point)
412: _event_generator.liftUp(points.last)
428: _event_generator.sendRotate(center, withRadius:radius, rotation:angle, duration:duration, touchCount:touches)
2014-11-07 22:14:13 +09:00
Watson
b8f95bf6e1
sync
2014-11-07 10:48:45 +09:00