Commit Graph

683 Commits

Author SHA1 Message Date
Watson
f6eafaf8bf add line for latest commit 2012-10-09 22:38:13 +09:00
Laurent Sansonetti
9a53d211aa sync 2012-10-09 14:13:42 +02:00
Laurent Sansonetti
696683b104 define RUBYMOTION_VERSION 2012-10-09 14:12:31 +02:00
Laurent Sansonetti
6c1398d11b sync 2012-10-09 12:00:49 +02:00
Watson
864c3e898c fix the build error which causes when app uses the vendor library 2012-10-09 10:02:01 +09:00
Laurent Sansonetti
db79ef688d sync 2012-10-08 23:36:13 +02:00
Laurent Sansonetti
47905f1f0f sync 2012-10-08 23:36:09 +02:00
Laurent Sansonetti
00d0586d03 sync 2012-10-08 15:48:58 +02:00
Laurent Sansonetti
35d9de09f8 build vendored xcode projects into a .build directory (to not conflict with projects who have a 'build' directory already) 2012-10-08 15:47:49 +02:00
Laurent Sansonetti
c776567cf8 sync 2012-10-08 13:36:03 +02:00
Laurent Sansonetti
657ae69319 fix a precedence operator bug 2012-10-08 13:34:34 +02:00
Laurent Sansonetti
12b72d4ff1 sync 2012-10-06 16:52:35 +02:00
Laurent Sansonetti
070a2ba298 sync 2012-10-06 16:52:29 +02:00
Laurent Sansonetti
6fefe68fdb sync 2012-10-06 16:21:25 +02:00
Laurent Sansonetti
25cd38f010 load UIAutomation dynamically, add 'spec:device' task which runs the specs on the device 2012-10-06 16:20:02 +02:00
Laurent Sansonetti
d07c72ef49 Merge branch 'master' of github.com:lrz/RubyMotion 2012-10-06 15:49:22 +02:00
Laurent Sansonetti
c5869639ce sync 2012-10-06 15:47:53 +02:00
Laurent Sansonetti
a0f8ec2698 fix 'rake static' on ios 6 2012-10-06 15:46:58 +02:00
Watson
fb398bcd36 remove all dots from DTXcode value 2012-10-06 21:21:10 +09:00
Watson
6c43a2807c add framework_search_paths property 2012-10-06 19:54:13 +09:00
Watson
ee172b48dc sync 2012-10-05 15:14:39 +09:00
Watson
05b6582e9f add line for latest commit 2012-10-05 15:10:59 +09:00
Laurent Sansonetti
3e37139878 sync 2012-10-04 19:46:23 +02:00
Laurent Sansonetti
22dbdd082c sync 2012-10-04 19:43:04 +02:00
Laurent Sansonetti
1ea2c6f6a5 Merge branch 'master' of github.com:lrz/RubyMotion 2012-10-04 19:42:18 +02:00
Watson
942424edf1 add line for latest commit 2012-10-03 10:08:37 +09:00
Laurent Sansonetti
2868fbff4e fix DT plist settings for ios 6.0 2012-10-02 23:02:16 +02:00
Watson
3935b46c60 add line for latest commit 2012-10-01 12:06:39 +09:00
Watson
89284f9da8 add line for latest commit 2012-10-01 10:06:33 +09:00
Laurent Sansonetti
a618b61882 follow commit 2012-09-27 13:56:44 +02:00
Laurent Sansonetti
3fde3b18f0 1.26 2012-09-27 13:56:31 +02:00
Laurent Sansonetti
7d1ff7173d fix gen_bridge_metadata invocation on headers whose paths contain space character 2012-09-27 13:44:40 +02:00
Laurent Sansonetti
d74915acf3 1.25 2012-09-26 17:20:03 +02:00
Laurent Sansonetti
93395a9382 follow changes 2012-09-26 16:27:27 +02:00
Laurent Sansonetti
f87379dbb5 merge contributions from github 2012-09-26 16:20:29 +02:00
Laurent Sansonetti
4eb9622857 follow last commit 2012-09-26 15:24:11 +02:00
Laurent Sansonetti
30d6f4a2a0 sync 2012-09-26 15:24:04 +02:00
Laurent Sansonetti
d5309a78a8 typo 2012-09-26 14:50:46 +02:00
Laurent Sansonetti
4f73075f8a sync 2012-09-26 14:45:43 +02:00
Laurent Sansonetti
1d02873cbd follow last commit 2012-09-26 14:45:27 +02:00
Laurent Sansonetti
2b7df372db add more tests for define_method 2012-09-26 14:40:56 +02:00
Laurent Sansonetti
2a8c923989 follow previous commit 2012-09-25 18:27:25 +02:00
Laurent Sansonetti
b68775875e fix the 'nm' invocation to quote the object path 2012-09-25 18:26:27 +02:00
Laurent Sansonetti
8b6e270b89 follow previous commit 2012-09-25 18:26:07 +02:00
Laurent Sansonetti
1d71b4239b fix debugger if app-name contains space chaeracters 2012-09-25 18:22:49 +02:00
Laurent Sansonetti
77239cdb6f follow latest commit 2012-09-25 18:14:39 +02:00
Laurent Sansonetti
fe45bdc1ed pass IPHONEOS_DEPLOYMENT_TARGET=app.deployment_target to xcodebuild 2012-09-25 18:12:42 +02:00
Laurent Sansonetti
367e2b13a7 Merge pull request #1 from lrz/fix/info_plist
Fixed a bug in build system. If info_plist is customized at except the setup block end, it might cause build error
2012-09-25 02:58:29 -07:00
Watson
2e0a13b126 Fixed a bug in build system. If info_plist is customized at except the setup block end, it might cause build error
ex)

Motion::Project::App.setup do |app|
  # Use `rake config' to see complete project settings.
  app.info_plist['SomeVariable'] = 'SomeValue'
  app.name = 'test_plist'
end
2012-09-25 10:52:08 +09:00
Watson
b8b154e114 change test suite which related to last commits 2012-09-24 13:09:56 +09:00