Eloy Durán
fb53d3e2f0
[xcassets] actool uses path info from bundle unless full build path is specified.
2013-10-10 17:10:32 +02:00
Eloy Durán
713ec6f38a
[xcassets] Don’t delete compiled assets from the app bundle.
2013-10-10 16:58:41 +02:00
Eloy Durán
e22816c000
[xcassets] Compile resources_dirs/*.xcassets into the app bundle.
2013-10-10 16:54:11 +02:00
Laurent Sansonetti
c4d79513cf
sync
2013-10-08 21:53:32 +02:00
Laurent Sansonetti
384e2ebc76
add clean:all task which calls 'clean' then deletes ~/Library/RubyMotion/build
2013-10-08 21:47:01 +02:00
Laurent Sansonetti
f74e48fe33
sync
2013-10-08 18:31:42 +02:00
Laurent Sansonetti
9b41a0cb3b
update spec to use a read-write property (alias is read-only)
2013-10-08 18:30:20 +02:00
Laurent Sansonetti
af27c06b87
add spec for Range dot syntax
2013-10-08 17:15:10 +02:00
Laurent Sansonetti
fe3d89436d
add another test for NSException catching
2013-10-08 17:12:33 +02:00
Laurent Sansonetti
7858b0d6d2
sync
2013-10-07 18:08:35 +02:00
Eloy Durán
0ba307c2c4
[NEWS] Fix formatting.
2013-10-07 14:34:02 +02:00
Eloy Durán
66cd19211d
[Vendor] Always clean all build dirs, including actual object files.
...
No need to do it differently for different types of vendoring.
2013-10-07 14:31:26 +02:00
Eloy Durán
8ccae2a80a
[bin] Make bin executable, so it can be used directly during dev.
2013-10-07 12:03:22 +02:00
Eloy Durán
3c16090e2d
[VM] Update submodule.
2013-10-07 12:01:59 +02:00
Watson
9d8f505ed1
add line in NEWS
2013-10-07 13:21:31 +09:00
Watson
ff5fb294fc
[iOS] fix where non-retina iPad simulator is not launch
...
if string which indicates to launch iOS simulator for iPad that contains single quotation, (like 'iPad')
non-retina iPad simulator is not launch.
2013-10-07 13:17:28 +09:00
mordaroso
ecc764eef4
Fix non-retina iPad simulation in iOS7
...
Allow to start the simulator with a non-retina iPad with iOS7
merged #133
2013-10-07 13:16:26 +09:00
Watson
cb5851e9b1
add line in NEWS
2013-10-07 11:16:27 +09:00
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