Merge: Small fix to iOS support
authorJean Privat <jean@pryen.org>
Fri, 28 Aug 2015 05:24:36 +0000 (01:24 -0400)
committerJean Privat <jean@pryen.org>
Fri, 28 Aug 2015 05:24:36 +0000 (01:24 -0400)
commit1d2db0bb835a500560b25033bdfbf7ce8e1b9c57
tree411357c51359281ebd84026670f43257d0f57ba2
parentaad8668ae69e7a1dd7079b382e8a08ec03af7325
parenteb40b79323bbfa5a6e0406602fbb6c0800a7a686
Merge: Small fix to iOS support

Add `ONLY_ACTIVE_ARCH=NO` to the xcode call because it is required by the latest xcode.

For the iOS example, you would expect `AppKit.h` to be included by the imported module. It is, but at the same time it is ignored for performance reason since none of the imported module services are used. This will be fixed in a future PR. For now, we add the include locally as it is a better example and happen to avoid the problem.

Pull-Request: #1661
Reviewed-by: Lucas Bajolet <r4pass@hotmail.com>
Reviewed-by: Jean Privat <jean@pryen.org>