]> gerrit.simantics Code Review - simantics/district.git/blob - org.simantics.maps.server/node/node-v4.8.0-win-x64/node_modules/npm/node_modules/node-gyp/gyp/tools/Xcode/Specifications/gyp.pbfilespec
Adding integrated tile server
[simantics/district.git] / org.simantics.maps.server / node / node-v4.8.0-win-x64 / node_modules / npm / node_modules / node-gyp / gyp / tools / Xcode / Specifications / gyp.pbfilespec
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 )