Is it possible? I have my file with custom debug predefines, and I want to include it on my side but skip on repository side (without differences in XCode project file).
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.
You cannot conditionally include a file based in its existence so the best thing to do would be to include an empty file on the repository side and attempt to avoid it being added when you add content to it on ‘your’ side. Sounds like a disaster waiting to happen. Why are these defines so private?