iOS - how to switch Corona project libraries

I have a Corona native libs (enterprise) project in xcode, and under it’s project directory in /assets the Corona source files reside.

I want to be able to change which “assets” directory the corona builder tool compiles by changing a compiler directive - meaning:

./assets = contains one corona project integrating with Corona enterprise project in Xcode
./assets2 = other project integrating with Corona enterprise project in xcode
./assets3 = etc…

could be nice if I could change it from “MyLibraryModule.h” for example by adding something like:
#define CORONA_PROJ_DIR @"./assets3"

any way to configure it in xcode toolchain?

[import]uid: 148191 topic_id: 34172 reply_id: 334172[/import]