Hi,
in Build_iOS folder, shouln't we add a .gitignore file, so as not to pollute our git status; e.g.
boostoniphone/
boost.framework/
build.ios/
ios-cmake/
openssl/
OpenSSL-for-iPhone/
(Other option would be to add above repositories as Git submodules)
I added build.ios/ folder as well, since it gets created by ./configure.sh
Kind Regards,
Julien
Comments: Hi Steve, sure I understand your point of view. Indeed I should have mentioned all but build.ios. The issue with this folder is that it is created by Build_iOS/configure.sh script. Could we use also git submodules for those dependencies? Cheers, Julien
in Build_iOS folder, shouln't we add a .gitignore file, so as not to pollute our git status; e.g.
boostoniphone/
boost.framework/
build.ios/
ios-cmake/
openssl/
OpenSSL-for-iPhone/
(Other option would be to add above repositories as Git submodules)
I added build.ios/ folder as well, since it gets created by ./configure.sh
Kind Regards,
Julien
Comments: Hi Steve, sure I understand your point of view. Indeed I should have mentioned all but build.ios. The issue with this folder is that it is created by Build_iOS/configure.sh script. Could we use also git submodules for those dependencies? Cheers, Julien