mirror of
https://github.com/arsenetar/dupeguru.git
synced 2024-11-06 00:09:02 +00:00
184 lines
6.3 KiB
Plaintext
184 lines
6.3 KiB
Plaintext
|
// !$*UTF8*$!
|
||
|
{
|
||
|
archiveVersion = 1;
|
||
|
classes = {
|
||
|
};
|
||
|
objectVersion = 45;
|
||
|
objects = {
|
||
|
|
||
|
/* Begin PBXBuildFile section */
|
||
|
8DD76F9A0486AA7600D96B5E /* SendToTrash.m in Sources */ = {isa = PBXBuildFile; fileRef = 08FB7796FE84155DC02AAC07 /* SendToTrash.m */; settings = {ATTRIBUTES = (); }; };
|
||
|
8DD76F9C0486AA7600D96B5E /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 08FB779EFE84155DC02AAC07 /* Foundation.framework */; };
|
||
|
CEFA8C60104BD73200E2A946 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CEFA8C5F104BD73200E2A946 /* Cocoa.framework */; };
|
||
|
/* End PBXBuildFile section */
|
||
|
|
||
|
/* Begin PBXCopyFilesBuildPhase section */
|
||
|
8DD76F9E0486AA7600D96B5E /* CopyFiles */ = {
|
||
|
isa = PBXCopyFilesBuildPhase;
|
||
|
buildActionMask = 8;
|
||
|
dstPath = /usr/share/man/man1/;
|
||
|
dstSubfolderSpec = 0;
|
||
|
files = (
|
||
|
);
|
||
|
runOnlyForDeploymentPostprocessing = 1;
|
||
|
};
|
||
|
/* End PBXCopyFilesBuildPhase section */
|
||
|
|
||
|
/* Begin PBXFileReference section */
|
||
|
08FB7796FE84155DC02AAC07 /* SendToTrash.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SendToTrash.m; sourceTree = "<group>"; };
|
||
|
08FB779EFE84155DC02AAC07 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; };
|
||
|
8DD76FA10486AA7600D96B5E /* SendToTrash */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = SendToTrash; sourceTree = BUILT_PRODUCTS_DIR; };
|
||
|
CEFA8C5F104BD73200E2A946 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; };
|
||
|
/* End PBXFileReference section */
|
||
|
|
||
|
/* Begin PBXFrameworksBuildPhase section */
|
||
|
8DD76F9B0486AA7600D96B5E /* Frameworks */ = {
|
||
|
isa = PBXFrameworksBuildPhase;
|
||
|
buildActionMask = 2147483647;
|
||
|
files = (
|
||
|
8DD76F9C0486AA7600D96B5E /* Foundation.framework in Frameworks */,
|
||
|
CEFA8C60104BD73200E2A946 /* Cocoa.framework in Frameworks */,
|
||
|
);
|
||
|
runOnlyForDeploymentPostprocessing = 0;
|
||
|
};
|
||
|
/* End PBXFrameworksBuildPhase section */
|
||
|
|
||
|
/* Begin PBXGroup section */
|
||
|
08FB7794FE84155DC02AAC07 /* SendToTrash */ = {
|
||
|
isa = PBXGroup;
|
||
|
children = (
|
||
|
08FB7795FE84155DC02AAC07 /* Source */,
|
||
|
08FB779DFE84155DC02AAC07 /* External Frameworks and Libraries */,
|
||
|
1AB674ADFE9D54B511CA2CBB /* Products */,
|
||
|
);
|
||
|
name = SendToTrash;
|
||
|
sourceTree = "<group>";
|
||
|
};
|
||
|
08FB7795FE84155DC02AAC07 /* Source */ = {
|
||
|
isa = PBXGroup;
|
||
|
children = (
|
||
|
08FB7796FE84155DC02AAC07 /* SendToTrash.m */,
|
||
|
);
|
||
|
name = Source;
|
||
|
sourceTree = "<group>";
|
||
|
};
|
||
|
08FB779DFE84155DC02AAC07 /* External Frameworks and Libraries */ = {
|
||
|
isa = PBXGroup;
|
||
|
children = (
|
||
|
08FB779EFE84155DC02AAC07 /* Foundation.framework */,
|
||
|
CEFA8C5F104BD73200E2A946 /* Cocoa.framework */,
|
||
|
);
|
||
|
name = "External Frameworks and Libraries";
|
||
|
sourceTree = "<group>";
|
||
|
};
|
||
|
1AB674ADFE9D54B511CA2CBB /* Products */ = {
|
||
|
isa = PBXGroup;
|
||
|
children = (
|
||
|
8DD76FA10486AA7600D96B5E /* SendToTrash */,
|
||
|
);
|
||
|
name = Products;
|
||
|
sourceTree = "<group>";
|
||
|
};
|
||
|
/* End PBXGroup section */
|
||
|
|
||
|
/* Begin PBXNativeTarget section */
|
||
|
8DD76F960486AA7600D96B5E /* SendToTrash */ = {
|
||
|
isa = PBXNativeTarget;
|
||
|
buildConfigurationList = 1DEB927408733DD40010E9CD /* Build configuration list for PBXNativeTarget "SendToTrash" */;
|
||
|
buildPhases = (
|
||
|
8DD76F990486AA7600D96B5E /* Sources */,
|
||
|
8DD76F9B0486AA7600D96B5E /* Frameworks */,
|
||
|
8DD76F9E0486AA7600D96B5E /* CopyFiles */,
|
||
|
);
|
||
|
buildRules = (
|
||
|
);
|
||
|
dependencies = (
|
||
|
);
|
||
|
name = SendToTrash;
|
||
|
productInstallPath = "$(HOME)/bin";
|
||
|
productName = SendToTrash;
|
||
|
productReference = 8DD76FA10486AA7600D96B5E /* SendToTrash */;
|
||
|
productType = "com.apple.product-type.tool";
|
||
|
};
|
||
|
/* End PBXNativeTarget section */
|
||
|
|
||
|
/* Begin PBXProject section */
|
||
|
08FB7793FE84155DC02AAC07 /* Project object */ = {
|
||
|
isa = PBXProject;
|
||
|
buildConfigurationList = 1DEB927808733DD40010E9CD /* Build configuration list for PBXProject "SendToTrash" */;
|
||
|
compatibilityVersion = "Xcode 3.1";
|
||
|
hasScannedForEncodings = 1;
|
||
|
mainGroup = 08FB7794FE84155DC02AAC07 /* SendToTrash */;
|
||
|
projectDirPath = "";
|
||
|
projectRoot = "";
|
||
|
targets = (
|
||
|
8DD76F960486AA7600D96B5E /* SendToTrash */,
|
||
|
);
|
||
|
};
|
||
|
/* End PBXProject section */
|
||
|
|
||
|
/* Begin PBXSourcesBuildPhase section */
|
||
|
8DD76F990486AA7600D96B5E /* Sources */ = {
|
||
|
isa = PBXSourcesBuildPhase;
|
||
|
buildActionMask = 2147483647;
|
||
|
files = (
|
||
|
8DD76F9A0486AA7600D96B5E /* SendToTrash.m in Sources */,
|
||
|
);
|
||
|
runOnlyForDeploymentPostprocessing = 0;
|
||
|
};
|
||
|
/* End PBXSourcesBuildPhase section */
|
||
|
|
||
|
/* Begin XCBuildConfiguration section */
|
||
|
1DEB927608733DD40010E9CD /* Release */ = {
|
||
|
isa = XCBuildConfiguration;
|
||
|
buildSettings = {
|
||
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
||
|
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||
|
GCC_MODEL_TUNING = G5;
|
||
|
GCC_PRECOMPILE_PREFIX_HEADER = NO;
|
||
|
GCC_PREFIX_HEADER = "";
|
||
|
INSTALL_PATH = /usr/local/bin;
|
||
|
PRODUCT_NAME = SendToTrash;
|
||
|
};
|
||
|
name = Release;
|
||
|
};
|
||
|
1DEB927A08733DD40010E9CD /* Release */ = {
|
||
|
isa = XCBuildConfiguration;
|
||
|
buildSettings = {
|
||
|
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
|
||
|
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||
|
GCC_ENABLE_SYMBOL_SEPARATION = NO;
|
||
|
GCC_THREADSAFE_STATICS = NO;
|
||
|
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
||
|
MACOSX_DEPLOYMENT_TARGET = 10.4;
|
||
|
PREBINDING = NO;
|
||
|
PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR = NO;
|
||
|
SDKROOT = macosx10.5;
|
||
|
};
|
||
|
name = Release;
|
||
|
};
|
||
|
/* End XCBuildConfiguration section */
|
||
|
|
||
|
/* Begin XCConfigurationList section */
|
||
|
1DEB927408733DD40010E9CD /* Build configuration list for PBXNativeTarget "SendToTrash" */ = {
|
||
|
isa = XCConfigurationList;
|
||
|
buildConfigurations = (
|
||
|
1DEB927608733DD40010E9CD /* Release */,
|
||
|
);
|
||
|
defaultConfigurationIsVisible = 0;
|
||
|
defaultConfigurationName = Release;
|
||
|
};
|
||
|
1DEB927808733DD40010E9CD /* Build configuration list for PBXProject "SendToTrash" */ = {
|
||
|
isa = XCConfigurationList;
|
||
|
buildConfigurations = (
|
||
|
1DEB927A08733DD40010E9CD /* Release */,
|
||
|
);
|
||
|
defaultConfigurationIsVisible = 0;
|
||
|
defaultConfigurationName = Release;
|
||
|
};
|
||
|
/* End XCConfigurationList section */
|
||
|
};
|
||
|
rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
|
||
|
}
|