excludeFiles for Corona Enterprise building with xCode

Hi all,

We have a problem with excluding files for different builds for our app. Here is what the problem is:

We have an app with multi-language assets, for this we want to make seperate builds to submit to the appstore. We declared excludeFiles inside the build.settings, which works fine when testing in the Corona simulator. When building the project with xCode the files are still being packed inside the ipa file, making the app almost twice the size it’s supposed to be.

What we want is to exclude all assets inside a language directory, for example:

excludeFiles =

{   

        – Exclude files based on localisation

        all = {

            – Exclude english files

            “assets/audio/_en”,

            “assets/images/_en”,

            “assets/video/_en”

}

excludeFiles is implemented by the Simulator so, unfortunately, it’s not available in Enterprise builds.  I’ve updated the documentation accordingly.  Sorry about the confusion.

excludeFiles is implemented by the Simulator so, unfortunately, it’s not available in Enterprise builds.  I’ve updated the documentation accordingly.  Sorry about the confusion.