Does anyone know if Cocoa has anything similar to .NET app.config file? I was looking at nib files, but I think it’s a bit different?! Thank you!
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes, Appname-Info.plist which is created by xcode for any new app. See https://developer.apple.com/library/mac/documentation/Cocoa/Conceptual/PropertyLists/index.html
You can then access properties using…