Commit Graph

1426 Commits

Author SHA1 Message Date
Laurent Sansonetti
9e248e6706 sync 2013-09-07 17:26:12 +02:00
Watson
06d4487072 sync 2013-09-07 09:44:02 +09:00
Watson
0879310cc8 update NEWS 2013-09-07 00:31:45 +09:00
Jamon Holmgren
49145183ea Fixed issue where template working trees would not be updated upon git pull 2013-09-07 00:28:14 +09:00
Watson
f94b7ed243 update NEWS 2013-09-07 00:16:36 +09:00
Hwee-Boon Yar
f99852081d Fix: platform names generated in Info.plist (DTSDKName and DTPlatformName) 2013-09-07 00:07:02 +09:00
Watson
dd1bbcc2eb update NEWS 2013-09-06 17:11:28 +09:00
Watson
37adc5fee2 sync 2013-09-06 02:42:05 +09:00
Watson
0454314857 add line in NEWS 2013-09-02 14:33:21 +09:00
Watson
39a3308fcd add a tool to convert UTF-8 to UTF8-MAC 2013-09-02 14:30:58 +09:00
Watson
39fe258508 fix a bug in build system where it cannot build app with Korean as app.name
http://hipbyte.myjetbrains.com/youtrack/issue/RM-247

1)
  String#encode cannot convert from UTF8-MAC to UTF-8 propery.
  Looks like iconv library handles it, however Ruby 2.0 does not bundle iconv library.
  So, we need to bundle the tool/library to convert the encoding using the Objective-C API in order to convert reliably.

  If we bundled it as Ruby C extension library, it will not work between 1.8/1.9/2.0 because Ruby 1.8/1.9/2.0 have not binary compatibility.
  So, we need to bundle three binaries for 1.8/1.9/2.0.

  Therefore, we bundles an executable binary to convert the encoding.

2)
  If we converted from NFD to NFC, it might not match between original NFC and converted NFC even if we used Objective-C API.
  We should normalized with NFD where it handles the string which retrived from filesystem.
2013-09-02 14:28:51 +09:00
Watson
56e26fa8c6 add line in NEWS 2013-08-28 13:20:23 +09:00
Watson
8b683618c6 fix characters in UpdateCommand#run
see https://gist.github.com/clayallsopp/6360189
2013-08-28 13:16:30 +09:00
Watson
2c31692295 2.8 2013-08-28 13:15:49 +09:00
Laurent Sansonetti
2b6a9837d0 don't install lib/Rakefile 2013-08-26 16:17:57 +02:00
Laurent Sansonetti
24d1cc9c9a sync 2013-08-26 15:22:24 +02:00
Laurent Sansonetti
68cd7dc5a0 console mode 2013-08-26 15:20:56 +02:00
Laurent Sansonetti
2bc5b334cd add 'motion device:console' command 2013-08-26 15:20:40 +02:00
Laurent Sansonetti
9b3619c210 better indent 2013-08-26 15:20:22 +02:00
Laurent Sansonetti
d8cb48e4d0 better message 2013-08-26 14:26:43 +02:00
Laurent Sansonetti
564651c118 add message when app runs 2013-08-26 13:35:27 +02:00
Laurent Sansonetti
5b04d854a2 sync 2013-08-25 14:58:09 +02:00
Laurent Sansonetti
41d5acbb1b better messages 2013-08-25 14:57:55 +02:00
Watson
044cfd09f1 add line in NEWS 2013-08-25 15:32:14 +09:00
Watson
af3678071d fix mouse over feature, now it works in 50 % window scale. 2013-08-25 15:25:09 +09:00
Watson
6e03a42e18 add iOS7 simulator pattern 2013-08-25 15:07:55 +09:00
Laurent Sansonetti
045b39038f sync 2013-08-23 17:04:07 +02:00
Laurent Sansonetti
e7da3ea8d0 sync 2013-08-23 17:02:32 +02:00
Laurent Sansonetti
7937616373 Merge branch 'master' of github.com:lrz/RubyMotion 2013-08-23 14:04:25 +02:00
Laurent Sansonetti
3e027886ae lldb support 2013-08-23 14:04:14 +02:00
Watson
5ae8f9532d add line in NEWS 2013-08-23 12:35:02 +09:00
Watson
c13e0afb6c fix a bug where ARR_CYCLES_DISABLE are disabled with distributed app
In order to enable ARR_CYCLES_DISABLE, we need to set ARR_CYCLES_DISABLE as environment variable when launch the app.
So, embedded ARR_CYCLES_DISABLE variable into app

http://hipbyte.myjetbrains.com/youtrack/issue/RM-245
2013-08-23 12:33:49 +09:00
Watson
ea6ddb2a52 remove the test cases where it will causes an error by removed calls to ucnv_ APIs
related to 5ca06c5716
2013-08-23 09:07:12 +09:00
Laurent Sansonetti
8b14ad9ed4 sync 2013-08-23 00:26:25 +02:00
Laurent Sansonetti
b98dead547 'rake device' now runs the app and prints app logs from device console, added work in progress code for lldb (not working yet) 2013-08-23 00:23:03 +02:00
Watson
b65f0a9f63 update NEWS and sync 2013-08-22 16:59:12 +09:00
Watson
27b5a32a12 build with Xcode5 DP6 2013-08-22 13:06:49 +09:00
Watson
78605ff7d7 add test case for new Time class implementation 2013-08-22 11:22:47 +09:00
Watson
8cf65387ac add a copyright in lldb.py 2013-08-21 09:32:47 +09:00
Laurent Sansonetti
54914a528a app.vendor_projects is defined in config.rb, not xcode_config.rb 2013-08-20 18:01:39 +02:00
Laurent Sansonetti
ab276a5d18 build the bs flags only once 2013-08-20 18:01:21 +02:00
Watson
7bcf279148 add Gemfile into gem template 2013-08-19 17:16:36 +09:00
Watson
f5c252415c add line in NEWS 2013-08-19 17:01:39 +09:00
Watson
11f1e0eeaf add *.gem into .gitignore in gem template 2013-08-19 16:56:07 +09:00
Watson
60f1b37bb6 add 'rake' gem into Gemfile because `bundle exec rake' cause a Gem::LoadError
If run `bundle exec rake' without `rake' gem, the following error is occurred.
% bundle exec rake
/Users/watson/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/bundler-1.3.5/lib/bundler/rubygems_integration.rb:214:in `block in replace_gem': rake is not part of the bundle. Add it to Gemfile. (Gem::LoadError)
	from /Users/watson/.rbenv/versions/2.0.0-p247/bin/rake:22:in `<main>'
2013-08-19 16:08:52 +09:00
Watson
99839d5e7e add convenient rake task with "gem" namespace which is contained in "bundler/gem_tasks" 2013-08-19 15:54:20 +09:00
Laurent Sansonetti
b0b2835cac sync 2013-08-17 19:06:09 +02:00
Laurent Sansonetti
84129ea03f Merge branch 'master' of github.com:lrz/RubyMotion 2013-08-17 19:02:03 +02:00
Laurent Sansonetti
5ba461c06a sync 2013-08-17 19:01:42 +02:00
Watson
b47f8af942 add line in NEWS 2013-08-17 23:24:36 +09:00