Dear,
I want to clone the application for SAAS. While cloning the application, i want to change the app icon, name and color schemes. So it is possible from BitRise.
Dear,
I want to clone the application for SAAS. While cloning the application, i want to change the app icon, name and color schemes. So it is possible from BitRise.
Hi @sathizmca 
Sure, it’s definitely possible! I’d say it’s most likely easiest with a script:
ruby ./path/to/script.rb or similar.If you’d have any questions just let us know! 
Can you suggest me an example of the script file and steps for that? I am new to bitrise
It’s not Bitrise related at all, you have to write that script, so that you can run it on your own Mac. Once you have that you can run that script on Bitrise 
The script’s content depends on what you want to do, what files you want to change to what other file, how you want to modify those files etc.
Usually a good way to get started with this is:
git status prints nothing to commit, working tree clean
git status and git diff to see which files were changedIf you’d have any questions just let us know! 