Skip to content

Commit 6623d6d

Browse files
committed
Fully declare Swift support as out of scope
1 parent 91a74f3 commit 6623d6d

File tree

2 files changed

+15
-12
lines changed

2 files changed

+15
-12
lines changed

CONTRIBUTING.md

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,19 @@ If you prefer to have a more synchronous and less "formal" discussion, we have
1414
discuss implenentation details in the "Developers" room.
1515

1616

17+
## Scope
18+
19+
The aim of the project is to map all of Apple's C and Objective-C frameworks,
20+
in [a manner that is as nice to use as possible][nice-to-use].
21+
22+
Access to Swift-only frameworks or functionality is [out of scope][swift-oos]
23+
because of complexity, and should be handled in another project (though I'm
24+
open to adding functionality in `objc2` to facilitate that).
25+
26+
[nice-to-use]: https://github.com/madsmtm/objc2/issues/429
27+
[swift-oos]: https://github.com/madsmtm/objc2/issues/524
28+
29+
1730
## Windows users
1831

1932
This repository relies heavily on symlinks, so make sure that your system is
@@ -79,18 +92,6 @@ If you're confused about this, don't worry too much about it, if you enable
7992
"Allow edits by maintainers", we can fix it for you.
8093

8194

82-
## Scope
83-
84-
The aim of the project is to map all of Apple's C and Objective-C frameworks,
85-
in [a manner that is as nice to use as possible][nice-to-use].
86-
87-
Access to Swift-only frameworks or functionality is [out of scope][swift-oos]
88-
for the time being.
89-
90-
[nice-to-use]: https://github.com/madsmtm/objc2/issues/429
91-
[swift-oos]: https://github.com/madsmtm/objc2/issues/524
92-
93-
9495
## Licensing
9596

9697
When contributing, you agree to license your work under the trio

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ Always feel free to [open an issue on GitHub](https://github.com/madsmtm/objc2/i
1919

2020
If you prefer to have a more synchronous and less "formal" discussion, there is [a Matrix workspace](https://matrix.to/#/#objc2:matrix.org), feel free to ask any questions in the "Users" room.
2121

22+
Also see [`CONTRIBUTING.md`](./CONTRIBUTING.md) if you would like to help out.
23+
2224

2325
## License
2426

0 commit comments

Comments
 (0)