Watson
322ebc23a6
allow to use `provisioning_profile' property in extension's Rakefile
2014-10-10 14:49:09 +09:00
Watson
69512f235a
sync
2014-10-10 14:44:24 +09:00
Laurent Sansonetti
f70ba9b5fe
sync
2014-10-09 16:35:14 +02:00
Eloy Durán
697624516c
[NEWS] Document Vendor/Xcode clean/noise fixes.
2014-10-08 19:14:36 +02:00
Eloy Durán
beda0cf37a
[Vendor] Don't allow xcodebuild to litter our output with noise at all.
...
Xcoode 6 loves to complain about things that are not fatal to the build,
so we should hide those from the user, unless in verbose mode.
2014-10-08 19:07:49 +02:00
Eloy Durán
3c05044148
[Vendor] Fail as early as possible.
...
Otherwise we'd still generate BS metadata for no good reason.
In addition this could make subsequent builds fail because the
build dir would exist and seem up-to-date.
2014-10-08 19:06:52 +02:00
Eloy Durán
646cbb1918
[Vendor] Use xcodebuild to properly clean.
...
This is needed to solve any cache issues, such as
the dreaded SharedPrecompiledHeaders issue.
See:
* https://github.com/clayallsopp/afmotion/issues/72
* http://openradar.appspot.com/18536864
2014-10-08 19:00:00 +02:00
Eloy Durán
d92674489e
[vendor] Refactor slightly, no need to delete option values.
2014-10-08 17:44:05 +02:00
Laurent Sansonetti
e40736467b
sync
2014-10-07 15:07:47 +02:00
Laurent Sansonetti
d2e920dd90
fix 'motion update --pre' to show a reference to 'motion changelog --pre' at the end of the command
2014-10-07 15:06:14 +02:00
Laurent Sansonetti
02d278a40f
add 'motion changelog --pre' to open the pre-release NEWS file
2014-10-07 15:05:46 +02:00
Laurent Sansonetti
95ff2a3c79
sync
2014-10-06 16:59:06 +02:00
Laurent Sansonetti
2ad68959f3
better detection of default API level + validation
2014-10-06 16:58:19 +02:00
Laurent Sansonetti
3b482596e8
sync
2014-10-06 12:45:31 +02:00
Laurent Sansonetti
0f1ceeef85
let the build system target the proper API version
2014-10-06 12:03:10 +02:00
Laurent Sansonetti
a107550158
ignore build-time created files
2014-10-06 12:03:10 +02:00
Laurent Sansonetti
a520f08d7c
add java exceptions test
2014-10-06 12:03:10 +02:00
Watson
87a2c76b6b
[NEWS] fix RM-393
2014-10-06 10:48:29 +09:00
Watson
885dd4ef02
[NEWS] fix RM-617
2014-10-05 16:49:47 +09:00
Laurent Sansonetti
7479c3fddc
sync
2014-10-04 16:01:23 +02:00
Laurent Sansonetti
199a98853c
make sure ‘rake clean’ removes vendored .bridgesupport files
2014-10-04 16:00:28 +02:00
Laurent Sansonetti
5db45c2561
sync
2014-10-04 15:50:06 +02:00
Laurent Sansonetti
9cf9688b1e
pre is now 3.2
2014-10-04 12:21:37 +02:00
Laurent Sansonetti
65d90003d3
sync
2014-10-04 12:18:02 +02:00
Watson
807e3284df
[NEWS] Improved IO#.read performance
2014-10-04 10:57:01 +09:00
Watson
8315931998
2.36
2014-10-03 07:51:46 +09:00
Laurent Sansonetti
e31bff8044
sync
2.35
2014-10-02 18:28:37 +02:00
Laurent Sansonetti
63a5e21278
install 8.1 bits
2014-10-02 18:25:46 +02:00
Eloy Durán
f261d131c2
[NEWS] Englishify slightly.
2014-10-02 15:14:52 +02:00
Eloy Durán
adfe10ec37
[NEWS] Document fix for newer SDKs than metadata.
2014-10-02 15:12:50 +02:00
Eloy Durán
9ddc886d42
[XcodeConfig] Fallback when available SDK is newer than available metadata.
2014-10-02 15:09:56 +02:00
Eloy Durán
7228ee71a5
[Config] Only match metadata dirs that start with a number.
2014-10-02 15:09:33 +02:00
Eloy Durán
8b2857f1c1
[XcodeConfig] Only match SDKs that have a version number and fail better.
2014-10-02 14:36:41 +02:00
Laurent Sansonetti
0260722e2c
api version should be a String
2014-10-02 11:35:48 +02:00
Watson
53a0705dd1
make sure use librubymotion-repl.dylib in OSX 10.8
...
http://hipbyte.myjetbrains.com/youtrack/issue/RM-608
if use librubymotion-repl.dylib in vm/MacOSX10.10-repl.objs and vm/MacOSX10.9-repl.objs, REPL cause a crash with "1): Symbol not found: __ZNSs4_Rep11_S_terminalE" error.
Now, OSX build order is "10.10,10.6,10.7,10.8,10.9", so OSX 10.10's librubymotion-repl.dylib was installed.
2014-10-02 09:05:32 +09:00
Laurent Sansonetti
8f4fa78736
sync
2014-10-01 17:02:11 +02:00
Laurent Sansonetti
3e6067a189
make sure “rake android” copies miniruby
2014-10-01 16:25:20 +02:00
Laurent Sansonetti
e1903f2acc
sync
2014-10-01 15:39:18 +02:00
Laurent Sansonetti
174ad3ecfc
sync
2014-10-01 13:20:56 +02:00
Laurent Sansonetti
e0683911c9
fix build
2014-10-01 13:17:47 +02:00
Laurent Sansonetti
9d5e61262f
change app.api_version to return the latest available version except L (which is not stable), introduce app.target_api_version, api_version now maps to minSdkVersion and target_api_version to targetSdkVersion
2014-10-01 13:17:05 +02:00
Laurent Sansonetti
9049198f33
sync
2014-10-01 11:18:34 +02:00
Laurent Sansonetti
c7d8800553
add app.application_class that can be used to specify a custom Application class
2014-10-01 11:18:21 +02:00
Laurent Sansonetti
33b7e63372
add app.application_class that can be used to specify a custom Application class
2014-10-01 11:15:46 +02:00
Laurent Sansonetti
0129d11e99
sync
2014-09-30 22:59:50 +02:00
Laurent Sansonetti
5d120b95aa
sync
2014-09-30 17:00:37 +02:00
Laurent Sansonetti
3185d47e69
kill the app if the rake task ends (^C)
2014-09-30 16:59:50 +02:00
Laurent Sansonetti
aeb5197bf6
sync
2014-09-30 16:45:16 +02:00
Laurent Sansonetti
25ccd29f7a
sync
2014-09-29 17:14:43 +01:00
Laurent Sansonetti
8d0525f494
add support for the R class (thanks to Mark for the patch)
2014-09-29 17:14:43 +01:00