Merge: Make the generated iOS project compilable in the XCode GUI
authorJean Privat <jean@pryen.org>
Tue, 14 Apr 2015 09:32:55 +0000 (16:32 +0700)
committerJean Privat <jean@pryen.org>
Tue, 14 Apr 2015 09:32:55 +0000 (16:32 +0700)
commit3079df77a8943b82877893a63fa9d925bd414276
treee0eac95c0a9aa56c9dd67764defc565c628da188
parent5fca47945401aa9441039e7b9b06970b10bb04c8
parent71eead48c4b5dd565061e92aaa8726d4513b8188
Merge: Make the generated iOS project compilable in the XCode GUI

I originally incorporated the test project in the generated XCode workspace thinking that we could use it somehow. But it duplicates services from nitunits and it would be much more complex to use.

I remove the test project now because it is incomplete and raise errors from the XCode GUI.

Pull-Request: #1254
Reviewed-by: ArthurDelamare <arthur.delamare@viacesi.fr>
Reviewed-by: Jean Privat <jean@pryen.org>
Reviewed-by: Alexandre Terrasa <alexandre@moz-code.org>
Reviewed-by: Lucas Bajolet <r4pass@hotmail.com>