When I build a Corona-project from Xcode all the hidden files and folders are included in the .app-file. The hidden files are in my case .DS_store and .git. The .git files even induce some permission issues when I rebuild the project without cleaning. The hidden files aren’t there when I build from the Corona simulator.
For now my solution is the change my git-setup. Is it possible to remove the .DS_store-files somehow? Is this issue fixed in a later enterprise-build? I uses 2015.2545.
Looking forward to your answers.