Watson
806a651ded
generate Watch app
2014-12-12 07:59:58 +09:00
Watson
089c6dacda
add template for Watch app
2014-12-12 07:59:48 +09:00
Watson
9a70301d63
change default watch extension name
2014-12-12 07:59:41 +09:00
Watson
8cdee9ce52
clean up
2014-12-12 07:59:31 +09:00
Watson
f1eff28f69
modify CFBundleIdentifier for Watch extension
2014-12-12 07:59:21 +09:00
Watson
06c2736299
change entry point for watch extension
...
Watch extension uses "PlugInKit`-[PKService run]" as entry point.
2014-12-12 07:59:15 +09:00
Watson
aa6f385648
add config file for Watch extension
...
Because Watch extension has some different value in info_plist than other extensions.
(This patch is not change yet)
2014-12-12 07:59:09 +09:00
Watson
ffc591bd7e
add watch extension template
2014-12-12 07:59:02 +09:00
Watson
34313418be
update entry point for "rake spec"
2014-12-12 07:58:54 +09:00
Laurent Sansonetti
6dd30af901
android support
2014-12-12 07:58:32 +09:00
Watson
ed4be0118a
[RM-681] use 'iPad Air' as default for iPad app to launch app as 64-bit
...
http://hipbyte.myjetbrains.com/youtrack/issue/RM-681
2014-12-12 07:57:23 +09:00
Watson
ca658c72d7
[RM-672] fix a Instruments template path for Xcode 6.2
...
http://hipbyte.myjetbrains.com/youtrack/issue/RM-672
2014-12-12 07:55:53 +09:00
Watson
891d1e45c8
remove unnecessary value in action and share extension's info.plist
2014-12-12 07:55:17 +09:00
Watson
2370589a1e
[RM-678] fix info.plist in share extension to solve ERROR ITMS-9000
...
http://hipbyte.myjetbrains.com/youtrack/issue/RM-678
2014-12-12 07:54:22 +09:00
Watson
478d8485d3
[RM-677] add 'application-identifier' in action extension entitlement
...
http://hipbyte.myjetbrains.com/youtrack/issue/RM-677
2014-12-12 07:53:26 +09:00
Watson
552835a02f
[RM-677] fix info.plist in action extension to solve ERROR ITMS-9000
...
http://hipbyte.myjetbrains.com/youtrack/issue/RM-677
2014-12-12 07:53:07 +09:00
Watson
6cb89fde6e
[RM-676] allow to use relative path for provisioning_profile
...
http://hipbyte.myjetbrains.com/youtrack/issue/RM-676
2014-12-12 07:52:29 +09:00
Watson
449da29c70
[RM-675] make sure that add "require ‘pathname'" in where uses Pathname in order to fix that it can't build extension with system bundled ruby
2014-12-12 07:51:36 +09:00
Eloy Durán
ace0225c51
[OSX] Only build for x86_64 by default.
...
Related to
https://github.com/clayallsopp/afmotion/issues/72#issuecomment-64401550 .
2014-12-12 07:51:03 +09:00
Watson
e4a36e7d5a
[RM-671] solve framework dependencies in embedded
2014-12-12 07:50:17 +09:00
Watson
d1db6e3ad2
make sure the builder archs does not contain duplicates for Extension/Framework
2014-12-12 07:49:30 +09:00
Watson
5093672959
fix archs setting in framework
...
http://hipbyte.myjetbrains.com/youtrack/issue/RM-670
d141498e58 patch need this changing.
2014-12-12 07:49:00 +09:00
Watson
dc307d9b48
[RM-669] fix a regression which RubyMotion static library causes link error in Xcode project
...
http://hipbyte.myjetbrains.com/youtrack/issue/RM-669
2014-12-12 07:47:20 +09:00
Watson
7fcbe97c16
[RM-651] allow to run rake task other than `build' in Extension/Framework project
...
http://hipbyte.myjetbrains.com/youtrack/issue/RM-651
Conflicts:
NEWS
2014-12-12 07:46:45 +09:00
Eloy Durán
db15c64703
[iOS Template] Set the background color directly on the view.
2014-12-12 07:46:14 +09:00
Eloy Durán
ffe951191b
[iOS Template] Add view controllers and window to new apps.
...
Besides being a more helpful entry point, it also ensures that when
users build an application without any window they do not get to
see ugly warnings about unhandled touch events.
Fixes http://hipbyte.myjetbrains.com/youtrack/issue/RM-339
2014-12-12 07:45:31 +09:00
Eloy Durán
5d35b8b2a2
[Template] Do not override load paths with ‘pre’ dist dir in development.
...
RubyMotion developers should be able to test changes to the templates
from a local development build.
2014-12-12 07:44:38 +09:00
Watson
64a0edc3ef
enable 64bit on iOS by default
2014-12-12 07:44:12 +09:00
Eloy Durán
156e32b6da
[sim] Honour explicit device_name or target specified by user.
...
Specifying both is disallowed, because a device is configured for a specific SDK.
Fixes http://hipbyte.myjetbrains.com/youtrack/issue/RM-657
2014-12-12 07:43:05 +09:00
Watson
4acc4a03a1
embed stable and pre-release versions with "motion support"
2014-12-12 07:34:42 +09:00
Watson
c542e11117
Merge pull request #170 from hboon/iphone6-launch-images
...
Add iPhone 6 and iPhone 6 portrait launch images (was Automatically add UILaunchImages key to info.plist)
2014-11-25 11:52:39 +09:00
Watson
a82bafc8c6
merge the patches to fix build error of Extension and Framework for arm64
...
http://hipbyte.myjetbrains.com/youtrack/issue/RM-655
Merged below patches into Extension and Framework:
- 1567487...fde9580
2014-11-06 16:32:48 +09:00
Watson
b98ed48378
2.38
2014-11-06 14:43:19 +09:00
Laurent Sansonetti
d425ef2988
revert enabling arm64 by default
2014-11-06 00:06:53 +09:00
Laurent Sansonetti
4ba3575bb7
make sure the builder archs does not contain duplicates
2014-11-06 00:06:08 +09:00
Laurent Sansonetti
3df66a1769
enable arm64 again, remove armv7s
2014-11-06 00:06:02 +09:00
Watson
fc73bfeefb
not embed kernel-*.bc into each compiled files
...
http://hipbyte.myjetbrains.com/youtrack/issue/RM-652
2014-11-05 22:40:23 +09:00
Eloy Durán
3850933f08
[Config] Move ivar declaration to file where it's actually used.
2014-11-05 22:39:26 +09:00
Eloy Durán
5b2bd6e68f
[clean] Do not remove momd when no xcdatamodeld is available.
...
Related to http://hipbyte.myjetbrains.com/youtrack/issue/RM-649
2014-11-05 22:39:08 +09:00
Laurent Sansonetti
d1b95f157a
make 'motion --version' print both stable and pre-release versions
2014-11-05 22:38:04 +09:00
Eloy Durán
4afb269ef5
[vendor] Only ever try to run xcodebuild clean if the dir really exists.
2014-11-05 22:37:35 +09:00
Watson
1addb354f6
recognize Provisioning Profile which has "iOSTeam Provisioning..."
...
http://hipbyte.myjetbrains.com/youtrack/issue/RM-643
2014-11-05 22:37:26 +09:00
Eloy Durán
2aa327576a
Some small YARD doc fixes.
2014-11-05 22:37:15 +09:00
Eloy Durán
1dfbafe7ac
[OSX] Refactor codesigning code from last commit.
2014-11-05 22:36:25 +09:00
Eloy Durán
769fb8bd10
[OSX] Sign embedded frameworks individually.
...
Fixes http://hipbyte.myjetbrains.com/youtrack/issue/RM-642
2014-11-05 22:36:15 +09:00
Eloy Durán
daff719c1a
[CodeSign] Fix YARD documentation type annotations.
2014-11-05 22:32:18 +09:00
Eloy Durán
5cfb41b0d3
[XcodeConfig] Fix missing space in certificate error message.
2014-11-05 22:32:10 +09:00
Eloy Durán
f8ba87e88e
[Config] Get rid of another sw_vers use.
2014-11-05 22:32:04 +09:00
Eloy Durán
f5982d624a
[Config] Capture and work with the OS X host version in a proper way.
...
Fixes http://hipbyte.myjetbrains.com/youtrack/issue/RM-633
2014-11-05 22:31:49 +09:00
Eloy Durán
07878c957a
[Command::Update] Support Axel for optimised downloading.
2014-11-05 22:30:38 +09:00