4
4
5
5
** Tier: 3**
6
6
7
- Apple WatchOS targets:
7
+ Apple tvOS targets:
8
8
- Apple tvOS on aarch64
9
9
- Apple tvOS Simulator on x86_64
10
10
@@ -14,25 +14,25 @@ Apple WatchOS targets:
14
14
15
15
## Requirements
16
16
17
- These targets are cross-compiled. You will need appropriate versions of XCode
17
+ These targets are cross-compiled. You will need appropriate versions of Xcode
18
18
and the SDKs for tvOS (` AppleTVOS.sdk ` ) and/or the tvOS Simulator
19
19
(` AppleTVSimulator.sdk ` ) to build a toolchain and target these platforms.
20
20
21
21
The targets support the full standard library including the allocator to the
22
- best of my knowledge, however they are very new, not yet well-tested tested , and
22
+ best of my knowledge, however they are very new, not yet well-tested, and
23
23
it is possible that there are various bugs.
24
24
25
25
In theory we support back to tvOS version 7.0, although the actual minimum
26
26
version you can target may be newer than this, for example due to the versions
27
- of XCode and your SDKs.
27
+ of Xcode and your SDKs.
28
28
29
29
As with the other Apple targets, ` rustc ` respects the common environment
30
- variables used by XCode to configure this, in this case
30
+ variables used by Xcode to configure this, in this case
31
31
` TVOS_DEPLOYMENT_TARGET ` .
32
32
33
33
## Building the target
34
34
35
- The targets can be built by enabling them for a ` rustc ` build, for example:
35
+ The targets can be built by enabling them for a ` rustc ` build in ` config.toml ` , by adding , for example:
36
36
37
37
``` toml
38
38
[build ]
@@ -58,7 +58,7 @@ $ rustc --target x86_64-apple-tvos your-code.rs
58
58
59
59
There is no support for running the Rust or standard library testsuite on tvOS
60
60
or the simulators at the moment. Testing has mostly been done manually with
61
- builds of static libraries called from XCode or a simulator.
61
+ builds of static libraries called from Xcode or a simulator.
62
62
63
63
It hopefully will be possible to improve this in the future.
64
64
0 commit comments