We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fad8f13 commit 99388a8Copy full SHA for 99388a8
README.md
@@ -1,3 +1,8 @@
1
# Objective-D
2
3
-Objective-D provides essential bindings to Objective-C APIs.
+Objective-D provides essential bindings to Objective-C APIs.
4
+
5
+## NOTE
6
7
+This relies on a D compiler which supports generating Objective-C compatible objects.
8
+Eg. DMD for x86_64 macs, or LDC with [This PR](https://github.com/ldc-developers/ldc/pull/4777).
0 commit comments