Commit Graph

2657 Commits

Author SHA1 Message Date
Mark Villacampa
1f4d280da9 Do not call bundler directly, and pass verbose output to targets 2014-08-27 18:37:41 +02:00
Mark Villacampa
af74d4294f Fix missing librubymotion variable 2014-08-27 15:53:25 +02:00
Mark Villacampa
c4d4056838 Remove unneeded code 2014-08-27 15:53:16 +02:00
Mark Villacampa
d8a11e08e4 Generate Entitlements.plist for extensions 2014-08-27 15:53:08 +02:00
Mark Villacampa
a04a342372 Pass deployment_target and sdk_version to targets through env vars 2014-08-27 15:52:57 +02:00
Mark Villacampa
ff54f8b21d Remove duplicate codesigning 2014-08-27 15:52:48 +02:00
Mark Villacampa
b94afc9d38 Added support for loading target frameworks in extensions 2014-08-27 15:52:39 +02:00
Mark Villacampa
bf594af9d0 Fix for extensions 2014-08-27 15:52:27 +02:00
Mark Villacampa
1d681f1680 Added support for extensions through the ExtensionTarget 2014-08-27 15:50:45 +02:00
Mark Villacampa
480dcd2e6c Added support for targets. iOS frameworks supported through the FrameworkTarget class. 2014-08-27 15:50:32 +02:00
Mark Villacampa
1a4cf15436 Added support to build iOS extensions through the 'ios-extension' template 2014-08-27 15:50:22 +02:00
Mark Villacampa
1ceb0e5489 Added support to build iOS frameworks through the 'ios-framework' template 2014-08-27 15:50:08 +02:00
Mark Villacampa
d0c759f2c2 Extract Dependency and ParalelBuilder to separate files 2014-08-27 15:49:55 +02:00
Eloy Durán
9212ac506e [vm] sync for 2.32 2014-08-26 11:05:45 +02:00
Eloy Durán
7955f3418c [2.32] Revert "[NEWS] fix RM-543"
This reverts commit 2aa79194dd.
2014-08-26 11:05:10 +02:00
Eloy Durán
528ac1a47d [2.32] Revert "[OSX] fix a bug where vendor build directory is not removed with `rake clean' on OSX project"
This reverts commit 90d0d55e4c.
2014-08-26 11:04:52 +02:00
Eloy Durán
879cbe0d11 [2.32] Revert "[NEWS] fix RM-571"
This reverts commit 5e8192bc51.
2014-08-26 11:04:28 +02:00
Watson
5e8192bc51 [NEWS] fix RM-571 2014-08-26 09:52:28 +09:00
Watson
90d0d55e4c [OSX] fix a bug where vendor build directory is not removed with `rake clean' on OSX project
http://hipbyte.myjetbrains.com/youtrack/issue/RM-571
2014-08-26 09:49:33 +09:00
Watson
2aa79194dd [NEWS] fix RM-543 2014-08-26 05:57:41 +09:00
Laurent Sansonetti
347b0cea5c sync 2014-08-25 20:55:39 +02:00
Watson
33e4461ab2 [NEWS] update
Reverted a patch at 4fb2cff21b,
then boot time is slow down.

(If use its patch on MacRuby, some spec fails running RubySpec. So, I reverted.)
2014-08-25 10:42:26 +09:00
Watson
a43023eb4e sync 2014-08-25 08:14:48 +09:00
Laurent Sansonetti
f330ef537d sync 2014-08-24 20:04:49 +02:00
Laurent Sansonetti
a29af636b8 sync 2014-08-24 19:06:33 +02:00
Laurent Sansonetti
133b701578 log messages from the Bundle package (useful when debugging activity’s intents “extra” data) 2014-08-24 19:04:40 +02:00
Laurent Sansonetti
77cc656d47 sync 2014-08-24 17:50:49 +02:00
Laurent Sansonetti
85a996e335 export super-less classes to Java (build system patch) 2014-08-24 17:42:39 +02:00
Laurent Sansonetti
ea82921b7e when generating the .java code make sure we don’t export the same method twice (we used to do that in the compiler but it’s best to move this logic to the build system, since multiple ruby files can open the same Java class) 2014-08-24 16:05:26 +02:00
Laurent Sansonetti
365cc03aab sync 2014-08-22 19:34:21 +02:00
Laurent Sansonetti
21b9318ef8 add app.permissions’ a shortcut that allows uses-permission’ elements to be added to the manifest file 2014-08-22 19:34:21 +02:00
Watson
b5f21631c2 [test] disable an exception spec on OSX 32bit (10.6 & 10.7) 2014-08-22 10:14:55 +09:00
Watson
8dab11c770 [test] disable an exception spec on OSX 10.6 & 10.7
if run spec on 10.6 & 10.7, it freezes a running spec.
2014-08-22 09:59:10 +09:00
Eloy Durán
41fc1e32b7 [vm] sync 2014-08-21 20:20:04 +02:00
Eloy Durán
6b56b12be7 [vm] sync 2014-08-21 18:15:43 +02:00
Eloy Durán
1f10ed1f89 [vm] sync 2014-08-21 18:02:49 +02:00
Eloy Durán
25436d2776 [NEWS] Document fix for iOS 8 sim symbolication. 2014-08-21 18:02:49 +02:00
Eloy Durán
75e2962dd5 [vm] sync 2014-08-21 18:02:49 +02:00
Eloy Durán
198a1ebfe1 [test] Add failing test for iOS backtrace symbolication. 2014-08-21 18:02:49 +02:00
Laurent Sansonetti
75220b2b6e sync 2014-08-21 18:01:45 +02:00
Laurent Sansonetti
b4ce0c9dbf sync 2014-08-21 17:57:41 +02:00
Eloy Durán
0124980022 [NEWS] Document fix for nested symlink dirs and vendor_project. 2014-08-20 14:38:27 +02:00
Eloy Durán
5ddd0e4a41 [vendor] Traverse symlink dirs when finding headers. 2014-08-20 14:38:27 +02:00
Watson
57f09234d7 [iOS8] add codesigning for embedded frameworks
http://hipbyte.myjetbrains.com/youtrack/issue/RM-558
2014-08-20 15:17:37 +09:00
Laurent Sansonetti
3962728508 pass '-Wl,-no_pie' to the linker in order to remove the 'ld: warning: PIE disabled. Absolute addressing (perhaps -mdynamic-no-pic) not allowed in code signed PIE, but used in _vm_gc_wb from...' message, please revert the change if it causes any problem 2014-08-19 17:22:06 +02:00
Watson
7edef2b5e0 [NEWS] fix RM-558 2014-08-19 17:03:15 +09:00
Watson
3da04dde6e [iOS8] fix @executable_path for iOS platform
http://hipbyte.myjetbrains.com/youtrack/issue/RM-558
2014-08-19 17:00:13 +09:00
Watson
a03c7bfbbd [iOS8] move embedded_frameworks configurations to xcode_config.rb in order to use OSX and iOS platform
http://hipbyte.myjetbrains.com/youtrack/issue/RM-558
2014-08-19 16:59:54 +09:00
Watson
a4fa37ffec Xcode6-Beta6
iOS 8 SDK path was changed as symbolic link.

    $ ls -la /Applications/Xcode6-Beta6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs
    total 8
    drwxr-xr-x@  4 watson  admin  136  8 19 14:31 .
    drwxr-xr-x@  5 watson  admin  170  8 19 06:19 ..
    drwxr-xr-x@ 12 watson  admin  408  8 19 03:59 iPhoneSimulator.sdk
    lrwxr-xr-x   1 watson  admin   19  8 19 06:19 iPhoneSimulator8.0.sdk -> iPhoneSimulator.sdk

This patch skips iPhoneSimulator.sdk because it cannot retrieve SDK version number and causes an error.
2014-08-19 15:49:25 +09:00
Watson
e1130b32f9 [NEWS] fix RM-566 2014-08-18 23:39:13 +09:00