DISQUS

toxicsoftware.com: Xcode 2.1 problems with pre-processing Info.plist files…

  • blalor · 4 years ago
    Have you tried escaping the //s?
    eg. http:\/\/www.apple.com/
  • Jonathan Wight · 4 years ago
    That should (might) work. But it is pretty ugly. I think it would be better if Apple turned off comment processing for the cpp process. That way I am still free to use <!-- XML style comments --> and I can still use //s in a URL without escaping anything.