Laurent Sansonetti
5cfe717841
use NSApplicationMain() instead of -[NSApplication run] in order to honor main nib file loading (if it exists)
2013-05-05 20:45:15 +02:00
Laurent Sansonetti
b43f55b3f0
Merge branch 'master' of github.com:lrz/RubyMotion
2013-05-05 20:41:48 +02:00
Laurent Sansonetti
1c09307fd6
move icons, prerendered_icon and fonts to ios config, add icon to osx config
2013-05-05 20:41:39 +02:00
Watson
706a57dc4d
generate CoreGraphics.bridgesupport as subframework in OSX 10.7
...
in OSX 10.7, CoreGraphics is contains in ApplicationServices only.
so, we have to handle it in OSX 10.7.
When generate CoreGraphics.bridgesupport, it need the following information:
1. framework search path : -F#{sdk_path}/System/Library/Frameworks/ApplicationServices.framework/Frameworks
2. link framework : -framework ApplicationServices
2013-05-05 12:23:33 +09:00
Laurent Sansonetti
1b62db657f
sync
2013-05-05 01:04:01 +02:00
Laurent Sansonetti
112ed84d70
app.vendor_project how honors :bridgesupport_{cflags,exceptions} options
2013-05-05 01:03:52 +02:00
Laurent Sansonetti
c31a661da4
sync
2013-05-05 00:55:09 +02:00
Laurent Sansonetti
993c77fa16
'motion ri' now honors PAGER env variable
2013-05-05 00:54:32 +02:00
Laurent Sansonetti
1bc9c2a945
sync
2013-05-05 00:49:30 +02:00
Laurent Sansonetti
f241dbbf76
sync
2013-05-04 20:08:00 +02:00
Laurent Sansonetti
fd9f305506
motion create usage will now print available templates
2013-05-04 20:04:06 +02:00
Watson
35acf83ef7
remove spaces
2013-05-05 02:51:24 +09:00
Watson
0ef2142f9a
osx: import Cocoa/Cocoa.h in vendor.pch for mac
2013-05-05 02:48:21 +09:00
Laurent Sansonetti
c4fc96bff3
add command-line plugins
2013-05-04 18:59:53 +02:00
Watson
f0d43a489f
not handle CoreGraphics framework when is included by other framework because it causes duplicate symbol error
...
duplicate symbol ___concrete__CGPointMake in:
/Library/RubyMotion/data/osx/10.8/MacOSX/CoreGraphics_stubs.o
/Library/RubyMotion/data/osx/10.8/MacOSX/ApplicationServices_stubs.o
2013-05-05 00:14:33 +09:00
Watson
117b990a87
ignore `deprecated' warnings when build bridgesupport stub files
...
ignore the following warnings:
osx/10.8/BridgeSupport/ApplicationServices_stubs.m:3: warning: ‘CMBitmapCallBackUPP’ is deprecated
2013-05-04 23:40:36 +09:00
Watson
4d6061ea82
osx: generate brigesupport file for nest frameworks
...
Quartz.framework, WebKit.framework and some frameworks contain the other frameworks
2013-05-04 23:38:46 +09:00
Watson
6f74fd29ef
convert string to integer
2013-05-04 09:10:08 +09:00
Watson
287a19f38e
osx: check the osx version to detect default SDK
2013-05-04 00:30:43 +09:00
Laurent Sansonetti
88a76e06f6
sync
2013-05-03 15:39:10 +02:00
Laurent Sansonetti
4eb7f8da95
strip symbols from llc/ruby binaries
2013-05-03 15:34:14 +02:00
Laurent Sansonetti
41064b5e61
Merge branch 'master' of github.com:lrz/RubyMotion
2013-05-03 11:19:41 +02:00
Laurent Sansonetti
f21d84a1a9
sync
2013-05-03 11:19:35 +02:00
Watson
9764875efe
fix typo
2013-05-03 05:32:32 +09:00
Watson
4304aaadc9
fix a regression of 5a39c5f381
2013-05-03 05:31:31 +09:00
Laurent Sansonetti
00145b4b6c
typo
2013-05-02 20:40:50 +02:00
Laurent Sansonetti
7e327a9b5b
sync
2013-05-02 20:36:50 +02:00
Laurent Sansonetti
4897d5fb16
allow 3rd-party templates to be located in ~/Library/RubyMotion/template
2013-05-02 20:36:38 +02:00
Laurent Sansonetti
675481a6de
sync
2013-05-02 20:03:29 +02:00
Laurent Sansonetti
7abda7c76e
sync
2013-05-02 18:56:47 +02:00
Laurent Sansonetti
8eb18c5362
sync
2013-05-02 17:54:16 +02:00
Laurent Sansonetti
7e7f8db7e7
sync + starting fixing english
2013-05-02 17:54:10 +02:00
Watson
0807876888
add line in NEWS
2013-05-02 21:06:26 +09:00
Laurent Sansonetti
45f789996e
sync
2013-05-02 13:53:18 +02:00
Laurent Sansonetti
9b1763c9e6
Merge branch 'master' of github.com:lrz/RubyMotion
2013-05-02 13:52:20 +02:00
Laurent Sansonetti
81479771f2
osx: i386 support
2013-05-02 13:51:28 +02:00
Watson
f76139c3d6
sync
2013-05-02 18:38:57 +09:00
Watson
dca2549d95
osx: load all depended frameworks
2013-05-02 18:37:48 +09:00
Watson
5276062e3a
osx: move the app window to foreground
2013-05-01 01:39:54 +09:00
Laurent Sansonetti
9a1576debf
osx repl: save history, quit app upon SIGINT
2013-04-30 17:03:56 +02:00
Laurent Sansonetti
f20f3cd5b7
sync
2013-04-30 14:33:38 +02:00
Laurent Sansonetti
21aacfd769
fixed a bug when receiving too much input from the repl evaluator
2013-04-30 14:32:22 +02:00
Laurent Sansonetti
bae811b0ef
add tests for Struct
2013-04-30 14:31:02 +02:00
Laurent Sansonetti
7b97a987fa
sync
2013-04-30 14:30:40 +02:00
Watson
e4ebfcdb4c
delete trailing whitespaces
2013-04-30 08:36:43 +09:00
Laurent Sansonetti
1024b202c4
install new executables
2013-04-30 01:03:50 +02:00
Laurent Sansonetti
4df5b0a356
quote executable
2013-04-30 00:21:27 +02:00
Laurent Sansonetti
08a8873c90
oops
2013-04-29 21:09:23 +02:00
Laurent Sansonetti
8f91c9a052
Merge branch 'master' of github.com:lrz/RubyMotion
2013-04-29 21:07:54 +02:00
Laurent Sansonetti
c7152c8143
add osx repl
2013-04-29 21:07:39 +02:00