Commit Graph

1242 Commits

Author SHA1 Message Date
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
Laurent Sansonetti
0e81a7d154 don't install android files 2013-06-25 13:00:00 +02:00
Laurent Sansonetti
79db2c4fde include objc/NSObject.h in Foundation.bridgesupport 2013-06-24 22:00:08 +02:00
Watson
460f495fd6 add line in NEWS 2013-06-24 22:58:06 +09:00
Watson
dee029a36b fix a bug in brigesupport where it is missing NSObject methods
http://hipbyte.myjetbrains.com/youtrack/issue/RM-171

To fix a bug, it passes TARGET_OS_IPHONE for iOS and TARGET_OS_MAC for OSX when generate brigesupport files.
2013-06-24 22:40:03 +09:00
Watson
8ba08dfaf6 add line in NEWS 2013-06-23 17:01:22 +09:00
Kristian Freeman
d193d6dd4b Adds a check in the rake clean process for nib/xib existence.
Fixes #78 by checking for the existence of a xib when attempting to clean a nib file. If a xib file exists, delete the nib; otherwise, delete it.
2013-06-23 16:57:12 +09:00
Watson
5573cc39b6 add line in NEWS 2013-06-23 15:52:51 +09:00
Watson
64abb061e6 fix warning message where it would display "warning: no debug symbols in executable (-arch i386)" 2013-06-23 15:44:15 +09:00
Watson
2617e9a3e4 fix warning message where it would display "ld: warning: ObjC object file (./build/iPhoneSimulator-7.0-Development/objs/init.o) was compiled for iOS Simulator, but linking for MacOSX"
use "-mios-simulator-version-min" instead of "-miphoneos-version-min"
2013-06-23 15:43:23 +09:00