Very happy to see 2016.8.2 is ready to publish.
There may be still a little bug with the exported iOS project.
For project name that like "My Game" with white space may mess up the the header and library search paths, a quote for each item is required.
zip
zip
Comments
each compiled script file filled with such a long absolute path like this /Users/myusername/Documents/games/Bird Animation/Bird Animation/assets/bird.lua
is not very well for package size and security.
It may not be difficult to remove these when compiled just with the filename.
Not sure what happened then. Xcode requirements changed ?
Definitely needs more checks.
Path without white space will work no matter quote added or not.
I tested in both Xcode 7 and 8.
As hgy29 mentioned,skip encryption key replace when no encryption checked is a good idea.
Also,please add an option for whether export Apple TV,I think not everyone need it exactly.
I would just add the root search path and go "recursive" to look through all files. I've done that for my projects and the slowdown, if any, is negligible.
Also an option to disable the default image is necessary.