Hallo,
I want to know whether a app is is compiled in RELEASE-Mode or even one of the other possibilities...
%%mode%% = [Release, Debug, Rapid, Obfuscated]
%%project%% = Path and Name of actual loaded Project. (Path and name to b4a-file)
It would be great to get this in B4A in future... It should be possible to make dirfferent tools which can help in compiling-phase... A autoincrement for versioncode for example. Or a program which uploads the apk to some ftp or whatever.. . I have a lot of ideas what could be possible with such an addition to b4a...
To all reading this: Please VOTE for this feature
I want to know whether a app is is compiled in RELEASE-Mode or even one of the other possibilities...
And "%%mode%%" would be replaced by b4a before running this tool to Either Release, Debug, Rapid or Obfuscated. Is it possible to get such a "Variable" to be usable in cumstomBuildAction?#CustomBuildAction 4,tooltostart.exe, x:\path\to\project.b4a /mode=%%mode%%
%%mode%% = [Release, Debug, Rapid, Obfuscated]
%%project%% = Path and Name of actual loaded Project. (Path and name to b4a-file)
It would be great to get this in B4A in future... It should be possible to make dirfferent tools which can help in compiling-phase... A autoincrement for versioncode for example. Or a program which uploads the apk to some ftp or whatever.. . I have a lot of ideas what could be possible with such an addition to b4a...
To all reading this: Please VOTE for this feature