Let say I have
Code 1 // for customer A
Code 2 // for Customer B
code 3 // Shared code
I want to modify the source code during build time so that the source code for 1 or 2 is removed completely base on some build-time parameters.
any library out there? I don't want to use a bash script with 'sed'.
Edit: This is for a iOS and Android building