Skip to content

Commit d6d80d3

Browse files
committed
fix package name, and fill in readme
1 parent 0c1011b commit d6d80d3

File tree

5 files changed

+50
-5
lines changed

5 files changed

+50
-5
lines changed

β€Ž.github/workflows/iOS.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ jobs:
1010
build:
1111
uses: tayloraswift/swift-device-action/.github/workflows/build.yml@master
1212
with:
13-
xcode-scheme: 'swift-ucf-Package'
13+
xcode-scheme: 'Swift unified codelink format-Package'
1414
destination: ${{ github.workflow }}

β€Ž.github/workflows/tvOS.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ jobs:
1010
build:
1111
uses: tayloraswift/swift-device-action/.github/workflows/build.yml@master
1212
with:
13-
xcode-scheme: 'swift-ucf-Package'
13+
xcode-scheme: 'Swift unified codelink format-Package'
1414
destination: ${{ github.workflow }}

β€Ž.github/workflows/visionOS.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ jobs:
1010
build:
1111
uses: tayloraswift/swift-device-action/.github/workflows/build.yml@master
1212
with:
13-
xcode-scheme: 'swift-ucf-Package'
13+
xcode-scheme: 'Swift unified codelink format-Package'
1414
destination: ${{ github.workflow }}

β€Ž.github/workflows/watchOS.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ jobs:
1010
build:
1111
uses: tayloraswift/swift-device-action/.github/workflows/build.yml@master
1212
with:
13-
xcode-scheme: 'swift-ucf-Package'
13+
xcode-scheme: 'Swift unified codelink format-Package'
1414
destination: ${{ github.workflow }}

β€ŽREADME.mdβ€Ž

Lines changed: 46 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,46 @@
1-
This repository contains the specifications and example code for the [Swift unified codelink format](https://swiftinit.org/docs/swift-ucf/proposals) (UCF).
1+
<div align="center">
2+
3+
***`ucf`***
4+
5+
[![Tests](https://github.com/tayloraswift/swift-ucf/actions/workflows/Tests.yml/badge.svg)](https://github.com/tayloraswift/swift-ucf/actions/workflows/Tests.yml)
6+
[![Documentation](https://github.com/tayloraswift/swift-ucf/actions/workflows/Documentation.yml/badge.svg)](https://github.com/tayloraswift/swift-ucf/actions/workflows/Documentation.yml)
7+
8+
</div>
9+
10+
This repository contains the specifications and reference implementation for the [Swift unified codelink format](https://swiftinit.org/docs/swift-ucf/proposals) (UCF).
11+
12+
<div align="center">
13+
14+
[documentation](https://swiftinit.org/docs/swift-ucf) Β·
15+
[license](LICENSE)
16+
17+
</div>
18+
19+
20+
## References
21+
22+
- [Symbol Link Help](https://swiftinit.org/docs/swift-ucf/help/codelinks)
23+
- [Syntax Grammar](https://swiftinit.org/docs/swift-ucf/ucf/grammar)
24+
25+
26+
## Requirements
27+
28+
The swift-ucf library requires Swift 6.0 or later.
29+
30+
31+
| Platform | Status |
32+
| -------- | ------ |
33+
| 🐧 Linux | [![Tests](https://github.com/tayloraswift/swift-ucf/actions/workflows/Tests.yml/badge.svg)](https://github.com/tayloraswift/swift-ucf/actions/workflows/Tests.yml) |
34+
| 🍏 Darwin | [![Tests](https://github.com/tayloraswift/swift-ucf/actions/workflows/Tests.yml/badge.svg)](https://github.com/tayloraswift/swift-ucf/actions/workflows/Tests.yml) |
35+
| 🍏 Darwin (iOS) | [![iOS](https://github.com/tayloraswift/swift-ucf/actions/workflows/iOS.yml/badge.svg)](https://github.com/tayloraswift/swift-ucf/actions/workflows/iOS.yml) |
36+
| 🍏 Darwin (tvOS) | [![tvOS](https://github.com/tayloraswift/swift-ucf/actions/workflows/tvOS.yml/badge.svg)](https://github.com/tayloraswift/swift-ucf/actions/workflows/tvOS.yml) |
37+
| 🍏 Darwin (visionOS) | [![visionOS](https://github.com/tayloraswift/swift-ucf/actions/workflows/visionOS.yml/badge.svg)](https://github.com/tayloraswift/swift-ucf/actions/workflows/visionOS.yml) |
38+
| 🍏 Darwin (watchOS) | [![watchOS](https://github.com/tayloraswift/swift-ucf/actions/workflows/watchOS.yml/badge.svg)](https://github.com/tayloraswift/swift-ucf/actions/workflows/watchOS.yml) |
39+
40+
41+
[Check deployment minimums](https://swiftinit.org/docs/swift-ucf#ss:platform-requirements)
42+
43+
44+
## License
45+
46+
The swift-ucf library is Apache 2.0 licensed.

0 commit comments

Comments
Β (0)