Commit Graph

1351 Commits

Author SHA1 Message Date
Andrew Babichev
6ae8b7b23e String deployment_target and sdk_version comparison fix 2013-07-13 12:05:44 +09:00
Laurent Sansonetti
7cf7ec7e33 2.5 2013-07-12 13:46:58 +02:00
Laurent Sansonetti
a9ab13bdcc sync 2013-07-11 17:33:47 +02:00
Laurent Sansonetti
72bba63b13 sync 2013-07-11 16:38:12 +02:00
Laurent Sansonetti
78dc62d9c6 Merge branch 'master' of github.com:lrz/RubyMotion 2013-07-11 16:36:26 +02:00
Laurent Sansonetti
e078f9bf4a fix spec to follow vm_ivar_set commit 2013-07-11 16:36:12 +02:00
Watson
4dd9bb4319 remove .swp files from installation files 2013-07-11 13:22:31 +09:00
Laurent Sansonetti
8da8ac2a8f Merge branch 'master' of github.com:lrz/RubyMotion 2013-07-11 00:04:22 +02:00
Laurent Sansonetti
955117fe2d sync 2013-07-11 00:01:58 +02:00
Watson
903b8bbea4 sync 2013-07-10 11:08:05 +09:00
Watson
4a0820ab83 update build.sh in order to use Xcode5-DP3 2013-07-10 11:06:27 +09:00
Watson
91b1658f32 add line in NEWS 2013-07-10 11:05:22 +09:00
Watson
a8a76ad537 fix where it does not generate 64bit type into brigesupport in 3rd-party library on MacOSX platform
http://hipbyte.myjetbrains.com/youtrack/issue/RM-192
2013-07-10 11:03:39 +09:00
Watson
b66b7c2af8 add line in NEWS 2013-07-09 20:43:19 +09:00
Watson
f388e17d47 fix a bug where `rake' command would re-launch an iOS 7 simulator every time
iOS 7 has only retina simulator and com.apple.iphonesimulator indicates "iPhone Retina (4-inch)" as default.
So, we need to use retina even if it does not configure ENV['retina']
2013-07-09 20:42:16 +09:00
Laurent Sansonetti
340d690a88 add more tests 2013-07-08 21:15:41 +02:00
Laurent Sansonetti
94f54f794d more tests 2013-07-08 17:30:36 +02:00
Watson
59a1de4647 sync 2013-07-05 23:00:41 +09:00
Laurent Sansonetti
49c5bca3b3 sync 2013-07-04 15:14:40 +02:00
Laurent Sansonetti
9416484344 Merge branch 'master' of github.com:lrz/RubyMotion 2013-07-04 15:13:15 +02:00
Laurent Sansonetti
1047948afc rake build now honors the 'keep_temps' env variable, if set, llvm bitcode and asm files will not be deleted from the build directory 2013-07-04 15:11:36 +02:00
Watson
7ed3844915 add line in NEWS 2013-07-03 13:30:52 +09:00
Watson
2948cc2a29 fix a bug where it could not build the 3rd-party library if file path of app contains the spaces
http://hipbyte.myjetbrains.com/youtrack/issue/RM-191
2013-07-03 13:29:20 +09:00
Laurent Sansonetti
a7950342f7 more tests 2013-07-02 17:27:02 +02:00
Laurent Sansonetti
a3b8334158 sync 2013-07-01 18:28:32 +02:00
Laurent Sansonetti
eea624e43d new tests 2013-07-01 18:28:23 +02:00
Watson
13b2e67fc9 add the tests which causes compile error
% rake spec
require 'motion/project' is deprecated, please require 'motion/project/template/ios' instead
     Build ./build/iPhoneSimulator-7.0-Development
     Build vendor/code
   Compile ./spec/compile/compile1_spec.rb
Instruction does not dominate all uses!
  %16 = call i32* @vm_block_dvar_slot(i8* %15, i32 0)
  %27 = load i32* %16
2013-07-01 14:15:01 +09:00
Laurent Sansonetti
193e7c7524 add test for RM-118 2013-07-01 00:34:12 +02:00
Laurent Sansonetti
c01912f28f sync 2013-07-01 00:09:47 +02:00
Laurent Sansonetti
b63fb9cbe5 add block tests 2013-07-01 00:09:39 +02:00
Watson
f37c5d37a8 sync 2013-07-01 02:20:19 +09:00
Watson
d3810ee6d8 sync 2013-07-01 01:52:32 +09:00
Watson
c5f7d55273 add line in NEWS 2013-06-30 13:07:27 +09:00
Katsuyoshi Ito
30aa719082 to setup controller using block.
I implemented @colinta 's idea which was discussed below link.
https://groups.google.com/d/msg/rubymotion/M9T6LybaEUs/AWip_Vwy5_4J

When you want to setup UIViewController, you can setup it in a block of tests method.

# Example
  describe MyViewController do

    tests MyViewController do |controller|
      # you can set data to the controller here
      controller.my_data = "foo"
    end

    .
    .
  end
2013-06-30 13:00:52 +09:00
Watson
401137639b add the target 2013-06-29 13:48:27 +09:00
Watson
436eae4b22 update to Xcode5-DP2 2013-06-29 13:41:53 +09:00
Watson
cd1f94f1ef add line in NEWS 2013-06-29 13:41:39 +09:00
Watson
56a4a9381f fix where `rake retina=3.5' does not work with Xcode 5 DP-2 2013-06-29 13:29:39 +09:00
Watson
7402badb25 update 2013-06-29 08:11:16 +09:00
Watson
c7fad6732b sync 2013-06-29 01:48:51 +09:00
Watson
ae541f7c96 sync 2013-06-28 19:56:43 +09:00
Gant
e4aa4bef9b Created a smaller default image 2013-06-28 19:52:01 +09:00
Watson
7e9a09005a sync 2013-06-28 16:38:45 +09:00
Watson
1d19b3be22 fix a bug in `rake device' where it could not build app which has target to less than iOS 7.0
http://hipbyte.myjetbrains.com/youtrack/issue/RM-182

add `-stdlib=libstdc++' for linker
2013-06-26 14:51:25 +09:00
Watson
484aca3a66 Revert "fix a bug in `rake device' where it could not build app which has target to less than iOS 7.0"
This reverts commit d3e1ebac00.
2013-06-26 14:49:39 +09:00
Watson
ad47cab628 add line in NEWS 2013-06-26 12:44:41 +09:00
Watson
d3e1ebac00 fix a bug in `rake device' where it could not build app which has target to less than iOS 7.0
http://hipbyte.myjetbrains.com/youtrack/issue/RM-182

add `-stdlib=libstdc++' for linker
2013-06-26 12:41:42 +09:00
Laurent Sansonetti
e3b1e9de5d add android project template (work in progress) 2013-06-25 16:16:15 +02:00
Laurent Sansonetti
ea9fba0f40 2.4 2013-06-25 16:15:58 +02:00
Laurent Sansonetti
e91258d836 sync 2013-06-25 13:00:18 +02:00