I'm having a iOS project in Xcode that is live on app store too. Now due to some enhancements for other clients in same project I need to change some images and a little bit of code here and there. Code I'll take care of by checking the bundle identifier at run time. But how can I handle images in this scenario.
Is this thing possible that I create two or more Assests.xcassests
catalog as the number of clients and while submitting the app I can choose which assets catalog Xcode will point to?
If yes can someone please guide me with steps.