Hello friends.
I'm looking for a mechanism to add and read app-wide data, something similar to Web.config under .NET.
I'm thinking of creating an AppConfig.plist, and in there I'll store URLs to web services, etc. so that these values can be read and used throughout the app.
Is this an effective way to achieve what I'm after? Do you guys recommend any better alternatives?
Thanks.
EDIT: Doh! Removed mention of version number because, of course, that's in the Info.plist.