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