gyp.pbfilespec 701 B

123456789101112131415161718192021222324252627
  1. /*
  2. gyp.pbfilespec
  3. GYP source file spec for Xcode 3
  4. There is not much documentation available regarding the format
  5. of .pbfilespec files. As a starting point, see for instance the
  6. outdated documentation at:
  7. http://maxao.free.fr/xcode-plugin-interface/specifications.html
  8. and the files in:
  9. /Developer/Library/PrivateFrameworks/XcodeEdit.framework/Versions/A/Resources/
  10. Place this file in directory:
  11. ~/Library/Application Support/Developer/Shared/Xcode/Specifications/
  12. */
  13. (
  14. {
  15. Identifier = sourcecode.gyp;
  16. BasedOn = sourcecode;
  17. Name = "GYP Files";
  18. Extensions = ("gyp", "gypi");
  19. MIMETypes = ("text/gyp");
  20. Language = "xcode.lang.gyp";
  21. IsTextFile = YES;
  22. IsSourceFile = YES;
  23. }
  24. )