Update file type specifications.

This commit is contained in:
Grant Paul 2016-09-21 07:48:42 +07:00
parent 35df6b0ae1
commit a9b97f95d0
99 changed files with 202 additions and 32 deletions

View File

@ -20,4 +20,7 @@
"application/x-macbinary",
"application/macbinary",
);
TypeCodes = (
"BINA",
);
}

View File

@ -12,7 +12,7 @@
Identifier = archive.metal-library;
BasedOn = archive;
UTI = "archive.metal-library";
UTI = "com.apple.metal-library";
Extensions = (
"metallib",
);

View File

@ -10,7 +10,7 @@
{
Type = FileType;
Identifier = archive.ppob;
BasedOn = archive;
BasedOn = archive.rsrc;
UTI = "com.apple.ppob-archive";
Extensions = (

View File

@ -21,6 +21,9 @@
"rsrc",
"RSRC",
"view",
"SF20",
"aLib",
"BAPd",
);
FallbackAutoroutingBuildPhase = "Resources";
}

View File

@ -12,7 +12,7 @@
Identifier = archive.stuffit;
BasedOn = archive;
UTI = "com.allume.stuffit-archive";
UTI = "com.stuffit.archive.sit";
Extensions = (
"sit",
"sitx",

View File

@ -13,4 +13,5 @@
BasedOn = file;
UTI = "public.archive";
IncludeInIndex = YES;
}

View File

@ -12,11 +12,12 @@
Identifier = archive.zip;
BasedOn = archive;
UTI = "com.pkware.zip-archive";
UTI = "public.zip-archive";
Extensions = (
"zip",
);
MIMETypes = (
"application/zip",
);
CanSetIncludeInIndex = YES;
}

View File

@ -16,6 +16,7 @@
Extensions = (
"aiff",
"aif",
"cdda",
);
TypeCodes = (
"AIFF",

View File

@ -20,6 +20,7 @@
TypeCodes = (
".WAV",
"WAVE",
"WAV ",
);
MIMETypes = (
"audio/wav",

View File

@ -16,4 +16,5 @@
Extensions = (
"air",
);
AppliesToBuildRules = YES;
}

View File

@ -16,4 +16,6 @@
Extensions = (
"class",
);
IncludeInIndex = YES;
CanSetIncludeInIndex = YES;
}

View File

@ -14,4 +14,5 @@
UTI = "com.apple.mach-o-bundle";
CodeSignOnCopy = YES;
AppliesToBuildRules = NO;
}

View File

@ -12,5 +12,6 @@
Identifier = compiled.mach-o.corefile;
BasedOn = compiled.mach-o;
UTI = "com.apple.mach-o-corefile";
UTI = "com.apple.mach-o-core";
AppliesToBuildRules = NO;
}

View File

@ -19,4 +19,5 @@
IsLibrary = YES;
IsDynamicLibrary = YES;
CodeSignOnCopy = YES;
AppliesToBuildRules = NO;
}

View File

@ -12,5 +12,5 @@
Identifier = compiled.mach-o.dylinker;
BasedOn = compiled.mach-o;
UTI = "com.apple.mach-o-dylinker";
AppliesToBuildRules = NO;
}

View File

@ -15,4 +15,5 @@
UTI = "com.apple.mach-o-executable";
IsExecutable = YES;
CodeSignOnCopy = YES;
AppliesToBuildRules = NO;
}

View File

@ -13,4 +13,5 @@
BasedOn = compiled.mach-o;
UTI = "com.apple.mach-o-fvmlib";
AppliesToBuildRules = NO;
}

View File

@ -16,4 +16,5 @@
Extensions = (
"o",
);
AppliesToBuildRules = YES;
}

View File

@ -13,4 +13,5 @@
BasedOn = compiled.mach-o;
UTI = "com.apple.mach-o-preload";
AppliesToBuildRules = NO;
}

View File

@ -14,4 +14,5 @@
UTI = "public.object-code";
ContainsNativeCode = YES;
AppliesToBuildRules = YES;
}

View File

@ -13,4 +13,7 @@
BasedOn = compiled;
UTI = "com.lego.rcx";
Extensions = (
"rcx",
);
}

View File

@ -16,4 +16,5 @@
Extensions = (
"sks",
);
IsTransparent = NO;
}

View File

@ -16,4 +16,7 @@
Extensions = (
"storyboard",
);
IncludeInIndex = YES;
CanSetIncludeInIndex = YES;
AppliesToBuildRules = YES;
}

View File

@ -0,0 +1,18 @@
/**
Copyright (c) 2015-present, Facebook, Inc.
All rights reserved.
This source code is licensed under the BSD-style license found in the
LICENSE file in the root directory of this source tree. An additional grant
of patent rights can be found in the PATENTS file in the same directory.
*/
{
Type = FileType;
Identifier = file.swiftpm-manifest;
BasedOn = sourcecode.swift;
UTI = "com.apple.dt.swiftpm.manifest";
IsProjectWrapper = YES;
AppliesToBuildRules = NO;
}

View File

@ -13,6 +13,6 @@
UTI = "public.data";
MIMETypes = (
"application/octet-stream",
"application/x-octet-stream",
);
}

View File

@ -16,4 +16,7 @@
Extensions = (
"xib",
);
IncludeInIndex = YES;
CanSetIncludeInIndex = YES;
AppliesToBuildRules = YES;
}

View File

@ -0,0 +1,18 @@
/**
Copyright (c) 2015-present, Facebook, Inc.
All rights reserved.
This source code is licensed under the BSD-style license found in the
LICENSE file in the root directory of this source tree. An additional grant
of patent rights can be found in the PATENTS file in the same directory.
*/
{
Type = FileType;
Identifier = folder.abstractassetcatalog;
BasedOn = wrapper;
UTI = "com.apple.dt.abstractassetcatalog";
IsTransparent = NO;
}

View File

@ -10,10 +10,11 @@
{
Type = FileType;
Identifier = folder.assetcatalog;
BasedOn = wrapper;
BasedOn = folder.abstractassetcatalog;
UTI = "com.apple.dt.assetcatalog";
Extensions = (
"xcassets",
);
IsTransparent = NO;
}

View File

@ -16,4 +16,5 @@
Extensions = (
"iconset",
);
IsTransparent = NO;
}

View File

@ -16,4 +16,5 @@
Extensions = (
"imagecatalog",
);
IsTransparent = NO;
}

View File

@ -16,4 +16,5 @@
Extensions = (
"atlas",
);
IsTransparent = NO;
}

View File

@ -0,0 +1,20 @@
/**
Copyright (c) 2015-present, Facebook, Inc.
All rights reserved.
This source code is licensed under the BSD-style license found in the
LICENSE file in the root directory of this source tree. An additional grant
of patent rights can be found in the PATENTS file in the same directory.
*/
{
Type = FileType;
Identifier = folder.stickers;
BasedOn = folder.abstractassetcatalog;
UTI = "com.apple.dt.stickers";
Extensions = (
"xcstickers",
);
IsTransparent = NO;
}

View File

@ -13,4 +13,7 @@
UTI = "public.directory";
IsFolder = YES;
IsTransparent = YES;
IncludeInIndex = YES;
CanSetIncludeInIndex = YES;
}

View File

@ -20,6 +20,7 @@
"image/png",
);
TypeCodes = (
"PNG ",
"PNGf",
);
}

View File

@ -17,4 +17,5 @@
"asm",
);
GccDialectName = "assembler-with-cpp";
AppliesToBuildRules = YES;
}

View File

@ -17,4 +17,5 @@
"ll",
"llx",
);
AppliesToBuildRules = YES;
}

View File

@ -17,4 +17,5 @@
"s",
);
GccDialectName = "assembler-with-cpp";
AppliesToBuildRules = YES;
}

View File

@ -12,9 +12,10 @@
Identifier = sourcecode.c.c.preprocessed;
BasedOn = sourcecode.c.c;
UTI = "public.c-source-preprocessed";
UTI = "public.c-source.preprocessed";
Extensions = (
"i",
);
IsPreprocessed = YES;
AppliesToBuildRules = NO;
}

View File

@ -16,4 +16,5 @@
Extensions = (
"c",
);
AppliesToBuildRules = NO;
}

View File

@ -17,4 +17,7 @@
"h",
"pch",
);
AppliesToBuildRules = NO;
IncludeInIndex = NO;
CanSetIncludeInIndex = NO;
}

View File

@ -12,9 +12,10 @@
Identifier = sourcecode.c.objc.preprocessed;
BasedOn = sourcecode.c.objc;
UTI = "public.objective-c-source-preprocessed";
UTI = "public.objective-c-source.preprocessed";
Extensions = (
"mi",
);
IsPreprocessed = YES;
AppliesToBuildRules = NO;
}

View File

@ -17,4 +17,5 @@
"m",
);
GccDialectName = "objective-c";
AppliesToBuildRules = NO;
}

View File

@ -15,4 +15,6 @@
UTI = "public.c-source";
GccDialectName = "c";
IsScannedForIncludes = YES;
CanSetIncludeInIndex = YES;
AppliesToBuildRules = YES;
}

View File

@ -10,9 +10,9 @@
{
Type = FileType;
Identifier = sourcecode.cpp.cpp.preprocessed;
BasedOn = sourcecode.cpp;
BasedOn = sourcecode.cpp.cpp;
UTI = "public.c-plus-plus-source-preprocessed";
UTI = "public.c-plus-plus-source.preprocessed";
Extensions = (
"ii",
);

View File

@ -22,4 +22,5 @@
"c++",
"tcc",
);
AppliesToBuildRules = NO;
}

View File

@ -23,4 +23,7 @@
"ipp",
"pch++",
);
IncludeInIndex = NO;
CanSetIncludeInIndex = NO;
AppliesToBuildRules = NO;
}

View File

@ -18,4 +18,5 @@
"mm",
);
GccDialectName = "objective-c++";
AppliesToBuildRules = NO;
}

View File

@ -14,4 +14,5 @@
UTI = "public.c-plus-plus-source";
GccDialectName = "c++";
AppliesToBuildRules = YES;
}

View File

@ -16,4 +16,5 @@
Extensions = (
"d",
);
AppliesToBuildRules = YES;
}

View File

@ -17,4 +17,5 @@
"lid",
"dylan",
);
AppliesToBuildRules = YES;
}

View File

@ -16,5 +16,5 @@
Extensions = (
"f77",
);
GccDialectName = "f77";
AppliesToBuildRules = NO;
}

View File

@ -17,5 +17,5 @@
"f90",
"f95",
);
GccDialectName = "f95";
AppliesToBuildRules = NO;
}

View File

@ -18,4 +18,5 @@
"for",
);
GccDialectName = "fortran";
AppliesToBuildRules = YES;
}

View File

@ -36,4 +36,5 @@
"geom",
"geometry",
);
AppliesToBuildRules = YES;
}

View File

@ -16,5 +16,6 @@
Extensions = (
"java",
);
GccDialectName = "java";
CanSetIncludeInIndex = YES;
AppliesToBuildRules = YES;
}

View File

@ -21,4 +21,5 @@
"lpp",
"lxx",
);
AppliesToBuildRules = YES;
}

View File

@ -23,4 +23,5 @@
"make",
"gmk",
);
RequiresHardTabs = YES;
}

View File

@ -16,4 +16,5 @@
Extensions = (
"metal",
);
AppliesToBuildRules = YES;
}

View File

@ -17,4 +17,5 @@
"defs",
"mig",
);
AppliesToBuildRules = YES;
}

View File

@ -16,4 +16,5 @@
Extensions = (
"nasm",
);
AppliesToBuildRules = YES;
}

View File

@ -17,4 +17,5 @@
"cl",
);
IsScannedForIncludes = YES;
AppliesToBuildRules = YES;
}

View File

@ -18,4 +18,5 @@
"pp",
"pas",
);
AppliesToBuildRules = YES;
}

View File

@ -18,4 +18,5 @@
"rez",
);
IsScannedForIncludes = YES;
AppliesToBuildRules = YES;
}

View File

@ -17,4 +17,7 @@
"swift",
);
IsSwiftSourceCode = YES;
IsScannedForIncludes = NO;
CanSetIncludeInIndex = YES;
AppliesToBuildRules = YES;
}

View File

@ -18,4 +18,5 @@
);
IsLibrary = YES;
IsDynamicLibrary = YES;
AppliesToBuildRules = NO;
}

View File

@ -14,4 +14,5 @@
UTI = "public.source-code";
IsSourceCode = YES;
IncludeInIndex = YES;
}

View File

@ -21,4 +21,5 @@
"ypp",
"yxx",
);
AppliesToBuildRules = YES;
}

View File

@ -9,11 +9,14 @@
{
Type = FileType;
Identifier = text.pbxproj;
Identifier = text.pbxproject;
BasedOn = text;
UTI = "com.apple.xcode.projectdata";
Extensions = (
"pbxproj",
);
FilenamePatterns = (
"project.pbxproj",
);
}

View File

@ -9,11 +9,11 @@
{
Type = FileType;
Identifier = archive.metal;
BasedOn = archive;
Identifier = text.plist.entitlements;
BasedOn = text.plist;
UTI = "com.apple.metal-archive";
UTI = "com.apple.xcode.entitlements-property-list";
Extensions = (
"metal-ar",
"entitlements",
);
}

View File

@ -12,7 +12,7 @@
Identifier = text.plist.pblangspec;
BasedOn = text.plist;
UTI = "com.apple.xcode.pblangspec-property-list";
UTI = "com.apple.projectbuilder.pblangspec-property-list";
Extensions = (
"pblangspec",
);

View File

@ -16,4 +16,5 @@
Extensions = (
strings,
);
AppliesToBuildRules = YES;
}

View File

@ -16,4 +16,5 @@
Extensions = (
stringsdict,
);
AppliesToBuildRules = YES;
}

View File

@ -16,4 +16,5 @@
Extensions = (
"xcspec",
);
AppliesToBuildRules = YES;
}

View File

@ -33,5 +33,4 @@
"#!/usr/local/bin/php",
"#! /usr/local/bin/php",
);
IsExecutable = YES;
}

View File

@ -27,5 +27,4 @@
"#!/usr/local/bin/python",
"#! /usr/local/bin/python",
);
IsExecutable = YES;
}

View File

@ -20,5 +20,8 @@
MIMETypes = (
"text/plain",
);
TypeCodes = (
"TEXT",
);
IsTextFile = YES;
}

View File

@ -19,4 +19,5 @@
MIMETypes = (
"model/vnd.collada+xml",
);
AppliesToBuildRules = YES;
}

View File

@ -19,8 +19,12 @@
Extensions = (
"xml",
"dtd",
"xsl",
"xslt",
"xhtml",
"xconf",
"xmap",
"xsp",
);
MagicWord = (
/* UTF-8 */

View File

@ -15,14 +15,8 @@
UTI = "public.avi";
Extensions = (
"avi",
"vfw",
);
TypeCodes = (
"Vfw ",
);
MIMETypes = (
"video/avi",
"video/msvideo",
"video/x-msvideo",
);
}

View File

@ -15,6 +15,7 @@
UTI = "com.apple.quicktime-movie";
Extensions = (
"mov",
"moov",
"qt",
);
TypeCodes = (

View File

@ -17,6 +17,7 @@
"appex",
"pluginkit",
);
IsTransparent = NO;
IsEmbeddable = YES;
IsExecutable = YES;
CodeSignOnCopy = NO;

View File

@ -19,6 +19,7 @@
TypeCodes = (
"APPL",
);
IsTransparent = NO;
IsApplication = YES;
IsEmbeddable = YES;
IsExecutable = YES;

View File

@ -17,4 +17,5 @@
"dSYM",
"dsym",
);
IsTransparent = NO;
}

View File

@ -19,6 +19,6 @@
TypeCodes = (
"FMWK",
);
IsEmbeddable = YES;
IsFrameworkWrapper = YES;
CodeSignOnCopy = NO;
}

View File

@ -16,4 +16,5 @@
Extensions = (
"htmld",
);
IsTransparent = NO;
}

View File

@ -16,4 +16,5 @@
Extensions = (
"mpkg",
);
IsTransparent = NO;
}

View File

@ -16,4 +16,5 @@
Extensions = (
"pkg",
);
IsTransparent = NO;
}

View File

@ -13,4 +13,5 @@
BasedOn = wrapper;
UTI = "com.apple.java-class-folder";
IsTransparent = NO;
}

View File

@ -17,4 +17,8 @@
"nib",
"nib~",
);
IsTransparent = NO;
IncludeInIndex = YES;
CanSetIncludeInIndex = YES;
AppliesToBuildRules = YES;
}

View File

@ -16,4 +16,5 @@
Extensions = (
"rtfd",
);
IsTransparent = NO;
}

View File

@ -16,5 +16,6 @@
Extensions = (
"mdimporter",
);
IsTransparent = NO;
IsEmbeddable = YES;
}

View File

@ -18,4 +18,7 @@
);
IsFolder = NO;
IsWrapperFolder = YES;
IncludeInIndex = YES;
CanSetIncludeInIndex = YES;
AppliesToBuildRules = YES;
}

View File

@ -16,4 +16,5 @@
Extensions = (
"xcworkspace",
);
IsTransparent = NO;
}

View File

@ -16,4 +16,6 @@
Extensions = (
"xcclassmodel",
);
IsTransparent = NO;
AppliesToBuildRules = YES;
}

View File

@ -19,4 +19,7 @@
IsFolder = NO;
IsWrapperFolder = YES;
IsTextFile = NO;
IncludeInIndex = YES;
CanSetIncludeInIndex = YES;
AppliesToBuildRules = YES;
}

View File

@ -16,7 +16,10 @@
Extensions = (
"xcdatamodeld",
);
IsFolder = NO;
IsFolder = YES;
IsWrapperFolder = YES;
IsTextFile = NO;
IncludeInIndex = YES;
CanSetIncludeInIndex = YES;
AppliesToBuildRules = YES;
}

View File

@ -19,4 +19,7 @@
IsFolder = NO;
IsWrapperFolder = YES;
IsTextFile = NO;
IncludeInIndex = YES;
CanSetIncludeInIndex = YES;
AppliesToBuildRules = YES;
}

View File

@ -12,6 +12,8 @@
Identifier = wrapper;
BasedOn = folder;
IsWrapperFolder = YES;
UTI = "com.apple.package";
IsWrapperFolder = YES;
IncludeInIndex = NO;
CanSetIncludeInIndex = NO;
}

View File

@ -16,6 +16,7 @@
Extensions = (
"xpc",
);
IsTransparent = NO;
IsEmbeddable = YES;
IsExecutable = YES;
CodeSignOnCopy = NO;