Laurent Sansonetti
a08c92b72b
sync
2014-08-29 22:02:25 +02:00
Laurent Sansonetti
78226ace50
sync
2014-08-29 18:10:04 +02:00
Laurent Sansonetti
1cf4284111
sync
2014-08-29 13:49:03 +02:00
Watson
953e996bc1
add missing resources directories in extension
2014-08-29 17:32:18 +09:00
Laurent Sansonetti
0b9e3f0892
sync
2014-08-28 18:30:47 +02:00
Watson
938cf3e44c
remove *.rb.org file which it is unnecessary
2014-08-28 22:59:44 +09:00
Mark Villacampa
141d01b8a3
Print relative paths from main app when compiling targets
2014-08-28 15:22:08 +02:00
Laurent Sansonetti
cd15a9bcc1
Fix all the extension templates (patch by Mark V.)
2014-08-28 15:21:39 +02:00
Mark Villacampa
2ef1b79c53
Honor xcode_dir in targets
2014-08-28 15:14:39 +02:00
Mark Villacampa
0187a9111f
Fail if target path does not exist
2014-08-28 15:06:47 +02:00
Mark Villacampa
aa12d7ed77
Improve error message when manually building targets
2014-08-28 15:05:27 +02:00
Laurent Sansonetti
9327be41d6
sync
2014-08-28 13:57:17 +02:00
Watson
816dd6de92
fix build error which it was occurred if config.targets is empty
...
This should fix following error
NoMethodError: undefined method `empty?' for nil:NilClass
/Users/watson/prj/RubyMotion/lib/motion/project/builder.rb:238:in `build'
/Users/watson/prj/RubyMotion/lib/motion/project/app.rb:78:in `build'
/Users/watson/prj/RubyMotion/lib/motion/project/template/ios.rb:68:in `block (2 levels) in <top (required)>'
2014-08-28 05:59:50 +09:00
Eloy Durán
e3d96b3e78
Revert "[osx] Allow the user to configure a NSApplication subclass and use that instead."
...
This reverts commit 51538c0ac7 .
2014-08-27 19:29:39 +02:00
Eloy Durán
c9d58d6a8b
Revert "[NEWS] Document fix for http://hipbyte.myjetbrains.com/youtrack/issue/RM-539 ."
...
This reverts commit a5b7ec5dd0 .
Conflicts:
NEWS
2014-08-27 19:29:17 +02:00
Eloy Durán
39d7a06b1d
Revert "[osx] Merge all Info.plist data in one place and ensure there's always a principal class."
...
This reverts commit facf63d024 .
2014-08-27 19:27:07 +02:00
Eloy Durán
dae3c302b2
[NEWS] Document iOS App Extension and Framework support.
2014-08-27 19:00:24 +02:00
Eloy Durán
a58ea428b9
Merge branch 'extensions-integration'
2014-08-27 18:51:13 +02:00
Mark Villacampa
019643b105
Remove spec files from framework target and improve task descriptions
2014-08-27 18:38:13 +02:00
Mark Villacampa
e76a0e8219
removed code related to embedded and external frameworks for ios extensions
2014-08-27 18:38:03 +02:00
Mark Villacampa
3be36fbc8c
Added a better comment for modifying the extension idenfier
2014-08-27 18:37:52 +02:00
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