Merge: iOS: fix compilation problems, warnings and the Benitlux ios-release rule
authorJean Privat <jean@pryen.org>
Thu, 29 Sep 2016 19:45:07 +0000 (15:45 -0400)
committerJean Privat <jean@pryen.org>
Thu, 29 Sep 2016 19:45:07 +0000 (15:45 -0400)
commit0ad0cfc6e0c1cbe02d8d2a1ca6dced149b0e9e19
tree56f2fa4eee592a076480cce145d65fdd852b95ac
parentbcd875997dd94605d1de76e3413fddf0952a7555
parent76c85098f92a9bb7fb8e5eea0003161282059a0f
Merge: iOS: fix compilation problems, warnings and the Benitlux ios-release rule

General fixes for the iOS support:
* Report errors on `rmdir`, this depends on the fix #2309.
* Fix release mode compilation, the path to the binary was wrong.
* Fix the ios-release rule of Benitlux to use the release mode, contact the right server, and keep the generated files to use from XCode.
* Finally silence the normal output of `xcodebuild`. This looks like a new feature of XCode 8!
* Fixed a few warnings raised by clang.

Pull-Request: #2316
Reviewed-by: Jean Privat <jean@pryen.org>