You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-1Lines changed: 16 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,22 @@ compiler.
22
22
23
23
## Xcode integration
24
24
25
-
You can get Xcode integration for **mulle-clang**. mulle-clang will appear as
25
+
### Xcode 8
26
+
For *Xcode 7* we can use [`mulle-clang-add-to-xcode.sh`](mulle-clang-add-to-xcode.sh) to integrate **mulle-clang** with project anyhow this doesn't work for *Xcode 8* since [Xcode 8 uses library validation.](https://github.com/alcatraz/Alcatraz/issues/475)
27
+
28
+
**Xcode 8 integration for mulle-clang with CMake**
0 commit comments