Commit Graph

2706 Commits

Author SHA1 Message Date
Laurent Sansonetti
2e12e048f0 sync 2014-09-02 18:15:45 +02:00
Eloy Durán
4982bca7dd [builder] Specify object files to linker in a temp file.
Fixes http://hipbyte.myjetbrains.com/youtrack/issue/RM-62.
2014-09-02 17:46:49 +02:00
Eloy Durán
74a73bcc67 [GBM] Be sure to flush the tempfile IO. 2014-09-02 17:44:32 +02:00
Eloy Durán
63926a22c6 [GBM] Generate a tmp file with headers instead of passing all as arguments.
Fixes http://hipbyte.myjetbrains.com/youtrack/issue/RM-581.
2014-09-02 16:34:20 +02:00
Watson
49b6607659 [NEWS] fix RM-541 2014-09-02 14:50:18 +09:00
Watson
ba0b5b622b [test] add spec for RM-541 2014-09-02 14:48:33 +09:00
Watson
33ba11c3bb [NEWS] fix RM-571
Conflicts:
	NEWS
2014-09-01 17:55:47 +02:00
Watson
00e901786d [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-09-01 17:55:09 +02:00
Watson
efcfd895cd [NEWS] fix RM-543
Conflicts:
	NEWS
2014-09-01 17:54:32 +02:00
Eloy Durán
3928f29a9c [NEWS] Document fix for http://hipbyte.myjetbrains.com/youtrack/issue/RM-539.
Conflicts:
	NEWS
2014-09-01 17:51:30 +02:00
Eloy Durán
1dfddb16cb [osx] Merge all Info.plist data in one place and ensure there's always a principal class. 2014-09-01 17:50:15 +02:00
Eloy Durán
14fdc05f0e [osx] Allow the user to configure a NSApplication subclass and use that instead.
Fixes http://hipbyte.myjetbrains.com/youtrack/issue/RM-539
2014-09-01 17:49:07 +02:00
Eloy Durán
bd1e6196c9 [vm] sync 2014-09-01 17:48:41 +02:00
Watson
9c50ec906b [NEWS] improve Enumerable#inject performance 2014-09-02 00:43:57 +09:00
Laurent Sansonetti
d3f49df084 2.33 2014-09-01 17:30:44 +02:00
Watson
d30a6f230b fix xcodebuild path 2.32 2014-09-01 22:17:25 +09:00
Laurent Sansonetti
b18c0b1469 invoke xcodebuild from the proper xcode_dir 2014-09-01 15:12:42 +02:00
Eloy Durán
128448417b [NEWS] Document device_family and retina options deprectations. 2014-09-01 14:39:27 +02:00
Eloy Durán
a7e48f6191 [sim] lololol guy died, long live nyancat HD! 2014-09-01 14:39:27 +02:00
Eloy Durán
7af6abe417 [iOS 8] Only allow device_name option to specify device family and retina etc. 2014-09-01 14:39:27 +02:00
Laurent Sansonetti
74b3c71c2c sync 2014-09-01 14:39:06 +02:00
Mark Villacampa
6bce52fe1c Remove 'bundle exec' and add --trace support when cleaning targets 2014-09-01 13:24:49 +02:00
Mark Villacampa
103dc59647 Print relative paths when cleaning targets and vendor_projects inside targets 2014-09-01 13:24:31 +02:00
Watson
e5ca689b2f fix RM-110 2014-09-01 01:04:52 +09:00
Watson
360fb8513a sync 2014-08-31 14:06:18 +09:00
Watson
ffc5ee6b69 fix RM-110 2014-08-31 13:56:52 +09:00
Laurent Sansonetti
e78f3a3506 sync 2014-08-30 16:54:59 +02:00
Laurent Sansonetti
909c13f482 sync 2014-08-29 22:25:07 +02:00
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