mirror of https://github.com/BOINC/boinc.git
439 lines
18 KiB
Plaintext
439 lines
18 KiB
Plaintext
// !$*UTF8*$!
|
|
{
|
|
archiveVersion = 1;
|
|
classes = {
|
|
};
|
|
objectVersion = 45;
|
|
objects = {
|
|
|
|
/* Begin PBXAggregateTarget section */
|
|
DDF95AF415AD8A54004AD167 /* Build_All */ = {
|
|
isa = PBXAggregateTarget;
|
|
buildConfigurationList = DDF95AF715AD8A54004AD167 /* Build configuration list for PBXAggregateTarget "Build_All" */;
|
|
buildPhases = (
|
|
);
|
|
dependencies = (
|
|
DDF95AFA15AD8A65004AD167 /* PBXTargetDependency */,
|
|
DDF95AFC15AD8A65004AD167 /* PBXTargetDependency */,
|
|
);
|
|
name = Build_All;
|
|
productName = Build_All;
|
|
};
|
|
/* End PBXAggregateTarget section */
|
|
|
|
/* Begin PBXBuildFile section */
|
|
DD3B677C140CF9470088683F /* vboxwrapper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DD90CEA0140CAB3D0074CF46 /* vboxwrapper.cpp */; };
|
|
DD52C39614A2D73900FC2A32 /* floppyio.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DD52C39414A2D73900FC2A32 /* floppyio.cpp */; };
|
|
DD52C39814A2D75900FC2A32 /* floppyio.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DD52C39414A2D73900FC2A32 /* floppyio.cpp */; };
|
|
DD90CEA2140CAB3D0074CF46 /* vboxwrapper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DD90CEA0140CAB3D0074CF46 /* vboxwrapper.cpp */; };
|
|
DDC81AEF1A688808000D8CEA /* vbox_common.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DDC81AED1A688808000D8CEA /* vbox_common.cpp */; };
|
|
DDC81AF01A688808000D8CEA /* vbox_common.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DDC81AED1A688808000D8CEA /* vbox_common.cpp */; };
|
|
DDC81AF51A68884B000D8CEA /* vboxjob.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DDC81AF11A68884B000D8CEA /* vboxjob.cpp */; };
|
|
DDC81AF61A68884B000D8CEA /* vboxjob.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DDC81AF11A68884B000D8CEA /* vboxjob.cpp */; };
|
|
DDC81AF71A68884B000D8CEA /* vboxcheckpoint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DDC81AF31A68884B000D8CEA /* vboxcheckpoint.cpp */; };
|
|
DDC81AF81A68884B000D8CEA /* vboxcheckpoint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DDC81AF31A68884B000D8CEA /* vboxcheckpoint.cpp */; };
|
|
DDC81AFA1A6888A7000D8CEA /* vbox_vboxmanage.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DDC81AF91A6888A7000D8CEA /* vbox_vboxmanage.cpp */; };
|
|
DDC81AFB1A6888A7000D8CEA /* vbox_vboxmanage.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DDC81AF91A6888A7000D8CEA /* vbox_vboxmanage.cpp */; };
|
|
DDC81B021A688939000D8CEA /* vboxlogging.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DDC81AFD1A688939000D8CEA /* vboxlogging.cpp */; };
|
|
DDC81B031A688939000D8CEA /* vboxlogging.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DDC81AFD1A688939000D8CEA /* vboxlogging.cpp */; };
|
|
/* End PBXBuildFile section */
|
|
|
|
/* Begin PBXContainerItemProxy section */
|
|
DDF95AF915AD8A65004AD167 /* PBXContainerItemProxy */ = {
|
|
isa = PBXContainerItemProxy;
|
|
containerPortal = 08FB7793FE84155DC02AAC07 /* Project object */;
|
|
proxyType = 1;
|
|
remoteGlobalIDString = 8DD76FA90486AB0100D96B5E;
|
|
remoteInfo = vboxwrapper_i686;
|
|
};
|
|
DDF95AFB15AD8A65004AD167 /* PBXContainerItemProxy */ = {
|
|
isa = PBXContainerItemProxy;
|
|
containerPortal = 08FB7793FE84155DC02AAC07 /* Project object */;
|
|
proxyType = 1;
|
|
remoteGlobalIDString = DD3B6779140CF9470088683F;
|
|
remoteInfo = vboxwrapper_x86_64;
|
|
};
|
|
/* End PBXContainerItemProxy section */
|
|
|
|
/* Begin PBXFileReference section */
|
|
8DD76FB20486AB0100D96B5E /* vboxwrapper_i686 */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = vboxwrapper_i686; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
DD3B6783140CF9470088683F /* vboxwrapper_x86_64 */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = vboxwrapper_x86_64; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
DD52C39414A2D73900FC2A32 /* floppyio.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = floppyio.cpp; sourceTree = "<group>"; };
|
|
DD52C39514A2D73900FC2A32 /* floppyio.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = floppyio.h; sourceTree = "<group>"; };
|
|
DD90CEA0140CAB3D0074CF46 /* vboxwrapper.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = vboxwrapper.cpp; sourceTree = SOURCE_ROOT; };
|
|
DDC81AED1A688808000D8CEA /* vbox_common.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = vbox_common.cpp; sourceTree = "<group>"; };
|
|
DDC81AEE1A688808000D8CEA /* vbox_common.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vbox_common.h; sourceTree = "<group>"; };
|
|
DDC81AF11A68884B000D8CEA /* vboxjob.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = vboxjob.cpp; sourceTree = "<group>"; };
|
|
DDC81AF21A68884B000D8CEA /* vboxjob.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vboxjob.h; sourceTree = "<group>"; };
|
|
DDC81AF31A68884B000D8CEA /* vboxcheckpoint.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = vboxcheckpoint.cpp; sourceTree = "<group>"; };
|
|
DDC81AF41A68884B000D8CEA /* vboxcheckpoint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vboxcheckpoint.h; sourceTree = "<group>"; };
|
|
DDC81AF91A6888A7000D8CEA /* vbox_vboxmanage.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = vbox_vboxmanage.cpp; sourceTree = "<group>"; };
|
|
DDC81AFC1A688902000D8CEA /* vbox_vboxmanage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vbox_vboxmanage.h; sourceTree = "<group>"; };
|
|
DDC81AFD1A688939000D8CEA /* vboxlogging.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = vboxlogging.cpp; sourceTree = "<group>"; };
|
|
DDC81B001A688939000D8CEA /* vboxlogging.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vboxlogging.h; sourceTree = "<group>"; };
|
|
DDC81B011A688939000D8CEA /* vboxwrapper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vboxwrapper.h; sourceTree = "<group>"; };
|
|
/* End PBXFileReference section */
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
8DD76FAD0486AB0100D96B5E /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
DD3B677D140CF9470088683F /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXFrameworksBuildPhase section */
|
|
|
|
/* Begin PBXGroup section */
|
|
08FB7794FE84155DC02AAC07 /* vboxwrapper */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
08FB7795FE84155DC02AAC07 /* Source */,
|
|
1AB674ADFE9D54B511CA2CBB /* Products */,
|
|
);
|
|
name = vboxwrapper;
|
|
sourceTree = "<group>";
|
|
};
|
|
08FB7795FE84155DC02AAC07 /* Source */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
DD90CEA0140CAB3D0074CF46 /* vboxwrapper.cpp */,
|
|
DDC81B011A688939000D8CEA /* vboxwrapper.h */,
|
|
DDC81AFD1A688939000D8CEA /* vboxlogging.cpp */,
|
|
DDC81B001A688939000D8CEA /* vboxlogging.h */,
|
|
DDC81AF91A6888A7000D8CEA /* vbox_vboxmanage.cpp */,
|
|
DDC81AFC1A688902000D8CEA /* vbox_vboxmanage.h */,
|
|
DDC81AF11A68884B000D8CEA /* vboxjob.cpp */,
|
|
DDC81AF21A68884B000D8CEA /* vboxjob.h */,
|
|
DDC81AF31A68884B000D8CEA /* vboxcheckpoint.cpp */,
|
|
DDC81AF41A68884B000D8CEA /* vboxcheckpoint.h */,
|
|
DDC81AED1A688808000D8CEA /* vbox_common.cpp */,
|
|
DDC81AEE1A688808000D8CEA /* vbox_common.h */,
|
|
DD52C39414A2D73900FC2A32 /* floppyio.cpp */,
|
|
DD52C39514A2D73900FC2A32 /* floppyio.h */,
|
|
);
|
|
name = Source;
|
|
sourceTree = "<group>";
|
|
};
|
|
1AB674ADFE9D54B511CA2CBB /* Products */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
8DD76FB20486AB0100D96B5E /* vboxwrapper_i686 */,
|
|
DD3B6783140CF9470088683F /* vboxwrapper_x86_64 */,
|
|
);
|
|
name = Products;
|
|
sourceTree = "<group>";
|
|
};
|
|
/* End PBXGroup section */
|
|
|
|
/* Begin PBXNativeTarget section */
|
|
8DD76FA90486AB0100D96B5E /* vboxwrapper_i686 */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = 1DEB928508733DD80010E9CD /* Build configuration list for PBXNativeTarget "vboxwrapper_i686" */;
|
|
buildPhases = (
|
|
8DD76FAB0486AB0100D96B5E /* Sources */,
|
|
8DD76FAD0486AB0100D96B5E /* Frameworks */,
|
|
DDB350191421FB6C00EF2DFC /* ShellScript */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
);
|
|
name = vboxwrapper_i686;
|
|
productInstallPath = "$(HOME)/bin";
|
|
productName = vboxwrapper;
|
|
productReference = 8DD76FB20486AB0100D96B5E /* vboxwrapper_i686 */;
|
|
productType = "com.apple.product-type.tool";
|
|
};
|
|
DD3B6779140CF9470088683F /* vboxwrapper_x86_64 */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = DD3B677F140CF9470088683F /* Build configuration list for PBXNativeTarget "vboxwrapper_x86_64" */;
|
|
buildPhases = (
|
|
DD3B677A140CF9470088683F /* Sources */,
|
|
DD3B677D140CF9470088683F /* Frameworks */,
|
|
DDB3501A1421FBF000EF2DFC /* ShellScript */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
);
|
|
name = vboxwrapper_x86_64;
|
|
productInstallPath = "$(HOME)/bin";
|
|
productName = vboxwrapper;
|
|
productReference = DD3B6783140CF9470088683F /* vboxwrapper_x86_64 */;
|
|
productType = "com.apple.product-type.tool";
|
|
};
|
|
/* End PBXNativeTarget section */
|
|
|
|
/* Begin PBXProject section */
|
|
08FB7793FE84155DC02AAC07 /* Project object */ = {
|
|
isa = PBXProject;
|
|
attributes = {
|
|
};
|
|
buildConfigurationList = 1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "vboxwrapper" */;
|
|
compatibilityVersion = "Xcode 3.1";
|
|
developmentRegion = English;
|
|
hasScannedForEncodings = 1;
|
|
knownRegions = (
|
|
English,
|
|
Japanese,
|
|
French,
|
|
German,
|
|
);
|
|
mainGroup = 08FB7794FE84155DC02AAC07 /* vboxwrapper */;
|
|
projectDirPath = "";
|
|
projectRoot = "";
|
|
targets = (
|
|
DDF95AF415AD8A54004AD167 /* Build_All */,
|
|
8DD76FA90486AB0100D96B5E /* vboxwrapper_i686 */,
|
|
DD3B6779140CF9470088683F /* vboxwrapper_x86_64 */,
|
|
);
|
|
};
|
|
/* End PBXProject section */
|
|
|
|
/* Begin PBXShellScriptBuildPhase section */
|
|
DDB350191421FB6C00EF2DFC /* ShellScript */ = {
|
|
isa = PBXShellScriptBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
inputPaths = (
|
|
);
|
|
outputPaths = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
shellPath = /bin/sh;
|
|
shellScript = "mkdir -p \"${SRCROOT}/build/${CONFIGURATION}\"\nif [ \"${BUILT_PRODUCTS_DIR}/${PRODUCT_NAME}\" -nt \"${SRCROOT}/build/${CONFIGURATION}/${PRODUCT_NAME}\" ]; then\n cp -fp \"${BUILT_PRODUCTS_DIR}/${PRODUCT_NAME}\" \"${SRCROOT}/build/${CONFIGURATION}/${PRODUCT_NAME}\"\n if [ \"$CONFIGURATION\" = \"Release\" ]; then\n rm -fR \"${SRCROOT}/build/${CONFIGURATION}/${PRODUCT_NAME}.dSYM\"\n cp -fpR \"${BUILT_PRODUCTS_DIR}/${PRODUCT_NAME}.dSYM\" \"${SRCROOT}/build/${CONFIGURATION}/${PRODUCT_NAME}.dSYM\"\n fi\nfi\n";
|
|
};
|
|
DDB3501A1421FBF000EF2DFC /* ShellScript */ = {
|
|
isa = PBXShellScriptBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
inputPaths = (
|
|
);
|
|
outputPaths = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
shellPath = /bin/sh;
|
|
shellScript = "mkdir -p \"${SRCROOT}/build/${CONFIGURATION}\"\nif [ \"${BUILT_PRODUCTS_DIR}/${PRODUCT_NAME}\" -nt \"${SRCROOT}/build/${CONFIGURATION}/${PRODUCT_NAME}\" ]; then\n cp -fp \"${BUILT_PRODUCTS_DIR}/${PRODUCT_NAME}\" \"${SRCROOT}/build/${CONFIGURATION}/${PRODUCT_NAME}\"\n if [ \"$CONFIGURATION\" = \"Release\" ]; then\n rm -fR \"${SRCROOT}/build/${CONFIGURATION}/${PRODUCT_NAME}.dSYM\"\n cp -fpR \"${BUILT_PRODUCTS_DIR}/${PRODUCT_NAME}.dSYM\" \"${SRCROOT}/build/${CONFIGURATION}/${PRODUCT_NAME}.dSYM\"\n fi\nfi\n";
|
|
};
|
|
/* End PBXShellScriptBuildPhase section */
|
|
|
|
/* Begin PBXSourcesBuildPhase section */
|
|
8DD76FAB0486AB0100D96B5E /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
DD90CEA2140CAB3D0074CF46 /* vboxwrapper.cpp in Sources */,
|
|
DD52C39614A2D73900FC2A32 /* floppyio.cpp in Sources */,
|
|
DDC81AF51A68884B000D8CEA /* vboxjob.cpp in Sources */,
|
|
DDC81AEF1A688808000D8CEA /* vbox_common.cpp in Sources */,
|
|
DDC81B021A688939000D8CEA /* vboxlogging.cpp in Sources */,
|
|
DDC81AFA1A6888A7000D8CEA /* vbox_vboxmanage.cpp in Sources */,
|
|
DDC81AF71A68884B000D8CEA /* vboxcheckpoint.cpp in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
DD3B677A140CF9470088683F /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
DD3B677C140CF9470088683F /* vboxwrapper.cpp in Sources */,
|
|
DD52C39814A2D75900FC2A32 /* floppyio.cpp in Sources */,
|
|
DDC81AF61A68884B000D8CEA /* vboxjob.cpp in Sources */,
|
|
DDC81AF01A688808000D8CEA /* vbox_common.cpp in Sources */,
|
|
DDC81B031A688939000D8CEA /* vboxlogging.cpp in Sources */,
|
|
DDC81AFB1A6888A7000D8CEA /* vbox_vboxmanage.cpp in Sources */,
|
|
DDC81AF81A68884B000D8CEA /* vboxcheckpoint.cpp in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXSourcesBuildPhase section */
|
|
|
|
/* Begin PBXTargetDependency section */
|
|
DDF95AFA15AD8A65004AD167 /* PBXTargetDependency */ = {
|
|
isa = PBXTargetDependency;
|
|
target = 8DD76FA90486AB0100D96B5E /* vboxwrapper_i686 */;
|
|
targetProxy = DDF95AF915AD8A65004AD167 /* PBXContainerItemProxy */;
|
|
};
|
|
DDF95AFC15AD8A65004AD167 /* PBXTargetDependency */ = {
|
|
isa = PBXTargetDependency;
|
|
target = DD3B6779140CF9470088683F /* vboxwrapper_x86_64 */;
|
|
targetProxy = DDF95AFB15AD8A65004AD167 /* PBXContainerItemProxy */;
|
|
};
|
|
/* End PBXTargetDependency section */
|
|
|
|
/* Begin XCBuildConfiguration section */
|
|
1DEB928608733DD80010E9CD /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
PRODUCT_NAME = vboxwrapper_i686;
|
|
USER_HEADER_SEARCH_PATHS = ../../clientgui/mac;
|
|
};
|
|
name = Debug;
|
|
};
|
|
1DEB928708733DD80010E9CD /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
PRODUCT_NAME = vboxwrapper_i686;
|
|
USER_HEADER_SEARCH_PATHS = ../../clientgui/mac;
|
|
};
|
|
name = Release;
|
|
};
|
|
1DEB928A08733DD80010E9CD /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ARCHS = i386;
|
|
COPY_PHASE_STRIP = NO;
|
|
DEBUG_INFORMATION_FORMAT = dwarf;
|
|
GCC_ENABLE_SYMBOL_SEPARATION = NO;
|
|
GCC_INLINES_ARE_PRIVATE_EXTERN = YES;
|
|
GCC_OPTIMIZATION_LEVEL = 0;
|
|
GCC_SYMBOLS_PRIVATE_EXTERN = YES;
|
|
GCC_VERSION = "";
|
|
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
HEADER_SEARCH_PATHS = (
|
|
../../clientgui/mac,
|
|
../../lib,
|
|
../../api,
|
|
../..,
|
|
);
|
|
LIBRARY_SEARCH_PATHS = "../../mac_build/build/Development/**";
|
|
MACOSX_DEPLOYMENT_TARGET = 10.4;
|
|
OTHER_CFLAGS = (
|
|
"-DMAC_OS_X_VERSION_MAX_ALLOWED=1040",
|
|
"-DMAC_OS_X_VERSION_MIN_REQUIRED=1040",
|
|
);
|
|
OTHER_LDFLAGS = (
|
|
"-lboinc_api",
|
|
"-lboinc",
|
|
);
|
|
PREBINDING = NO;
|
|
PRODUCT_NAME = vboxwrapper;
|
|
SDKROOT = macosx;
|
|
STRIP_INSTALLED_PRODUCT = NO;
|
|
};
|
|
name = Debug;
|
|
};
|
|
1DEB928B08733DD80010E9CD /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ARCHS = i386;
|
|
COPY_PHASE_STRIP = NO;
|
|
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
|
GCC_DYNAMIC_NO_PIC = YES;
|
|
GCC_ENABLE_SYMBOL_SEPARATION = NO;
|
|
GCC_INLINES_ARE_PRIVATE_EXTERN = YES;
|
|
GCC_SYMBOLS_PRIVATE_EXTERN = YES;
|
|
GCC_VERSION = "";
|
|
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
HEADER_SEARCH_PATHS = (
|
|
../../clientgui/mac,
|
|
../../lib,
|
|
../../api,
|
|
../..,
|
|
);
|
|
LIBRARY_SEARCH_PATHS = "../../mac_build/build/Deployment/**";
|
|
MACOSX_DEPLOYMENT_TARGET = 10.4;
|
|
OTHER_CFLAGS = (
|
|
"-DMAC_OS_X_VERSION_MAX_ALLOWED=1040",
|
|
"-DMAC_OS_X_VERSION_MIN_REQUIRED=1040",
|
|
);
|
|
OTHER_LDFLAGS = (
|
|
"-lboinc_api",
|
|
"-lboinc",
|
|
);
|
|
PREBINDING = NO;
|
|
PRIVATE_HEADERS_FOLDER_PATH = "";
|
|
PRODUCT_NAME = vboxwrapper;
|
|
SDKROOT = macosx;
|
|
STRIP_INSTALLED_PRODUCT = YES;
|
|
};
|
|
name = Release;
|
|
};
|
|
DD3B6780140CF9470088683F /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
|
|
PRODUCT_NAME = vboxwrapper_x86_64;
|
|
USER_HEADER_SEARCH_PATHS = ../../clientgui/mac;
|
|
};
|
|
name = Debug;
|
|
};
|
|
DD3B6781140CF9470088683F /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
|
|
PRODUCT_NAME = vboxwrapper_x86_64;
|
|
USER_HEADER_SEARCH_PATHS = ../../clientgui/mac;
|
|
};
|
|
name = Release;
|
|
};
|
|
DDF95AF515AD8A54004AD167 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
};
|
|
name = Debug;
|
|
};
|
|
DDF95AF615AD8A54004AD167 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
};
|
|
name = Release;
|
|
};
|
|
/* End XCBuildConfiguration section */
|
|
|
|
/* Begin XCConfigurationList section */
|
|
1DEB928508733DD80010E9CD /* Build configuration list for PBXNativeTarget "vboxwrapper_i686" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
1DEB928608733DD80010E9CD /* Debug */,
|
|
1DEB928708733DD80010E9CD /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "vboxwrapper" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
1DEB928A08733DD80010E9CD /* Debug */,
|
|
1DEB928B08733DD80010E9CD /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
DD3B677F140CF9470088683F /* Build configuration list for PBXNativeTarget "vboxwrapper_x86_64" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
DD3B6780140CF9470088683F /* Debug */,
|
|
DD3B6781140CF9470088683F /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
DDF95AF715AD8A54004AD167 /* Build configuration list for PBXAggregateTarget "Build_All" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
DDF95AF515AD8A54004AD167 /* Debug */,
|
|
DDF95AF615AD8A54004AD167 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
/* End XCConfigurationList section */
|
|
};
|
|
rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
|
|
}
|