How can I access main app Info.plist values from a testing target?
I know that i can access other plists with something like:
Bundle(for: BaseTest.self).path(forResource: "CustomData", ofType: "plist")
after including the CustomData.plist in the testing target.
However Info.plist is different, since you don't even check that it belongs to the main app and the testing target has its own plist.