mirror of
https://github.com/darlinghq/xcbuild.git
synced 2025-02-23 09:52:33 +00:00
Update file type specifications.
This commit is contained in:
parent
35df6b0ae1
commit
a9b97f95d0
@ -20,4 +20,7 @@
|
||||
"application/x-macbinary",
|
||||
"application/macbinary",
|
||||
);
|
||||
TypeCodes = (
|
||||
"BINA",
|
||||
);
|
||||
}
|
||||
|
@ -12,7 +12,7 @@
|
||||
Identifier = archive.metal-library;
|
||||
BasedOn = archive;
|
||||
|
||||
UTI = "archive.metal-library";
|
||||
UTI = "com.apple.metal-library";
|
||||
Extensions = (
|
||||
"metallib",
|
||||
);
|
||||
|
@ -10,7 +10,7 @@
|
||||
{
|
||||
Type = FileType;
|
||||
Identifier = archive.ppob;
|
||||
BasedOn = archive;
|
||||
BasedOn = archive.rsrc;
|
||||
|
||||
UTI = "com.apple.ppob-archive";
|
||||
Extensions = (
|
||||
|
@ -21,6 +21,9 @@
|
||||
"rsrc",
|
||||
"RSRC",
|
||||
"view",
|
||||
"SF20",
|
||||
"aLib",
|
||||
"BAPd",
|
||||
);
|
||||
FallbackAutoroutingBuildPhase = "Resources";
|
||||
}
|
||||
|
@ -12,7 +12,7 @@
|
||||
Identifier = archive.stuffit;
|
||||
BasedOn = archive;
|
||||
|
||||
UTI = "com.allume.stuffit-archive";
|
||||
UTI = "com.stuffit.archive.sit";
|
||||
Extensions = (
|
||||
"sit",
|
||||
"sitx",
|
||||
|
@ -13,4 +13,5 @@
|
||||
BasedOn = file;
|
||||
|
||||
UTI = "public.archive";
|
||||
IncludeInIndex = YES;
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
|
@ -16,6 +16,7 @@
|
||||
Extensions = (
|
||||
"aiff",
|
||||
"aif",
|
||||
"cdda",
|
||||
);
|
||||
TypeCodes = (
|
||||
"AIFF",
|
||||
|
@ -20,6 +20,7 @@
|
||||
TypeCodes = (
|
||||
".WAV",
|
||||
"WAVE",
|
||||
"WAV ",
|
||||
);
|
||||
MIMETypes = (
|
||||
"audio/wav",
|
||||
|
@ -16,4 +16,5 @@
|
||||
Extensions = (
|
||||
"air",
|
||||
);
|
||||
AppliesToBuildRules = YES;
|
||||
}
|
||||
|
@ -16,4 +16,6 @@
|
||||
Extensions = (
|
||||
"class",
|
||||
);
|
||||
IncludeInIndex = YES;
|
||||
CanSetIncludeInIndex = YES;
|
||||
}
|
||||
|
@ -14,4 +14,5 @@
|
||||
|
||||
UTI = "com.apple.mach-o-bundle";
|
||||
CodeSignOnCopy = YES;
|
||||
AppliesToBuildRules = NO;
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
|
@ -19,4 +19,5 @@
|
||||
IsLibrary = YES;
|
||||
IsDynamicLibrary = YES;
|
||||
CodeSignOnCopy = YES;
|
||||
AppliesToBuildRules = NO;
|
||||
}
|
||||
|
@ -12,5 +12,5 @@
|
||||
Identifier = compiled.mach-o.dylinker;
|
||||
BasedOn = compiled.mach-o;
|
||||
|
||||
UTI = "com.apple.mach-o-dylinker";
|
||||
AppliesToBuildRules = NO;
|
||||
}
|
||||
|
@ -15,4 +15,5 @@
|
||||
UTI = "com.apple.mach-o-executable";
|
||||
IsExecutable = YES;
|
||||
CodeSignOnCopy = YES;
|
||||
AppliesToBuildRules = NO;
|
||||
}
|
||||
|
@ -13,4 +13,5 @@
|
||||
BasedOn = compiled.mach-o;
|
||||
|
||||
UTI = "com.apple.mach-o-fvmlib";
|
||||
AppliesToBuildRules = NO;
|
||||
}
|
||||
|
@ -16,4 +16,5 @@
|
||||
Extensions = (
|
||||
"o",
|
||||
);
|
||||
AppliesToBuildRules = YES;
|
||||
}
|
||||
|
@ -13,4 +13,5 @@
|
||||
BasedOn = compiled.mach-o;
|
||||
|
||||
UTI = "com.apple.mach-o-preload";
|
||||
AppliesToBuildRules = NO;
|
||||
}
|
||||
|
@ -14,4 +14,5 @@
|
||||
|
||||
UTI = "public.object-code";
|
||||
ContainsNativeCode = YES;
|
||||
AppliesToBuildRules = YES;
|
||||
}
|
||||
|
@ -13,4 +13,7 @@
|
||||
BasedOn = compiled;
|
||||
|
||||
UTI = "com.lego.rcx";
|
||||
Extensions = (
|
||||
"rcx",
|
||||
);
|
||||
}
|
||||
|
@ -16,4 +16,5 @@
|
||||
Extensions = (
|
||||
"sks",
|
||||
);
|
||||
IsTransparent = NO;
|
||||
}
|
||||
|
@ -16,4 +16,7 @@
|
||||
Extensions = (
|
||||
"storyboard",
|
||||
);
|
||||
IncludeInIndex = YES;
|
||||
CanSetIncludeInIndex = YES;
|
||||
AppliesToBuildRules = YES;
|
||||
}
|
||||
|
18
Specifications/FileType/file.swiftpm-manifest.xcspec
Normal file
18
Specifications/FileType/file.swiftpm-manifest.xcspec
Normal 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;
|
||||
}
|
@ -13,6 +13,6 @@
|
||||
|
||||
UTI = "public.data";
|
||||
MIMETypes = (
|
||||
"application/octet-stream",
|
||||
"application/x-octet-stream",
|
||||
);
|
||||
}
|
||||
|
@ -16,4 +16,7 @@
|
||||
Extensions = (
|
||||
"xib",
|
||||
);
|
||||
IncludeInIndex = YES;
|
||||
CanSetIncludeInIndex = YES;
|
||||
AppliesToBuildRules = YES;
|
||||
}
|
||||
|
18
Specifications/FileType/folder.abstractassetcatalog.xcspec
Normal file
18
Specifications/FileType/folder.abstractassetcatalog.xcspec
Normal 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;
|
||||
}
|
||||
|
@ -10,10 +10,11 @@
|
||||
{
|
||||
Type = FileType;
|
||||
Identifier = folder.assetcatalog;
|
||||
BasedOn = wrapper;
|
||||
BasedOn = folder.abstractassetcatalog;
|
||||
|
||||
UTI = "com.apple.dt.assetcatalog";
|
||||
Extensions = (
|
||||
"xcassets",
|
||||
);
|
||||
IsTransparent = NO;
|
||||
}
|
||||
|
@ -16,4 +16,5 @@
|
||||
Extensions = (
|
||||
"iconset",
|
||||
);
|
||||
IsTransparent = NO;
|
||||
}
|
||||
|
@ -16,4 +16,5 @@
|
||||
Extensions = (
|
||||
"imagecatalog",
|
||||
);
|
||||
IsTransparent = NO;
|
||||
}
|
||||
|
@ -16,4 +16,5 @@
|
||||
Extensions = (
|
||||
"atlas",
|
||||
);
|
||||
IsTransparent = NO;
|
||||
}
|
||||
|
20
Specifications/FileType/folder.stickers.xcspec
Normal file
20
Specifications/FileType/folder.stickers.xcspec
Normal 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;
|
||||
}
|
@ -13,4 +13,7 @@
|
||||
|
||||
UTI = "public.directory";
|
||||
IsFolder = YES;
|
||||
IsTransparent = YES;
|
||||
IncludeInIndex = YES;
|
||||
CanSetIncludeInIndex = YES;
|
||||
}
|
||||
|
@ -20,6 +20,7 @@
|
||||
"image/png",
|
||||
);
|
||||
TypeCodes = (
|
||||
"PNG ",
|
||||
"PNGf",
|
||||
);
|
||||
}
|
||||
|
@ -17,4 +17,5 @@
|
||||
"asm",
|
||||
);
|
||||
GccDialectName = "assembler-with-cpp";
|
||||
AppliesToBuildRules = YES;
|
||||
}
|
||||
|
@ -17,4 +17,5 @@
|
||||
"ll",
|
||||
"llx",
|
||||
);
|
||||
AppliesToBuildRules = YES;
|
||||
}
|
||||
|
@ -17,4 +17,5 @@
|
||||
"s",
|
||||
);
|
||||
GccDialectName = "assembler-with-cpp";
|
||||
AppliesToBuildRules = YES;
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
|
@ -16,4 +16,5 @@
|
||||
Extensions = (
|
||||
"c",
|
||||
);
|
||||
AppliesToBuildRules = NO;
|
||||
}
|
||||
|
@ -17,4 +17,7 @@
|
||||
"h",
|
||||
"pch",
|
||||
);
|
||||
AppliesToBuildRules = NO;
|
||||
IncludeInIndex = NO;
|
||||
CanSetIncludeInIndex = NO;
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
|
@ -17,4 +17,5 @@
|
||||
"m",
|
||||
);
|
||||
GccDialectName = "objective-c";
|
||||
AppliesToBuildRules = NO;
|
||||
}
|
||||
|
@ -15,4 +15,6 @@
|
||||
UTI = "public.c-source";
|
||||
GccDialectName = "c";
|
||||
IsScannedForIncludes = YES;
|
||||
CanSetIncludeInIndex = YES;
|
||||
AppliesToBuildRules = YES;
|
||||
}
|
||||
|
@ -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",
|
||||
);
|
||||
|
@ -22,4 +22,5 @@
|
||||
"c++",
|
||||
"tcc",
|
||||
);
|
||||
AppliesToBuildRules = NO;
|
||||
}
|
||||
|
@ -23,4 +23,7 @@
|
||||
"ipp",
|
||||
"pch++",
|
||||
);
|
||||
IncludeInIndex = NO;
|
||||
CanSetIncludeInIndex = NO;
|
||||
AppliesToBuildRules = NO;
|
||||
}
|
||||
|
@ -18,4 +18,5 @@
|
||||
"mm",
|
||||
);
|
||||
GccDialectName = "objective-c++";
|
||||
AppliesToBuildRules = NO;
|
||||
}
|
||||
|
@ -14,4 +14,5 @@
|
||||
|
||||
UTI = "public.c-plus-plus-source";
|
||||
GccDialectName = "c++";
|
||||
AppliesToBuildRules = YES;
|
||||
}
|
||||
|
@ -16,4 +16,5 @@
|
||||
Extensions = (
|
||||
"d",
|
||||
);
|
||||
AppliesToBuildRules = YES;
|
||||
}
|
||||
|
@ -17,4 +17,5 @@
|
||||
"lid",
|
||||
"dylan",
|
||||
);
|
||||
AppliesToBuildRules = YES;
|
||||
}
|
||||
|
@ -16,5 +16,5 @@
|
||||
Extensions = (
|
||||
"f77",
|
||||
);
|
||||
GccDialectName = "f77";
|
||||
AppliesToBuildRules = NO;
|
||||
}
|
||||
|
@ -17,5 +17,5 @@
|
||||
"f90",
|
||||
"f95",
|
||||
);
|
||||
GccDialectName = "f95";
|
||||
AppliesToBuildRules = NO;
|
||||
}
|
||||
|
@ -18,4 +18,5 @@
|
||||
"for",
|
||||
);
|
||||
GccDialectName = "fortran";
|
||||
AppliesToBuildRules = YES;
|
||||
}
|
||||
|
@ -36,4 +36,5 @@
|
||||
"geom",
|
||||
"geometry",
|
||||
);
|
||||
AppliesToBuildRules = YES;
|
||||
}
|
||||
|
@ -16,5 +16,6 @@
|
||||
Extensions = (
|
||||
"java",
|
||||
);
|
||||
GccDialectName = "java";
|
||||
CanSetIncludeInIndex = YES;
|
||||
AppliesToBuildRules = YES;
|
||||
}
|
||||
|
@ -21,4 +21,5 @@
|
||||
"lpp",
|
||||
"lxx",
|
||||
);
|
||||
AppliesToBuildRules = YES;
|
||||
}
|
||||
|
@ -23,4 +23,5 @@
|
||||
"make",
|
||||
"gmk",
|
||||
);
|
||||
RequiresHardTabs = YES;
|
||||
}
|
||||
|
@ -16,4 +16,5 @@
|
||||
Extensions = (
|
||||
"metal",
|
||||
);
|
||||
AppliesToBuildRules = YES;
|
||||
}
|
||||
|
@ -17,4 +17,5 @@
|
||||
"defs",
|
||||
"mig",
|
||||
);
|
||||
AppliesToBuildRules = YES;
|
||||
}
|
||||
|
@ -16,4 +16,5 @@
|
||||
Extensions = (
|
||||
"nasm",
|
||||
);
|
||||
AppliesToBuildRules = YES;
|
||||
}
|
||||
|
@ -17,4 +17,5 @@
|
||||
"cl",
|
||||
);
|
||||
IsScannedForIncludes = YES;
|
||||
AppliesToBuildRules = YES;
|
||||
}
|
||||
|
@ -18,4 +18,5 @@
|
||||
"pp",
|
||||
"pas",
|
||||
);
|
||||
AppliesToBuildRules = YES;
|
||||
}
|
||||
|
@ -18,4 +18,5 @@
|
||||
"rez",
|
||||
);
|
||||
IsScannedForIncludes = YES;
|
||||
AppliesToBuildRules = YES;
|
||||
}
|
||||
|
@ -17,4 +17,7 @@
|
||||
"swift",
|
||||
);
|
||||
IsSwiftSourceCode = YES;
|
||||
IsScannedForIncludes = NO;
|
||||
CanSetIncludeInIndex = YES;
|
||||
AppliesToBuildRules = YES;
|
||||
}
|
||||
|
@ -18,4 +18,5 @@
|
||||
);
|
||||
IsLibrary = YES;
|
||||
IsDynamicLibrary = YES;
|
||||
AppliesToBuildRules = NO;
|
||||
}
|
||||
|
@ -14,4 +14,5 @@
|
||||
|
||||
UTI = "public.source-code";
|
||||
IsSourceCode = YES;
|
||||
IncludeInIndex = YES;
|
||||
}
|
||||
|
@ -21,4 +21,5 @@
|
||||
"ypp",
|
||||
"yxx",
|
||||
);
|
||||
AppliesToBuildRules = YES;
|
||||
}
|
||||
|
@ -9,11 +9,14 @@
|
||||
|
||||
{
|
||||
Type = FileType;
|
||||
Identifier = text.pbxproj;
|
||||
Identifier = text.pbxproject;
|
||||
BasedOn = text;
|
||||
|
||||
UTI = "com.apple.xcode.projectdata";
|
||||
Extensions = (
|
||||
"pbxproj",
|
||||
);
|
||||
FilenamePatterns = (
|
||||
"project.pbxproj",
|
||||
);
|
||||
}
|
@ -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",
|
||||
);
|
||||
}
|
@ -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",
|
||||
);
|
||||
|
@ -16,4 +16,5 @@
|
||||
Extensions = (
|
||||
strings,
|
||||
);
|
||||
AppliesToBuildRules = YES;
|
||||
}
|
||||
|
@ -16,4 +16,5 @@
|
||||
Extensions = (
|
||||
stringsdict,
|
||||
);
|
||||
AppliesToBuildRules = YES;
|
||||
}
|
||||
|
@ -16,4 +16,5 @@
|
||||
Extensions = (
|
||||
"xcspec",
|
||||
);
|
||||
AppliesToBuildRules = YES;
|
||||
}
|
||||
|
@ -33,5 +33,4 @@
|
||||
"#!/usr/local/bin/php",
|
||||
"#! /usr/local/bin/php",
|
||||
);
|
||||
IsExecutable = YES;
|
||||
}
|
||||
|
@ -27,5 +27,4 @@
|
||||
"#!/usr/local/bin/python",
|
||||
"#! /usr/local/bin/python",
|
||||
);
|
||||
IsExecutable = YES;
|
||||
}
|
||||
|
@ -20,5 +20,8 @@
|
||||
MIMETypes = (
|
||||
"text/plain",
|
||||
);
|
||||
TypeCodes = (
|
||||
"TEXT",
|
||||
);
|
||||
IsTextFile = YES;
|
||||
}
|
||||
|
@ -19,4 +19,5 @@
|
||||
MIMETypes = (
|
||||
"model/vnd.collada+xml",
|
||||
);
|
||||
AppliesToBuildRules = YES;
|
||||
}
|
||||
|
@ -19,8 +19,12 @@
|
||||
Extensions = (
|
||||
"xml",
|
||||
"dtd",
|
||||
"xsl",
|
||||
"xslt",
|
||||
"xhtml",
|
||||
"xconf",
|
||||
"xmap",
|
||||
"xsp",
|
||||
);
|
||||
MagicWord = (
|
||||
/* UTF-8 */
|
||||
|
@ -15,14 +15,8 @@
|
||||
UTI = "public.avi";
|
||||
Extensions = (
|
||||
"avi",
|
||||
"vfw",
|
||||
);
|
||||
TypeCodes = (
|
||||
"Vfw ",
|
||||
);
|
||||
MIMETypes = (
|
||||
"video/avi",
|
||||
"video/msvideo",
|
||||
"video/x-msvideo",
|
||||
);
|
||||
}
|
||||
|
@ -15,6 +15,7 @@
|
||||
UTI = "com.apple.quicktime-movie";
|
||||
Extensions = (
|
||||
"mov",
|
||||
"moov",
|
||||
"qt",
|
||||
);
|
||||
TypeCodes = (
|
||||
|
@ -17,6 +17,7 @@
|
||||
"appex",
|
||||
"pluginkit",
|
||||
);
|
||||
IsTransparent = NO;
|
||||
IsEmbeddable = YES;
|
||||
IsExecutable = YES;
|
||||
CodeSignOnCopy = NO;
|
||||
|
@ -19,6 +19,7 @@
|
||||
TypeCodes = (
|
||||
"APPL",
|
||||
);
|
||||
IsTransparent = NO;
|
||||
IsApplication = YES;
|
||||
IsEmbeddable = YES;
|
||||
IsExecutable = YES;
|
||||
|
@ -17,4 +17,5 @@
|
||||
"dSYM",
|
||||
"dsym",
|
||||
);
|
||||
IsTransparent = NO;
|
||||
}
|
||||
|
@ -19,6 +19,6 @@
|
||||
TypeCodes = (
|
||||
"FMWK",
|
||||
);
|
||||
IsEmbeddable = YES;
|
||||
IsFrameworkWrapper = YES;
|
||||
CodeSignOnCopy = NO;
|
||||
}
|
||||
|
@ -16,4 +16,5 @@
|
||||
Extensions = (
|
||||
"htmld",
|
||||
);
|
||||
IsTransparent = NO;
|
||||
}
|
||||
|
@ -16,4 +16,5 @@
|
||||
Extensions = (
|
||||
"mpkg",
|
||||
);
|
||||
IsTransparent = NO;
|
||||
}
|
||||
|
@ -16,4 +16,5 @@
|
||||
Extensions = (
|
||||
"pkg",
|
||||
);
|
||||
IsTransparent = NO;
|
||||
}
|
||||
|
@ -13,4 +13,5 @@
|
||||
BasedOn = wrapper;
|
||||
|
||||
UTI = "com.apple.java-class-folder";
|
||||
IsTransparent = NO;
|
||||
}
|
||||
|
@ -17,4 +17,8 @@
|
||||
"nib",
|
||||
"nib~",
|
||||
);
|
||||
IsTransparent = NO;
|
||||
IncludeInIndex = YES;
|
||||
CanSetIncludeInIndex = YES;
|
||||
AppliesToBuildRules = YES;
|
||||
}
|
||||
|
@ -16,4 +16,5 @@
|
||||
Extensions = (
|
||||
"rtfd",
|
||||
);
|
||||
IsTransparent = NO;
|
||||
}
|
||||
|
@ -16,5 +16,6 @@
|
||||
Extensions = (
|
||||
"mdimporter",
|
||||
);
|
||||
IsTransparent = NO;
|
||||
IsEmbeddable = YES;
|
||||
}
|
||||
|
@ -18,4 +18,7 @@
|
||||
);
|
||||
IsFolder = NO;
|
||||
IsWrapperFolder = YES;
|
||||
IncludeInIndex = YES;
|
||||
CanSetIncludeInIndex = YES;
|
||||
AppliesToBuildRules = YES;
|
||||
}
|
||||
|
@ -16,4 +16,5 @@
|
||||
Extensions = (
|
||||
"xcworkspace",
|
||||
);
|
||||
IsTransparent = NO;
|
||||
}
|
||||
|
@ -16,4 +16,6 @@
|
||||
Extensions = (
|
||||
"xcclassmodel",
|
||||
);
|
||||
IsTransparent = NO;
|
||||
AppliesToBuildRules = YES;
|
||||
}
|
||||
|
@ -19,4 +19,7 @@
|
||||
IsFolder = NO;
|
||||
IsWrapperFolder = YES;
|
||||
IsTextFile = NO;
|
||||
IncludeInIndex = YES;
|
||||
CanSetIncludeInIndex = YES;
|
||||
AppliesToBuildRules = YES;
|
||||
}
|
||||
|
@ -16,7 +16,10 @@
|
||||
Extensions = (
|
||||
"xcdatamodeld",
|
||||
);
|
||||
IsFolder = NO;
|
||||
IsFolder = YES;
|
||||
IsWrapperFolder = YES;
|
||||
IsTextFile = NO;
|
||||
IncludeInIndex = YES;
|
||||
CanSetIncludeInIndex = YES;
|
||||
AppliesToBuildRules = YES;
|
||||
}
|
||||
|
@ -19,4 +19,7 @@
|
||||
IsFolder = NO;
|
||||
IsWrapperFolder = YES;
|
||||
IsTextFile = NO;
|
||||
IncludeInIndex = YES;
|
||||
CanSetIncludeInIndex = YES;
|
||||
AppliesToBuildRules = YES;
|
||||
}
|
||||
|
@ -12,6 +12,8 @@
|
||||
Identifier = wrapper;
|
||||
BasedOn = folder;
|
||||
|
||||
IsWrapperFolder = YES;
|
||||
UTI = "com.apple.package";
|
||||
IsWrapperFolder = YES;
|
||||
IncludeInIndex = NO;
|
||||
CanSetIncludeInIndex = NO;
|
||||
}
|
||||
|
@ -16,6 +16,7 @@
|
||||
Extensions = (
|
||||
"xpc",
|
||||
);
|
||||
IsTransparent = NO;
|
||||
IsEmbeddable = YES;
|
||||
IsExecutable = YES;
|
||||
CodeSignOnCopy = NO;
|
||||
|
Loading…
x
Reference in New Issue
Block a user