Hi,
I am currently developing native modules for both Android and iOS.
I need to have files placed under the appname/platform/android or appname/platform/ios folders.
In the Modules Titanium Studio creates I can see the following in a readme -
You can place platform-specific files here in sub-folders named "android" and/or "iphone", just as you can with normal Titanium Mobile SDK projects. Any folders and files you place here will be merged with the platform-specific files in a Titanium Mobile project that uses this module. When a Titanium Mobile project that uses this module is built, the files from this platform/ folder will be treated the same as files (if any) from the Titanium Mobile project's platform/ folder.However when I place my files in this folder and build the module they are not included?
Any idea how I can get this feature working?