Watson
e0a68bde8d
[iOS] add support to launch the app as 64-bit in simulator
...
When specified "app.archs['iPhoneSimulator'] << 'x86_64'" and use iOS 7 retina 4 simulator,
we can launch 64-bit simulator.
2013-10-07 11:15:02 +09:00
Laurent Sansonetti
d3ec9b01bc
add section about compilers
2013-10-04 17:45:47 +02:00
Laurent Sansonetti
8992f536e7
sync
2013-10-04 16:26:18 +02:00
Eloy Durán
df6e03e2b8
[NEWS] Boxed structs fix probably applies to OS X too.
2013-10-04 14:22:06 +02:00
Eloy Durán
815c16a423
[NEWS] Add entry about checking boxed structs fix.
2013-10-04 14:10:23 +02:00
Eloy Durán
343faa0cd1
Update for boxed struct recognition fix in the VM repo.
2013-10-04 14:06:45 +02:00
Watson
c124737689
add line in NEWS
2013-10-03 16:54:55 +09:00
Watson
ca0232bf86
Fixed a bug where device log is wrong filtered with `rake device'
...
If day is 1-9, device log is sent to REPL like the following format.
Oct 3 16:40:38 Watson-no-iPhone Timer[431] <Warning>: Tapped
So,
NSArray *words = [line componentsSeparatedByString:
@" "];
creates the object which has
words[0] = @"Oct"
words[1] = @""
words[2] = @"3"
then date object which is used in filter is wrong.
2013-10-03 16:54:27 +09:00
Laurent Sansonetti
cd91072019
sync
2013-10-02 22:03:27 +02:00
Eloy Durán
2dba506a19
[Build] No longer hardcode OS X 10.7 SDK root.
...
Which allows you to build with just the 10.8 SDK.
2013-10-02 17:27:54 +02:00
Eloy Durán
75141a9e05
[README] Replace advice to download SDKs from ADC with Dropbox stub.
2013-10-02 17:27:18 +02:00
Eloy Durán
ffb2e3b1a2
[README] Also add instructions to install the iOS 6.1 SDK.
2013-10-02 14:38:32 +02:00
Eloy Durán
0fcc88bf67
[README] Update instructions for Xcode 5.
2013-10-02 14:15:29 +02:00
Watson
a87fcea92b
introduce the flag to stop strip in order to debug RubyMotion app
2013-10-01 17:59:55 +09:00
Watson
840a1b545a
add line in NEWS
2013-09-27 00:27:26 +09:00
Watson
bbbe1a75e5
[OSX] fix the wrong default settings of short cut key in menu
2013-09-27 00:23:52 +09:00
Watson
c5bb8cfd1e
add line in NEWS
2013-09-26 21:46:14 +09:00
Jan Brauer
acca1cdf6c
Always copy embedded.mobileprovision
...
The `embedded.mobileprovision` should always be copied over in the codesign step. Otherwise subsequent builds with a different provisioning profile will build an incorrect app bundle.
Example use case:
```
rake enterprise # Build an adhoc distribution
rake appstore # Build an appstore release
```
2013-09-26 21:38:12 +09:00
Watson
22d605c6cf
2.11
2013-09-26 21:36:09 +09:00
Laurent Sansonetti
68a76fbe7d
sync
2013-09-25 18:21:26 +02:00
Laurent Sansonetti
e51ba86ba8
sync
2013-09-24 22:35:24 +02:00
Laurent Sansonetti
b0775e32d6
really remove 64-bit build
2013-09-24 22:34:51 +02:00
Laurent Sansonetti
cd2520bcc8
run ranlib separately to avoid a warning when creating a universal static archive
2013-09-24 22:33:38 +02:00
Laurent Sansonetti
3ff4138ac1
sync
2013-09-24 22:31:47 +02:00
Laurent Sansonetti
4132b54dca
sync
2013-09-24 21:30:24 +02:00
Laurent Sansonetti
91ca83021d
sync
2013-09-21 01:45:19 +02:00
Laurent Sansonetti
22e36661bf
sync
2013-09-20 17:36:46 +02:00
Laurent Sansonetti
7ded32cf3b
escape --isysroot argument
2013-09-20 17:35:29 +02:00
Laurent Sansonetti
15b1367d93
sync
2013-09-20 15:37:54 +02:00
Laurent Sansonetti
702131b227
avoid calling -[NSMutableString appendString:] with a nil argument
2013-09-20 15:36:43 +02:00
Laurent Sansonetti
42ddcba134
by default submodule does not use master branch
2013-09-19 17:13:04 +02:00
Laurent Sansonetti
365592234a
sync
2013-09-16 17:03:32 +02:00
Watson
56a1d564ae
fix a bug in `motion update' where comparing version will do unexpected behavior using the string
...
"2.9" > "2.10" #=> true
So, when we released version 2.10,
Prompting message to update that may not be appeared.
2013-09-16 22:43:08 +09:00
Watson
f77549a728
add line in NEWS
2013-09-16 13:24:50 +09:00
Watson
9e5d9a576b
fix a bug where "motion device:console" is using same class name with "changelog" command.
...
http://hipbyte.myjetbrains.com/youtrack/issue/RM-258
2013-09-16 13:23:23 +09:00
Watson
7c78827402
add line in NEWS
2013-09-16 11:21:02 +09:00
Watson
c0635ab7b7
fix a bug where non-ascii characters causes an assertion
...
http://hipbyte.myjetbrains.com/youtrack/issue/RM-257
'あ' => \U+FFE3
When shift 0xFF (with char type) to the right,
we will retrive 0xFFFFFFFF (with int type).
So we need a mask as 0x0F.
2013-09-16 11:21:02 +09:00
Laurent Sansonetti
8060bc498c
2.10
2013-09-15 23:16:07 +02:00
Laurent Sansonetti
14db01ff4f
2.9
2013-09-14 00:01:53 +02:00
Laurent Sansonetti
738371fd4a
sync
2013-09-13 23:59:32 +02:00
Laurent Sansonetti
0d717d6d30
Merge branch 'master' of github.com:lrz/RubyMotion
2013-09-12 13:03:04 +02:00
Laurent Sansonetti
584d55c517
allow users to customize archs
2013-09-12 13:02:52 +02:00
Watson
8690a34289
generate 64bit type in bridgesupport if iOS SDK >= 7.0
2013-09-12 13:34:38 +09:00
Laurent Sansonetti
6d0c15aa2b
sync
2013-09-12 00:17:04 +02:00
Laurent Sansonetti
9c5f812a77
dup the option hash as we are deleting stuff from it and might have to reuse it in case we build for a different mode (dev+release)
2013-09-11 22:38:16 +02:00
Laurent Sansonetti
09e4c81ba5
sync
2013-09-11 21:47:12 +02:00
Laurent Sansonetti
ecaee085a2
sync
2013-09-11 21:46:12 +02:00
Laurent Sansonetti
1f88aebb11
ios: in development mode, only build for i386/armv[6-7] for faster builds
2013-09-11 18:28:19 +02:00
Laurent Sansonetti
1742f1625b
more arm64 support
2013-09-11 18:08:45 +02:00
Laurent Sansonetti
4bc299d7e0
sync
2013-09-11 13:27:15 +02:00