Commit Graph

1115 Commits

Author SHA1 Message Date
Watson
7570bed24d add #dealloc tests for RM-8 and RM-155 2013-05-27 18:18:53 +09:00
Watson
87fe5ff361 sync 2013-05-20 09:45:03 +09:00
Watson
a427e23c7c sync 2013-05-19 11:23:17 +09:00
Watson
9038f360a3 add line in NEWS 2013-05-15 21:51:29 +09:00
Watson
e183ad6873 add .gitignore into gem template 2013-05-15 21:49:32 +09:00
Watson
c64c0555e7 sync 2013-05-15 21:43:29 +09:00
Watson
adac756e0a fix a bug which does not install .gitignore into /Library/RubyMotion/lib/xxx 2013-05-15 21:41:10 +09:00
Watson
55f4704a1c add line in NEWS 2013-05-15 07:26:58 +09:00
Jeremy Ruppel
6fb9560bfb Support leading ".." notation in dependency pathnames 2013-05-15 07:22:45 +09:00
Jeremy Ruppel
6e07a7c746 Print mutated path if a dependency cannot be found 2013-05-15 07:22:39 +09:00
Watson
3691b413ae disable Struct spec because it cause a crash
If run similar code in app, it will work fine.
However, if run in spec, it will cause a crash.

We should investigate this.
2013-05-11 23:50:13 +09:00
Watson
bd641b2007 add line in NEWS 2013-05-11 22:07:56 +09:00
Tom Milewski
39691640ef Correct the path to template.
Users are being notified to require a file ('lib/motion/project/template/ios') that doesn't exist when called from a project's Rakefile.
2013-05-11 22:04:35 +09:00
Watson
be80f32899 add line in NEWS 2013-05-11 22:00:08 +09:00
Devon Blandin
f2000bb03e Update motion require statement in gem template Rakefile 2013-05-11 21:57:53 +09:00
Watson
47051b08c6 sync 2013-05-11 19:56:05 +09:00
Watson
5328daf98d 2.1 2013-05-11 10:01:24 +09:00
Watson
b792817a43 2.0 2013-05-11 10:00:58 +09:00
Watson
cc9c4695d7 osx: use NSApplication instead of UIApplication 2013-05-09 21:54:13 +09:00
Laurent Sansonetti
cb4a5876f2 print message from license server upon /latest_software_version 2013-05-08 15:58:49 +02:00
Laurent Sansonetti
f99d7025a7 add Carbon to the list of excluded frameworks 2013-05-07 18:10:08 +02:00
Laurent Sansonetti
d9f670252e osx: add 'rake archive' tasks, refactor the builder archive/codesign code 2013-05-07 16:51:17 +02:00
Laurent Sansonetti
d161f96cb9 sync 2013-05-07 16:50:33 +02:00
Watson
162f37b622 should not handle sub framework in Carbon framework 2013-05-07 21:14:20 +09:00
Laurent Sansonetti
557fcae335 sync 2013-05-07 12:09:41 +02:00
Laurent Sansonetti
46a2e3d934 loop over windows 2013-05-07 12:09:36 +02:00
Watson
0dd3869ff3 fix an error when generate bridgesupport file
Fix the following error:

$ rake --trace
require 'lib/motion/project' is deprecated, please require 'lib/motion/project/template/ios' instead
** Invoke default (first_time)
** Invoke simulator (first_time)
** Invoke build:simulator (first_time)
** Execute build:simulator
RUBYOPT='' /usr/bin/gen_bridge_metadata --format complete --no-64-bit --cflags "  -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator6.1.sdk -miphoneos-version-min=6.1 -D__ENVIRONMENT_IPHONE_OS_VERSION_MIN_REQUIRED__=60100 -I. -I'.'" "TestFlight.h" -o "TestFlight.bridgesupport" -e
Received exception: missing argument: -e:
2013-05-07 13:29:21 +09:00
Laurent Sansonetti
a0e05b78ba sync 2013-05-07 03:11:14 +02:00
Laurent Sansonetti
30958b210f osx repl: added mouse-over support (experimental) 2013-05-07 03:10:25 +02:00
Laurent Sansonetti
877035f6c5 sync 2013-05-06 21:36:02 +02:00
Laurent Sansonetti
7085fe7264 osx: only build for the native arch in development mode 2013-05-06 19:52:46 +02:00
Laurent Sansonetti
61d7b6073b sync 2013-05-06 15:33:09 +02:00
Laurent Sansonetti
517c2a397f add test to make sure WeakRef objects are autoreleased 2013-05-06 15:32:18 +02:00
Laurent Sansonetti
e0e6712691 added weakref spec 2013-05-06 15:15:21 +02:00
Laurent Sansonetti
01ad1cd403 osx 'rake spec' task 2013-05-06 15:14:38 +02:00
Watson
8ab36f94f0 abort if build directory is not writable. 2013-05-06 20:33:00 +09:00
Watson
c456aad83b check whether build directory is writable. if it is not writable, use ./build in project directory as in the past 2013-05-06 16:55:24 +09:00
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