Commit Graph

1192 Commits

Author SHA1 Message Date
Watson
7298652ba0 sync 2013-06-20 13:17:12 +09:00
Laurent Sansonetti
0993cb0cec move resources_dirs into the main config object 2013-06-19 12:40:18 +02:00
Watson
490debf0b4 sync 2013-06-17 14:35:35 +09:00
Colin T.A. Gray
24b7c9b128 fix the bug in output=colorized which cause a syntax error with system default Ruby1.8 2013-06-17 09:07:29 +09:00
Watson
1a2b4755d2 fix NEWS 2013-06-17 08:22:08 +09:00
Watson
b7ad74a86a add line in NEWS 2013-06-17 08:21:12 +09:00
Colin T.A. Gray
cb3d1438dc adds output=colorized option 2013-06-17 08:20:15 +09:00
Watson
fcf437c351 add line in NEWS 2013-06-17 08:20:02 +09:00
Colin T.A. Gray
11830eade4 added Clay's 'exclude_from_detect_dependencies' feature 2013-06-17 08:14:05 +09:00
Watson
3d72016916 add line in NEWS 2013-06-17 08:10:42 +09:00
Clay Allsopp
b4dd043ab3 set spec_mode and distribution_mode without setup 2013-06-17 08:08:08 +09:00
Watson
dbef9c97dc add line in NEWS 2013-06-17 08:07:05 +09:00
Colin T.A. Gray
313f2470f3 adds 'skip_build' option to 'rake simulater' (ios) and 'rake run' (osx) 2013-06-17 08:05:35 +09:00
Watson
f544fac30c add line in NEWS 2013-06-17 08:00:39 +09:00
Katsuyoshi Ito
c2e4ee81f1 add callback after created controller.
Sometimes view controller has a data.
The controller was set as a root view controller to the window before called "before" block.
But a data is not set at this point.
The view controller access to nil, and crash sometime even if I set a data in "before" block.

After created controller it will call the specified callback method if you set :after_created option

# Example
  describe MyViewController do

    tests MyViewController, after_created: :after_created_controller

    def after_created_controller controller
      # you can set data to the controller here
      controller.my_data = "foo"
    end

    .
    .
  end
2013-06-17 07:57:44 +09:00
Watson
d7538ceb46 add line in NEWS 2013-06-17 07:54:38 +09:00
Matt Garriott
cf160714e4 Fix build expression for Xcode 3.x 2013-06-17 07:52:44 +09:00
Watson
2124ed2e1f add line in NEWS 2013-06-17 07:39:53 +09:00
Watson
eccdd1b3e7 refactor #92 2013-06-17 07:33:01 +09:00
Gant
84c1f42632 Adding git repo ability for templates 2013-06-17 07:32:25 +09:00
Laurent Sansonetti
2bc5401781 fix conflict 2013-06-14 13:52:02 +02:00
Laurent Sansonetti
5803cf3c2c sync 2013-06-14 13:47:44 +02:00
Laurent Sansonetti
9f3de43d1c fix race condition when launching simulator and activating simulator (in the foreground) 2013-06-14 13:46:27 +02:00
Watson
01c5f6e06c sync 2013-06-14 13:42:21 +09:00
Watson
b0e0d5ba4b sync 2013-06-14 02:20:38 +09:00
Watson
84182d3735 2.3 2013-06-14 01:37:10 +09:00
Laurent Sansonetti
a0d2c5c180 sync 2013-06-13 16:20:02 +02:00
Laurent Sansonetti
b27e896ec1 define RUBYMOTION_ENV earlier 2013-06-13 16:18:24 +02:00
Laurent Sansonetti
57e8d351bf sync 2013-06-12 11:47:40 +02:00
Laurent Sansonetti
69774883b9 sync 2013-06-12 11:47:39 +02:00
Laurent Sansonetti
1496768c55 sync 2013-06-11 20:47:56 +02:00
Laurent Sansonetti
22cc5b206f use llvm-gcc for .rb compilation, retrieve compilers from stable Xcode (in the meantime we really migrate to clang) 2013-06-11 20:27:49 +02:00
Laurent Sansonetti
11194b3342 ignore some frameworks, use clang 2013-06-11 20:18:13 +02:00
Laurent Sansonetti
cc77b5ae76 update script for Xcode 5 2013-06-11 20:15:36 +02:00
Laurent Sansonetti
3847d29e31 use lldb if gdb is not present, honor malloc_debug env variable (1 for malloc history debug, 2 for guard malloc) 2013-06-11 20:15:21 +02:00
Laurent Sansonetti
12a7a0ba9f 2.2, forward SDK_BETA env variable 2013-06-11 20:14:44 +02:00
Laurent Sansonetti
064f0bb432 sync 2013-06-10 13:33:00 +02:00
Laurent Sansonetti
a19f583de2 sync 2013-06-09 20:38:40 +02:00
Laurent Sansonetti
ce3cf2fa51 add support for manifest plist file (ios only) 2013-06-09 20:28:20 +02:00
Laurent Sansonetti
acbd659388 allow hash keys to be symbols 2013-06-09 20:28:01 +02:00
Laurent Sansonetti
4f9dfe1402 remove app.sim_args and use args env variable instead 2013-06-09 16:51:48 +02:00
Laurent Sansonetti
2928e289c5 sync 2013-06-09 13:34:40 +02:00
Laurent Sansonetti
b1c28d9c75 app.vendor_project(:xcode) now rebuilds the project in case a file changed 2013-06-09 13:33:13 +02:00
Laurent Sansonetti
e7e726eb6b sync 2013-06-09 12:39:19 +02:00
Laurent Sansonetti
d8735c2fbf OSX: add LSMinimumSystemVersion plist key 2013-06-09 12:36:10 +02:00
Watson
820921f751 add line in NEWS 2013-06-09 17:15:36 +09:00
Watson
8b12250559 [OSX] fix a bug where it is not possible to submit app to Mac App Store
We have to do the code sign twice to submit app

1. code sign to app with
  "3rd Party Mac Developer Application: XXX"

2. code sign to pkg with
  "3rd Party Mac Developer Installer: XXX"
2013-06-09 17:14:42 +09:00
Laurent Sansonetti
da899c72e8 sync 2013-06-08 14:47:06 +02:00
Laurent Sansonetti
ba5f097672 sync 2013-06-08 14:45:55 +02:00
Laurent Sansonetti
15e9990a62 added embedded frameworks support (OSX-only) 2013-06-08 14:41:45 +02:00