I want to add a key to [AppName]-Info.plist
in built time. It is possible? How can I do this in built time.
Let me explain what i'm trying to do here: I am writing a library and I want to read bundleIdentifier from app when developer want to release app. And add the key to info.plist contains this information.
Maybe I can write to this in runtime?