I have an iOS app project with two targets.
I currently have a single Settings.bundle for both targets, but I would like to be able to make one for each.
Is it even possible ?
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 it is.
Create a group in the
Project Navigatorand name it something useful (perhaps after your first target) and drag your existingSettings.bundleinside it. Set theTarget Membershipof thisSettings.bundleto only be the the first target.Now create a second group and call it something useful (perhaps after the name of your second target) and create a new
Settings.bundleinside it and set theTarget Membershipof thisSettings.bundleto the second target.