mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-11-15 14:58:49 +00:00
Fixed bug 2802 - [patch] Fix android build compiling in wrong filesystem implementation
Jonas Kulla The configure script didn't differentiate between Linux and Android, unconditionally compiling in the unix implementation of SDL_sysfilesystem.c. I'm probably one of the very few people building SDL for android using classic configure + standalone toolchain, so this has gone undetected all along.
This commit is contained in:
455
premake/Xcode/Xcode4/tests/checkkeys/checkkeys.xcodeproj/project.pbxproj
Executable file
455
premake/Xcode/Xcode4/tests/checkkeys/checkkeys.xcodeproj/project.pbxproj
Executable file
@@ -0,0 +1,455 @@
|
||||
// !$*UTF8*$!
|
||||
{
|
||||
archiveVersion = 1;
|
||||
classes = {
|
||||
};
|
||||
objectVersion = 45;
|
||||
objects = {
|
||||
|
||||
/* Begin PBXBuildFile section */
|
||||
43D02D135F812B704E4136A3 /* checkkeys.c in Sources */ = {isa = PBXBuildFile; fileRef = 773976867BB829370CD05E01 /* checkkeys.c */; };
|
||||
4343688F1E8F4E1825990D98 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0760667F301569FB00EF0C55 /* AudioToolbox.framework */; };
|
||||
32F44FA37049035E1F472941 /* AudioUnit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7AC65EDC7AFC56BC59862922 /* AudioUnit.framework */; };
|
||||
744A587E6D44235D47AC097C /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2016348B15CE260B43B33CC2 /* Cocoa.framework */; };
|
||||
61D0274E10FC2FB65B2C427E /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 659A685136A712C0120E057B /* CoreAudio.framework */; };
|
||||
31DD54C5034220C305E04E4C /* IOKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7A4548E141BD0A361BD95B5C /* IOKit.framework */; };
|
||||
79DA5BB44524513268EF3B06 /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6CAF6C2E74634EE5591C46D3 /* Carbon.framework */; };
|
||||
1C3221C924AC32E243E5079E /* ForceFeedback.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2D224D166B763D357C3E5B37 /* ForceFeedback.framework */; };
|
||||
1FCE3E26640126126F1D0FE8 /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 37C2479123945F1E4F744D93 /* CoreFoundation.framework */; };
|
||||
0514021F5403260313AC4153 /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7B67383C20F97B7E42CA1178 /* OpenGL.framework */; };
|
||||
7D8B310754194985549E60A3 /* libSDL2main.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 425D7AD611272FFA004A11B8 /* libSDL2main.a */; };
|
||||
7C0F65C318167FBD0CC62AEB /* libSDL2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 2CB32BF2534E4CD3676B5825 /* libSDL2.a */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXContainerItemProxy section */
|
||||
2B4C0D3524F01F8638C52973 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 7914359E3D526A935AFB405F /* SDL2main.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = 0FF7291B375C79BC57696B66;
|
||||
remoteInfo = "libSDL2main.a";
|
||||
};
|
||||
77247127415879E427243E6D /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 7914359E3D526A935AFB405F /* SDL2main.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = 1BAE4A0A77462FDC330812A3;
|
||||
remoteInfo = "libSDL2main.a";
|
||||
};
|
||||
776E76D6669E1CF32E9D662B /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 7B7B4ECE6C2C6D166E0810A8 /* SDL2.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = 5E6D56F6655337845A3C44C3;
|
||||
remoteInfo = "libSDL2.a";
|
||||
};
|
||||
397A03A224E224F17A45767A /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 7B7B4ECE6C2C6D166E0810A8 /* SDL2.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = 7E6A7BC23CFD134274963645;
|
||||
remoteInfo = "libSDL2.a";
|
||||
};
|
||||
/* End PBXContainerItemProxy section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
773976867BB829370CD05E01 /* checkkeys.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "checkkeys.c"; path = "../../../../../test/checkkeys.c"; sourceTree = "<group>"; };
|
||||
0760667F301569FB00EF0C55 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "AudioToolbox.framework"; path = "/System/Library/Frameworks/AudioToolbox.framework"; sourceTree = "<absolute>"; };
|
||||
7AC65EDC7AFC56BC59862922 /* AudioUnit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "AudioUnit.framework"; path = "/System/Library/Frameworks/AudioUnit.framework"; sourceTree = "<absolute>"; };
|
||||
2016348B15CE260B43B33CC2 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "Cocoa.framework"; path = "/System/Library/Frameworks/Cocoa.framework"; sourceTree = "<absolute>"; };
|
||||
659A685136A712C0120E057B /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreAudio.framework"; path = "/System/Library/Frameworks/CoreAudio.framework"; sourceTree = "<absolute>"; };
|
||||
7A4548E141BD0A361BD95B5C /* IOKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "IOKit.framework"; path = "/System/Library/Frameworks/IOKit.framework"; sourceTree = "<absolute>"; };
|
||||
6CAF6C2E74634EE5591C46D3 /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "Carbon.framework"; path = "/System/Library/Frameworks/Carbon.framework"; sourceTree = "<absolute>"; };
|
||||
2D224D166B763D357C3E5B37 /* ForceFeedback.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "ForceFeedback.framework"; path = "/System/Library/Frameworks/ForceFeedback.framework"; sourceTree = "<absolute>"; };
|
||||
37C2479123945F1E4F744D93 /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreFoundation.framework"; path = "/System/Library/Frameworks/CoreFoundation.framework"; sourceTree = "<absolute>"; };
|
||||
7B67383C20F97B7E42CA1178 /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "OpenGL.framework"; path = "/System/Library/Frameworks/OpenGL.framework"; sourceTree = "<absolute>"; };
|
||||
09F73F3138895CE8117B44E7 /* checkkeys */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; name = "checkkeys"; path = "checkkeys"; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
7914359E3D526A935AFB405F /* SDL2main.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "SDL2main.xcodeproj"; path = "../../SDL2main/SDL2main.xcodeproj"; sourceTree = SOURCE_ROOT; };
|
||||
7B7B4ECE6C2C6D166E0810A8 /* SDL2.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "SDL2.xcodeproj"; path = "../../SDL2/SDL2.xcodeproj"; sourceTree = SOURCE_ROOT; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
/* Begin PBXFrameworksBuildPhase section */
|
||||
3C6F22E43BF169E7536C03E5 /* Frameworks */ = {
|
||||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
4343688F1E8F4E1825990D98 /* AudioToolbox.framework in Frameworks */,
|
||||
32F44FA37049035E1F472941 /* AudioUnit.framework in Frameworks */,
|
||||
744A587E6D44235D47AC097C /* Cocoa.framework in Frameworks */,
|
||||
61D0274E10FC2FB65B2C427E /* CoreAudio.framework in Frameworks */,
|
||||
31DD54C5034220C305E04E4C /* IOKit.framework in Frameworks */,
|
||||
79DA5BB44524513268EF3B06 /* Carbon.framework in Frameworks */,
|
||||
1C3221C924AC32E243E5079E /* ForceFeedback.framework in Frameworks */,
|
||||
1FCE3E26640126126F1D0FE8 /* CoreFoundation.framework in Frameworks */,
|
||||
0514021F5403260313AC4153 /* OpenGL.framework in Frameworks */,
|
||||
7D8B310754194985549E60A3 /* libSDL2main.a in Frameworks */,
|
||||
7C0F65C318167FBD0CC62AEB /* libSDL2.a in Frameworks */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXFrameworksBuildPhase section */
|
||||
|
||||
/* Begin PBXGroup section */
|
||||
1DB00E3B438D0BCF4D66082C /* checkkeys */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
3F2A7CF343DC4B5A2BDA21B1 /* test */,
|
||||
3F091A9F766E48022C1D5E3B /* Frameworks */,
|
||||
4C9910EA317C6EC7089325BD /* Products */,
|
||||
57D252150E17207B0B9D0BCB /* Projects */,
|
||||
);
|
||||
name = "checkkeys";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
3F2A7CF343DC4B5A2BDA21B1 /* test */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
773976867BB829370CD05E01 /* checkkeys.c */,
|
||||
);
|
||||
name = "test";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
3F091A9F766E48022C1D5E3B /* Frameworks */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
0760667F301569FB00EF0C55 /* AudioToolbox.framework */,
|
||||
7AC65EDC7AFC56BC59862922 /* AudioUnit.framework */,
|
||||
2016348B15CE260B43B33CC2 /* Cocoa.framework */,
|
||||
659A685136A712C0120E057B /* CoreAudio.framework */,
|
||||
7A4548E141BD0A361BD95B5C /* IOKit.framework */,
|
||||
6CAF6C2E74634EE5591C46D3 /* Carbon.framework */,
|
||||
2D224D166B763D357C3E5B37 /* ForceFeedback.framework */,
|
||||
37C2479123945F1E4F744D93 /* CoreFoundation.framework */,
|
||||
7B67383C20F97B7E42CA1178 /* OpenGL.framework */,
|
||||
);
|
||||
name = "Frameworks";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
4C9910EA317C6EC7089325BD /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
09F73F3138895CE8117B44E7 /* checkkeys */,
|
||||
);
|
||||
name = "Products";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
57D252150E17207B0B9D0BCB /* Projects */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
7914359E3D526A935AFB405F /* SDL2main.xcodeproj */,
|
||||
7B7B4ECE6C2C6D166E0810A8 /* SDL2.xcodeproj */,
|
||||
);
|
||||
name = "Projects";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
521C394319F405D0271979FC /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
425D7AD611272FFA004A11B8 /* libSDL2main.a */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
46F865621ED2205025694603 /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
2CB32BF2534E4CD3676B5825 /* libSDL2.a */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* End PBXGroup section */
|
||||
|
||||
/* Begin PBXNativeTarget section */
|
||||
54AB3FA030254F7A10867DEE /* checkkeys */ = {
|
||||
isa = PBXNativeTarget;
|
||||
buildConfigurationList = 2C2C389844093371468F0516 /* Build configuration list for PBXNativeTarget "checkkeys" */;
|
||||
buildPhases = (
|
||||
14EB094078FE24875822544E /* Resources */,
|
||||
0068458C240703BF2724388F /* Sources */,
|
||||
3C6F22E43BF169E7536C03E5 /* Frameworks */,
|
||||
);
|
||||
buildRules = (
|
||||
);
|
||||
dependencies = (
|
||||
029F4DE51ED1639028474F14 /* PBXTargetDependency */,
|
||||
4B351B17118812DC449878F6 /* PBXTargetDependency */,
|
||||
);
|
||||
name = "checkkeys";
|
||||
productInstallPath = "$(HOME)/bin";
|
||||
productName = "checkkeys";
|
||||
productReference = 09F73F3138895CE8117B44E7 /* checkkeys */;
|
||||
productType = "com.apple.product-type.tool";
|
||||
};
|
||||
/* End PBXNativeTarget section */
|
||||
|
||||
/* Begin PBXProject section */
|
||||
08FB7793FE84155DC02AAC07 /* Project object */ = {
|
||||
isa = PBXProject;
|
||||
buildConfigurationList = 1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "checkkeys" */;
|
||||
compatibilityVersion = "Xcode 3.2";
|
||||
hasScannedForEncodings = 1;
|
||||
mainGroup = 1DB00E3B438D0BCF4D66082C /* checkkeys */;
|
||||
projectDirPath = "";
|
||||
projectReferences = (
|
||||
{
|
||||
ProductGroup = 521C394319F405D0271979FC /* Products */;
|
||||
ProjectRef = 7914359E3D526A935AFB405F /* SDL2main.xcodeproj */;
|
||||
},
|
||||
{
|
||||
ProductGroup = 46F865621ED2205025694603 /* Products */;
|
||||
ProjectRef = 7B7B4ECE6C2C6D166E0810A8 /* SDL2.xcodeproj */;
|
||||
},
|
||||
);
|
||||
projectRoot = "";
|
||||
targets = (
|
||||
54AB3FA030254F7A10867DEE /* checkkeys */,
|
||||
);
|
||||
};
|
||||
/* End PBXProject section */
|
||||
|
||||
/* Begin PBXReferenceProxy section */
|
||||
425D7AD611272FFA004A11B8 /* libSDL2main.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
path = "Build/Debug/libSDL2main.a";
|
||||
remoteRef = 2B4C0D3524F01F8638C52973 /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
2CB32BF2534E4CD3676B5825 /* libSDL2.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
path = "Build/Debug/libSDL2.a";
|
||||
remoteRef = 776E76D6669E1CF32E9D662B /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
/* End PBXReferenceProxy section */
|
||||
|
||||
/* Begin PBXResourcesBuildPhase section */
|
||||
14EB094078FE24875822544E /* Resources */ = {
|
||||
isa = PBXResourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXResourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXSourcesBuildPhase section */
|
||||
0068458C240703BF2724388F /* Sources */ = {
|
||||
isa = PBXSourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
43D02D135F812B704E4136A3 /* checkkeys.c in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXSourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXVariantGroup section */
|
||||
/* End PBXVariantGroup section */
|
||||
|
||||
/* Begin PBXTargetDependency section */
|
||||
029F4DE51ED1639028474F14 /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = "libSDL2main.a";
|
||||
targetProxy = 77247127415879E427243E6D /* PBXContainerItemProxy */;
|
||||
};
|
||||
4B351B17118812DC449878F6 /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = "libSDL2.a";
|
||||
targetProxy = 397A03A224E224F17A45767A /* PBXContainerItemProxy */;
|
||||
};
|
||||
/* End PBXTargetDependency section */
|
||||
|
||||
/* Begin XCBuildConfiguration section */
|
||||
01FD1D8C7B7D4BCC79263DF0 /* Debug Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
CONFIGURATION_BUILD_DIR = Build/Debug;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "checkkeys";
|
||||
};
|
||||
name = "Debug Universal";
|
||||
};
|
||||
3009502C08E1160B647A3AD5 /* Debug Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
CONFIGURATION_BUILD_DIR = Build/Debug;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "checkkeys";
|
||||
};
|
||||
name = "Debug Native";
|
||||
};
|
||||
6F471F4A53E114A830196B1B /* Release Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
CONFIGURATION_BUILD_DIR = Build/Release;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "checkkeys";
|
||||
};
|
||||
name = "Release Universal";
|
||||
};
|
||||
40140EAE4AD91C1347D046C8 /* Release Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
CONFIGURATION_BUILD_DIR = Build/Release;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "checkkeys";
|
||||
};
|
||||
name = "Release Native";
|
||||
};
|
||||
0C3103FB0D8C12D623E40BC8 /* Debug Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
COPY_PHASE_STRIP = NO;
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"_DEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Universal/Debug";
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
SYMROOT = "Build/Debug";
|
||||
};
|
||||
name = "Debug Universal";
|
||||
};
|
||||
294B28556D814C54408E45AF /* Debug Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(NATIVE_ARCH_ACTUAL)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
COPY_PHASE_STRIP = NO;
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"_DEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Debug";
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
SYMROOT = "Build/Debug";
|
||||
};
|
||||
name = "Debug Native";
|
||||
};
|
||||
67DC283E209E17833F1D46A0 /* Release Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 3;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"NDEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Universal/Release";
|
||||
ONLY_ACTIVE_ARCH = NO;
|
||||
SYMROOT = "Build/Release";
|
||||
};
|
||||
name = "Release Universal";
|
||||
};
|
||||
295928DD45FA446D62A62923 /* Release Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(NATIVE_ARCH_ACTUAL)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 3;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"NDEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Release";
|
||||
ONLY_ACTIVE_ARCH = NO;
|
||||
SYMROOT = "Build/Release";
|
||||
};
|
||||
name = "Release Native";
|
||||
};
|
||||
/* End XCBuildConfiguration section */
|
||||
|
||||
/* Begin XCConfigurationList section */
|
||||
2C2C389844093371468F0516 /* Build configuration list for PBXNativeTarget "checkkeys" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
01FD1D8C7B7D4BCC79263DF0 /* Debug Universal */,
|
||||
3009502C08E1160B647A3AD5 /* Debug Native */,
|
||||
6F471F4A53E114A830196B1B /* Release Universal */,
|
||||
40140EAE4AD91C1347D046C8 /* Release Native */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = "Debug Universal";
|
||||
};
|
||||
1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "checkkeys" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
0C3103FB0D8C12D623E40BC8 /* Debug Universal */,
|
||||
294B28556D814C54408E45AF /* Debug Native */,
|
||||
67DC283E209E17833F1D46A0 /* Release Universal */,
|
||||
295928DD45FA446D62A62923 /* Release Native */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = "Debug Universal";
|
||||
};
|
||||
/* End XCConfigurationList section */
|
||||
|
||||
};
|
||||
rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
|
||||
}
|
||||
472
premake/Xcode/Xcode4/tests/loopwave/loopwave.xcodeproj/project.pbxproj
Executable file
472
premake/Xcode/Xcode4/tests/loopwave/loopwave.xcodeproj/project.pbxproj
Executable file
@@ -0,0 +1,472 @@
|
||||
// !$*UTF8*$!
|
||||
{
|
||||
archiveVersion = 1;
|
||||
classes = {
|
||||
};
|
||||
objectVersion = 45;
|
||||
objects = {
|
||||
|
||||
/* Begin PBXBuildFile section */
|
||||
166A40A11B46210D65765380 /* loopwave.c in Sources */ = {isa = PBXBuildFile; fileRef = 678D151462E007225B785C96 /* loopwave.c */; };
|
||||
13D670480C8102E91EAC3F64 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3FF775E052DF64213AA74EA8 /* AudioToolbox.framework */; };
|
||||
339107F849BB41445F426738 /* AudioUnit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 41911CCC2E016FAF4C7B5D0F /* AudioUnit.framework */; };
|
||||
06757DA97D4B478C59C314CD /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4C9302C90E6D16843F9D6776 /* Cocoa.framework */; };
|
||||
09893064365936E7059C57B2 /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 34F36C7058A772A8121150A7 /* CoreAudio.framework */; };
|
||||
7F37228D06935DE9294F42F9 /* IOKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 17FA2D2641DB428349235033 /* IOKit.framework */; };
|
||||
73BF1A9D3FD970A17E234500 /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 18564BEC7C24477639DE40D7 /* Carbon.framework */; };
|
||||
4B2E46097E6B4CEC44AD44DF /* ForceFeedback.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3FE77A6915207D9A3DBB62F9 /* ForceFeedback.framework */; };
|
||||
241B076B04E648B77FE801CB /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 249758AD63251B207AA517F4 /* CoreFoundation.framework */; };
|
||||
6A8F5A5E05E915CE079345A2 /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3A5B421669D32F3F511B5E0E /* OpenGL.framework */; };
|
||||
357611781ADC74A1037D2252 /* libSDL2main.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 6C9E31DF555A369F1C594FFE /* libSDL2main.a */; };
|
||||
1C3E3BA915A259F63AC4528C /* libSDL2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 15A7390A447027703C897F68 /* libSDL2.a */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXContainerItemProxy section */
|
||||
05C02D59441030617055018A /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 733C6FCB7A667D0D026B4935 /* SDL2main.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = 0FF7291B375C79BC57696B66;
|
||||
remoteInfo = "libSDL2main.a";
|
||||
};
|
||||
28AE4DAC602B648038605CD9 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 733C6FCB7A667D0D026B4935 /* SDL2main.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = 1BAE4A0A77462FDC330812A3;
|
||||
remoteInfo = "libSDL2main.a";
|
||||
};
|
||||
0B214A086B073D3575D04065 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 4A1C0F7C38A3012153147AAD /* SDL2.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = 5E6D56F6655337845A3C44C3;
|
||||
remoteInfo = "libSDL2.a";
|
||||
};
|
||||
5F6652DE7E410F094C8E0D89 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 4A1C0F7C38A3012153147AAD /* SDL2.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = 7E6A7BC23CFD134274963645;
|
||||
remoteInfo = "libSDL2.a";
|
||||
};
|
||||
/* End PBXContainerItemProxy section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
678D151462E007225B785C96 /* loopwave.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "loopwave.c"; path = "../../../../../test/loopwave.c"; sourceTree = "<group>"; };
|
||||
3FF775E052DF64213AA74EA8 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "AudioToolbox.framework"; path = "/System/Library/Frameworks/AudioToolbox.framework"; sourceTree = "<absolute>"; };
|
||||
41911CCC2E016FAF4C7B5D0F /* AudioUnit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "AudioUnit.framework"; path = "/System/Library/Frameworks/AudioUnit.framework"; sourceTree = "<absolute>"; };
|
||||
4C9302C90E6D16843F9D6776 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "Cocoa.framework"; path = "/System/Library/Frameworks/Cocoa.framework"; sourceTree = "<absolute>"; };
|
||||
34F36C7058A772A8121150A7 /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreAudio.framework"; path = "/System/Library/Frameworks/CoreAudio.framework"; sourceTree = "<absolute>"; };
|
||||
17FA2D2641DB428349235033 /* IOKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "IOKit.framework"; path = "/System/Library/Frameworks/IOKit.framework"; sourceTree = "<absolute>"; };
|
||||
18564BEC7C24477639DE40D7 /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "Carbon.framework"; path = "/System/Library/Frameworks/Carbon.framework"; sourceTree = "<absolute>"; };
|
||||
3FE77A6915207D9A3DBB62F9 /* ForceFeedback.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "ForceFeedback.framework"; path = "/System/Library/Frameworks/ForceFeedback.framework"; sourceTree = "<absolute>"; };
|
||||
249758AD63251B207AA517F4 /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreFoundation.framework"; path = "/System/Library/Frameworks/CoreFoundation.framework"; sourceTree = "<absolute>"; };
|
||||
3A5B421669D32F3F511B5E0E /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "OpenGL.framework"; path = "/System/Library/Frameworks/OpenGL.framework"; sourceTree = "<absolute>"; };
|
||||
2B4350C14C8B537A2A2B708A /* loopwave */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; name = "loopwave"; path = "loopwave"; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
733C6FCB7A667D0D026B4935 /* SDL2main.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "SDL2main.xcodeproj"; path = "../../SDL2main/SDL2main.xcodeproj"; sourceTree = SOURCE_ROOT; };
|
||||
4A1C0F7C38A3012153147AAD /* SDL2.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "SDL2.xcodeproj"; path = "../../SDL2/SDL2.xcodeproj"; sourceTree = SOURCE_ROOT; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
/* Begin PBXFrameworksBuildPhase section */
|
||||
7D535E86374067287BDD77E5 /* Frameworks */ = {
|
||||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
13D670480C8102E91EAC3F64 /* AudioToolbox.framework in Frameworks */,
|
||||
339107F849BB41445F426738 /* AudioUnit.framework in Frameworks */,
|
||||
06757DA97D4B478C59C314CD /* Cocoa.framework in Frameworks */,
|
||||
09893064365936E7059C57B2 /* CoreAudio.framework in Frameworks */,
|
||||
7F37228D06935DE9294F42F9 /* IOKit.framework in Frameworks */,
|
||||
73BF1A9D3FD970A17E234500 /* Carbon.framework in Frameworks */,
|
||||
4B2E46097E6B4CEC44AD44DF /* ForceFeedback.framework in Frameworks */,
|
||||
241B076B04E648B77FE801CB /* CoreFoundation.framework in Frameworks */,
|
||||
6A8F5A5E05E915CE079345A2 /* OpenGL.framework in Frameworks */,
|
||||
357611781ADC74A1037D2252 /* libSDL2main.a in Frameworks */,
|
||||
1C3E3BA915A259F63AC4528C /* libSDL2.a in Frameworks */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXFrameworksBuildPhase section */
|
||||
|
||||
/* Begin PBXGroup section */
|
||||
10DC6F522C1A71FA0DA010BE /* loopwave */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
45015DB51A4E3631694E275F /* test */,
|
||||
1AA572E74EA81F7D073406F6 /* Frameworks */,
|
||||
1D2112E0415162D328FC4413 /* Products */,
|
||||
752A1EB66A882B6A563747D5 /* Projects */,
|
||||
);
|
||||
name = "loopwave";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
45015DB51A4E3631694E275F /* test */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
678D151462E007225B785C96 /* loopwave.c */,
|
||||
);
|
||||
name = "test";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
1AA572E74EA81F7D073406F6 /* Frameworks */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
3FF775E052DF64213AA74EA8 /* AudioToolbox.framework */,
|
||||
41911CCC2E016FAF4C7B5D0F /* AudioUnit.framework */,
|
||||
4C9302C90E6D16843F9D6776 /* Cocoa.framework */,
|
||||
34F36C7058A772A8121150A7 /* CoreAudio.framework */,
|
||||
17FA2D2641DB428349235033 /* IOKit.framework */,
|
||||
18564BEC7C24477639DE40D7 /* Carbon.framework */,
|
||||
3FE77A6915207D9A3DBB62F9 /* ForceFeedback.framework */,
|
||||
249758AD63251B207AA517F4 /* CoreFoundation.framework */,
|
||||
3A5B421669D32F3F511B5E0E /* OpenGL.framework */,
|
||||
);
|
||||
name = "Frameworks";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
1D2112E0415162D328FC4413 /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
2B4350C14C8B537A2A2B708A /* loopwave */,
|
||||
);
|
||||
name = "Products";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
752A1EB66A882B6A563747D5 /* Projects */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
733C6FCB7A667D0D026B4935 /* SDL2main.xcodeproj */,
|
||||
4A1C0F7C38A3012153147AAD /* SDL2.xcodeproj */,
|
||||
);
|
||||
name = "Projects";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
3F7400603BBE3DEC07F71FE3 /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
6C9E31DF555A369F1C594FFE /* libSDL2main.a */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
6A112AD1393B77300EC017FD /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
15A7390A447027703C897F68 /* libSDL2.a */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* End PBXGroup section */
|
||||
|
||||
/* Begin PBXNativeTarget section */
|
||||
2A6766BB350B161C222469ED /* loopwave */ = {
|
||||
isa = PBXNativeTarget;
|
||||
buildConfigurationList = 1ED806CE708338FA513C70C2 /* Build configuration list for PBXNativeTarget "loopwave" */;
|
||||
buildPhases = (
|
||||
5484365116910BE1747B461F /* Resources */,
|
||||
46D61C9C656E3F097D6F05D7 /* Sources */,
|
||||
7D535E86374067287BDD77E5 /* Frameworks */,
|
||||
9607AE3710C85E8F00CD1376 /* Postbuild */,
|
||||
);
|
||||
buildRules = (
|
||||
);
|
||||
dependencies = (
|
||||
3942471407226A9824A304CB /* PBXTargetDependency */,
|
||||
5B0B599D7B16107D3E195C73 /* PBXTargetDependency */,
|
||||
);
|
||||
name = "loopwave";
|
||||
productInstallPath = "$(HOME)/bin";
|
||||
productName = "loopwave";
|
||||
productReference = 2B4350C14C8B537A2A2B708A /* loopwave */;
|
||||
productType = "com.apple.product-type.tool";
|
||||
};
|
||||
/* End PBXNativeTarget section */
|
||||
|
||||
/* Begin PBXProject section */
|
||||
08FB7793FE84155DC02AAC07 /* Project object */ = {
|
||||
isa = PBXProject;
|
||||
buildConfigurationList = 1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "loopwave" */;
|
||||
compatibilityVersion = "Xcode 3.2";
|
||||
hasScannedForEncodings = 1;
|
||||
mainGroup = 10DC6F522C1A71FA0DA010BE /* loopwave */;
|
||||
projectDirPath = "";
|
||||
projectReferences = (
|
||||
{
|
||||
ProductGroup = 3F7400603BBE3DEC07F71FE3 /* Products */;
|
||||
ProjectRef = 733C6FCB7A667D0D026B4935 /* SDL2main.xcodeproj */;
|
||||
},
|
||||
{
|
||||
ProductGroup = 6A112AD1393B77300EC017FD /* Products */;
|
||||
ProjectRef = 4A1C0F7C38A3012153147AAD /* SDL2.xcodeproj */;
|
||||
},
|
||||
);
|
||||
projectRoot = "";
|
||||
targets = (
|
||||
2A6766BB350B161C222469ED /* loopwave */,
|
||||
);
|
||||
};
|
||||
/* End PBXProject section */
|
||||
|
||||
/* Begin PBXReferenceProxy section */
|
||||
6C9E31DF555A369F1C594FFE /* libSDL2main.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
path = "Build/Debug/libSDL2main.a";
|
||||
remoteRef = 05C02D59441030617055018A /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
15A7390A447027703C897F68 /* libSDL2.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
path = "Build/Debug/libSDL2.a";
|
||||
remoteRef = 0B214A086B073D3575D04065 /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
/* End PBXReferenceProxy section */
|
||||
|
||||
/* Begin PBXResourcesBuildPhase section */
|
||||
5484365116910BE1747B461F /* Resources */ = {
|
||||
isa = PBXResourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXResourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXShellScriptBuildPhase section */
|
||||
9607AE3710C85E8F00CD1376 /* Postbuild */ = {
|
||||
isa = PBXShellScriptBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
);
|
||||
inputPaths = (
|
||||
);
|
||||
name = Postbuild;
|
||||
outputPaths = (
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
shellPath = /bin/sh;
|
||||
shellScript = "if [ \"${CONFIGURATION}\" = \"Debug Universal\" ]; then\nif [ ! -d \"./Build/Debug\" ]; then mkdir -p \"./Build/Debug\"; fi\ncp \"./../../../../../test/sample.wav\" \"./Build/Debug/sample.wav\"\nfi\nif [ \"${CONFIGURATION}\" = \"Debug Native\" ]; then\nif [ ! -d \"./Build/Debug\" ]; then mkdir -p \"./Build/Debug\"; fi\ncp \"./../../../../../test/sample.wav\" \"./Build/Debug/sample.wav\"\nfi\nif [ \"${CONFIGURATION}\" = \"Release Universal\" ]; then\nif [ ! -d \"./Build/Release\" ]; then mkdir -p \"./Build/Release\"; fi\ncp \"./../../../../../test/sample.wav\" \"./Build/Release/sample.wav\"\nfi\nif [ \"${CONFIGURATION}\" = \"Release Native\" ]; then\nif [ ! -d \"./Build/Release\" ]; then mkdir -p \"./Build/Release\"; fi\ncp \"./../../../../../test/sample.wav\" \"./Build/Release/sample.wav\"\nfi";
|
||||
};
|
||||
/* End PBXShellScriptBuildPhase section */
|
||||
/* Begin PBXSourcesBuildPhase section */
|
||||
46D61C9C656E3F097D6F05D7 /* Sources */ = {
|
||||
isa = PBXSourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
166A40A11B46210D65765380 /* loopwave.c in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXSourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXVariantGroup section */
|
||||
/* End PBXVariantGroup section */
|
||||
|
||||
/* Begin PBXTargetDependency section */
|
||||
3942471407226A9824A304CB /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = "libSDL2main.a";
|
||||
targetProxy = 28AE4DAC602B648038605CD9 /* PBXContainerItemProxy */;
|
||||
};
|
||||
5B0B599D7B16107D3E195C73 /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = "libSDL2.a";
|
||||
targetProxy = 5F6652DE7E410F094C8E0D89 /* PBXContainerItemProxy */;
|
||||
};
|
||||
/* End PBXTargetDependency section */
|
||||
|
||||
/* Begin XCBuildConfiguration section */
|
||||
483D31E0782849AE7C847B89 /* Debug Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
CONFIGURATION_BUILD_DIR = Build/Debug;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "loopwave";
|
||||
};
|
||||
name = "Debug Universal";
|
||||
};
|
||||
7CD25C98405117540F606E53 /* Debug Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
CONFIGURATION_BUILD_DIR = Build/Debug;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "loopwave";
|
||||
};
|
||||
name = "Debug Native";
|
||||
};
|
||||
5004469E321B287B57F933E2 /* Release Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
CONFIGURATION_BUILD_DIR = Build/Release;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "loopwave";
|
||||
};
|
||||
name = "Release Universal";
|
||||
};
|
||||
0B6D4C12490C68CC41A76FF3 /* Release Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
CONFIGURATION_BUILD_DIR = Build/Release;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "loopwave";
|
||||
};
|
||||
name = "Release Native";
|
||||
};
|
||||
70F853C55D2E318540341E7A /* Debug Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
COPY_PHASE_STRIP = NO;
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"_DEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Universal/Debug";
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
SYMROOT = "Build/Debug";
|
||||
};
|
||||
name = "Debug Universal";
|
||||
};
|
||||
4AAC74A876CA56604D861CFD /* Debug Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(NATIVE_ARCH_ACTUAL)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
COPY_PHASE_STRIP = NO;
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"_DEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Debug";
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
SYMROOT = "Build/Debug";
|
||||
};
|
||||
name = "Debug Native";
|
||||
};
|
||||
5C7F1C0E0870207D26967E76 /* Release Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 3;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"NDEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Universal/Release";
|
||||
ONLY_ACTIVE_ARCH = NO;
|
||||
SYMROOT = "Build/Release";
|
||||
};
|
||||
name = "Release Universal";
|
||||
};
|
||||
561379AF73E40B362BB038D3 /* Release Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(NATIVE_ARCH_ACTUAL)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 3;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"NDEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Release";
|
||||
ONLY_ACTIVE_ARCH = NO;
|
||||
SYMROOT = "Build/Release";
|
||||
};
|
||||
name = "Release Native";
|
||||
};
|
||||
/* End XCBuildConfiguration section */
|
||||
|
||||
/* Begin XCConfigurationList section */
|
||||
1ED806CE708338FA513C70C2 /* Build configuration list for PBXNativeTarget "loopwave" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
483D31E0782849AE7C847B89 /* Debug Universal */,
|
||||
7CD25C98405117540F606E53 /* Debug Native */,
|
||||
5004469E321B287B57F933E2 /* Release Universal */,
|
||||
0B6D4C12490C68CC41A76FF3 /* Release Native */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = "Debug Universal";
|
||||
};
|
||||
1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "loopwave" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
70F853C55D2E318540341E7A /* Debug Universal */,
|
||||
4AAC74A876CA56604D861CFD /* Debug Native */,
|
||||
5C7F1C0E0870207D26967E76 /* Release Universal */,
|
||||
561379AF73E40B362BB038D3 /* Release Native */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = "Debug Universal";
|
||||
};
|
||||
/* End XCConfigurationList section */
|
||||
|
||||
};
|
||||
rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
|
||||
}
|
||||
455
premake/Xcode/Xcode4/tests/testatomic/testatomic.xcodeproj/project.pbxproj
Executable file
455
premake/Xcode/Xcode4/tests/testatomic/testatomic.xcodeproj/project.pbxproj
Executable file
@@ -0,0 +1,455 @@
|
||||
// !$*UTF8*$!
|
||||
{
|
||||
archiveVersion = 1;
|
||||
classes = {
|
||||
};
|
||||
objectVersion = 45;
|
||||
objects = {
|
||||
|
||||
/* Begin PBXBuildFile section */
|
||||
52BA31676736458613223958 /* testatomic.c in Sources */ = {isa = PBXBuildFile; fileRef = 5AED20E93BB779CA4B077035 /* testatomic.c */; };
|
||||
7A051340693E059B1F052718 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5EC102744D20281F0E50361A /* AudioToolbox.framework */; };
|
||||
32C06EDC5C2E693A69F61E84 /* AudioUnit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1CEE765B57175E4403E34596 /* AudioUnit.framework */; };
|
||||
42BE52AB77FC4E1F668A7D05 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 794D536B4E2D75B230FC1E71 /* Cocoa.framework */; };
|
||||
00D7515204212DB030714D98 /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 79AF05DE336A762B3B203C4B /* CoreAudio.framework */; };
|
||||
5F1C618119E46786166405A9 /* IOKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 617E2FDD5EB618BA79E53610 /* IOKit.framework */; };
|
||||
3FD01F3F6809493072012B8E /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 276456530578408B7ACB42B4 /* Carbon.framework */; };
|
||||
43CE33CA2AD3394430CC61E0 /* ForceFeedback.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 34E8738941040C3111F24E38 /* ForceFeedback.framework */; };
|
||||
66267F67590B1651566D2F44 /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 71423C110C2C3BD4120E60C9 /* CoreFoundation.framework */; };
|
||||
0A893C19155932BA09D26E7E /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3FCA267A4A85153504700EBA /* OpenGL.framework */; };
|
||||
42515E4E783F1D0348B56488 /* libSDL2main.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 356045F654B16DBA56DA3A28 /* libSDL2main.a */; };
|
||||
300323230F1348EB634A15AD /* libSDL2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 11B523EC739A3EC715F74063 /* libSDL2.a */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXContainerItemProxy section */
|
||||
5DAA4874399E618B03DB4317 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 480A3CAB279822AD342636AD /* SDL2main.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = 0FF7291B375C79BC57696B66;
|
||||
remoteInfo = "libSDL2main.a";
|
||||
};
|
||||
370B468A377D038B3A42641D /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 480A3CAB279822AD342636AD /* SDL2main.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = 1BAE4A0A77462FDC330812A3;
|
||||
remoteInfo = "libSDL2main.a";
|
||||
};
|
||||
5B4C0C0D469561EF26F4004F /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 2F8E284C360B0C384A487BBA /* SDL2.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = 5E6D56F6655337845A3C44C3;
|
||||
remoteInfo = "libSDL2.a";
|
||||
};
|
||||
61B760A2343C74A45A58493C /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 2F8E284C360B0C384A487BBA /* SDL2.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = 7E6A7BC23CFD134274963645;
|
||||
remoteInfo = "libSDL2.a";
|
||||
};
|
||||
/* End PBXContainerItemProxy section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
5AED20E93BB779CA4B077035 /* testatomic.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "testatomic.c"; path = "../../../../../test/testatomic.c"; sourceTree = "<group>"; };
|
||||
5EC102744D20281F0E50361A /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "AudioToolbox.framework"; path = "/System/Library/Frameworks/AudioToolbox.framework"; sourceTree = "<absolute>"; };
|
||||
1CEE765B57175E4403E34596 /* AudioUnit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "AudioUnit.framework"; path = "/System/Library/Frameworks/AudioUnit.framework"; sourceTree = "<absolute>"; };
|
||||
794D536B4E2D75B230FC1E71 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "Cocoa.framework"; path = "/System/Library/Frameworks/Cocoa.framework"; sourceTree = "<absolute>"; };
|
||||
79AF05DE336A762B3B203C4B /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreAudio.framework"; path = "/System/Library/Frameworks/CoreAudio.framework"; sourceTree = "<absolute>"; };
|
||||
617E2FDD5EB618BA79E53610 /* IOKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "IOKit.framework"; path = "/System/Library/Frameworks/IOKit.framework"; sourceTree = "<absolute>"; };
|
||||
276456530578408B7ACB42B4 /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "Carbon.framework"; path = "/System/Library/Frameworks/Carbon.framework"; sourceTree = "<absolute>"; };
|
||||
34E8738941040C3111F24E38 /* ForceFeedback.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "ForceFeedback.framework"; path = "/System/Library/Frameworks/ForceFeedback.framework"; sourceTree = "<absolute>"; };
|
||||
71423C110C2C3BD4120E60C9 /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreFoundation.framework"; path = "/System/Library/Frameworks/CoreFoundation.framework"; sourceTree = "<absolute>"; };
|
||||
3FCA267A4A85153504700EBA /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "OpenGL.framework"; path = "/System/Library/Frameworks/OpenGL.framework"; sourceTree = "<absolute>"; };
|
||||
38292B1776EF01BD5BE20E11 /* testatomic */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; name = "testatomic"; path = "testatomic"; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
480A3CAB279822AD342636AD /* SDL2main.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "SDL2main.xcodeproj"; path = "../../SDL2main/SDL2main.xcodeproj"; sourceTree = SOURCE_ROOT; };
|
||||
2F8E284C360B0C384A487BBA /* SDL2.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "SDL2.xcodeproj"; path = "../../SDL2/SDL2.xcodeproj"; sourceTree = SOURCE_ROOT; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
/* Begin PBXFrameworksBuildPhase section */
|
||||
4D13439A5F251DA6308A5695 /* Frameworks */ = {
|
||||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
7A051340693E059B1F052718 /* AudioToolbox.framework in Frameworks */,
|
||||
32C06EDC5C2E693A69F61E84 /* AudioUnit.framework in Frameworks */,
|
||||
42BE52AB77FC4E1F668A7D05 /* Cocoa.framework in Frameworks */,
|
||||
00D7515204212DB030714D98 /* CoreAudio.framework in Frameworks */,
|
||||
5F1C618119E46786166405A9 /* IOKit.framework in Frameworks */,
|
||||
3FD01F3F6809493072012B8E /* Carbon.framework in Frameworks */,
|
||||
43CE33CA2AD3394430CC61E0 /* ForceFeedback.framework in Frameworks */,
|
||||
66267F67590B1651566D2F44 /* CoreFoundation.framework in Frameworks */,
|
||||
0A893C19155932BA09D26E7E /* OpenGL.framework in Frameworks */,
|
||||
42515E4E783F1D0348B56488 /* libSDL2main.a in Frameworks */,
|
||||
300323230F1348EB634A15AD /* libSDL2.a in Frameworks */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXFrameworksBuildPhase section */
|
||||
|
||||
/* Begin PBXGroup section */
|
||||
74206AE430180C3F0D4363CB /* testatomic */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
26216D874BA160C261CA4004 /* test */,
|
||||
51310A433DC16F926F8E55FD /* Frameworks */,
|
||||
469B159E66314A3A55881384 /* Products */,
|
||||
4D661CFC65F134784E2B1D68 /* Projects */,
|
||||
);
|
||||
name = "testatomic";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
26216D874BA160C261CA4004 /* test */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
5AED20E93BB779CA4B077035 /* testatomic.c */,
|
||||
);
|
||||
name = "test";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
51310A433DC16F926F8E55FD /* Frameworks */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
5EC102744D20281F0E50361A /* AudioToolbox.framework */,
|
||||
1CEE765B57175E4403E34596 /* AudioUnit.framework */,
|
||||
794D536B4E2D75B230FC1E71 /* Cocoa.framework */,
|
||||
79AF05DE336A762B3B203C4B /* CoreAudio.framework */,
|
||||
617E2FDD5EB618BA79E53610 /* IOKit.framework */,
|
||||
276456530578408B7ACB42B4 /* Carbon.framework */,
|
||||
34E8738941040C3111F24E38 /* ForceFeedback.framework */,
|
||||
71423C110C2C3BD4120E60C9 /* CoreFoundation.framework */,
|
||||
3FCA267A4A85153504700EBA /* OpenGL.framework */,
|
||||
);
|
||||
name = "Frameworks";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
469B159E66314A3A55881384 /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
38292B1776EF01BD5BE20E11 /* testatomic */,
|
||||
);
|
||||
name = "Products";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
4D661CFC65F134784E2B1D68 /* Projects */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
480A3CAB279822AD342636AD /* SDL2main.xcodeproj */,
|
||||
2F8E284C360B0C384A487BBA /* SDL2.xcodeproj */,
|
||||
);
|
||||
name = "Projects";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
7E7B4C7F5BF74B390D393D31 /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
356045F654B16DBA56DA3A28 /* libSDL2main.a */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
627E3FD02ABC57640F6A087D /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
11B523EC739A3EC715F74063 /* libSDL2.a */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* End PBXGroup section */
|
||||
|
||||
/* Begin PBXNativeTarget section */
|
||||
3C171A8678AB499912C1478B /* testatomic */ = {
|
||||
isa = PBXNativeTarget;
|
||||
buildConfigurationList = 1DF2362C0D807BA65AAD2BDC /* Build configuration list for PBXNativeTarget "testatomic" */;
|
||||
buildPhases = (
|
||||
30BF06E131B7051F4EAA2C83 /* Resources */,
|
||||
7268103B4C4C50B27C2A2C69 /* Sources */,
|
||||
4D13439A5F251DA6308A5695 /* Frameworks */,
|
||||
);
|
||||
buildRules = (
|
||||
);
|
||||
dependencies = (
|
||||
443F439036694F8E33F208E8 /* PBXTargetDependency */,
|
||||
4277186950AA6BD4397A0E30 /* PBXTargetDependency */,
|
||||
);
|
||||
name = "testatomic";
|
||||
productInstallPath = "$(HOME)/bin";
|
||||
productName = "testatomic";
|
||||
productReference = 38292B1776EF01BD5BE20E11 /* testatomic */;
|
||||
productType = "com.apple.product-type.tool";
|
||||
};
|
||||
/* End PBXNativeTarget section */
|
||||
|
||||
/* Begin PBXProject section */
|
||||
08FB7793FE84155DC02AAC07 /* Project object */ = {
|
||||
isa = PBXProject;
|
||||
buildConfigurationList = 1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "testatomic" */;
|
||||
compatibilityVersion = "Xcode 3.2";
|
||||
hasScannedForEncodings = 1;
|
||||
mainGroup = 74206AE430180C3F0D4363CB /* testatomic */;
|
||||
projectDirPath = "";
|
||||
projectReferences = (
|
||||
{
|
||||
ProductGroup = 7E7B4C7F5BF74B390D393D31 /* Products */;
|
||||
ProjectRef = 480A3CAB279822AD342636AD /* SDL2main.xcodeproj */;
|
||||
},
|
||||
{
|
||||
ProductGroup = 627E3FD02ABC57640F6A087D /* Products */;
|
||||
ProjectRef = 2F8E284C360B0C384A487BBA /* SDL2.xcodeproj */;
|
||||
},
|
||||
);
|
||||
projectRoot = "";
|
||||
targets = (
|
||||
3C171A8678AB499912C1478B /* testatomic */,
|
||||
);
|
||||
};
|
||||
/* End PBXProject section */
|
||||
|
||||
/* Begin PBXReferenceProxy section */
|
||||
356045F654B16DBA56DA3A28 /* libSDL2main.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
path = "Build/Debug/libSDL2main.a";
|
||||
remoteRef = 5DAA4874399E618B03DB4317 /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
11B523EC739A3EC715F74063 /* libSDL2.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
path = "Build/Debug/libSDL2.a";
|
||||
remoteRef = 5B4C0C0D469561EF26F4004F /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
/* End PBXReferenceProxy section */
|
||||
|
||||
/* Begin PBXResourcesBuildPhase section */
|
||||
30BF06E131B7051F4EAA2C83 /* Resources */ = {
|
||||
isa = PBXResourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXResourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXSourcesBuildPhase section */
|
||||
7268103B4C4C50B27C2A2C69 /* Sources */ = {
|
||||
isa = PBXSourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
52BA31676736458613223958 /* testatomic.c in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXSourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXVariantGroup section */
|
||||
/* End PBXVariantGroup section */
|
||||
|
||||
/* Begin PBXTargetDependency section */
|
||||
443F439036694F8E33F208E8 /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = "libSDL2main.a";
|
||||
targetProxy = 370B468A377D038B3A42641D /* PBXContainerItemProxy */;
|
||||
};
|
||||
4277186950AA6BD4397A0E30 /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = "libSDL2.a";
|
||||
targetProxy = 61B760A2343C74A45A58493C /* PBXContainerItemProxy */;
|
||||
};
|
||||
/* End PBXTargetDependency section */
|
||||
|
||||
/* Begin XCBuildConfiguration section */
|
||||
476A04AA44A419371C470B5B /* Debug Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
CONFIGURATION_BUILD_DIR = Build/Debug;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testatomic";
|
||||
};
|
||||
name = "Debug Universal";
|
||||
};
|
||||
77003C4228FC3B942BF379C1 /* Debug Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
CONFIGURATION_BUILD_DIR = Build/Debug;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testatomic";
|
||||
};
|
||||
name = "Debug Native";
|
||||
};
|
||||
69B43F786CA013D2523E7DA2 /* Release Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
CONFIGURATION_BUILD_DIR = Build/Release;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testatomic";
|
||||
};
|
||||
name = "Release Universal";
|
||||
};
|
||||
5861666E7F67769F59171558 /* Release Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
CONFIGURATION_BUILD_DIR = Build/Release;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testatomic";
|
||||
};
|
||||
name = "Release Native";
|
||||
};
|
||||
27271AAB6EE3799531DD5C3A /* Debug Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
COPY_PHASE_STRIP = NO;
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"_DEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Universal/Debug";
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
SYMROOT = "Build/Debug";
|
||||
};
|
||||
name = "Debug Universal";
|
||||
};
|
||||
02A07859572149B3396B615A /* Debug Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(NATIVE_ARCH_ACTUAL)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
COPY_PHASE_STRIP = NO;
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"_DEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Debug";
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
SYMROOT = "Build/Debug";
|
||||
};
|
||||
name = "Debug Native";
|
||||
};
|
||||
23C634547772703B43AB380E /* Release Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 3;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"NDEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Universal/Release";
|
||||
ONLY_ACTIVE_ARCH = NO;
|
||||
SYMROOT = "Build/Release";
|
||||
};
|
||||
name = "Release Universal";
|
||||
};
|
||||
4723758A6D0243837BDA4A77 /* Release Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(NATIVE_ARCH_ACTUAL)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 3;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"NDEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Release";
|
||||
ONLY_ACTIVE_ARCH = NO;
|
||||
SYMROOT = "Build/Release";
|
||||
};
|
||||
name = "Release Native";
|
||||
};
|
||||
/* End XCBuildConfiguration section */
|
||||
|
||||
/* Begin XCConfigurationList section */
|
||||
1DF2362C0D807BA65AAD2BDC /* Build configuration list for PBXNativeTarget "testatomic" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
476A04AA44A419371C470B5B /* Debug Universal */,
|
||||
77003C4228FC3B942BF379C1 /* Debug Native */,
|
||||
69B43F786CA013D2523E7DA2 /* Release Universal */,
|
||||
5861666E7F67769F59171558 /* Release Native */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = "Debug Universal";
|
||||
};
|
||||
1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "testatomic" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
27271AAB6EE3799531DD5C3A /* Debug Universal */,
|
||||
02A07859572149B3396B615A /* Debug Native */,
|
||||
23C634547772703B43AB380E /* Release Universal */,
|
||||
4723758A6D0243837BDA4A77 /* Release Native */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = "Debug Universal";
|
||||
};
|
||||
/* End XCConfigurationList section */
|
||||
|
||||
};
|
||||
rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
|
||||
}
|
||||
455
premake/Xcode/Xcode4/tests/testaudioinfo/testaudioinfo.xcodeproj/project.pbxproj
Executable file
455
premake/Xcode/Xcode4/tests/testaudioinfo/testaudioinfo.xcodeproj/project.pbxproj
Executable file
@@ -0,0 +1,455 @@
|
||||
// !$*UTF8*$!
|
||||
{
|
||||
archiveVersion = 1;
|
||||
classes = {
|
||||
};
|
||||
objectVersion = 45;
|
||||
objects = {
|
||||
|
||||
/* Begin PBXBuildFile section */
|
||||
77BF40086051716945395910 /* testaudioinfo.c in Sources */ = {isa = PBXBuildFile; fileRef = 25EB152A7D48349343BF65B1 /* testaudioinfo.c */; };
|
||||
190D2A136D1A72CC462215C8 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 680157970C926BDD01AB364F /* AudioToolbox.framework */; };
|
||||
253014CB4CAD1AED3EC03B28 /* AudioUnit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 37363F6C729B48C86D394061 /* AudioUnit.framework */; };
|
||||
591913C36AEE635E5F894732 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 775231941FAC03A8120D170D /* Cocoa.framework */; };
|
||||
2A9E28D343280D4337DA64CA /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 26CE2A4052345D382D491FDA /* CoreAudio.framework */; };
|
||||
7AA57BBD644578FE098D1F48 /* IOKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3F5D23AF427A635903BC2C4F /* IOKit.framework */; };
|
||||
27B920FE16CD08720CC04B8D /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 39D20C594B603EEE090D6669 /* Carbon.framework */; };
|
||||
37F6778402951DCA419B464F /* ForceFeedback.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 20A8345B5FF43EB777173621 /* ForceFeedback.framework */; };
|
||||
7AAC493607B066E151210909 /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 057C190A0EF534711B4959F7 /* CoreFoundation.framework */; };
|
||||
029C77FA76582A0E0A9948A2 /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 54322B875422359D1423175F /* OpenGL.framework */; };
|
||||
328802C6243133D3104D4E21 /* libSDL2main.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 0509368D68EA13027E88231E /* libSDL2main.a */; };
|
||||
783034A429E849EA5CE54661 /* libSDL2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 0DE13C126F242C9E73765C28 /* libSDL2.a */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXContainerItemProxy section */
|
||||
205B3AD04DFD3D5A05EF174E /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 4C001BCC77191595712003FF /* SDL2main.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = 0FF7291B375C79BC57696B66;
|
||||
remoteInfo = "libSDL2main.a";
|
||||
};
|
||||
37244AC37C55516031333D9A /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 4C001BCC77191595712003FF /* SDL2main.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = 1BAE4A0A77462FDC330812A3;
|
||||
remoteInfo = "libSDL2main.a";
|
||||
};
|
||||
1FD643275CA430CF1E8E2F4D /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 01B34D0312EB394653A7096D /* SDL2.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = 5E6D56F6655337845A3C44C3;
|
||||
remoteInfo = "libSDL2.a";
|
||||
};
|
||||
7A1246F041A201272FEC495D /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 01B34D0312EB394653A7096D /* SDL2.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = 7E6A7BC23CFD134274963645;
|
||||
remoteInfo = "libSDL2.a";
|
||||
};
|
||||
/* End PBXContainerItemProxy section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
25EB152A7D48349343BF65B1 /* testaudioinfo.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "testaudioinfo.c"; path = "../../../../../test/testaudioinfo.c"; sourceTree = "<group>"; };
|
||||
680157970C926BDD01AB364F /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "AudioToolbox.framework"; path = "/System/Library/Frameworks/AudioToolbox.framework"; sourceTree = "<absolute>"; };
|
||||
37363F6C729B48C86D394061 /* AudioUnit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "AudioUnit.framework"; path = "/System/Library/Frameworks/AudioUnit.framework"; sourceTree = "<absolute>"; };
|
||||
775231941FAC03A8120D170D /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "Cocoa.framework"; path = "/System/Library/Frameworks/Cocoa.framework"; sourceTree = "<absolute>"; };
|
||||
26CE2A4052345D382D491FDA /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreAudio.framework"; path = "/System/Library/Frameworks/CoreAudio.framework"; sourceTree = "<absolute>"; };
|
||||
3F5D23AF427A635903BC2C4F /* IOKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "IOKit.framework"; path = "/System/Library/Frameworks/IOKit.framework"; sourceTree = "<absolute>"; };
|
||||
39D20C594B603EEE090D6669 /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "Carbon.framework"; path = "/System/Library/Frameworks/Carbon.framework"; sourceTree = "<absolute>"; };
|
||||
20A8345B5FF43EB777173621 /* ForceFeedback.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "ForceFeedback.framework"; path = "/System/Library/Frameworks/ForceFeedback.framework"; sourceTree = "<absolute>"; };
|
||||
057C190A0EF534711B4959F7 /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreFoundation.framework"; path = "/System/Library/Frameworks/CoreFoundation.framework"; sourceTree = "<absolute>"; };
|
||||
54322B875422359D1423175F /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "OpenGL.framework"; path = "/System/Library/Frameworks/OpenGL.framework"; sourceTree = "<absolute>"; };
|
||||
1667587F236E324C312A69FF /* testaudioinfo */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; name = "testaudioinfo"; path = "testaudioinfo"; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
4C001BCC77191595712003FF /* SDL2main.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "SDL2main.xcodeproj"; path = "../../SDL2main/SDL2main.xcodeproj"; sourceTree = SOURCE_ROOT; };
|
||||
01B34D0312EB394653A7096D /* SDL2.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "SDL2.xcodeproj"; path = "../../SDL2/SDL2.xcodeproj"; sourceTree = SOURCE_ROOT; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
/* Begin PBXFrameworksBuildPhase section */
|
||||
01AF1FB21B1F3D446EF52C08 /* Frameworks */ = {
|
||||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
190D2A136D1A72CC462215C8 /* AudioToolbox.framework in Frameworks */,
|
||||
253014CB4CAD1AED3EC03B28 /* AudioUnit.framework in Frameworks */,
|
||||
591913C36AEE635E5F894732 /* Cocoa.framework in Frameworks */,
|
||||
2A9E28D343280D4337DA64CA /* CoreAudio.framework in Frameworks */,
|
||||
7AA57BBD644578FE098D1F48 /* IOKit.framework in Frameworks */,
|
||||
27B920FE16CD08720CC04B8D /* Carbon.framework in Frameworks */,
|
||||
37F6778402951DCA419B464F /* ForceFeedback.framework in Frameworks */,
|
||||
7AAC493607B066E151210909 /* CoreFoundation.framework in Frameworks */,
|
||||
029C77FA76582A0E0A9948A2 /* OpenGL.framework in Frameworks */,
|
||||
328802C6243133D3104D4E21 /* libSDL2main.a in Frameworks */,
|
||||
783034A429E849EA5CE54661 /* libSDL2.a in Frameworks */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXFrameworksBuildPhase section */
|
||||
|
||||
/* Begin PBXGroup section */
|
||||
44217B8965F2798B44953DE4 /* testaudioinfo */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
6EC42FC819DF11B5154779E2 /* test */,
|
||||
348602B967A86BA8733E1C62 /* Frameworks */,
|
||||
394F7D4969D7540A6B9B23E2 /* Products */,
|
||||
665F200A2BD211591F457354 /* Projects */,
|
||||
);
|
||||
name = "testaudioinfo";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
6EC42FC819DF11B5154779E2 /* test */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
25EB152A7D48349343BF65B1 /* testaudioinfo.c */,
|
||||
);
|
||||
name = "test";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
348602B967A86BA8733E1C62 /* Frameworks */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
680157970C926BDD01AB364F /* AudioToolbox.framework */,
|
||||
37363F6C729B48C86D394061 /* AudioUnit.framework */,
|
||||
775231941FAC03A8120D170D /* Cocoa.framework */,
|
||||
26CE2A4052345D382D491FDA /* CoreAudio.framework */,
|
||||
3F5D23AF427A635903BC2C4F /* IOKit.framework */,
|
||||
39D20C594B603EEE090D6669 /* Carbon.framework */,
|
||||
20A8345B5FF43EB777173621 /* ForceFeedback.framework */,
|
||||
057C190A0EF534711B4959F7 /* CoreFoundation.framework */,
|
||||
54322B875422359D1423175F /* OpenGL.framework */,
|
||||
);
|
||||
name = "Frameworks";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
394F7D4969D7540A6B9B23E2 /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
1667587F236E324C312A69FF /* testaudioinfo */,
|
||||
);
|
||||
name = "Products";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
665F200A2BD211591F457354 /* Projects */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
4C001BCC77191595712003FF /* SDL2main.xcodeproj */,
|
||||
01B34D0312EB394653A7096D /* SDL2.xcodeproj */,
|
||||
);
|
||||
name = "Projects";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
13304AB568B57BA12EA166A9 /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
0509368D68EA13027E88231E /* libSDL2main.a */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
5B48557310784A282FA77E6C /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
0DE13C126F242C9E73765C28 /* libSDL2.a */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* End PBXGroup section */
|
||||
|
||||
/* Begin PBXNativeTarget section */
|
||||
7E255C0F0A895768025C79FC /* testaudioinfo */ = {
|
||||
isa = PBXNativeTarget;
|
||||
buildConfigurationList = 37C23DCE27C44E8C4EEA20D7 /* Build configuration list for PBXNativeTarget "testaudioinfo" */;
|
||||
buildPhases = (
|
||||
22D97E8E486B6FF42CF141AB /* Resources */,
|
||||
5DB66CF028AE76BF08280EAB /* Sources */,
|
||||
01AF1FB21B1F3D446EF52C08 /* Frameworks */,
|
||||
);
|
||||
buildRules = (
|
||||
);
|
||||
dependencies = (
|
||||
05302FF737C0413451FE363A /* PBXTargetDependency */,
|
||||
09D736EE6FC3136E44C97DC3 /* PBXTargetDependency */,
|
||||
);
|
||||
name = "testaudioinfo";
|
||||
productInstallPath = "$(HOME)/bin";
|
||||
productName = "testaudioinfo";
|
||||
productReference = 1667587F236E324C312A69FF /* testaudioinfo */;
|
||||
productType = "com.apple.product-type.tool";
|
||||
};
|
||||
/* End PBXNativeTarget section */
|
||||
|
||||
/* Begin PBXProject section */
|
||||
08FB7793FE84155DC02AAC07 /* Project object */ = {
|
||||
isa = PBXProject;
|
||||
buildConfigurationList = 1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "testaudioinfo" */;
|
||||
compatibilityVersion = "Xcode 3.2";
|
||||
hasScannedForEncodings = 1;
|
||||
mainGroup = 44217B8965F2798B44953DE4 /* testaudioinfo */;
|
||||
projectDirPath = "";
|
||||
projectReferences = (
|
||||
{
|
||||
ProductGroup = 13304AB568B57BA12EA166A9 /* Products */;
|
||||
ProjectRef = 4C001BCC77191595712003FF /* SDL2main.xcodeproj */;
|
||||
},
|
||||
{
|
||||
ProductGroup = 5B48557310784A282FA77E6C /* Products */;
|
||||
ProjectRef = 01B34D0312EB394653A7096D /* SDL2.xcodeproj */;
|
||||
},
|
||||
);
|
||||
projectRoot = "";
|
||||
targets = (
|
||||
7E255C0F0A895768025C79FC /* testaudioinfo */,
|
||||
);
|
||||
};
|
||||
/* End PBXProject section */
|
||||
|
||||
/* Begin PBXReferenceProxy section */
|
||||
0509368D68EA13027E88231E /* libSDL2main.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
path = "Build/Debug/libSDL2main.a";
|
||||
remoteRef = 205B3AD04DFD3D5A05EF174E /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
0DE13C126F242C9E73765C28 /* libSDL2.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
path = "Build/Debug/libSDL2.a";
|
||||
remoteRef = 1FD643275CA430CF1E8E2F4D /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
/* End PBXReferenceProxy section */
|
||||
|
||||
/* Begin PBXResourcesBuildPhase section */
|
||||
22D97E8E486B6FF42CF141AB /* Resources */ = {
|
||||
isa = PBXResourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXResourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXSourcesBuildPhase section */
|
||||
5DB66CF028AE76BF08280EAB /* Sources */ = {
|
||||
isa = PBXSourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
77BF40086051716945395910 /* testaudioinfo.c in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXSourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXVariantGroup section */
|
||||
/* End PBXVariantGroup section */
|
||||
|
||||
/* Begin PBXTargetDependency section */
|
||||
05302FF737C0413451FE363A /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = "libSDL2main.a";
|
||||
targetProxy = 37244AC37C55516031333D9A /* PBXContainerItemProxy */;
|
||||
};
|
||||
09D736EE6FC3136E44C97DC3 /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = "libSDL2.a";
|
||||
targetProxy = 7A1246F041A201272FEC495D /* PBXContainerItemProxy */;
|
||||
};
|
||||
/* End PBXTargetDependency section */
|
||||
|
||||
/* Begin XCBuildConfiguration section */
|
||||
1A2A3EF20C3845F8592520F3 /* Debug Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
CONFIGURATION_BUILD_DIR = Build/Debug;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testaudioinfo";
|
||||
};
|
||||
name = "Debug Universal";
|
||||
};
|
||||
35F712173DB83C252B0F0A73 /* Debug Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
CONFIGURATION_BUILD_DIR = Build/Debug;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testaudioinfo";
|
||||
};
|
||||
name = "Debug Native";
|
||||
};
|
||||
3FA56C0741656EDD75AE7E12 /* Release Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
CONFIGURATION_BUILD_DIR = Build/Release;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testaudioinfo";
|
||||
};
|
||||
name = "Release Universal";
|
||||
};
|
||||
18C2749517766F622A264DEE /* Release Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
CONFIGURATION_BUILD_DIR = Build/Release;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testaudioinfo";
|
||||
};
|
||||
name = "Release Native";
|
||||
};
|
||||
655A2B8B6F8252807EC60085 /* Debug Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
COPY_PHASE_STRIP = NO;
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"_DEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Universal/Debug";
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
SYMROOT = "Build/Debug";
|
||||
};
|
||||
name = "Debug Universal";
|
||||
};
|
||||
082D675869A30D514B1D0D47 /* Debug Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(NATIVE_ARCH_ACTUAL)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
COPY_PHASE_STRIP = NO;
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"_DEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Debug";
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
SYMROOT = "Build/Debug";
|
||||
};
|
||||
name = "Debug Native";
|
||||
};
|
||||
00BA5C0300A104F90ACE5EFA /* Release Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 3;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"NDEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Universal/Release";
|
||||
ONLY_ACTIVE_ARCH = NO;
|
||||
SYMROOT = "Build/Release";
|
||||
};
|
||||
name = "Release Universal";
|
||||
};
|
||||
4E887B94318C7F6B6E8C29AA /* Release Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(NATIVE_ARCH_ACTUAL)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 3;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"NDEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Release";
|
||||
ONLY_ACTIVE_ARCH = NO;
|
||||
SYMROOT = "Build/Release";
|
||||
};
|
||||
name = "Release Native";
|
||||
};
|
||||
/* End XCBuildConfiguration section */
|
||||
|
||||
/* Begin XCConfigurationList section */
|
||||
37C23DCE27C44E8C4EEA20D7 /* Build configuration list for PBXNativeTarget "testaudioinfo" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
1A2A3EF20C3845F8592520F3 /* Debug Universal */,
|
||||
35F712173DB83C252B0F0A73 /* Debug Native */,
|
||||
3FA56C0741656EDD75AE7E12 /* Release Universal */,
|
||||
18C2749517766F622A264DEE /* Release Native */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = "Debug Universal";
|
||||
};
|
||||
1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "testaudioinfo" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
655A2B8B6F8252807EC60085 /* Debug Universal */,
|
||||
082D675869A30D514B1D0D47 /* Debug Native */,
|
||||
00BA5C0300A104F90ACE5EFA /* Release Universal */,
|
||||
4E887B94318C7F6B6E8C29AA /* Release Native */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = "Debug Universal";
|
||||
};
|
||||
/* End XCConfigurationList section */
|
||||
|
||||
};
|
||||
rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
|
||||
}
|
||||
@@ -0,0 +1,568 @@
|
||||
// !$*UTF8*$!
|
||||
{
|
||||
archiveVersion = 1;
|
||||
classes = {
|
||||
};
|
||||
objectVersion = 45;
|
||||
objects = {
|
||||
|
||||
/* Begin PBXBuildFile section */
|
||||
6C2D1B7F6FD948D813597556 /* testautomation.c in Sources */ = {isa = PBXBuildFile; fileRef = 02F07A70794F4EA017122748 /* testautomation.c */; };
|
||||
1D59654F6543146669A50F9D /* testautomation_audio.c in Sources */ = {isa = PBXBuildFile; fileRef = 67CE10AB773967E92D9E0809 /* testautomation_audio.c */; };
|
||||
119E2CF662CD266835173054 /* testautomation_clipboard.c in Sources */ = {isa = PBXBuildFile; fileRef = 1724553124845FAC540662B5 /* testautomation_clipboard.c */; };
|
||||
1DAA2B7732526697452644E5 /* testautomation_events.c in Sources */ = {isa = PBXBuildFile; fileRef = 5ECA243A16E250343A501AE8 /* testautomation_events.c */; };
|
||||
350F01AE62D857CB5C6F1FA7 /* testautomation_keyboard.c in Sources */ = {isa = PBXBuildFile; fileRef = 30E66A5E63077A5E6FDC60A4 /* testautomation_keyboard.c */; };
|
||||
2EA572B7005449BA606066E7 /* testautomation_main.c in Sources */ = {isa = PBXBuildFile; fileRef = 2A9339AF490178CE2DAE177B /* testautomation_main.c */; };
|
||||
261E2DC767D84AF40AB37EC7 /* testautomation_mouse.c in Sources */ = {isa = PBXBuildFile; fileRef = 76962AAE2FBA04BE14B45E7C /* testautomation_mouse.c */; };
|
||||
51CE3D32297C32F65A570960 /* testautomation_pixels.c in Sources */ = {isa = PBXBuildFile; fileRef = 41BC3336256712D50AC92E24 /* testautomation_pixels.c */; };
|
||||
7AEE2F2B51B41C626A2748EE /* testautomation_platform.c in Sources */ = {isa = PBXBuildFile; fileRef = 0EF30DB3124B3B5D028B0824 /* testautomation_platform.c */; };
|
||||
4AD378CC324A23C518544AB1 /* testautomation_rect.c in Sources */ = {isa = PBXBuildFile; fileRef = 2E225D6D5DDA53B001931162 /* testautomation_rect.c */; };
|
||||
22C07B6D5566319C22484C40 /* testautomation_render.c in Sources */ = {isa = PBXBuildFile; fileRef = 3B595BAA102F000579A233E3 /* testautomation_render.c */; };
|
||||
22D63F1315BE7B28061828AC /* testautomation_rwops.c in Sources */ = {isa = PBXBuildFile; fileRef = 2A03303E50566A6F41BE45BB /* testautomation_rwops.c */; };
|
||||
5D4F6F4A03C85B7F74CD4114 /* testautomation_sdltest.c in Sources */ = {isa = PBXBuildFile; fileRef = 37B95314610A6D537F426158 /* testautomation_sdltest.c */; };
|
||||
31EF4FB440F804510FC824FF /* testautomation_stdlib.c in Sources */ = {isa = PBXBuildFile; fileRef = 0F0F47154A363C5A6E776555 /* testautomation_stdlib.c */; };
|
||||
7FC9661039A8605D2E5E3DB4 /* testautomation_surface.c in Sources */ = {isa = PBXBuildFile; fileRef = 1E530E1C0EB66747054E5C23 /* testautomation_surface.c */; };
|
||||
6C4A7BDB069474E058F60283 /* testautomation_syswm.c in Sources */ = {isa = PBXBuildFile; fileRef = 042E7203422E745A59252751 /* testautomation_syswm.c */; };
|
||||
66F04E054CC476FA421D0BFB /* testautomation_timer.c in Sources */ = {isa = PBXBuildFile; fileRef = 24935FE831F301295F995943 /* testautomation_timer.c */; };
|
||||
151E1FB5282C10BD6D085EE0 /* testautomation_video.c in Sources */ = {isa = PBXBuildFile; fileRef = 2C59314151B2336963091C60 /* testautomation_video.c */; };
|
||||
3D63515F679E516C480A12C4 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2DE67FE13D66165A7A04470B /* AudioToolbox.framework */; };
|
||||
601271BD3CC347FE2A663A69 /* AudioUnit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0AB52670094463062D5755CC /* AudioUnit.framework */; };
|
||||
34A9541D705B096D7D690F4F /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 64DF76961ABE4DA72D9E04E2 /* Cocoa.framework */; };
|
||||
2FD8149A2AE46E9B19201372 /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3C774CAE5EE71FFD494846EF /* CoreAudio.framework */; };
|
||||
41C5024F150108A44C1C559F /* IOKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3A386FA34BC05A6126B415A7 /* IOKit.framework */; };
|
||||
5FA21AD1355840324F3960FB /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 40E513B239A31F071FE03CAE /* Carbon.framework */; };
|
||||
35024078077B44D072B14735 /* ForceFeedback.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 233862F97345691508BC1E73 /* ForceFeedback.framework */; };
|
||||
08CE0D33111C4E0404375994 /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0C235FF82C50558D502D598A /* CoreFoundation.framework */; };
|
||||
627C724716B909A0121E2CB8 /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 08B05DEB23887618495A54A0 /* OpenGL.framework */; };
|
||||
38EC0E7959A650DD7B490359 /* libSDL2main.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 189655F647DC75E80F9E01B7 /* libSDL2main.a */; };
|
||||
357C072C66D134657A4358AF /* libSDL2test.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 22C35FC727DB2D4E18402504 /* libSDL2test.a */; };
|
||||
77E3096D6E8B6AFA639C282B /* libSDL2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1B5D0C561F7143C763071C12 /* libSDL2.a */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXContainerItemProxy section */
|
||||
493019283F531FA91F1B5B92 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 560237CD7CB1015846F45D67 /* SDL2main.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = 0FF7291B375C79BC57696B66;
|
||||
remoteInfo = "libSDL2main.a";
|
||||
};
|
||||
0EBA708404EF6A35702F41B3 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 560237CD7CB1015846F45D67 /* SDL2main.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = 1BAE4A0A77462FDC330812A3;
|
||||
remoteInfo = "libSDL2main.a";
|
||||
};
|
||||
24730DD730B5791B5C937562 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 06C9331D44ED555900FD68F0 /* SDL2test.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = 1EB6664901BC163F215A4861;
|
||||
remoteInfo = "libSDL2test.a";
|
||||
};
|
||||
199C7651500E075E4F5D76B0 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 06C9331D44ED555900FD68F0 /* SDL2test.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = 1258506950476B85239A79A3;
|
||||
remoteInfo = "libSDL2test.a";
|
||||
};
|
||||
18113D682F4D016F4F5C5C8E /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 5685467763AD30D44F0D6738 /* SDL2.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = 5E6D56F6655337845A3C44C3;
|
||||
remoteInfo = "libSDL2.a";
|
||||
};
|
||||
009C23BA2E38797638A507B8 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 5685467763AD30D44F0D6738 /* SDL2.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = 7E6A7BC23CFD134274963645;
|
||||
remoteInfo = "libSDL2.a";
|
||||
};
|
||||
/* End PBXContainerItemProxy section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
02F07A70794F4EA017122748 /* testautomation.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "testautomation.c"; path = "../../../../../test/testautomation.c"; sourceTree = "<group>"; };
|
||||
67CE10AB773967E92D9E0809 /* testautomation_audio.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "testautomation_audio.c"; path = "../../../../../test/testautomation_audio.c"; sourceTree = "<group>"; };
|
||||
1724553124845FAC540662B5 /* testautomation_clipboard.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "testautomation_clipboard.c"; path = "../../../../../test/testautomation_clipboard.c"; sourceTree = "<group>"; };
|
||||
5ECA243A16E250343A501AE8 /* testautomation_events.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "testautomation_events.c"; path = "../../../../../test/testautomation_events.c"; sourceTree = "<group>"; };
|
||||
30E66A5E63077A5E6FDC60A4 /* testautomation_keyboard.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "testautomation_keyboard.c"; path = "../../../../../test/testautomation_keyboard.c"; sourceTree = "<group>"; };
|
||||
2A9339AF490178CE2DAE177B /* testautomation_main.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "testautomation_main.c"; path = "../../../../../test/testautomation_main.c"; sourceTree = "<group>"; };
|
||||
76962AAE2FBA04BE14B45E7C /* testautomation_mouse.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "testautomation_mouse.c"; path = "../../../../../test/testautomation_mouse.c"; sourceTree = "<group>"; };
|
||||
41BC3336256712D50AC92E24 /* testautomation_pixels.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "testautomation_pixels.c"; path = "../../../../../test/testautomation_pixels.c"; sourceTree = "<group>"; };
|
||||
0EF30DB3124B3B5D028B0824 /* testautomation_platform.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "testautomation_platform.c"; path = "../../../../../test/testautomation_platform.c"; sourceTree = "<group>"; };
|
||||
2E225D6D5DDA53B001931162 /* testautomation_rect.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "testautomation_rect.c"; path = "../../../../../test/testautomation_rect.c"; sourceTree = "<group>"; };
|
||||
3B595BAA102F000579A233E3 /* testautomation_render.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "testautomation_render.c"; path = "../../../../../test/testautomation_render.c"; sourceTree = "<group>"; };
|
||||
2A03303E50566A6F41BE45BB /* testautomation_rwops.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "testautomation_rwops.c"; path = "../../../../../test/testautomation_rwops.c"; sourceTree = "<group>"; };
|
||||
37B95314610A6D537F426158 /* testautomation_sdltest.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "testautomation_sdltest.c"; path = "../../../../../test/testautomation_sdltest.c"; sourceTree = "<group>"; };
|
||||
0F0F47154A363C5A6E776555 /* testautomation_stdlib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "testautomation_stdlib.c"; path = "../../../../../test/testautomation_stdlib.c"; sourceTree = "<group>"; };
|
||||
005416F138EE3231543A5963 /* testautomation_suites.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "testautomation_suites.h"; path = "../../../../../test/testautomation_suites.h"; sourceTree = "<group>"; };
|
||||
1E530E1C0EB66747054E5C23 /* testautomation_surface.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "testautomation_surface.c"; path = "../../../../../test/testautomation_surface.c"; sourceTree = "<group>"; };
|
||||
042E7203422E745A59252751 /* testautomation_syswm.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "testautomation_syswm.c"; path = "../../../../../test/testautomation_syswm.c"; sourceTree = "<group>"; };
|
||||
24935FE831F301295F995943 /* testautomation_timer.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "testautomation_timer.c"; path = "../../../../../test/testautomation_timer.c"; sourceTree = "<group>"; };
|
||||
2C59314151B2336963091C60 /* testautomation_video.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "testautomation_video.c"; path = "../../../../../test/testautomation_video.c"; sourceTree = "<group>"; };
|
||||
2DE67FE13D66165A7A04470B /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "AudioToolbox.framework"; path = "/System/Library/Frameworks/AudioToolbox.framework"; sourceTree = "<absolute>"; };
|
||||
0AB52670094463062D5755CC /* AudioUnit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "AudioUnit.framework"; path = "/System/Library/Frameworks/AudioUnit.framework"; sourceTree = "<absolute>"; };
|
||||
64DF76961ABE4DA72D9E04E2 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "Cocoa.framework"; path = "/System/Library/Frameworks/Cocoa.framework"; sourceTree = "<absolute>"; };
|
||||
3C774CAE5EE71FFD494846EF /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreAudio.framework"; path = "/System/Library/Frameworks/CoreAudio.framework"; sourceTree = "<absolute>"; };
|
||||
3A386FA34BC05A6126B415A7 /* IOKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "IOKit.framework"; path = "/System/Library/Frameworks/IOKit.framework"; sourceTree = "<absolute>"; };
|
||||
40E513B239A31F071FE03CAE /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "Carbon.framework"; path = "/System/Library/Frameworks/Carbon.framework"; sourceTree = "<absolute>"; };
|
||||
233862F97345691508BC1E73 /* ForceFeedback.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "ForceFeedback.framework"; path = "/System/Library/Frameworks/ForceFeedback.framework"; sourceTree = "<absolute>"; };
|
||||
0C235FF82C50558D502D598A /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreFoundation.framework"; path = "/System/Library/Frameworks/CoreFoundation.framework"; sourceTree = "<absolute>"; };
|
||||
08B05DEB23887618495A54A0 /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "OpenGL.framework"; path = "/System/Library/Frameworks/OpenGL.framework"; sourceTree = "<absolute>"; };
|
||||
16F069400106487D10103B58 /* testautomation */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; name = "testautomation"; path = "testautomation"; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
560237CD7CB1015846F45D67 /* SDL2main.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "SDL2main.xcodeproj"; path = "../../SDL2main/SDL2main.xcodeproj"; sourceTree = SOURCE_ROOT; };
|
||||
06C9331D44ED555900FD68F0 /* SDL2test.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "SDL2test.xcodeproj"; path = "../../SDL2test/SDL2test.xcodeproj"; sourceTree = SOURCE_ROOT; };
|
||||
5685467763AD30D44F0D6738 /* SDL2.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "SDL2.xcodeproj"; path = "../../SDL2/SDL2.xcodeproj"; sourceTree = SOURCE_ROOT; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
/* Begin PBXFrameworksBuildPhase section */
|
||||
495043B7648F7EF948345825 /* Frameworks */ = {
|
||||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
3D63515F679E516C480A12C4 /* AudioToolbox.framework in Frameworks */,
|
||||
601271BD3CC347FE2A663A69 /* AudioUnit.framework in Frameworks */,
|
||||
34A9541D705B096D7D690F4F /* Cocoa.framework in Frameworks */,
|
||||
2FD8149A2AE46E9B19201372 /* CoreAudio.framework in Frameworks */,
|
||||
41C5024F150108A44C1C559F /* IOKit.framework in Frameworks */,
|
||||
5FA21AD1355840324F3960FB /* Carbon.framework in Frameworks */,
|
||||
35024078077B44D072B14735 /* ForceFeedback.framework in Frameworks */,
|
||||
08CE0D33111C4E0404375994 /* CoreFoundation.framework in Frameworks */,
|
||||
627C724716B909A0121E2CB8 /* OpenGL.framework in Frameworks */,
|
||||
38EC0E7959A650DD7B490359 /* libSDL2main.a in Frameworks */,
|
||||
357C072C66D134657A4358AF /* libSDL2test.a in Frameworks */,
|
||||
77E3096D6E8B6AFA639C282B /* libSDL2.a in Frameworks */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXFrameworksBuildPhase section */
|
||||
|
||||
/* Begin PBXGroup section */
|
||||
271769BD0A515E5D6612478D /* testautomation */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
254A294842BB285912A60D65 /* test */,
|
||||
5CB107F16F12340D4B03546C /* Frameworks */,
|
||||
06D2659B5F2A45A211DB4770 /* Products */,
|
||||
35591A643EFF76B030C97827 /* Projects */,
|
||||
);
|
||||
name = "testautomation";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
254A294842BB285912A60D65 /* test */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
02F07A70794F4EA017122748 /* testautomation.c */,
|
||||
67CE10AB773967E92D9E0809 /* testautomation_audio.c */,
|
||||
1724553124845FAC540662B5 /* testautomation_clipboard.c */,
|
||||
5ECA243A16E250343A501AE8 /* testautomation_events.c */,
|
||||
30E66A5E63077A5E6FDC60A4 /* testautomation_keyboard.c */,
|
||||
2A9339AF490178CE2DAE177B /* testautomation_main.c */,
|
||||
76962AAE2FBA04BE14B45E7C /* testautomation_mouse.c */,
|
||||
41BC3336256712D50AC92E24 /* testautomation_pixels.c */,
|
||||
0EF30DB3124B3B5D028B0824 /* testautomation_platform.c */,
|
||||
2E225D6D5DDA53B001931162 /* testautomation_rect.c */,
|
||||
3B595BAA102F000579A233E3 /* testautomation_render.c */,
|
||||
2A03303E50566A6F41BE45BB /* testautomation_rwops.c */,
|
||||
37B95314610A6D537F426158 /* testautomation_sdltest.c */,
|
||||
0F0F47154A363C5A6E776555 /* testautomation_stdlib.c */,
|
||||
005416F138EE3231543A5963 /* testautomation_suites.h */,
|
||||
1E530E1C0EB66747054E5C23 /* testautomation_surface.c */,
|
||||
042E7203422E745A59252751 /* testautomation_syswm.c */,
|
||||
24935FE831F301295F995943 /* testautomation_timer.c */,
|
||||
2C59314151B2336963091C60 /* testautomation_video.c */,
|
||||
);
|
||||
name = "test";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
5CB107F16F12340D4B03546C /* Frameworks */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
2DE67FE13D66165A7A04470B /* AudioToolbox.framework */,
|
||||
0AB52670094463062D5755CC /* AudioUnit.framework */,
|
||||
64DF76961ABE4DA72D9E04E2 /* Cocoa.framework */,
|
||||
3C774CAE5EE71FFD494846EF /* CoreAudio.framework */,
|
||||
3A386FA34BC05A6126B415A7 /* IOKit.framework */,
|
||||
40E513B239A31F071FE03CAE /* Carbon.framework */,
|
||||
233862F97345691508BC1E73 /* ForceFeedback.framework */,
|
||||
0C235FF82C50558D502D598A /* CoreFoundation.framework */,
|
||||
08B05DEB23887618495A54A0 /* OpenGL.framework */,
|
||||
);
|
||||
name = "Frameworks";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
06D2659B5F2A45A211DB4770 /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
16F069400106487D10103B58 /* testautomation */,
|
||||
);
|
||||
name = "Products";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
35591A643EFF76B030C97827 /* Projects */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
560237CD7CB1015846F45D67 /* SDL2main.xcodeproj */,
|
||||
06C9331D44ED555900FD68F0 /* SDL2test.xcodeproj */,
|
||||
5685467763AD30D44F0D6738 /* SDL2.xcodeproj */,
|
||||
);
|
||||
name = "Projects";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
358C06E72FD149F46E83074C /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
189655F647DC75E80F9E01B7 /* libSDL2main.a */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
2CEE788B247B1E6240DE6C83 /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
22C35FC727DB2D4E18402504 /* libSDL2test.a */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
47676CCD085B1AA613BC1EA3 /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
1B5D0C561F7143C763071C12 /* libSDL2.a */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* End PBXGroup section */
|
||||
|
||||
/* Begin PBXNativeTarget section */
|
||||
28631DD94B073E08173D5033 /* testautomation */ = {
|
||||
isa = PBXNativeTarget;
|
||||
buildConfigurationList = 347D3A952B0D6C0A20D53978 /* Build configuration list for PBXNativeTarget "testautomation" */;
|
||||
buildPhases = (
|
||||
32D957D9011A042E7D1707EC /* Resources */,
|
||||
3242398C52DA0C6017EF77FE /* Sources */,
|
||||
495043B7648F7EF948345825 /* Frameworks */,
|
||||
);
|
||||
buildRules = (
|
||||
);
|
||||
dependencies = (
|
||||
6B0B54B601FF376766927C01 /* PBXTargetDependency */,
|
||||
372C60A915631FB937262818 /* PBXTargetDependency */,
|
||||
01CA05B75DA8650E11D36C56 /* PBXTargetDependency */,
|
||||
);
|
||||
name = "testautomation";
|
||||
productInstallPath = "$(HOME)/bin";
|
||||
productName = "testautomation";
|
||||
productReference = 16F069400106487D10103B58 /* testautomation */;
|
||||
productType = "com.apple.product-type.tool";
|
||||
};
|
||||
/* End PBXNativeTarget section */
|
||||
|
||||
/* Begin PBXProject section */
|
||||
08FB7793FE84155DC02AAC07 /* Project object */ = {
|
||||
isa = PBXProject;
|
||||
buildConfigurationList = 1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "testautomation" */;
|
||||
compatibilityVersion = "Xcode 3.2";
|
||||
hasScannedForEncodings = 1;
|
||||
mainGroup = 271769BD0A515E5D6612478D /* testautomation */;
|
||||
projectDirPath = "";
|
||||
projectReferences = (
|
||||
{
|
||||
ProductGroup = 358C06E72FD149F46E83074C /* Products */;
|
||||
ProjectRef = 560237CD7CB1015846F45D67 /* SDL2main.xcodeproj */;
|
||||
},
|
||||
{
|
||||
ProductGroup = 2CEE788B247B1E6240DE6C83 /* Products */;
|
||||
ProjectRef = 06C9331D44ED555900FD68F0 /* SDL2test.xcodeproj */;
|
||||
},
|
||||
{
|
||||
ProductGroup = 47676CCD085B1AA613BC1EA3 /* Products */;
|
||||
ProjectRef = 5685467763AD30D44F0D6738 /* SDL2.xcodeproj */;
|
||||
},
|
||||
);
|
||||
projectRoot = "";
|
||||
targets = (
|
||||
28631DD94B073E08173D5033 /* testautomation */,
|
||||
);
|
||||
};
|
||||
/* End PBXProject section */
|
||||
|
||||
/* Begin PBXReferenceProxy section */
|
||||
189655F647DC75E80F9E01B7 /* libSDL2main.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
path = "Build/Debug/libSDL2main.a";
|
||||
remoteRef = 493019283F531FA91F1B5B92 /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
22C35FC727DB2D4E18402504 /* libSDL2test.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
path = "Build/Debug/libSDL2test.a";
|
||||
remoteRef = 24730DD730B5791B5C937562 /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
1B5D0C561F7143C763071C12 /* libSDL2.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
path = "Build/Debug/libSDL2.a";
|
||||
remoteRef = 18113D682F4D016F4F5C5C8E /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
/* End PBXReferenceProxy section */
|
||||
|
||||
/* Begin PBXResourcesBuildPhase section */
|
||||
32D957D9011A042E7D1707EC /* Resources */ = {
|
||||
isa = PBXResourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXResourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXSourcesBuildPhase section */
|
||||
3242398C52DA0C6017EF77FE /* Sources */ = {
|
||||
isa = PBXSourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
6C2D1B7F6FD948D813597556 /* testautomation.c in Sources */,
|
||||
1D59654F6543146669A50F9D /* testautomation_audio.c in Sources */,
|
||||
119E2CF662CD266835173054 /* testautomation_clipboard.c in Sources */,
|
||||
1DAA2B7732526697452644E5 /* testautomation_events.c in Sources */,
|
||||
350F01AE62D857CB5C6F1FA7 /* testautomation_keyboard.c in Sources */,
|
||||
2EA572B7005449BA606066E7 /* testautomation_main.c in Sources */,
|
||||
261E2DC767D84AF40AB37EC7 /* testautomation_mouse.c in Sources */,
|
||||
51CE3D32297C32F65A570960 /* testautomation_pixels.c in Sources */,
|
||||
7AEE2F2B51B41C626A2748EE /* testautomation_platform.c in Sources */,
|
||||
4AD378CC324A23C518544AB1 /* testautomation_rect.c in Sources */,
|
||||
22C07B6D5566319C22484C40 /* testautomation_render.c in Sources */,
|
||||
22D63F1315BE7B28061828AC /* testautomation_rwops.c in Sources */,
|
||||
5D4F6F4A03C85B7F74CD4114 /* testautomation_sdltest.c in Sources */,
|
||||
31EF4FB440F804510FC824FF /* testautomation_stdlib.c in Sources */,
|
||||
7FC9661039A8605D2E5E3DB4 /* testautomation_surface.c in Sources */,
|
||||
6C4A7BDB069474E058F60283 /* testautomation_syswm.c in Sources */,
|
||||
66F04E054CC476FA421D0BFB /* testautomation_timer.c in Sources */,
|
||||
151E1FB5282C10BD6D085EE0 /* testautomation_video.c in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXSourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXVariantGroup section */
|
||||
/* End PBXVariantGroup section */
|
||||
|
||||
/* Begin PBXTargetDependency section */
|
||||
6B0B54B601FF376766927C01 /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = "libSDL2main.a";
|
||||
targetProxy = 0EBA708404EF6A35702F41B3 /* PBXContainerItemProxy */;
|
||||
};
|
||||
372C60A915631FB937262818 /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = "libSDL2test.a";
|
||||
targetProxy = 199C7651500E075E4F5D76B0 /* PBXContainerItemProxy */;
|
||||
};
|
||||
01CA05B75DA8650E11D36C56 /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = "libSDL2.a";
|
||||
targetProxy = 009C23BA2E38797638A507B8 /* PBXContainerItemProxy */;
|
||||
};
|
||||
/* End PBXTargetDependency section */
|
||||
|
||||
/* Begin XCBuildConfiguration section */
|
||||
5A5F50FB4E5C0F9E647766F5 /* Debug Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
CONFIGURATION_BUILD_DIR = Build/Debug;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testautomation";
|
||||
};
|
||||
name = "Debug Universal";
|
||||
};
|
||||
26C4300A16290B5325976AE5 /* Debug Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
CONFIGURATION_BUILD_DIR = Build/Debug;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testautomation";
|
||||
};
|
||||
name = "Debug Native";
|
||||
};
|
||||
267834F13C13090327EE346A /* Release Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
CONFIGURATION_BUILD_DIR = Build/Release;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testautomation";
|
||||
};
|
||||
name = "Release Universal";
|
||||
};
|
||||
7F37303A34907ED0381D21B2 /* Release Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
CONFIGURATION_BUILD_DIR = Build/Release;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testautomation";
|
||||
};
|
||||
name = "Release Native";
|
||||
};
|
||||
79750455726D657C356F47CF /* Debug Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
COPY_PHASE_STRIP = NO;
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"_DEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Universal/Debug";
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
SYMROOT = "Build/Debug";
|
||||
};
|
||||
name = "Debug Universal";
|
||||
};
|
||||
63421004112F357B28D5610D /* Debug Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(NATIVE_ARCH_ACTUAL)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
COPY_PHASE_STRIP = NO;
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"_DEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Debug";
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
SYMROOT = "Build/Debug";
|
||||
};
|
||||
name = "Debug Native";
|
||||
};
|
||||
2E0953910421209721204718 /* Release Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 3;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"NDEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Universal/Release";
|
||||
ONLY_ACTIVE_ARCH = NO;
|
||||
SYMROOT = "Build/Release";
|
||||
};
|
||||
name = "Release Universal";
|
||||
};
|
||||
61CD5A4165AE233109A87695 /* Release Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(NATIVE_ARCH_ACTUAL)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 3;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"NDEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Release";
|
||||
ONLY_ACTIVE_ARCH = NO;
|
||||
SYMROOT = "Build/Release";
|
||||
};
|
||||
name = "Release Native";
|
||||
};
|
||||
/* End XCBuildConfiguration section */
|
||||
|
||||
/* Begin XCConfigurationList section */
|
||||
347D3A952B0D6C0A20D53978 /* Build configuration list for PBXNativeTarget "testautomation" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
5A5F50FB4E5C0F9E647766F5 /* Debug Universal */,
|
||||
26C4300A16290B5325976AE5 /* Debug Native */,
|
||||
267834F13C13090327EE346A /* Release Universal */,
|
||||
7F37303A34907ED0381D21B2 /* Release Native */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = "Debug Universal";
|
||||
};
|
||||
1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "testautomation" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
79750455726D657C356F47CF /* Debug Universal */,
|
||||
63421004112F357B28D5610D /* Debug Native */,
|
||||
2E0953910421209721204718 /* Release Universal */,
|
||||
61CD5A4165AE233109A87695 /* Release Native */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = "Debug Universal";
|
||||
};
|
||||
/* End XCConfigurationList section */
|
||||
|
||||
};
|
||||
rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
|
||||
}
|
||||
@@ -0,0 +1,455 @@
|
||||
// !$*UTF8*$!
|
||||
{
|
||||
archiveVersion = 1;
|
||||
classes = {
|
||||
};
|
||||
objectVersion = 45;
|
||||
objects = {
|
||||
|
||||
/* Begin PBXBuildFile section */
|
||||
53F17FAF6CB316A2162E49C7 /* testdrawchessboard.c in Sources */ = {isa = PBXBuildFile; fileRef = 7A9F00264EE05DB869A34ECA /* testdrawchessboard.c */; };
|
||||
2F7E1C6158EC7E8018BD3E97 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2210778F7A590F9E59BA7DBD /* AudioToolbox.framework */; };
|
||||
6307663460A8744F6F5E2BEB /* AudioUnit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4D4F2B1E66207DED00E82547 /* AudioUnit.framework */; };
|
||||
570879872CF272683856288E /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 57CA4AB568A953760C3064B7 /* Cocoa.framework */; };
|
||||
69A500AB040B26864CF63AB2 /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 02E853780AE27CF768BB0720 /* CoreAudio.framework */; };
|
||||
23F06F0A03A165DE520B0BAE /* IOKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 389B00D9419E24B57A9E4CBF /* IOKit.framework */; };
|
||||
1C09222417BD7ED021DB3F2E /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4F95664412B359C466FD04B9 /* Carbon.framework */; };
|
||||
39E116C17A8C12B0681D6EAF /* ForceFeedback.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1B5E3FE55A6A003B5F3D46B5 /* ForceFeedback.framework */; };
|
||||
49D1650A7D2043F2062913F2 /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 53BF210E471818C95FA63D8E /* CoreFoundation.framework */; };
|
||||
52A023DF45D46FBA238F3410 /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 302E4A8E41447D293C7A76D3 /* OpenGL.framework */; };
|
||||
171E48AD17456CB571CD51AF /* libSDL2main.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 122076B23B0A3C0261985ECD /* libSDL2main.a */; };
|
||||
1A3C1A8D400921562C4F0D58 /* libSDL2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 0371077A141C7631256C735F /* libSDL2.a */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXContainerItemProxy section */
|
||||
535F0246487315C413FD55EB /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 7563471568DA68AF481042F9 /* SDL2main.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = 0FF7291B375C79BC57696B66;
|
||||
remoteInfo = "libSDL2main.a";
|
||||
};
|
||||
72811C971C42607A11B50EDB /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 7563471568DA68AF481042F9 /* SDL2main.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = 1BAE4A0A77462FDC330812A3;
|
||||
remoteInfo = "libSDL2main.a";
|
||||
};
|
||||
14306A0259E90AD3416B7C86 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 5771498F532127BA57AC04B4 /* SDL2.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = 5E6D56F6655337845A3C44C3;
|
||||
remoteInfo = "libSDL2.a";
|
||||
};
|
||||
72C647FD6C2177CB4D856347 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 5771498F532127BA57AC04B4 /* SDL2.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = 7E6A7BC23CFD134274963645;
|
||||
remoteInfo = "libSDL2.a";
|
||||
};
|
||||
/* End PBXContainerItemProxy section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
7A9F00264EE05DB869A34ECA /* testdrawchessboard.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "testdrawchessboard.c"; path = "../../../../../test/testdrawchessboard.c"; sourceTree = "<group>"; };
|
||||
2210778F7A590F9E59BA7DBD /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "AudioToolbox.framework"; path = "/System/Library/Frameworks/AudioToolbox.framework"; sourceTree = "<absolute>"; };
|
||||
4D4F2B1E66207DED00E82547 /* AudioUnit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "AudioUnit.framework"; path = "/System/Library/Frameworks/AudioUnit.framework"; sourceTree = "<absolute>"; };
|
||||
57CA4AB568A953760C3064B7 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "Cocoa.framework"; path = "/System/Library/Frameworks/Cocoa.framework"; sourceTree = "<absolute>"; };
|
||||
02E853780AE27CF768BB0720 /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreAudio.framework"; path = "/System/Library/Frameworks/CoreAudio.framework"; sourceTree = "<absolute>"; };
|
||||
389B00D9419E24B57A9E4CBF /* IOKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "IOKit.framework"; path = "/System/Library/Frameworks/IOKit.framework"; sourceTree = "<absolute>"; };
|
||||
4F95664412B359C466FD04B9 /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "Carbon.framework"; path = "/System/Library/Frameworks/Carbon.framework"; sourceTree = "<absolute>"; };
|
||||
1B5E3FE55A6A003B5F3D46B5 /* ForceFeedback.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "ForceFeedback.framework"; path = "/System/Library/Frameworks/ForceFeedback.framework"; sourceTree = "<absolute>"; };
|
||||
53BF210E471818C95FA63D8E /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreFoundation.framework"; path = "/System/Library/Frameworks/CoreFoundation.framework"; sourceTree = "<absolute>"; };
|
||||
302E4A8E41447D293C7A76D3 /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "OpenGL.framework"; path = "/System/Library/Frameworks/OpenGL.framework"; sourceTree = "<absolute>"; };
|
||||
04D145EC31380AB3127956C9 /* testchessboard */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; name = "testchessboard"; path = "testchessboard"; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
7563471568DA68AF481042F9 /* SDL2main.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "SDL2main.xcodeproj"; path = "../../SDL2main/SDL2main.xcodeproj"; sourceTree = SOURCE_ROOT; };
|
||||
5771498F532127BA57AC04B4 /* SDL2.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "SDL2.xcodeproj"; path = "../../SDL2/SDL2.xcodeproj"; sourceTree = SOURCE_ROOT; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
/* Begin PBXFrameworksBuildPhase section */
|
||||
13987AEC3CF32DBF70C26AD2 /* Frameworks */ = {
|
||||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
2F7E1C6158EC7E8018BD3E97 /* AudioToolbox.framework in Frameworks */,
|
||||
6307663460A8744F6F5E2BEB /* AudioUnit.framework in Frameworks */,
|
||||
570879872CF272683856288E /* Cocoa.framework in Frameworks */,
|
||||
69A500AB040B26864CF63AB2 /* CoreAudio.framework in Frameworks */,
|
||||
23F06F0A03A165DE520B0BAE /* IOKit.framework in Frameworks */,
|
||||
1C09222417BD7ED021DB3F2E /* Carbon.framework in Frameworks */,
|
||||
39E116C17A8C12B0681D6EAF /* ForceFeedback.framework in Frameworks */,
|
||||
49D1650A7D2043F2062913F2 /* CoreFoundation.framework in Frameworks */,
|
||||
52A023DF45D46FBA238F3410 /* OpenGL.framework in Frameworks */,
|
||||
171E48AD17456CB571CD51AF /* libSDL2main.a in Frameworks */,
|
||||
1A3C1A8D400921562C4F0D58 /* libSDL2.a in Frameworks */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXFrameworksBuildPhase section */
|
||||
|
||||
/* Begin PBXGroup section */
|
||||
00A850F72BE40A941F3173E2 /* testchessboard */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
36585C8A0940497403995758 /* test */,
|
||||
49FE5992130537E550E72B1B /* Frameworks */,
|
||||
378F2435169856E21AC52CDA /* Products */,
|
||||
3A8A6C0959DB6EBE00956ED3 /* Projects */,
|
||||
);
|
||||
name = "testchessboard";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
36585C8A0940497403995758 /* test */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
7A9F00264EE05DB869A34ECA /* testdrawchessboard.c */,
|
||||
);
|
||||
name = "test";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
49FE5992130537E550E72B1B /* Frameworks */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
2210778F7A590F9E59BA7DBD /* AudioToolbox.framework */,
|
||||
4D4F2B1E66207DED00E82547 /* AudioUnit.framework */,
|
||||
57CA4AB568A953760C3064B7 /* Cocoa.framework */,
|
||||
02E853780AE27CF768BB0720 /* CoreAudio.framework */,
|
||||
389B00D9419E24B57A9E4CBF /* IOKit.framework */,
|
||||
4F95664412B359C466FD04B9 /* Carbon.framework */,
|
||||
1B5E3FE55A6A003B5F3D46B5 /* ForceFeedback.framework */,
|
||||
53BF210E471818C95FA63D8E /* CoreFoundation.framework */,
|
||||
302E4A8E41447D293C7A76D3 /* OpenGL.framework */,
|
||||
);
|
||||
name = "Frameworks";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
378F2435169856E21AC52CDA /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
04D145EC31380AB3127956C9 /* testchessboard */,
|
||||
);
|
||||
name = "Products";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
3A8A6C0959DB6EBE00956ED3 /* Projects */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
7563471568DA68AF481042F9 /* SDL2main.xcodeproj */,
|
||||
5771498F532127BA57AC04B4 /* SDL2.xcodeproj */,
|
||||
);
|
||||
name = "Projects";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
29430E2E133E578F03C44A98 /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
122076B23B0A3C0261985ECD /* libSDL2main.a */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
508F00887E7C22B53BA35B81 /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
0371077A141C7631256C735F /* libSDL2.a */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* End PBXGroup section */
|
||||
|
||||
/* Begin PBXNativeTarget section */
|
||||
2D9C67FE7120053A26FF662E /* testchessboard */ = {
|
||||
isa = PBXNativeTarget;
|
||||
buildConfigurationList = 30F9557E489C1ECD471B5118 /* Build configuration list for PBXNativeTarget "testchessboard" */;
|
||||
buildPhases = (
|
||||
3B6901E833B473B65F6D7861 /* Resources */,
|
||||
4EC312C07D6038FB25693CD0 /* Sources */,
|
||||
13987AEC3CF32DBF70C26AD2 /* Frameworks */,
|
||||
);
|
||||
buildRules = (
|
||||
);
|
||||
dependencies = (
|
||||
076F304D115100CF28FF08A0 /* PBXTargetDependency */,
|
||||
6EAE713D020C107255711B24 /* PBXTargetDependency */,
|
||||
);
|
||||
name = "testchessboard";
|
||||
productInstallPath = "$(HOME)/bin";
|
||||
productName = "testchessboard";
|
||||
productReference = 04D145EC31380AB3127956C9 /* testchessboard */;
|
||||
productType = "com.apple.product-type.tool";
|
||||
};
|
||||
/* End PBXNativeTarget section */
|
||||
|
||||
/* Begin PBXProject section */
|
||||
08FB7793FE84155DC02AAC07 /* Project object */ = {
|
||||
isa = PBXProject;
|
||||
buildConfigurationList = 1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "testchessboard" */;
|
||||
compatibilityVersion = "Xcode 3.2";
|
||||
hasScannedForEncodings = 1;
|
||||
mainGroup = 00A850F72BE40A941F3173E2 /* testchessboard */;
|
||||
projectDirPath = "";
|
||||
projectReferences = (
|
||||
{
|
||||
ProductGroup = 29430E2E133E578F03C44A98 /* Products */;
|
||||
ProjectRef = 7563471568DA68AF481042F9 /* SDL2main.xcodeproj */;
|
||||
},
|
||||
{
|
||||
ProductGroup = 508F00887E7C22B53BA35B81 /* Products */;
|
||||
ProjectRef = 5771498F532127BA57AC04B4 /* SDL2.xcodeproj */;
|
||||
},
|
||||
);
|
||||
projectRoot = "";
|
||||
targets = (
|
||||
2D9C67FE7120053A26FF662E /* testchessboard */,
|
||||
);
|
||||
};
|
||||
/* End PBXProject section */
|
||||
|
||||
/* Begin PBXReferenceProxy section */
|
||||
122076B23B0A3C0261985ECD /* libSDL2main.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
path = "Build/Debug/libSDL2main.a";
|
||||
remoteRef = 535F0246487315C413FD55EB /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
0371077A141C7631256C735F /* libSDL2.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
path = "Build/Debug/libSDL2.a";
|
||||
remoteRef = 14306A0259E90AD3416B7C86 /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
/* End PBXReferenceProxy section */
|
||||
|
||||
/* Begin PBXResourcesBuildPhase section */
|
||||
3B6901E833B473B65F6D7861 /* Resources */ = {
|
||||
isa = PBXResourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXResourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXSourcesBuildPhase section */
|
||||
4EC312C07D6038FB25693CD0 /* Sources */ = {
|
||||
isa = PBXSourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
53F17FAF6CB316A2162E49C7 /* testdrawchessboard.c in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXSourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXVariantGroup section */
|
||||
/* End PBXVariantGroup section */
|
||||
|
||||
/* Begin PBXTargetDependency section */
|
||||
076F304D115100CF28FF08A0 /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = "libSDL2main.a";
|
||||
targetProxy = 72811C971C42607A11B50EDB /* PBXContainerItemProxy */;
|
||||
};
|
||||
6EAE713D020C107255711B24 /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = "libSDL2.a";
|
||||
targetProxy = 72C647FD6C2177CB4D856347 /* PBXContainerItemProxy */;
|
||||
};
|
||||
/* End PBXTargetDependency section */
|
||||
|
||||
/* Begin XCBuildConfiguration section */
|
||||
3E441F1126857E0D1D0E349C /* Debug Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
CONFIGURATION_BUILD_DIR = Build/Debug;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testchessboard";
|
||||
};
|
||||
name = "Debug Universal";
|
||||
};
|
||||
0DD548EC2F2140166C4D3970 /* Debug Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
CONFIGURATION_BUILD_DIR = Build/Debug;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testchessboard";
|
||||
};
|
||||
name = "Debug Native";
|
||||
};
|
||||
17103F6541075969282A11D6 /* Release Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
CONFIGURATION_BUILD_DIR = Build/Release;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testchessboard";
|
||||
};
|
||||
name = "Release Universal";
|
||||
};
|
||||
32F264C811686FCB349351D8 /* Release Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
CONFIGURATION_BUILD_DIR = Build/Release;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testchessboard";
|
||||
};
|
||||
name = "Release Native";
|
||||
};
|
||||
116037FB6F93207436810D2B /* Debug Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
COPY_PHASE_STRIP = NO;
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"_DEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Universal/Debug";
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
SYMROOT = "Build/Debug";
|
||||
};
|
||||
name = "Debug Universal";
|
||||
};
|
||||
28495AC4285713AF6FDA6CA6 /* Debug Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(NATIVE_ARCH_ACTUAL)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
COPY_PHASE_STRIP = NO;
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"_DEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Debug";
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
SYMROOT = "Build/Debug";
|
||||
};
|
||||
name = "Debug Native";
|
||||
};
|
||||
26B837F01BFE62D91B3E03D3 /* Release Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 3;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"NDEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Universal/Release";
|
||||
ONLY_ACTIVE_ARCH = NO;
|
||||
SYMROOT = "Build/Release";
|
||||
};
|
||||
name = "Release Universal";
|
||||
};
|
||||
43FD26B55A9264CD52253AB2 /* Release Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(NATIVE_ARCH_ACTUAL)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 3;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"NDEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Release";
|
||||
ONLY_ACTIVE_ARCH = NO;
|
||||
SYMROOT = "Build/Release";
|
||||
};
|
||||
name = "Release Native";
|
||||
};
|
||||
/* End XCBuildConfiguration section */
|
||||
|
||||
/* Begin XCConfigurationList section */
|
||||
30F9557E489C1ECD471B5118 /* Build configuration list for PBXNativeTarget "testchessboard" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
3E441F1126857E0D1D0E349C /* Debug Universal */,
|
||||
0DD548EC2F2140166C4D3970 /* Debug Native */,
|
||||
17103F6541075969282A11D6 /* Release Universal */,
|
||||
32F264C811686FCB349351D8 /* Release Native */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = "Debug Universal";
|
||||
};
|
||||
1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "testchessboard" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
116037FB6F93207436810D2B /* Debug Universal */,
|
||||
28495AC4285713AF6FDA6CA6 /* Debug Native */,
|
||||
26B837F01BFE62D91B3E03D3 /* Release Universal */,
|
||||
43FD26B55A9264CD52253AB2 /* Release Native */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = "Debug Universal";
|
||||
};
|
||||
/* End XCConfigurationList section */
|
||||
|
||||
};
|
||||
rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
|
||||
}
|
||||
498
premake/Xcode/Xcode4/tests/testdraw2/testdraw2.xcodeproj/project.pbxproj
Executable file
498
premake/Xcode/Xcode4/tests/testdraw2/testdraw2.xcodeproj/project.pbxproj
Executable file
@@ -0,0 +1,498 @@
|
||||
// !$*UTF8*$!
|
||||
{
|
||||
archiveVersion = 1;
|
||||
classes = {
|
||||
};
|
||||
objectVersion = 45;
|
||||
objects = {
|
||||
|
||||
/* Begin PBXBuildFile section */
|
||||
10EA2EC1366605703C93729C /* testdraw2.c in Sources */ = {isa = PBXBuildFile; fileRef = 0CA5613719DE5A60091A2DF6 /* testdraw2.c */; };
|
||||
7DB529C61D682D2E5766027D /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01300C9B4FD2039008F25175 /* AudioToolbox.framework */; };
|
||||
6F871C446E69566E65094356 /* AudioUnit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 78C76D1658C3074369B42EE7 /* AudioUnit.framework */; };
|
||||
2C3978240D3A5B18221511FC /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 73D95AF930D91D94120464E5 /* Cocoa.framework */; };
|
||||
79BF795E46D176DF45CB349F /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4EC032CC17246D2E1C3F1D32 /* CoreAudio.framework */; };
|
||||
17D21CBD4A457F4108382B47 /* IOKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 40B60D081A29348109DE6FAA /* IOKit.framework */; };
|
||||
22B9588669B03BA7107852E8 /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 57DA618645BB7EA9118C1EA0 /* Carbon.framework */; };
|
||||
0F9E03063F8138F04EB03EE3 /* ForceFeedback.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2D6C199F47601F8C2A872874 /* ForceFeedback.framework */; };
|
||||
33C15C7B3EF7568A14611BD2 /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2E4F47BF010875A20EF324CD /* CoreFoundation.framework */; };
|
||||
7BA93D54730B6B990D68411B /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 211C65FF6C7B10580D0D6538 /* OpenGL.framework */; };
|
||||
47187D80178F683C640F2BA2 /* libSDL2main.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 3A0A13AA1C97217870DE0553 /* libSDL2main.a */; };
|
||||
70591504619E611F3F09751F /* libSDL2test.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 57C167206EE86C725D936D85 /* libSDL2test.a */; };
|
||||
0411230C7BC75083638749C1 /* libSDL2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 09992EFB63AE591916385087 /* libSDL2.a */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXContainerItemProxy section */
|
||||
2438000D62B23F780181552C /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 7A1C46DD6656526E346902DA /* SDL2main.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = 0FF7291B375C79BC57696B66;
|
||||
remoteInfo = "libSDL2main.a";
|
||||
};
|
||||
7BFC15721B6C7A6337F1633A /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 7A1C46DD6656526E346902DA /* SDL2main.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = 1BAE4A0A77462FDC330812A3;
|
||||
remoteInfo = "libSDL2main.a";
|
||||
};
|
||||
1AEA263A383B60A643B06B2B /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 33DB1CA13E8E6B620A54428B /* SDL2test.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = 1EB6664901BC163F215A4861;
|
||||
remoteInfo = "libSDL2test.a";
|
||||
};
|
||||
6AF43A817EC363E42DAF3F2E /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 33DB1CA13E8E6B620A54428B /* SDL2test.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = 1258506950476B85239A79A3;
|
||||
remoteInfo = "libSDL2test.a";
|
||||
};
|
||||
2D907E90266F484213D72F44 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 67713D1963734C1D290657C0 /* SDL2.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = 5E6D56F6655337845A3C44C3;
|
||||
remoteInfo = "libSDL2.a";
|
||||
};
|
||||
33C979D3343A59EC2D120DD9 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 67713D1963734C1D290657C0 /* SDL2.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = 7E6A7BC23CFD134274963645;
|
||||
remoteInfo = "libSDL2.a";
|
||||
};
|
||||
/* End PBXContainerItemProxy section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
0CA5613719DE5A60091A2DF6 /* testdraw2.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "testdraw2.c"; path = "../../../../../test/testdraw2.c"; sourceTree = "<group>"; };
|
||||
01300C9B4FD2039008F25175 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "AudioToolbox.framework"; path = "/System/Library/Frameworks/AudioToolbox.framework"; sourceTree = "<absolute>"; };
|
||||
78C76D1658C3074369B42EE7 /* AudioUnit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "AudioUnit.framework"; path = "/System/Library/Frameworks/AudioUnit.framework"; sourceTree = "<absolute>"; };
|
||||
73D95AF930D91D94120464E5 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "Cocoa.framework"; path = "/System/Library/Frameworks/Cocoa.framework"; sourceTree = "<absolute>"; };
|
||||
4EC032CC17246D2E1C3F1D32 /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreAudio.framework"; path = "/System/Library/Frameworks/CoreAudio.framework"; sourceTree = "<absolute>"; };
|
||||
40B60D081A29348109DE6FAA /* IOKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "IOKit.framework"; path = "/System/Library/Frameworks/IOKit.framework"; sourceTree = "<absolute>"; };
|
||||
57DA618645BB7EA9118C1EA0 /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "Carbon.framework"; path = "/System/Library/Frameworks/Carbon.framework"; sourceTree = "<absolute>"; };
|
||||
2D6C199F47601F8C2A872874 /* ForceFeedback.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "ForceFeedback.framework"; path = "/System/Library/Frameworks/ForceFeedback.framework"; sourceTree = "<absolute>"; };
|
||||
2E4F47BF010875A20EF324CD /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreFoundation.framework"; path = "/System/Library/Frameworks/CoreFoundation.framework"; sourceTree = "<absolute>"; };
|
||||
211C65FF6C7B10580D0D6538 /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "OpenGL.framework"; path = "/System/Library/Frameworks/OpenGL.framework"; sourceTree = "<absolute>"; };
|
||||
6E62014B0EFA44001B5A5758 /* testdraw2 */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; name = "testdraw2"; path = "testdraw2"; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
7A1C46DD6656526E346902DA /* SDL2main.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "SDL2main.xcodeproj"; path = "../../SDL2main/SDL2main.xcodeproj"; sourceTree = SOURCE_ROOT; };
|
||||
33DB1CA13E8E6B620A54428B /* SDL2test.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "SDL2test.xcodeproj"; path = "../../SDL2test/SDL2test.xcodeproj"; sourceTree = SOURCE_ROOT; };
|
||||
67713D1963734C1D290657C0 /* SDL2.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "SDL2.xcodeproj"; path = "../../SDL2/SDL2.xcodeproj"; sourceTree = SOURCE_ROOT; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
/* Begin PBXFrameworksBuildPhase section */
|
||||
504565580DAB1633030B02ED /* Frameworks */ = {
|
||||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
7DB529C61D682D2E5766027D /* AudioToolbox.framework in Frameworks */,
|
||||
6F871C446E69566E65094356 /* AudioUnit.framework in Frameworks */,
|
||||
2C3978240D3A5B18221511FC /* Cocoa.framework in Frameworks */,
|
||||
79BF795E46D176DF45CB349F /* CoreAudio.framework in Frameworks */,
|
||||
17D21CBD4A457F4108382B47 /* IOKit.framework in Frameworks */,
|
||||
22B9588669B03BA7107852E8 /* Carbon.framework in Frameworks */,
|
||||
0F9E03063F8138F04EB03EE3 /* ForceFeedback.framework in Frameworks */,
|
||||
33C15C7B3EF7568A14611BD2 /* CoreFoundation.framework in Frameworks */,
|
||||
7BA93D54730B6B990D68411B /* OpenGL.framework in Frameworks */,
|
||||
47187D80178F683C640F2BA2 /* libSDL2main.a in Frameworks */,
|
||||
70591504619E611F3F09751F /* libSDL2test.a in Frameworks */,
|
||||
0411230C7BC75083638749C1 /* libSDL2.a in Frameworks */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXFrameworksBuildPhase section */
|
||||
|
||||
/* Begin PBXGroup section */
|
||||
21A76DA90E9C538E4E9872DE /* testdraw2 */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
60321833527F10182845707C /* test */,
|
||||
7D1E74ED2C78010706EA738E /* Frameworks */,
|
||||
632F40C6159B31452A24298D /* Products */,
|
||||
0D515AF329282CDE5D017B37 /* Projects */,
|
||||
);
|
||||
name = "testdraw2";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
60321833527F10182845707C /* test */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
0CA5613719DE5A60091A2DF6 /* testdraw2.c */,
|
||||
);
|
||||
name = "test";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
7D1E74ED2C78010706EA738E /* Frameworks */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
01300C9B4FD2039008F25175 /* AudioToolbox.framework */,
|
||||
78C76D1658C3074369B42EE7 /* AudioUnit.framework */,
|
||||
73D95AF930D91D94120464E5 /* Cocoa.framework */,
|
||||
4EC032CC17246D2E1C3F1D32 /* CoreAudio.framework */,
|
||||
40B60D081A29348109DE6FAA /* IOKit.framework */,
|
||||
57DA618645BB7EA9118C1EA0 /* Carbon.framework */,
|
||||
2D6C199F47601F8C2A872874 /* ForceFeedback.framework */,
|
||||
2E4F47BF010875A20EF324CD /* CoreFoundation.framework */,
|
||||
211C65FF6C7B10580D0D6538 /* OpenGL.framework */,
|
||||
);
|
||||
name = "Frameworks";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
632F40C6159B31452A24298D /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
6E62014B0EFA44001B5A5758 /* testdraw2 */,
|
||||
);
|
||||
name = "Products";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
0D515AF329282CDE5D017B37 /* Projects */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
7A1C46DD6656526E346902DA /* SDL2main.xcodeproj */,
|
||||
33DB1CA13E8E6B620A54428B /* SDL2test.xcodeproj */,
|
||||
67713D1963734C1D290657C0 /* SDL2.xcodeproj */,
|
||||
);
|
||||
name = "Projects";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
651162A900602989646A77BF /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
3A0A13AA1C97217870DE0553 /* libSDL2main.a */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
78C216CE535B2E94001453A1 /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
57C167206EE86C725D936D85 /* libSDL2test.a */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
540315DA28A86BA20E7C082C /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
09992EFB63AE591916385087 /* libSDL2.a */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* End PBXGroup section */
|
||||
|
||||
/* Begin PBXNativeTarget section */
|
||||
759C064A0A084838763730DB /* testdraw2 */ = {
|
||||
isa = PBXNativeTarget;
|
||||
buildConfigurationList = 5C5F0B8A2E747D8941032EAC /* Build configuration list for PBXNativeTarget "testdraw2" */;
|
||||
buildPhases = (
|
||||
2634290A64DE31751724466D /* Resources */,
|
||||
24B42F4858F01FE93AEA6EEC /* Sources */,
|
||||
504565580DAB1633030B02ED /* Frameworks */,
|
||||
);
|
||||
buildRules = (
|
||||
);
|
||||
dependencies = (
|
||||
3651275552043CF77CD03D44 /* PBXTargetDependency */,
|
||||
09A763C86CA14DEE717A1149 /* PBXTargetDependency */,
|
||||
265A7A353D4504B1180B16B6 /* PBXTargetDependency */,
|
||||
);
|
||||
name = "testdraw2";
|
||||
productInstallPath = "$(HOME)/bin";
|
||||
productName = "testdraw2";
|
||||
productReference = 6E62014B0EFA44001B5A5758 /* testdraw2 */;
|
||||
productType = "com.apple.product-type.tool";
|
||||
};
|
||||
/* End PBXNativeTarget section */
|
||||
|
||||
/* Begin PBXProject section */
|
||||
08FB7793FE84155DC02AAC07 /* Project object */ = {
|
||||
isa = PBXProject;
|
||||
buildConfigurationList = 1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "testdraw2" */;
|
||||
compatibilityVersion = "Xcode 3.2";
|
||||
hasScannedForEncodings = 1;
|
||||
mainGroup = 21A76DA90E9C538E4E9872DE /* testdraw2 */;
|
||||
projectDirPath = "";
|
||||
projectReferences = (
|
||||
{
|
||||
ProductGroup = 651162A900602989646A77BF /* Products */;
|
||||
ProjectRef = 7A1C46DD6656526E346902DA /* SDL2main.xcodeproj */;
|
||||
},
|
||||
{
|
||||
ProductGroup = 78C216CE535B2E94001453A1 /* Products */;
|
||||
ProjectRef = 33DB1CA13E8E6B620A54428B /* SDL2test.xcodeproj */;
|
||||
},
|
||||
{
|
||||
ProductGroup = 540315DA28A86BA20E7C082C /* Products */;
|
||||
ProjectRef = 67713D1963734C1D290657C0 /* SDL2.xcodeproj */;
|
||||
},
|
||||
);
|
||||
projectRoot = "";
|
||||
targets = (
|
||||
759C064A0A084838763730DB /* testdraw2 */,
|
||||
);
|
||||
};
|
||||
/* End PBXProject section */
|
||||
|
||||
/* Begin PBXReferenceProxy section */
|
||||
3A0A13AA1C97217870DE0553 /* libSDL2main.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
path = "Build/Debug/libSDL2main.a";
|
||||
remoteRef = 2438000D62B23F780181552C /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
57C167206EE86C725D936D85 /* libSDL2test.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
path = "Build/Debug/libSDL2test.a";
|
||||
remoteRef = 1AEA263A383B60A643B06B2B /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
09992EFB63AE591916385087 /* libSDL2.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
path = "Build/Debug/libSDL2.a";
|
||||
remoteRef = 2D907E90266F484213D72F44 /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
/* End PBXReferenceProxy section */
|
||||
|
||||
/* Begin PBXResourcesBuildPhase section */
|
||||
2634290A64DE31751724466D /* Resources */ = {
|
||||
isa = PBXResourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXResourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXSourcesBuildPhase section */
|
||||
24B42F4858F01FE93AEA6EEC /* Sources */ = {
|
||||
isa = PBXSourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
10EA2EC1366605703C93729C /* testdraw2.c in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXSourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXVariantGroup section */
|
||||
/* End PBXVariantGroup section */
|
||||
|
||||
/* Begin PBXTargetDependency section */
|
||||
3651275552043CF77CD03D44 /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = "libSDL2main.a";
|
||||
targetProxy = 7BFC15721B6C7A6337F1633A /* PBXContainerItemProxy */;
|
||||
};
|
||||
09A763C86CA14DEE717A1149 /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = "libSDL2test.a";
|
||||
targetProxy = 6AF43A817EC363E42DAF3F2E /* PBXContainerItemProxy */;
|
||||
};
|
||||
265A7A353D4504B1180B16B6 /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = "libSDL2.a";
|
||||
targetProxy = 33C979D3343A59EC2D120DD9 /* PBXContainerItemProxy */;
|
||||
};
|
||||
/* End PBXTargetDependency section */
|
||||
|
||||
/* Begin XCBuildConfiguration section */
|
||||
47EF595575465B96787F1242 /* Debug Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
CONFIGURATION_BUILD_DIR = Build/Debug;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testdraw2";
|
||||
};
|
||||
name = "Debug Universal";
|
||||
};
|
||||
4B22480F590A352277354AFA /* Debug Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
CONFIGURATION_BUILD_DIR = Build/Debug;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testdraw2";
|
||||
};
|
||||
name = "Debug Native";
|
||||
};
|
||||
53DA153E45D964A1156538B7 /* Release Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
CONFIGURATION_BUILD_DIR = Build/Release;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testdraw2";
|
||||
};
|
||||
name = "Release Universal";
|
||||
};
|
||||
34853651254508A5191B4411 /* Release Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
CONFIGURATION_BUILD_DIR = Build/Release;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testdraw2";
|
||||
};
|
||||
name = "Release Native";
|
||||
};
|
||||
6A3406386B9B1608036E3F6D /* Debug Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
COPY_PHASE_STRIP = NO;
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"_DEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Universal/Debug";
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
SYMROOT = "Build/Debug";
|
||||
};
|
||||
name = "Debug Universal";
|
||||
};
|
||||
77443E2174F122FE01611B27 /* Debug Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(NATIVE_ARCH_ACTUAL)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
COPY_PHASE_STRIP = NO;
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"_DEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Debug";
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
SYMROOT = "Build/Debug";
|
||||
};
|
||||
name = "Debug Native";
|
||||
};
|
||||
23634FFB7DB0549515A40066 /* Release Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 3;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"NDEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Universal/Release";
|
||||
ONLY_ACTIVE_ARCH = NO;
|
||||
SYMROOT = "Build/Release";
|
||||
};
|
||||
name = "Release Universal";
|
||||
};
|
||||
49C945AE34251CFE068D2B2E /* Release Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(NATIVE_ARCH_ACTUAL)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 3;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"NDEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Release";
|
||||
ONLY_ACTIVE_ARCH = NO;
|
||||
SYMROOT = "Build/Release";
|
||||
};
|
||||
name = "Release Native";
|
||||
};
|
||||
/* End XCBuildConfiguration section */
|
||||
|
||||
/* Begin XCConfigurationList section */
|
||||
5C5F0B8A2E747D8941032EAC /* Build configuration list for PBXNativeTarget "testdraw2" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
47EF595575465B96787F1242 /* Debug Universal */,
|
||||
4B22480F590A352277354AFA /* Debug Native */,
|
||||
53DA153E45D964A1156538B7 /* Release Universal */,
|
||||
34853651254508A5191B4411 /* Release Native */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = "Debug Universal";
|
||||
};
|
||||
1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "testdraw2" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
6A3406386B9B1608036E3F6D /* Debug Universal */,
|
||||
77443E2174F122FE01611B27 /* Debug Native */,
|
||||
23634FFB7DB0549515A40066 /* Release Universal */,
|
||||
49C945AE34251CFE068D2B2E /* Release Native */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = "Debug Universal";
|
||||
};
|
||||
/* End XCConfigurationList section */
|
||||
|
||||
};
|
||||
rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
|
||||
}
|
||||
455
premake/Xcode/Xcode4/tests/testerror/testerror.xcodeproj/project.pbxproj
Executable file
455
premake/Xcode/Xcode4/tests/testerror/testerror.xcodeproj/project.pbxproj
Executable file
@@ -0,0 +1,455 @@
|
||||
// !$*UTF8*$!
|
||||
{
|
||||
archiveVersion = 1;
|
||||
classes = {
|
||||
};
|
||||
objectVersion = 45;
|
||||
objects = {
|
||||
|
||||
/* Begin PBXBuildFile section */
|
||||
06F8334C4D3B7D0D2098713F /* testerror.c in Sources */ = {isa = PBXBuildFile; fileRef = 575536950DDD598949084500 /* testerror.c */; };
|
||||
007D23D43CD9735E23AD393B /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6E8171FF38B1253019235787 /* AudioToolbox.framework */; };
|
||||
3D513BC728A8556306D92B11 /* AudioUnit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0CB20CCD23986C5E477355E1 /* AudioUnit.framework */; };
|
||||
56F842B45D443A404DFC715D /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0E6669D26FD26C204D991DF3 /* Cocoa.framework */; };
|
||||
0CF739E97499698E0DA75108 /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1FAC5EC44334433D69400880 /* CoreAudio.framework */; };
|
||||
06F54B670D6459C73B523228 /* IOKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 16290BB1270950C617644AE7 /* IOKit.framework */; };
|
||||
6BC919C453FE7809553D2D37 /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 07352FB67724762459A04FAB /* Carbon.framework */; };
|
||||
5D4E4561238C5C625F165CA6 /* ForceFeedback.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 028E6BBB623A6A4C38E545BE /* ForceFeedback.framework */; };
|
||||
1013025A1BE44285529C367D /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 16EB3ED47A03649175D02ED0 /* CoreFoundation.framework */; };
|
||||
2DA5484349C946187F6F66BF /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7A732F38155324561AAC3988 /* OpenGL.framework */; };
|
||||
2CFC0F2778007B0C7B512414 /* libSDL2main.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 394F19AB471A3BB728795223 /* libSDL2main.a */; };
|
||||
42C24F9E1D4C7A227ACD5A22 /* libSDL2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 127A2DDF4C062E395106148F /* libSDL2.a */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXContainerItemProxy section */
|
||||
25DA45D402B749CE73EC12DB /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 6B2D18A114EA247C7A151B3E /* SDL2main.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = 0FF7291B375C79BC57696B66;
|
||||
remoteInfo = "libSDL2main.a";
|
||||
};
|
||||
7163462134690B8034F747D5 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 6B2D18A114EA247C7A151B3E /* SDL2main.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = 1BAE4A0A77462FDC330812A3;
|
||||
remoteInfo = "libSDL2main.a";
|
||||
};
|
||||
7D63714847F7594577B31B76 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 5965104D36B86BFC2CC2048E /* SDL2.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = 5E6D56F6655337845A3C44C3;
|
||||
remoteInfo = "libSDL2.a";
|
||||
};
|
||||
6AF51FF07D852D2C37A32FBE /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 5965104D36B86BFC2CC2048E /* SDL2.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = 7E6A7BC23CFD134274963645;
|
||||
remoteInfo = "libSDL2.a";
|
||||
};
|
||||
/* End PBXContainerItemProxy section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
575536950DDD598949084500 /* testerror.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "testerror.c"; path = "../../../../../test/testerror.c"; sourceTree = "<group>"; };
|
||||
6E8171FF38B1253019235787 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "AudioToolbox.framework"; path = "/System/Library/Frameworks/AudioToolbox.framework"; sourceTree = "<absolute>"; };
|
||||
0CB20CCD23986C5E477355E1 /* AudioUnit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "AudioUnit.framework"; path = "/System/Library/Frameworks/AudioUnit.framework"; sourceTree = "<absolute>"; };
|
||||
0E6669D26FD26C204D991DF3 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "Cocoa.framework"; path = "/System/Library/Frameworks/Cocoa.framework"; sourceTree = "<absolute>"; };
|
||||
1FAC5EC44334433D69400880 /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreAudio.framework"; path = "/System/Library/Frameworks/CoreAudio.framework"; sourceTree = "<absolute>"; };
|
||||
16290BB1270950C617644AE7 /* IOKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "IOKit.framework"; path = "/System/Library/Frameworks/IOKit.framework"; sourceTree = "<absolute>"; };
|
||||
07352FB67724762459A04FAB /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "Carbon.framework"; path = "/System/Library/Frameworks/Carbon.framework"; sourceTree = "<absolute>"; };
|
||||
028E6BBB623A6A4C38E545BE /* ForceFeedback.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "ForceFeedback.framework"; path = "/System/Library/Frameworks/ForceFeedback.framework"; sourceTree = "<absolute>"; };
|
||||
16EB3ED47A03649175D02ED0 /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreFoundation.framework"; path = "/System/Library/Frameworks/CoreFoundation.framework"; sourceTree = "<absolute>"; };
|
||||
7A732F38155324561AAC3988 /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "OpenGL.framework"; path = "/System/Library/Frameworks/OpenGL.framework"; sourceTree = "<absolute>"; };
|
||||
75CA5A22024322C432FD0D33 /* testerror */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; name = "testerror"; path = "testerror"; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
6B2D18A114EA247C7A151B3E /* SDL2main.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "SDL2main.xcodeproj"; path = "../../SDL2main/SDL2main.xcodeproj"; sourceTree = SOURCE_ROOT; };
|
||||
5965104D36B86BFC2CC2048E /* SDL2.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "SDL2.xcodeproj"; path = "../../SDL2/SDL2.xcodeproj"; sourceTree = SOURCE_ROOT; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
/* Begin PBXFrameworksBuildPhase section */
|
||||
7A9F73685BFB78CB5B4070DF /* Frameworks */ = {
|
||||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
007D23D43CD9735E23AD393B /* AudioToolbox.framework in Frameworks */,
|
||||
3D513BC728A8556306D92B11 /* AudioUnit.framework in Frameworks */,
|
||||
56F842B45D443A404DFC715D /* Cocoa.framework in Frameworks */,
|
||||
0CF739E97499698E0DA75108 /* CoreAudio.framework in Frameworks */,
|
||||
06F54B670D6459C73B523228 /* IOKit.framework in Frameworks */,
|
||||
6BC919C453FE7809553D2D37 /* Carbon.framework in Frameworks */,
|
||||
5D4E4561238C5C625F165CA6 /* ForceFeedback.framework in Frameworks */,
|
||||
1013025A1BE44285529C367D /* CoreFoundation.framework in Frameworks */,
|
||||
2DA5484349C946187F6F66BF /* OpenGL.framework in Frameworks */,
|
||||
2CFC0F2778007B0C7B512414 /* libSDL2main.a in Frameworks */,
|
||||
42C24F9E1D4C7A227ACD5A22 /* libSDL2.a in Frameworks */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXFrameworksBuildPhase section */
|
||||
|
||||
/* Begin PBXGroup section */
|
||||
571B32EB79C3137C37CD7BA2 /* testerror */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
6BF80FDC3D2A431E01A264E4 /* test */,
|
||||
794E275E1B6E11312C59088D /* Frameworks */,
|
||||
320C37C6542E25AC5DAB1DC2 /* Products */,
|
||||
574D0B606B9E6CEE0F2B575A /* Projects */,
|
||||
);
|
||||
name = "testerror";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
6BF80FDC3D2A431E01A264E4 /* test */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
575536950DDD598949084500 /* testerror.c */,
|
||||
);
|
||||
name = "test";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
794E275E1B6E11312C59088D /* Frameworks */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
6E8171FF38B1253019235787 /* AudioToolbox.framework */,
|
||||
0CB20CCD23986C5E477355E1 /* AudioUnit.framework */,
|
||||
0E6669D26FD26C204D991DF3 /* Cocoa.framework */,
|
||||
1FAC5EC44334433D69400880 /* CoreAudio.framework */,
|
||||
16290BB1270950C617644AE7 /* IOKit.framework */,
|
||||
07352FB67724762459A04FAB /* Carbon.framework */,
|
||||
028E6BBB623A6A4C38E545BE /* ForceFeedback.framework */,
|
||||
16EB3ED47A03649175D02ED0 /* CoreFoundation.framework */,
|
||||
7A732F38155324561AAC3988 /* OpenGL.framework */,
|
||||
);
|
||||
name = "Frameworks";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
320C37C6542E25AC5DAB1DC2 /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
75CA5A22024322C432FD0D33 /* testerror */,
|
||||
);
|
||||
name = "Products";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
574D0B606B9E6CEE0F2B575A /* Projects */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
6B2D18A114EA247C7A151B3E /* SDL2main.xcodeproj */,
|
||||
5965104D36B86BFC2CC2048E /* SDL2.xcodeproj */,
|
||||
);
|
||||
name = "Projects";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
0DEF0226168175B349F721CF /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
394F19AB471A3BB728795223 /* libSDL2main.a */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
18915E803B1247607C25758D /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
127A2DDF4C062E395106148F /* libSDL2.a */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* End PBXGroup section */
|
||||
|
||||
/* Begin PBXNativeTarget section */
|
||||
38BC4B19002F4D8A5685550A /* testerror */ = {
|
||||
isa = PBXNativeTarget;
|
||||
buildConfigurationList = 129667DD5F10220235855F70 /* Build configuration list for PBXNativeTarget "testerror" */;
|
||||
buildPhases = (
|
||||
51FC314F3EBE35BC56B069B0 /* Resources */,
|
||||
46DF69B233D4336C07F50329 /* Sources */,
|
||||
7A9F73685BFB78CB5B4070DF /* Frameworks */,
|
||||
);
|
||||
buildRules = (
|
||||
);
|
||||
dependencies = (
|
||||
101D1EA3681A28D21D95312F /* PBXTargetDependency */,
|
||||
00DE2A237CBA390D134002BD /* PBXTargetDependency */,
|
||||
);
|
||||
name = "testerror";
|
||||
productInstallPath = "$(HOME)/bin";
|
||||
productName = "testerror";
|
||||
productReference = 75CA5A22024322C432FD0D33 /* testerror */;
|
||||
productType = "com.apple.product-type.tool";
|
||||
};
|
||||
/* End PBXNativeTarget section */
|
||||
|
||||
/* Begin PBXProject section */
|
||||
08FB7793FE84155DC02AAC07 /* Project object */ = {
|
||||
isa = PBXProject;
|
||||
buildConfigurationList = 1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "testerror" */;
|
||||
compatibilityVersion = "Xcode 3.2";
|
||||
hasScannedForEncodings = 1;
|
||||
mainGroup = 571B32EB79C3137C37CD7BA2 /* testerror */;
|
||||
projectDirPath = "";
|
||||
projectReferences = (
|
||||
{
|
||||
ProductGroup = 0DEF0226168175B349F721CF /* Products */;
|
||||
ProjectRef = 6B2D18A114EA247C7A151B3E /* SDL2main.xcodeproj */;
|
||||
},
|
||||
{
|
||||
ProductGroup = 18915E803B1247607C25758D /* Products */;
|
||||
ProjectRef = 5965104D36B86BFC2CC2048E /* SDL2.xcodeproj */;
|
||||
},
|
||||
);
|
||||
projectRoot = "";
|
||||
targets = (
|
||||
38BC4B19002F4D8A5685550A /* testerror */,
|
||||
);
|
||||
};
|
||||
/* End PBXProject section */
|
||||
|
||||
/* Begin PBXReferenceProxy section */
|
||||
394F19AB471A3BB728795223 /* libSDL2main.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
path = "Build/Debug/libSDL2main.a";
|
||||
remoteRef = 25DA45D402B749CE73EC12DB /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
127A2DDF4C062E395106148F /* libSDL2.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
path = "Build/Debug/libSDL2.a";
|
||||
remoteRef = 7D63714847F7594577B31B76 /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
/* End PBXReferenceProxy section */
|
||||
|
||||
/* Begin PBXResourcesBuildPhase section */
|
||||
51FC314F3EBE35BC56B069B0 /* Resources */ = {
|
||||
isa = PBXResourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXResourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXSourcesBuildPhase section */
|
||||
46DF69B233D4336C07F50329 /* Sources */ = {
|
||||
isa = PBXSourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
06F8334C4D3B7D0D2098713F /* testerror.c in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXSourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXVariantGroup section */
|
||||
/* End PBXVariantGroup section */
|
||||
|
||||
/* Begin PBXTargetDependency section */
|
||||
101D1EA3681A28D21D95312F /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = "libSDL2main.a";
|
||||
targetProxy = 7163462134690B8034F747D5 /* PBXContainerItemProxy */;
|
||||
};
|
||||
00DE2A237CBA390D134002BD /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = "libSDL2.a";
|
||||
targetProxy = 6AF51FF07D852D2C37A32FBE /* PBXContainerItemProxy */;
|
||||
};
|
||||
/* End PBXTargetDependency section */
|
||||
|
||||
/* Begin XCBuildConfiguration section */
|
||||
689F21395BDD121928B26E9B /* Debug Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
CONFIGURATION_BUILD_DIR = Build/Debug;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testerror";
|
||||
};
|
||||
name = "Debug Universal";
|
||||
};
|
||||
77671C1213351ECE7CF9577D /* Debug Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
CONFIGURATION_BUILD_DIR = Build/Debug;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testerror";
|
||||
};
|
||||
name = "Debug Native";
|
||||
};
|
||||
5EEF39F8539C404C7AFE3E4A /* Release Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
CONFIGURATION_BUILD_DIR = Build/Release;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testerror";
|
||||
};
|
||||
name = "Release Universal";
|
||||
};
|
||||
15A26F7F31EC33AD614C020D /* Release Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
CONFIGURATION_BUILD_DIR = Build/Release;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testerror";
|
||||
};
|
||||
name = "Release Native";
|
||||
};
|
||||
34033F4F12B34AA1440E2D04 /* Debug Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
COPY_PHASE_STRIP = NO;
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"_DEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Universal/Debug";
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
SYMROOT = "Build/Debug";
|
||||
};
|
||||
name = "Debug Universal";
|
||||
};
|
||||
6FD0465F2E91638136DD6D50 /* Debug Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(NATIVE_ARCH_ACTUAL)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
COPY_PHASE_STRIP = NO;
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"_DEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Debug";
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
SYMROOT = "Build/Debug";
|
||||
};
|
||||
name = "Debug Native";
|
||||
};
|
||||
72317FE342AB26F2742209A4 /* Release Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 3;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"NDEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Universal/Release";
|
||||
ONLY_ACTIVE_ARCH = NO;
|
||||
SYMROOT = "Build/Release";
|
||||
};
|
||||
name = "Release Universal";
|
||||
};
|
||||
242A6DBD460B09844FB92AF2 /* Release Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(NATIVE_ARCH_ACTUAL)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 3;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"NDEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Release";
|
||||
ONLY_ACTIVE_ARCH = NO;
|
||||
SYMROOT = "Build/Release";
|
||||
};
|
||||
name = "Release Native";
|
||||
};
|
||||
/* End XCBuildConfiguration section */
|
||||
|
||||
/* Begin XCConfigurationList section */
|
||||
129667DD5F10220235855F70 /* Build configuration list for PBXNativeTarget "testerror" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
689F21395BDD121928B26E9B /* Debug Universal */,
|
||||
77671C1213351ECE7CF9577D /* Debug Native */,
|
||||
5EEF39F8539C404C7AFE3E4A /* Release Universal */,
|
||||
15A26F7F31EC33AD614C020D /* Release Native */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = "Debug Universal";
|
||||
};
|
||||
1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "testerror" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
34033F4F12B34AA1440E2D04 /* Debug Universal */,
|
||||
6FD0465F2E91638136DD6D50 /* Debug Native */,
|
||||
72317FE342AB26F2742209A4 /* Release Universal */,
|
||||
242A6DBD460B09844FB92AF2 /* Release Native */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = "Debug Universal";
|
||||
};
|
||||
/* End XCConfigurationList section */
|
||||
|
||||
};
|
||||
rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
|
||||
}
|
||||
455
premake/Xcode/Xcode4/tests/testfile/testfile.xcodeproj/project.pbxproj
Executable file
455
premake/Xcode/Xcode4/tests/testfile/testfile.xcodeproj/project.pbxproj
Executable file
@@ -0,0 +1,455 @@
|
||||
// !$*UTF8*$!
|
||||
{
|
||||
archiveVersion = 1;
|
||||
classes = {
|
||||
};
|
||||
objectVersion = 45;
|
||||
objects = {
|
||||
|
||||
/* Begin PBXBuildFile section */
|
||||
06055DF25A4832B523E519B2 /* testfile.c in Sources */ = {isa = PBXBuildFile; fileRef = 3EFE3DDE6912420D7A1578CD /* testfile.c */; };
|
||||
054C62F554A660A925DF0C62 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 098E080C670E074156D3693A /* AudioToolbox.framework */; };
|
||||
01D835206EC0046732D77FDF /* AudioUnit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 177463786BA73D7A29AC7B5A /* AudioUnit.framework */; };
|
||||
369E7B99321F159179237DDD /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3EED43B264027CE94ED504EC /* Cocoa.framework */; };
|
||||
1FD85D6F5D0D33613E5228D5 /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 594605B7695102AC12067F0C /* CoreAudio.framework */; };
|
||||
6FBC491B25085CC511360396 /* IOKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 51CB6C9B64FC62743F0D2C1C /* IOKit.framework */; };
|
||||
3AD058507CF54794492D4C70 /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0FA536890D2246045B7317FA /* Carbon.framework */; };
|
||||
7AF04448633348077DF9742A /* ForceFeedback.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7AB062102B1844553EEC03C5 /* ForceFeedback.framework */; };
|
||||
561B3C9E30F277ED009169DC /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7FAA1D0C31BE485A171A5396 /* CoreFoundation.framework */; };
|
||||
71011B577B1E16BD6615224D /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 29612F383ADA79EB58F4334A /* OpenGL.framework */; };
|
||||
39BB36E86BF94E331A5C4CB1 /* libSDL2main.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4ECD19EE7F4A76FA2A4660F0 /* libSDL2main.a */; };
|
||||
0381174D01BB52CE6FD25A1C /* libSDL2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 38DA20E06D671A4407BA7958 /* libSDL2.a */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXContainerItemProxy section */
|
||||
4DE83F7B56A045333BD11D98 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 0A481A29223B0BA3123E299A /* SDL2main.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = 0FF7291B375C79BC57696B66;
|
||||
remoteInfo = "libSDL2main.a";
|
||||
};
|
||||
1FAB1ACA72CD15D554574E6E /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 0A481A29223B0BA3123E299A /* SDL2main.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = 1BAE4A0A77462FDC330812A3;
|
||||
remoteInfo = "libSDL2main.a";
|
||||
};
|
||||
57D644B23A9862F5683A657A /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 2273368C5D9F07AC44EE7F3F /* SDL2.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = 5E6D56F6655337845A3C44C3;
|
||||
remoteInfo = "libSDL2.a";
|
||||
};
|
||||
2DC36FA5536946D4300348F7 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 2273368C5D9F07AC44EE7F3F /* SDL2.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = 7E6A7BC23CFD134274963645;
|
||||
remoteInfo = "libSDL2.a";
|
||||
};
|
||||
/* End PBXContainerItemProxy section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
3EFE3DDE6912420D7A1578CD /* testfile.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "testfile.c"; path = "../../../../../test/testfile.c"; sourceTree = "<group>"; };
|
||||
098E080C670E074156D3693A /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "AudioToolbox.framework"; path = "/System/Library/Frameworks/AudioToolbox.framework"; sourceTree = "<absolute>"; };
|
||||
177463786BA73D7A29AC7B5A /* AudioUnit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "AudioUnit.framework"; path = "/System/Library/Frameworks/AudioUnit.framework"; sourceTree = "<absolute>"; };
|
||||
3EED43B264027CE94ED504EC /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "Cocoa.framework"; path = "/System/Library/Frameworks/Cocoa.framework"; sourceTree = "<absolute>"; };
|
||||
594605B7695102AC12067F0C /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreAudio.framework"; path = "/System/Library/Frameworks/CoreAudio.framework"; sourceTree = "<absolute>"; };
|
||||
51CB6C9B64FC62743F0D2C1C /* IOKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "IOKit.framework"; path = "/System/Library/Frameworks/IOKit.framework"; sourceTree = "<absolute>"; };
|
||||
0FA536890D2246045B7317FA /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "Carbon.framework"; path = "/System/Library/Frameworks/Carbon.framework"; sourceTree = "<absolute>"; };
|
||||
7AB062102B1844553EEC03C5 /* ForceFeedback.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "ForceFeedback.framework"; path = "/System/Library/Frameworks/ForceFeedback.framework"; sourceTree = "<absolute>"; };
|
||||
7FAA1D0C31BE485A171A5396 /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreFoundation.framework"; path = "/System/Library/Frameworks/CoreFoundation.framework"; sourceTree = "<absolute>"; };
|
||||
29612F383ADA79EB58F4334A /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "OpenGL.framework"; path = "/System/Library/Frameworks/OpenGL.framework"; sourceTree = "<absolute>"; };
|
||||
7D59643C433573247ACA0E73 /* testfile */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; name = "testfile"; path = "testfile"; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
0A481A29223B0BA3123E299A /* SDL2main.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "SDL2main.xcodeproj"; path = "../../SDL2main/SDL2main.xcodeproj"; sourceTree = SOURCE_ROOT; };
|
||||
2273368C5D9F07AC44EE7F3F /* SDL2.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "SDL2.xcodeproj"; path = "../../SDL2/SDL2.xcodeproj"; sourceTree = SOURCE_ROOT; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
/* Begin PBXFrameworksBuildPhase section */
|
||||
797912EC486F2C5733CA28E6 /* Frameworks */ = {
|
||||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
054C62F554A660A925DF0C62 /* AudioToolbox.framework in Frameworks */,
|
||||
01D835206EC0046732D77FDF /* AudioUnit.framework in Frameworks */,
|
||||
369E7B99321F159179237DDD /* Cocoa.framework in Frameworks */,
|
||||
1FD85D6F5D0D33613E5228D5 /* CoreAudio.framework in Frameworks */,
|
||||
6FBC491B25085CC511360396 /* IOKit.framework in Frameworks */,
|
||||
3AD058507CF54794492D4C70 /* Carbon.framework in Frameworks */,
|
||||
7AF04448633348077DF9742A /* ForceFeedback.framework in Frameworks */,
|
||||
561B3C9E30F277ED009169DC /* CoreFoundation.framework in Frameworks */,
|
||||
71011B577B1E16BD6615224D /* OpenGL.framework in Frameworks */,
|
||||
39BB36E86BF94E331A5C4CB1 /* libSDL2main.a in Frameworks */,
|
||||
0381174D01BB52CE6FD25A1C /* libSDL2.a in Frameworks */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXFrameworksBuildPhase section */
|
||||
|
||||
/* Begin PBXGroup section */
|
||||
2DDD426E63847FB203063CB4 /* testfile */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
65FB59544837238048E9425A /* test */,
|
||||
26DD1D45216A6360745E6E60 /* Frameworks */,
|
||||
12AA67EB240637A5417A6E3A /* Products */,
|
||||
23DF3D3A2DCF728C7D3147E8 /* Projects */,
|
||||
);
|
||||
name = "testfile";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
65FB59544837238048E9425A /* test */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
3EFE3DDE6912420D7A1578CD /* testfile.c */,
|
||||
);
|
||||
name = "test";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
26DD1D45216A6360745E6E60 /* Frameworks */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
098E080C670E074156D3693A /* AudioToolbox.framework */,
|
||||
177463786BA73D7A29AC7B5A /* AudioUnit.framework */,
|
||||
3EED43B264027CE94ED504EC /* Cocoa.framework */,
|
||||
594605B7695102AC12067F0C /* CoreAudio.framework */,
|
||||
51CB6C9B64FC62743F0D2C1C /* IOKit.framework */,
|
||||
0FA536890D2246045B7317FA /* Carbon.framework */,
|
||||
7AB062102B1844553EEC03C5 /* ForceFeedback.framework */,
|
||||
7FAA1D0C31BE485A171A5396 /* CoreFoundation.framework */,
|
||||
29612F383ADA79EB58F4334A /* OpenGL.framework */,
|
||||
);
|
||||
name = "Frameworks";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
12AA67EB240637A5417A6E3A /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
7D59643C433573247ACA0E73 /* testfile */,
|
||||
);
|
||||
name = "Products";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
23DF3D3A2DCF728C7D3147E8 /* Projects */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
0A481A29223B0BA3123E299A /* SDL2main.xcodeproj */,
|
||||
2273368C5D9F07AC44EE7F3F /* SDL2.xcodeproj */,
|
||||
);
|
||||
name = "Projects";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
33C77AE76AAB027C261B4849 /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
4ECD19EE7F4A76FA2A4660F0 /* libSDL2main.a */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
53F10DAC309E781B6C580949 /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
38DA20E06D671A4407BA7958 /* libSDL2.a */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* End PBXGroup section */
|
||||
|
||||
/* Begin PBXNativeTarget section */
|
||||
601330DC45043FC5356E4B29 /* testfile */ = {
|
||||
isa = PBXNativeTarget;
|
||||
buildConfigurationList = 7316560C6DAC59E75FB42DC7 /* Build configuration list for PBXNativeTarget "testfile" */;
|
||||
buildPhases = (
|
||||
1D195EB165D93A4E692A4E89 /* Resources */,
|
||||
057C478A38BE6A563AC10C0E /* Sources */,
|
||||
797912EC486F2C5733CA28E6 /* Frameworks */,
|
||||
);
|
||||
buildRules = (
|
||||
);
|
||||
dependencies = (
|
||||
341018B26EEF3E6E4AF25BA9 /* PBXTargetDependency */,
|
||||
6D333C4B791776B774FA63F4 /* PBXTargetDependency */,
|
||||
);
|
||||
name = "testfile";
|
||||
productInstallPath = "$(HOME)/bin";
|
||||
productName = "testfile";
|
||||
productReference = 7D59643C433573247ACA0E73 /* testfile */;
|
||||
productType = "com.apple.product-type.tool";
|
||||
};
|
||||
/* End PBXNativeTarget section */
|
||||
|
||||
/* Begin PBXProject section */
|
||||
08FB7793FE84155DC02AAC07 /* Project object */ = {
|
||||
isa = PBXProject;
|
||||
buildConfigurationList = 1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "testfile" */;
|
||||
compatibilityVersion = "Xcode 3.2";
|
||||
hasScannedForEncodings = 1;
|
||||
mainGroup = 2DDD426E63847FB203063CB4 /* testfile */;
|
||||
projectDirPath = "";
|
||||
projectReferences = (
|
||||
{
|
||||
ProductGroup = 33C77AE76AAB027C261B4849 /* Products */;
|
||||
ProjectRef = 0A481A29223B0BA3123E299A /* SDL2main.xcodeproj */;
|
||||
},
|
||||
{
|
||||
ProductGroup = 53F10DAC309E781B6C580949 /* Products */;
|
||||
ProjectRef = 2273368C5D9F07AC44EE7F3F /* SDL2.xcodeproj */;
|
||||
},
|
||||
);
|
||||
projectRoot = "";
|
||||
targets = (
|
||||
601330DC45043FC5356E4B29 /* testfile */,
|
||||
);
|
||||
};
|
||||
/* End PBXProject section */
|
||||
|
||||
/* Begin PBXReferenceProxy section */
|
||||
4ECD19EE7F4A76FA2A4660F0 /* libSDL2main.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
path = "Build/Debug/libSDL2main.a";
|
||||
remoteRef = 4DE83F7B56A045333BD11D98 /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
38DA20E06D671A4407BA7958 /* libSDL2.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
path = "Build/Debug/libSDL2.a";
|
||||
remoteRef = 57D644B23A9862F5683A657A /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
/* End PBXReferenceProxy section */
|
||||
|
||||
/* Begin PBXResourcesBuildPhase section */
|
||||
1D195EB165D93A4E692A4E89 /* Resources */ = {
|
||||
isa = PBXResourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXResourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXSourcesBuildPhase section */
|
||||
057C478A38BE6A563AC10C0E /* Sources */ = {
|
||||
isa = PBXSourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
06055DF25A4832B523E519B2 /* testfile.c in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXSourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXVariantGroup section */
|
||||
/* End PBXVariantGroup section */
|
||||
|
||||
/* Begin PBXTargetDependency section */
|
||||
341018B26EEF3E6E4AF25BA9 /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = "libSDL2main.a";
|
||||
targetProxy = 1FAB1ACA72CD15D554574E6E /* PBXContainerItemProxy */;
|
||||
};
|
||||
6D333C4B791776B774FA63F4 /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = "libSDL2.a";
|
||||
targetProxy = 2DC36FA5536946D4300348F7 /* PBXContainerItemProxy */;
|
||||
};
|
||||
/* End PBXTargetDependency section */
|
||||
|
||||
/* Begin XCBuildConfiguration section */
|
||||
3C2E260D34E54B2444156E77 /* Debug Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
CONFIGURATION_BUILD_DIR = Build/Debug;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testfile";
|
||||
};
|
||||
name = "Debug Universal";
|
||||
};
|
||||
1F424CBB0901425C54AF63E5 /* Debug Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
CONFIGURATION_BUILD_DIR = Build/Debug;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testfile";
|
||||
};
|
||||
name = "Debug Native";
|
||||
};
|
||||
76F560316C3403F77B301E22 /* Release Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
CONFIGURATION_BUILD_DIR = Build/Release;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testfile";
|
||||
};
|
||||
name = "Release Universal";
|
||||
};
|
||||
3DAD38AC587713FE1C55146C /* Release Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
CONFIGURATION_BUILD_DIR = Build/Release;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testfile";
|
||||
};
|
||||
name = "Release Native";
|
||||
};
|
||||
719E48E62EE4324772103829 /* Debug Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
COPY_PHASE_STRIP = NO;
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"_DEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Universal/Debug";
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
SYMROOT = "Build/Debug";
|
||||
};
|
||||
name = "Debug Universal";
|
||||
};
|
||||
54241D5961C22DD6643639DB /* Debug Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(NATIVE_ARCH_ACTUAL)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
COPY_PHASE_STRIP = NO;
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"_DEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Debug";
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
SYMROOT = "Build/Debug";
|
||||
};
|
||||
name = "Debug Native";
|
||||
};
|
||||
6FB824C25FC316EF5CD00C88 /* Release Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 3;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"NDEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Universal/Release";
|
||||
ONLY_ACTIVE_ARCH = NO;
|
||||
SYMROOT = "Build/Release";
|
||||
};
|
||||
name = "Release Universal";
|
||||
};
|
||||
597A73B46A7873AC58D45F2D /* Release Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(NATIVE_ARCH_ACTUAL)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 3;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"NDEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Release";
|
||||
ONLY_ACTIVE_ARCH = NO;
|
||||
SYMROOT = "Build/Release";
|
||||
};
|
||||
name = "Release Native";
|
||||
};
|
||||
/* End XCBuildConfiguration section */
|
||||
|
||||
/* Begin XCConfigurationList section */
|
||||
7316560C6DAC59E75FB42DC7 /* Build configuration list for PBXNativeTarget "testfile" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
3C2E260D34E54B2444156E77 /* Debug Universal */,
|
||||
1F424CBB0901425C54AF63E5 /* Debug Native */,
|
||||
76F560316C3403F77B301E22 /* Release Universal */,
|
||||
3DAD38AC587713FE1C55146C /* Release Native */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = "Debug Universal";
|
||||
};
|
||||
1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "testfile" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
719E48E62EE4324772103829 /* Debug Universal */,
|
||||
54241D5961C22DD6643639DB /* Debug Native */,
|
||||
6FB824C25FC316EF5CD00C88 /* Release Universal */,
|
||||
597A73B46A7873AC58D45F2D /* Release Native */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = "Debug Universal";
|
||||
};
|
||||
/* End XCConfigurationList section */
|
||||
|
||||
};
|
||||
rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
|
||||
}
|
||||
@@ -0,0 +1,455 @@
|
||||
// !$*UTF8*$!
|
||||
{
|
||||
archiveVersion = 1;
|
||||
classes = {
|
||||
};
|
||||
objectVersion = 45;
|
||||
objects = {
|
||||
|
||||
/* Begin PBXBuildFile section */
|
||||
542D0843277C5761463E1641 /* testfilesystem.c in Sources */ = {isa = PBXBuildFile; fileRef = 19383D261E7C7DDD72934761 /* testfilesystem.c */; };
|
||||
48A575560C39763339D20F5E /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 16933BB10707658448D07838 /* AudioToolbox.framework */; };
|
||||
23613B9021CB3B9563577823 /* AudioUnit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 059A716B389A47C0206D066E /* AudioUnit.framework */; };
|
||||
3DC8448939065CC930704575 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 79994FC93930223151DC4634 /* Cocoa.framework */; };
|
||||
29986B25588F4F8A7A550E6D /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 23DE4BC30FFD43302C6523B4 /* CoreAudio.framework */; };
|
||||
44FF00B5143A28417A3D769C /* IOKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3D3F33E924DF60FF36A60494 /* IOKit.framework */; };
|
||||
18F73FDD63E2208B113B6BB9 /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 15DF6F975CB3775B2F3B0998 /* Carbon.framework */; };
|
||||
24F15ADF225533E9197F12B7 /* ForceFeedback.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 47FE22E4397B62A1714A4AF9 /* ForceFeedback.framework */; };
|
||||
45AC3E91409C730F0E6D2EDE /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 43A608227BC95CAB7BB4671F /* CoreFoundation.framework */; };
|
||||
4A6B44CA5DC815451CAD3F45 /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 27F42A26259B0B030C3D215C /* OpenGL.framework */; };
|
||||
46124EE7538B7C3123B13D0C /* libSDL2main.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 0F45024C0CCA3D6B56085138 /* libSDL2main.a */; };
|
||||
3F1D218E1A9B39B813B41DDB /* libSDL2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 0A3C038D5CB50A6B1FB9588F /* libSDL2.a */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXContainerItemProxy section */
|
||||
149A208861B61E5E5AD25220 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 5E533149357950AE5914458E /* SDL2main.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = 0FF7291B375C79BC57696B66;
|
||||
remoteInfo = "libSDL2main.a";
|
||||
};
|
||||
6AC613431F59305338EA0D19 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 5E533149357950AE5914458E /* SDL2main.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = 1BAE4A0A77462FDC330812A3;
|
||||
remoteInfo = "libSDL2main.a";
|
||||
};
|
||||
3F82068A076C59DA1E286BC0 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 68DA4DB7486A506123D86AA9 /* SDL2.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = 5E6D56F6655337845A3C44C3;
|
||||
remoteInfo = "libSDL2.a";
|
||||
};
|
||||
3B33177258BC26F33A3729EA /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 68DA4DB7486A506123D86AA9 /* SDL2.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = 7E6A7BC23CFD134274963645;
|
||||
remoteInfo = "libSDL2.a";
|
||||
};
|
||||
/* End PBXContainerItemProxy section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
19383D261E7C7DDD72934761 /* testfilesystem.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "testfilesystem.c"; path = "../../../../../test/testfilesystem.c"; sourceTree = "<group>"; };
|
||||
16933BB10707658448D07838 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "AudioToolbox.framework"; path = "/System/Library/Frameworks/AudioToolbox.framework"; sourceTree = "<absolute>"; };
|
||||
059A716B389A47C0206D066E /* AudioUnit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "AudioUnit.framework"; path = "/System/Library/Frameworks/AudioUnit.framework"; sourceTree = "<absolute>"; };
|
||||
79994FC93930223151DC4634 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "Cocoa.framework"; path = "/System/Library/Frameworks/Cocoa.framework"; sourceTree = "<absolute>"; };
|
||||
23DE4BC30FFD43302C6523B4 /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreAudio.framework"; path = "/System/Library/Frameworks/CoreAudio.framework"; sourceTree = "<absolute>"; };
|
||||
3D3F33E924DF60FF36A60494 /* IOKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "IOKit.framework"; path = "/System/Library/Frameworks/IOKit.framework"; sourceTree = "<absolute>"; };
|
||||
15DF6F975CB3775B2F3B0998 /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "Carbon.framework"; path = "/System/Library/Frameworks/Carbon.framework"; sourceTree = "<absolute>"; };
|
||||
47FE22E4397B62A1714A4AF9 /* ForceFeedback.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "ForceFeedback.framework"; path = "/System/Library/Frameworks/ForceFeedback.framework"; sourceTree = "<absolute>"; };
|
||||
43A608227BC95CAB7BB4671F /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreFoundation.framework"; path = "/System/Library/Frameworks/CoreFoundation.framework"; sourceTree = "<absolute>"; };
|
||||
27F42A26259B0B030C3D215C /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "OpenGL.framework"; path = "/System/Library/Frameworks/OpenGL.framework"; sourceTree = "<absolute>"; };
|
||||
5F400B390B564255729347F6 /* testfilesystem */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; name = "testfilesystem"; path = "testfilesystem"; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
5E533149357950AE5914458E /* SDL2main.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "SDL2main.xcodeproj"; path = "../../SDL2main/SDL2main.xcodeproj"; sourceTree = SOURCE_ROOT; };
|
||||
68DA4DB7486A506123D86AA9 /* SDL2.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "SDL2.xcodeproj"; path = "../../SDL2/SDL2.xcodeproj"; sourceTree = SOURCE_ROOT; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
/* Begin PBXFrameworksBuildPhase section */
|
||||
403E4E217E1C741D46085D32 /* Frameworks */ = {
|
||||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
48A575560C39763339D20F5E /* AudioToolbox.framework in Frameworks */,
|
||||
23613B9021CB3B9563577823 /* AudioUnit.framework in Frameworks */,
|
||||
3DC8448939065CC930704575 /* Cocoa.framework in Frameworks */,
|
||||
29986B25588F4F8A7A550E6D /* CoreAudio.framework in Frameworks */,
|
||||
44FF00B5143A28417A3D769C /* IOKit.framework in Frameworks */,
|
||||
18F73FDD63E2208B113B6BB9 /* Carbon.framework in Frameworks */,
|
||||
24F15ADF225533E9197F12B7 /* ForceFeedback.framework in Frameworks */,
|
||||
45AC3E91409C730F0E6D2EDE /* CoreFoundation.framework in Frameworks */,
|
||||
4A6B44CA5DC815451CAD3F45 /* OpenGL.framework in Frameworks */,
|
||||
46124EE7538B7C3123B13D0C /* libSDL2main.a in Frameworks */,
|
||||
3F1D218E1A9B39B813B41DDB /* libSDL2.a in Frameworks */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXFrameworksBuildPhase section */
|
||||
|
||||
/* Begin PBXGroup section */
|
||||
170304D27C0A765010527B9F /* testfilesystem */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
1D9E28030ECB3D0C7A083D78 /* test */,
|
||||
099667962ED420EA7F100D7F /* Frameworks */,
|
||||
4FD62AFF4ED6586A49A052CA /* Products */,
|
||||
05D117E428CC7B612D965769 /* Projects */,
|
||||
);
|
||||
name = "testfilesystem";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
1D9E28030ECB3D0C7A083D78 /* test */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
19383D261E7C7DDD72934761 /* testfilesystem.c */,
|
||||
);
|
||||
name = "test";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
099667962ED420EA7F100D7F /* Frameworks */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
16933BB10707658448D07838 /* AudioToolbox.framework */,
|
||||
059A716B389A47C0206D066E /* AudioUnit.framework */,
|
||||
79994FC93930223151DC4634 /* Cocoa.framework */,
|
||||
23DE4BC30FFD43302C6523B4 /* CoreAudio.framework */,
|
||||
3D3F33E924DF60FF36A60494 /* IOKit.framework */,
|
||||
15DF6F975CB3775B2F3B0998 /* Carbon.framework */,
|
||||
47FE22E4397B62A1714A4AF9 /* ForceFeedback.framework */,
|
||||
43A608227BC95CAB7BB4671F /* CoreFoundation.framework */,
|
||||
27F42A26259B0B030C3D215C /* OpenGL.framework */,
|
||||
);
|
||||
name = "Frameworks";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
4FD62AFF4ED6586A49A052CA /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
5F400B390B564255729347F6 /* testfilesystem */,
|
||||
);
|
||||
name = "Products";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
05D117E428CC7B612D965769 /* Projects */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
5E533149357950AE5914458E /* SDL2main.xcodeproj */,
|
||||
68DA4DB7486A506123D86AA9 /* SDL2.xcodeproj */,
|
||||
);
|
||||
name = "Projects";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
702918C21BB85A7F4BCA3F94 /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
0F45024C0CCA3D6B56085138 /* libSDL2main.a */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
46FE775B0BFD38D61F425D44 /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
0A3C038D5CB50A6B1FB9588F /* libSDL2.a */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* End PBXGroup section */
|
||||
|
||||
/* Begin PBXNativeTarget section */
|
||||
68B547AF6EF613D329BE34D3 /* testfilesystem */ = {
|
||||
isa = PBXNativeTarget;
|
||||
buildConfigurationList = 3507616A255D283C0D806752 /* Build configuration list for PBXNativeTarget "testfilesystem" */;
|
||||
buildPhases = (
|
||||
67410E2B2F511A6E5A6F409B /* Resources */,
|
||||
3988363B7CCA6F5151A72BFA /* Sources */,
|
||||
403E4E217E1C741D46085D32 /* Frameworks */,
|
||||
);
|
||||
buildRules = (
|
||||
);
|
||||
dependencies = (
|
||||
205A7DC04BC2669148D26943 /* PBXTargetDependency */,
|
||||
47E749AF206848E47A2B5B3B /* PBXTargetDependency */,
|
||||
);
|
||||
name = "testfilesystem";
|
||||
productInstallPath = "$(HOME)/bin";
|
||||
productName = "testfilesystem";
|
||||
productReference = 5F400B390B564255729347F6 /* testfilesystem */;
|
||||
productType = "com.apple.product-type.tool";
|
||||
};
|
||||
/* End PBXNativeTarget section */
|
||||
|
||||
/* Begin PBXProject section */
|
||||
08FB7793FE84155DC02AAC07 /* Project object */ = {
|
||||
isa = PBXProject;
|
||||
buildConfigurationList = 1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "testfilesystem" */;
|
||||
compatibilityVersion = "Xcode 3.2";
|
||||
hasScannedForEncodings = 1;
|
||||
mainGroup = 170304D27C0A765010527B9F /* testfilesystem */;
|
||||
projectDirPath = "";
|
||||
projectReferences = (
|
||||
{
|
||||
ProductGroup = 702918C21BB85A7F4BCA3F94 /* Products */;
|
||||
ProjectRef = 5E533149357950AE5914458E /* SDL2main.xcodeproj */;
|
||||
},
|
||||
{
|
||||
ProductGroup = 46FE775B0BFD38D61F425D44 /* Products */;
|
||||
ProjectRef = 68DA4DB7486A506123D86AA9 /* SDL2.xcodeproj */;
|
||||
},
|
||||
);
|
||||
projectRoot = "";
|
||||
targets = (
|
||||
68B547AF6EF613D329BE34D3 /* testfilesystem */,
|
||||
);
|
||||
};
|
||||
/* End PBXProject section */
|
||||
|
||||
/* Begin PBXReferenceProxy section */
|
||||
0F45024C0CCA3D6B56085138 /* libSDL2main.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
path = "Build/Debug/libSDL2main.a";
|
||||
remoteRef = 149A208861B61E5E5AD25220 /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
0A3C038D5CB50A6B1FB9588F /* libSDL2.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
path = "Build/Debug/libSDL2.a";
|
||||
remoteRef = 3F82068A076C59DA1E286BC0 /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
/* End PBXReferenceProxy section */
|
||||
|
||||
/* Begin PBXResourcesBuildPhase section */
|
||||
67410E2B2F511A6E5A6F409B /* Resources */ = {
|
||||
isa = PBXResourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXResourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXSourcesBuildPhase section */
|
||||
3988363B7CCA6F5151A72BFA /* Sources */ = {
|
||||
isa = PBXSourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
542D0843277C5761463E1641 /* testfilesystem.c in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXSourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXVariantGroup section */
|
||||
/* End PBXVariantGroup section */
|
||||
|
||||
/* Begin PBXTargetDependency section */
|
||||
205A7DC04BC2669148D26943 /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = "libSDL2main.a";
|
||||
targetProxy = 6AC613431F59305338EA0D19 /* PBXContainerItemProxy */;
|
||||
};
|
||||
47E749AF206848E47A2B5B3B /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = "libSDL2.a";
|
||||
targetProxy = 3B33177258BC26F33A3729EA /* PBXContainerItemProxy */;
|
||||
};
|
||||
/* End PBXTargetDependency section */
|
||||
|
||||
/* Begin XCBuildConfiguration section */
|
||||
3B094C7747270E2329580893 /* Debug Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
CONFIGURATION_BUILD_DIR = Build/Debug;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testfilesystem";
|
||||
};
|
||||
name = "Debug Universal";
|
||||
};
|
||||
5B67524C1BFF261603BB212A /* Debug Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
CONFIGURATION_BUILD_DIR = Build/Debug;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testfilesystem";
|
||||
};
|
||||
name = "Debug Native";
|
||||
};
|
||||
0F257B1E779D173C0F9866D9 /* Release Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
CONFIGURATION_BUILD_DIR = Build/Release;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testfilesystem";
|
||||
};
|
||||
name = "Release Universal";
|
||||
};
|
||||
6AFB10A43B5572244ECF2D67 /* Release Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
CONFIGURATION_BUILD_DIR = Build/Release;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testfilesystem";
|
||||
};
|
||||
name = "Release Native";
|
||||
};
|
||||
79E34F49025759AC2F191380 /* Debug Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
COPY_PHASE_STRIP = NO;
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"_DEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Universal/Debug";
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
SYMROOT = "Build/Debug";
|
||||
};
|
||||
name = "Debug Universal";
|
||||
};
|
||||
7F580FEA569A410767C001D0 /* Debug Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(NATIVE_ARCH_ACTUAL)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
COPY_PHASE_STRIP = NO;
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"_DEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Debug";
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
SYMROOT = "Build/Debug";
|
||||
};
|
||||
name = "Debug Native";
|
||||
};
|
||||
665154276D2145713D7E1EE5 /* Release Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 3;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"NDEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Universal/Release";
|
||||
ONLY_ACTIVE_ARCH = NO;
|
||||
SYMROOT = "Build/Release";
|
||||
};
|
||||
name = "Release Universal";
|
||||
};
|
||||
77B80CD311163E726F757B02 /* Release Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(NATIVE_ARCH_ACTUAL)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 3;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"NDEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Release";
|
||||
ONLY_ACTIVE_ARCH = NO;
|
||||
SYMROOT = "Build/Release";
|
||||
};
|
||||
name = "Release Native";
|
||||
};
|
||||
/* End XCBuildConfiguration section */
|
||||
|
||||
/* Begin XCConfigurationList section */
|
||||
3507616A255D283C0D806752 /* Build configuration list for PBXNativeTarget "testfilesystem" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
3B094C7747270E2329580893 /* Debug Universal */,
|
||||
5B67524C1BFF261603BB212A /* Debug Native */,
|
||||
0F257B1E779D173C0F9866D9 /* Release Universal */,
|
||||
6AFB10A43B5572244ECF2D67 /* Release Native */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = "Debug Universal";
|
||||
};
|
||||
1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "testfilesystem" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
79E34F49025759AC2F191380 /* Debug Universal */,
|
||||
7F580FEA569A410767C001D0 /* Debug Native */,
|
||||
665154276D2145713D7E1EE5 /* Release Universal */,
|
||||
77B80CD311163E726F757B02 /* Release Native */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = "Debug Universal";
|
||||
};
|
||||
/* End XCConfigurationList section */
|
||||
|
||||
};
|
||||
rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
|
||||
}
|
||||
@@ -0,0 +1,455 @@
|
||||
// !$*UTF8*$!
|
||||
{
|
||||
archiveVersion = 1;
|
||||
classes = {
|
||||
};
|
||||
objectVersion = 45;
|
||||
objects = {
|
||||
|
||||
/* Begin PBXBuildFile section */
|
||||
59AD1EAF01EC6AEB1C7B5074 /* testgamecontroller.c in Sources */ = {isa = PBXBuildFile; fileRef = 48F355B62CA92CD960274AC1 /* testgamecontroller.c */; };
|
||||
565F3431259112804AA32F99 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 639F1AD07BC614055E4B4BEF /* AudioToolbox.framework */; };
|
||||
67CA2BDD6A8427EA0FFD477D /* AudioUnit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7774150327CE5B4341311BA2 /* AudioUnit.framework */; };
|
||||
001B0178066014ED54BB7624 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 15C56C9162624511738950C4 /* Cocoa.framework */; };
|
||||
7CDF4E4316217800025F2FC2 /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 70974CCE092D75E31B6659C4 /* CoreAudio.framework */; };
|
||||
01AA68493002010C71842908 /* IOKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 00267C710FC1666C58AC1600 /* IOKit.framework */; };
|
||||
0DF9622C522326C973225ECB /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 74B20CD506C43F592B6A4131 /* Carbon.framework */; };
|
||||
0C1C3C646C933C042DB3554D /* ForceFeedback.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7560112E76563F017A354A97 /* ForceFeedback.framework */; };
|
||||
6A6118D426B12FA30FA73D70 /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 422B1BF2412116DE6F2D7ECF /* CoreFoundation.framework */; };
|
||||
4EA62A4A072542AE528A7116 /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 40EF30E9301B6096308E73FC /* OpenGL.framework */; };
|
||||
5C59016854B35296046D46E3 /* libSDL2main.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 027574146203476B541C0127 /* libSDL2main.a */; };
|
||||
711722C97B6C14AF751C3447 /* libSDL2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 17EF57FF6417423C2AE144CD /* libSDL2.a */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXContainerItemProxy section */
|
||||
78836EE2654D23445E1A0CB0 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 5CDE76704306652C66C6757D /* SDL2main.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = 0FF7291B375C79BC57696B66;
|
||||
remoteInfo = "libSDL2main.a";
|
||||
};
|
||||
085B22E10005062E75451D34 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 5CDE76704306652C66C6757D /* SDL2main.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = 1BAE4A0A77462FDC330812A3;
|
||||
remoteInfo = "libSDL2main.a";
|
||||
};
|
||||
7E6D286F30E32A114225393C /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 6F9E23337C115CE22C5C036F /* SDL2.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = 5E6D56F6655337845A3C44C3;
|
||||
remoteInfo = "libSDL2.a";
|
||||
};
|
||||
3D175864491D1E04458F4B6B /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 6F9E23337C115CE22C5C036F /* SDL2.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = 7E6A7BC23CFD134274963645;
|
||||
remoteInfo = "libSDL2.a";
|
||||
};
|
||||
/* End PBXContainerItemProxy section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
48F355B62CA92CD960274AC1 /* testgamecontroller.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "testgamecontroller.c"; path = "../../../../../test/testgamecontroller.c"; sourceTree = "<group>"; };
|
||||
639F1AD07BC614055E4B4BEF /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "AudioToolbox.framework"; path = "/System/Library/Frameworks/AudioToolbox.framework"; sourceTree = "<absolute>"; };
|
||||
7774150327CE5B4341311BA2 /* AudioUnit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "AudioUnit.framework"; path = "/System/Library/Frameworks/AudioUnit.framework"; sourceTree = "<absolute>"; };
|
||||
15C56C9162624511738950C4 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "Cocoa.framework"; path = "/System/Library/Frameworks/Cocoa.framework"; sourceTree = "<absolute>"; };
|
||||
70974CCE092D75E31B6659C4 /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreAudio.framework"; path = "/System/Library/Frameworks/CoreAudio.framework"; sourceTree = "<absolute>"; };
|
||||
00267C710FC1666C58AC1600 /* IOKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "IOKit.framework"; path = "/System/Library/Frameworks/IOKit.framework"; sourceTree = "<absolute>"; };
|
||||
74B20CD506C43F592B6A4131 /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "Carbon.framework"; path = "/System/Library/Frameworks/Carbon.framework"; sourceTree = "<absolute>"; };
|
||||
7560112E76563F017A354A97 /* ForceFeedback.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "ForceFeedback.framework"; path = "/System/Library/Frameworks/ForceFeedback.framework"; sourceTree = "<absolute>"; };
|
||||
422B1BF2412116DE6F2D7ECF /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreFoundation.framework"; path = "/System/Library/Frameworks/CoreFoundation.framework"; sourceTree = "<absolute>"; };
|
||||
40EF30E9301B6096308E73FC /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "OpenGL.framework"; path = "/System/Library/Frameworks/OpenGL.framework"; sourceTree = "<absolute>"; };
|
||||
567D61E243EB387F4FDB388A /* testgamecontroller */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; name = "testgamecontroller"; path = "testgamecontroller"; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
5CDE76704306652C66C6757D /* SDL2main.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "SDL2main.xcodeproj"; path = "../../SDL2main/SDL2main.xcodeproj"; sourceTree = SOURCE_ROOT; };
|
||||
6F9E23337C115CE22C5C036F /* SDL2.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "SDL2.xcodeproj"; path = "../../SDL2/SDL2.xcodeproj"; sourceTree = SOURCE_ROOT; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
/* Begin PBXFrameworksBuildPhase section */
|
||||
473B1FDA5EE866B04B5F71BD /* Frameworks */ = {
|
||||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
565F3431259112804AA32F99 /* AudioToolbox.framework in Frameworks */,
|
||||
67CA2BDD6A8427EA0FFD477D /* AudioUnit.framework in Frameworks */,
|
||||
001B0178066014ED54BB7624 /* Cocoa.framework in Frameworks */,
|
||||
7CDF4E4316217800025F2FC2 /* CoreAudio.framework in Frameworks */,
|
||||
01AA68493002010C71842908 /* IOKit.framework in Frameworks */,
|
||||
0DF9622C522326C973225ECB /* Carbon.framework in Frameworks */,
|
||||
0C1C3C646C933C042DB3554D /* ForceFeedback.framework in Frameworks */,
|
||||
6A6118D426B12FA30FA73D70 /* CoreFoundation.framework in Frameworks */,
|
||||
4EA62A4A072542AE528A7116 /* OpenGL.framework in Frameworks */,
|
||||
5C59016854B35296046D46E3 /* libSDL2main.a in Frameworks */,
|
||||
711722C97B6C14AF751C3447 /* libSDL2.a in Frameworks */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXFrameworksBuildPhase section */
|
||||
|
||||
/* Begin PBXGroup section */
|
||||
063100B04D77549E6A9F1112 /* testgamecontroller */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
3EA955B63CF038EF091222E8 /* test */,
|
||||
789F24162918123450CF4B74 /* Frameworks */,
|
||||
7A49721B04EA5855508368C9 /* Products */,
|
||||
0250726E45B86DD8261538F8 /* Projects */,
|
||||
);
|
||||
name = "testgamecontroller";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
3EA955B63CF038EF091222E8 /* test */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
48F355B62CA92CD960274AC1 /* testgamecontroller.c */,
|
||||
);
|
||||
name = "test";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
789F24162918123450CF4B74 /* Frameworks */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
639F1AD07BC614055E4B4BEF /* AudioToolbox.framework */,
|
||||
7774150327CE5B4341311BA2 /* AudioUnit.framework */,
|
||||
15C56C9162624511738950C4 /* Cocoa.framework */,
|
||||
70974CCE092D75E31B6659C4 /* CoreAudio.framework */,
|
||||
00267C710FC1666C58AC1600 /* IOKit.framework */,
|
||||
74B20CD506C43F592B6A4131 /* Carbon.framework */,
|
||||
7560112E76563F017A354A97 /* ForceFeedback.framework */,
|
||||
422B1BF2412116DE6F2D7ECF /* CoreFoundation.framework */,
|
||||
40EF30E9301B6096308E73FC /* OpenGL.framework */,
|
||||
);
|
||||
name = "Frameworks";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
7A49721B04EA5855508368C9 /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
567D61E243EB387F4FDB388A /* testgamecontroller */,
|
||||
);
|
||||
name = "Products";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
0250726E45B86DD8261538F8 /* Projects */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
5CDE76704306652C66C6757D /* SDL2main.xcodeproj */,
|
||||
6F9E23337C115CE22C5C036F /* SDL2.xcodeproj */,
|
||||
);
|
||||
name = "Projects";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
08767CDD2DA222DE36584C82 /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
027574146203476B541C0127 /* libSDL2main.a */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
33E47EDE42C32D6347BD7088 /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
17EF57FF6417423C2AE144CD /* libSDL2.a */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* End PBXGroup section */
|
||||
|
||||
/* Begin PBXNativeTarget section */
|
||||
7B3032395DA51920424A258D /* testgamecontroller */ = {
|
||||
isa = PBXNativeTarget;
|
||||
buildConfigurationList = 2B550415327F3FCB3EF824AC /* Build configuration list for PBXNativeTarget "testgamecontroller" */;
|
||||
buildPhases = (
|
||||
397953C5567E7D2048DD2FAF /* Resources */,
|
||||
13E941C92B555CA163AD7DCB /* Sources */,
|
||||
473B1FDA5EE866B04B5F71BD /* Frameworks */,
|
||||
);
|
||||
buildRules = (
|
||||
);
|
||||
dependencies = (
|
||||
475149D56CFA4036302A4202 /* PBXTargetDependency */,
|
||||
1A2B35F31041572804F92BB3 /* PBXTargetDependency */,
|
||||
);
|
||||
name = "testgamecontroller";
|
||||
productInstallPath = "$(HOME)/bin";
|
||||
productName = "testgamecontroller";
|
||||
productReference = 567D61E243EB387F4FDB388A /* testgamecontroller */;
|
||||
productType = "com.apple.product-type.tool";
|
||||
};
|
||||
/* End PBXNativeTarget section */
|
||||
|
||||
/* Begin PBXProject section */
|
||||
08FB7793FE84155DC02AAC07 /* Project object */ = {
|
||||
isa = PBXProject;
|
||||
buildConfigurationList = 1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "testgamecontroller" */;
|
||||
compatibilityVersion = "Xcode 3.2";
|
||||
hasScannedForEncodings = 1;
|
||||
mainGroup = 063100B04D77549E6A9F1112 /* testgamecontroller */;
|
||||
projectDirPath = "";
|
||||
projectReferences = (
|
||||
{
|
||||
ProductGroup = 08767CDD2DA222DE36584C82 /* Products */;
|
||||
ProjectRef = 5CDE76704306652C66C6757D /* SDL2main.xcodeproj */;
|
||||
},
|
||||
{
|
||||
ProductGroup = 33E47EDE42C32D6347BD7088 /* Products */;
|
||||
ProjectRef = 6F9E23337C115CE22C5C036F /* SDL2.xcodeproj */;
|
||||
},
|
||||
);
|
||||
projectRoot = "";
|
||||
targets = (
|
||||
7B3032395DA51920424A258D /* testgamecontroller */,
|
||||
);
|
||||
};
|
||||
/* End PBXProject section */
|
||||
|
||||
/* Begin PBXReferenceProxy section */
|
||||
027574146203476B541C0127 /* libSDL2main.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
path = "Build/Debug/libSDL2main.a";
|
||||
remoteRef = 78836EE2654D23445E1A0CB0 /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
17EF57FF6417423C2AE144CD /* libSDL2.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
path = "Build/Debug/libSDL2.a";
|
||||
remoteRef = 7E6D286F30E32A114225393C /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
/* End PBXReferenceProxy section */
|
||||
|
||||
/* Begin PBXResourcesBuildPhase section */
|
||||
397953C5567E7D2048DD2FAF /* Resources */ = {
|
||||
isa = PBXResourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXResourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXSourcesBuildPhase section */
|
||||
13E941C92B555CA163AD7DCB /* Sources */ = {
|
||||
isa = PBXSourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
59AD1EAF01EC6AEB1C7B5074 /* testgamecontroller.c in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXSourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXVariantGroup section */
|
||||
/* End PBXVariantGroup section */
|
||||
|
||||
/* Begin PBXTargetDependency section */
|
||||
475149D56CFA4036302A4202 /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = "libSDL2main.a";
|
||||
targetProxy = 085B22E10005062E75451D34 /* PBXContainerItemProxy */;
|
||||
};
|
||||
1A2B35F31041572804F92BB3 /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = "libSDL2.a";
|
||||
targetProxy = 3D175864491D1E04458F4B6B /* PBXContainerItemProxy */;
|
||||
};
|
||||
/* End PBXTargetDependency section */
|
||||
|
||||
/* Begin XCBuildConfiguration section */
|
||||
6FA35D3D7B0A73C6698A0408 /* Debug Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
CONFIGURATION_BUILD_DIR = Build/Debug;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testgamecontroller";
|
||||
};
|
||||
name = "Debug Universal";
|
||||
};
|
||||
4D804E61624543AF39A5003F /* Debug Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
CONFIGURATION_BUILD_DIR = Build/Debug;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testgamecontroller";
|
||||
};
|
||||
name = "Debug Native";
|
||||
};
|
||||
339937CD35543FEA59C141E8 /* Release Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
CONFIGURATION_BUILD_DIR = Build/Release;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testgamecontroller";
|
||||
};
|
||||
name = "Release Universal";
|
||||
};
|
||||
5E0928A929C2154035565034 /* Release Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
CONFIGURATION_BUILD_DIR = Build/Release;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testgamecontroller";
|
||||
};
|
||||
name = "Release Native";
|
||||
};
|
||||
31BC3603012209364D2826C1 /* Debug Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
COPY_PHASE_STRIP = NO;
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"_DEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Universal/Debug";
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
SYMROOT = "Build/Debug";
|
||||
};
|
||||
name = "Debug Universal";
|
||||
};
|
||||
4C625A152EE955F75FDC052C /* Debug Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(NATIVE_ARCH_ACTUAL)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
COPY_PHASE_STRIP = NO;
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"_DEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Debug";
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
SYMROOT = "Build/Debug";
|
||||
};
|
||||
name = "Debug Native";
|
||||
};
|
||||
180C43BC1D4944DB1279702A /* Release Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 3;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"NDEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Universal/Release";
|
||||
ONLY_ACTIVE_ARCH = NO;
|
||||
SYMROOT = "Build/Release";
|
||||
};
|
||||
name = "Release Universal";
|
||||
};
|
||||
3DE24EE2789D4BDD49E441F0 /* Release Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(NATIVE_ARCH_ACTUAL)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 3;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"NDEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Release";
|
||||
ONLY_ACTIVE_ARCH = NO;
|
||||
SYMROOT = "Build/Release";
|
||||
};
|
||||
name = "Release Native";
|
||||
};
|
||||
/* End XCBuildConfiguration section */
|
||||
|
||||
/* Begin XCConfigurationList section */
|
||||
2B550415327F3FCB3EF824AC /* Build configuration list for PBXNativeTarget "testgamecontroller" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
6FA35D3D7B0A73C6698A0408 /* Debug Universal */,
|
||||
4D804E61624543AF39A5003F /* Debug Native */,
|
||||
339937CD35543FEA59C141E8 /* Release Universal */,
|
||||
5E0928A929C2154035565034 /* Release Native */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = "Debug Universal";
|
||||
};
|
||||
1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "testgamecontroller" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
31BC3603012209364D2826C1 /* Debug Universal */,
|
||||
4C625A152EE955F75FDC052C /* Debug Native */,
|
||||
180C43BC1D4944DB1279702A /* Release Universal */,
|
||||
3DE24EE2789D4BDD49E441F0 /* Release Native */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = "Debug Universal";
|
||||
};
|
||||
/* End XCConfigurationList section */
|
||||
|
||||
};
|
||||
rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
|
||||
}
|
||||
455
premake/Xcode/Xcode4/tests/testgesture/testgesture.xcodeproj/project.pbxproj
Executable file
455
premake/Xcode/Xcode4/tests/testgesture/testgesture.xcodeproj/project.pbxproj
Executable file
@@ -0,0 +1,455 @@
|
||||
// !$*UTF8*$!
|
||||
{
|
||||
archiveVersion = 1;
|
||||
classes = {
|
||||
};
|
||||
objectVersion = 45;
|
||||
objects = {
|
||||
|
||||
/* Begin PBXBuildFile section */
|
||||
7F2646064E07693268BB663E /* testgesture.c in Sources */ = {isa = PBXBuildFile; fileRef = 45F239484034303C5F6D2B63 /* testgesture.c */; };
|
||||
3E2F057A13197E857A556D8F /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3182640513961B7751467F1C /* AudioToolbox.framework */; };
|
||||
27874E3A79871D2A31350FB3 /* AudioUnit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4BCB1EA2426110E4141B3A39 /* AudioUnit.framework */; };
|
||||
04672EED0A5A2BBA4A99213F /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 69A55EFD5D976CCE6454697A /* Cocoa.framework */; };
|
||||
67842EB1747D695240C55232 /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 404C68025B6435340F6C0644 /* CoreAudio.framework */; };
|
||||
17CF41A54DDC2A847E593D5E /* IOKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 78D711646B8310C841264C30 /* IOKit.framework */; };
|
||||
282535315DBA11D0062175F9 /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1BD76F3F37EB3C0B104B356D /* Carbon.framework */; };
|
||||
01150C0344D721B722512D0D /* ForceFeedback.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5C8C23E069BD7CFB5A6416F6 /* ForceFeedback.framework */; };
|
||||
780D40945E486C1E61F349F8 /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3C856BF13E2F118A31F63FDD /* CoreFoundation.framework */; };
|
||||
0BF93911456A4CD363B8068B /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4C962D4C146E60FF2B000F54 /* OpenGL.framework */; };
|
||||
7808007B4CA1040E5FA57F65 /* libSDL2main.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 528E7D3F63CE6DCA20FA02AA /* libSDL2main.a */; };
|
||||
3D85050716D05CC44E796CAD /* libSDL2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 3FF375BB600D07591A5E2E06 /* libSDL2.a */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXContainerItemProxy section */
|
||||
209C70BF32E1778601AF2D24 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 643C35A707E76E8D0F197045 /* SDL2main.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = 0FF7291B375C79BC57696B66;
|
||||
remoteInfo = "libSDL2main.a";
|
||||
};
|
||||
397959DD79CF0A487F925D3C /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 643C35A707E76E8D0F197045 /* SDL2main.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = 1BAE4A0A77462FDC330812A3;
|
||||
remoteInfo = "libSDL2main.a";
|
||||
};
|
||||
433D6C094E1176D805443C4C /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 64ED1E0B19066DA36CBF0ACF /* SDL2.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = 5E6D56F6655337845A3C44C3;
|
||||
remoteInfo = "libSDL2.a";
|
||||
};
|
||||
27F76BFC195C780B4D2C0753 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 64ED1E0B19066DA36CBF0ACF /* SDL2.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = 7E6A7BC23CFD134274963645;
|
||||
remoteInfo = "libSDL2.a";
|
||||
};
|
||||
/* End PBXContainerItemProxy section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
45F239484034303C5F6D2B63 /* testgesture.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "testgesture.c"; path = "../../../../../test/testgesture.c"; sourceTree = "<group>"; };
|
||||
3182640513961B7751467F1C /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "AudioToolbox.framework"; path = "/System/Library/Frameworks/AudioToolbox.framework"; sourceTree = "<absolute>"; };
|
||||
4BCB1EA2426110E4141B3A39 /* AudioUnit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "AudioUnit.framework"; path = "/System/Library/Frameworks/AudioUnit.framework"; sourceTree = "<absolute>"; };
|
||||
69A55EFD5D976CCE6454697A /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "Cocoa.framework"; path = "/System/Library/Frameworks/Cocoa.framework"; sourceTree = "<absolute>"; };
|
||||
404C68025B6435340F6C0644 /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreAudio.framework"; path = "/System/Library/Frameworks/CoreAudio.framework"; sourceTree = "<absolute>"; };
|
||||
78D711646B8310C841264C30 /* IOKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "IOKit.framework"; path = "/System/Library/Frameworks/IOKit.framework"; sourceTree = "<absolute>"; };
|
||||
1BD76F3F37EB3C0B104B356D /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "Carbon.framework"; path = "/System/Library/Frameworks/Carbon.framework"; sourceTree = "<absolute>"; };
|
||||
5C8C23E069BD7CFB5A6416F6 /* ForceFeedback.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "ForceFeedback.framework"; path = "/System/Library/Frameworks/ForceFeedback.framework"; sourceTree = "<absolute>"; };
|
||||
3C856BF13E2F118A31F63FDD /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreFoundation.framework"; path = "/System/Library/Frameworks/CoreFoundation.framework"; sourceTree = "<absolute>"; };
|
||||
4C962D4C146E60FF2B000F54 /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "OpenGL.framework"; path = "/System/Library/Frameworks/OpenGL.framework"; sourceTree = "<absolute>"; };
|
||||
25894A1C1CD23C9C503E198D /* testgesture */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; name = "testgesture"; path = "testgesture"; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
643C35A707E76E8D0F197045 /* SDL2main.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "SDL2main.xcodeproj"; path = "../../SDL2main/SDL2main.xcodeproj"; sourceTree = SOURCE_ROOT; };
|
||||
64ED1E0B19066DA36CBF0ACF /* SDL2.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "SDL2.xcodeproj"; path = "../../SDL2/SDL2.xcodeproj"; sourceTree = SOURCE_ROOT; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
/* Begin PBXFrameworksBuildPhase section */
|
||||
504D063847F279FC3FF73156 /* Frameworks */ = {
|
||||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
3E2F057A13197E857A556D8F /* AudioToolbox.framework in Frameworks */,
|
||||
27874E3A79871D2A31350FB3 /* AudioUnit.framework in Frameworks */,
|
||||
04672EED0A5A2BBA4A99213F /* Cocoa.framework in Frameworks */,
|
||||
67842EB1747D695240C55232 /* CoreAudio.framework in Frameworks */,
|
||||
17CF41A54DDC2A847E593D5E /* IOKit.framework in Frameworks */,
|
||||
282535315DBA11D0062175F9 /* Carbon.framework in Frameworks */,
|
||||
01150C0344D721B722512D0D /* ForceFeedback.framework in Frameworks */,
|
||||
780D40945E486C1E61F349F8 /* CoreFoundation.framework in Frameworks */,
|
||||
0BF93911456A4CD363B8068B /* OpenGL.framework in Frameworks */,
|
||||
7808007B4CA1040E5FA57F65 /* libSDL2main.a in Frameworks */,
|
||||
3D85050716D05CC44E796CAD /* libSDL2.a in Frameworks */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXFrameworksBuildPhase section */
|
||||
|
||||
/* Begin PBXGroup section */
|
||||
0C1D7CDE12BE1FFA75025933 /* testgesture */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
4D9119587A8E34CD38975BF5 /* test */,
|
||||
1D500210265B5FE53E12220F /* Frameworks */,
|
||||
231E3AB81B144CE2349E7BBE /* Products */,
|
||||
30FF472A52285BBA50483323 /* Projects */,
|
||||
);
|
||||
name = "testgesture";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
4D9119587A8E34CD38975BF5 /* test */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
45F239484034303C5F6D2B63 /* testgesture.c */,
|
||||
);
|
||||
name = "test";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
1D500210265B5FE53E12220F /* Frameworks */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
3182640513961B7751467F1C /* AudioToolbox.framework */,
|
||||
4BCB1EA2426110E4141B3A39 /* AudioUnit.framework */,
|
||||
69A55EFD5D976CCE6454697A /* Cocoa.framework */,
|
||||
404C68025B6435340F6C0644 /* CoreAudio.framework */,
|
||||
78D711646B8310C841264C30 /* IOKit.framework */,
|
||||
1BD76F3F37EB3C0B104B356D /* Carbon.framework */,
|
||||
5C8C23E069BD7CFB5A6416F6 /* ForceFeedback.framework */,
|
||||
3C856BF13E2F118A31F63FDD /* CoreFoundation.framework */,
|
||||
4C962D4C146E60FF2B000F54 /* OpenGL.framework */,
|
||||
);
|
||||
name = "Frameworks";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
231E3AB81B144CE2349E7BBE /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
25894A1C1CD23C9C503E198D /* testgesture */,
|
||||
);
|
||||
name = "Products";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
30FF472A52285BBA50483323 /* Projects */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
643C35A707E76E8D0F197045 /* SDL2main.xcodeproj */,
|
||||
64ED1E0B19066DA36CBF0ACF /* SDL2.xcodeproj */,
|
||||
);
|
||||
name = "Projects";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
30DC6FF827FD602755CB0EC8 /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
528E7D3F63CE6DCA20FA02AA /* libSDL2main.a */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
57C56BC70A01080B247514AA /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
3FF375BB600D07591A5E2E06 /* libSDL2.a */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* End PBXGroup section */
|
||||
|
||||
/* Begin PBXNativeTarget section */
|
||||
13F47A185A0D4A780D0A0D69 /* testgesture */ = {
|
||||
isa = PBXNativeTarget;
|
||||
buildConfigurationList = 7854590A4EE8222F470D4540 /* Build configuration list for PBXNativeTarget "testgesture" */;
|
||||
buildPhases = (
|
||||
06DD41DC579842B26A292F2E /* Resources */,
|
||||
253D4E0558C656247A8F7764 /* Sources */,
|
||||
504D063847F279FC3FF73156 /* Frameworks */,
|
||||
);
|
||||
buildRules = (
|
||||
);
|
||||
dependencies = (
|
||||
26D05DE04696481039A31ACE /* PBXTargetDependency */,
|
||||
0B6937BC549D4FE7501E1D48 /* PBXTargetDependency */,
|
||||
);
|
||||
name = "testgesture";
|
||||
productInstallPath = "$(HOME)/bin";
|
||||
productName = "testgesture";
|
||||
productReference = 25894A1C1CD23C9C503E198D /* testgesture */;
|
||||
productType = "com.apple.product-type.tool";
|
||||
};
|
||||
/* End PBXNativeTarget section */
|
||||
|
||||
/* Begin PBXProject section */
|
||||
08FB7793FE84155DC02AAC07 /* Project object */ = {
|
||||
isa = PBXProject;
|
||||
buildConfigurationList = 1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "testgesture" */;
|
||||
compatibilityVersion = "Xcode 3.2";
|
||||
hasScannedForEncodings = 1;
|
||||
mainGroup = 0C1D7CDE12BE1FFA75025933 /* testgesture */;
|
||||
projectDirPath = "";
|
||||
projectReferences = (
|
||||
{
|
||||
ProductGroup = 30DC6FF827FD602755CB0EC8 /* Products */;
|
||||
ProjectRef = 643C35A707E76E8D0F197045 /* SDL2main.xcodeproj */;
|
||||
},
|
||||
{
|
||||
ProductGroup = 57C56BC70A01080B247514AA /* Products */;
|
||||
ProjectRef = 64ED1E0B19066DA36CBF0ACF /* SDL2.xcodeproj */;
|
||||
},
|
||||
);
|
||||
projectRoot = "";
|
||||
targets = (
|
||||
13F47A185A0D4A780D0A0D69 /* testgesture */,
|
||||
);
|
||||
};
|
||||
/* End PBXProject section */
|
||||
|
||||
/* Begin PBXReferenceProxy section */
|
||||
528E7D3F63CE6DCA20FA02AA /* libSDL2main.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
path = "Build/Debug/libSDL2main.a";
|
||||
remoteRef = 209C70BF32E1778601AF2D24 /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
3FF375BB600D07591A5E2E06 /* libSDL2.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
path = "Build/Debug/libSDL2.a";
|
||||
remoteRef = 433D6C094E1176D805443C4C /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
/* End PBXReferenceProxy section */
|
||||
|
||||
/* Begin PBXResourcesBuildPhase section */
|
||||
06DD41DC579842B26A292F2E /* Resources */ = {
|
||||
isa = PBXResourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXResourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXSourcesBuildPhase section */
|
||||
253D4E0558C656247A8F7764 /* Sources */ = {
|
||||
isa = PBXSourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
7F2646064E07693268BB663E /* testgesture.c in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXSourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXVariantGroup section */
|
||||
/* End PBXVariantGroup section */
|
||||
|
||||
/* Begin PBXTargetDependency section */
|
||||
26D05DE04696481039A31ACE /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = "libSDL2main.a";
|
||||
targetProxy = 397959DD79CF0A487F925D3C /* PBXContainerItemProxy */;
|
||||
};
|
||||
0B6937BC549D4FE7501E1D48 /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = "libSDL2.a";
|
||||
targetProxy = 27F76BFC195C780B4D2C0753 /* PBXContainerItemProxy */;
|
||||
};
|
||||
/* End PBXTargetDependency section */
|
||||
|
||||
/* Begin XCBuildConfiguration section */
|
||||
7EBC1AD328FF23575F007FC1 /* Debug Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
CONFIGURATION_BUILD_DIR = Build/Debug;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testgesture";
|
||||
};
|
||||
name = "Debug Universal";
|
||||
};
|
||||
7B220AE02C4168C977A9312E /* Debug Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
CONFIGURATION_BUILD_DIR = Build/Debug;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testgesture";
|
||||
};
|
||||
name = "Debug Native";
|
||||
};
|
||||
1F43115A34553DD3190B2B08 /* Release Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
CONFIGURATION_BUILD_DIR = Build/Release;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testgesture";
|
||||
};
|
||||
name = "Release Universal";
|
||||
};
|
||||
79B5705904781395367B7BEF /* Release Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
CONFIGURATION_BUILD_DIR = Build/Release;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testgesture";
|
||||
};
|
||||
name = "Release Native";
|
||||
};
|
||||
17F516310DBF32883D6754E8 /* Debug Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
COPY_PHASE_STRIP = NO;
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"_DEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Universal/Debug";
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
SYMROOT = "Build/Debug";
|
||||
};
|
||||
name = "Debug Universal";
|
||||
};
|
||||
79763EB775473C4A46091E29 /* Debug Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(NATIVE_ARCH_ACTUAL)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
COPY_PHASE_STRIP = NO;
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"_DEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Debug";
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
SYMROOT = "Build/Debug";
|
||||
};
|
||||
name = "Debug Native";
|
||||
};
|
||||
2E49648B7F9814B91F862C12 /* Release Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 3;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"NDEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Universal/Release";
|
||||
ONLY_ACTIVE_ARCH = NO;
|
||||
SYMROOT = "Build/Release";
|
||||
};
|
||||
name = "Release Universal";
|
||||
};
|
||||
196A212F38807BF653F57FBC /* Release Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(NATIVE_ARCH_ACTUAL)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 3;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"NDEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Release";
|
||||
ONLY_ACTIVE_ARCH = NO;
|
||||
SYMROOT = "Build/Release";
|
||||
};
|
||||
name = "Release Native";
|
||||
};
|
||||
/* End XCBuildConfiguration section */
|
||||
|
||||
/* Begin XCConfigurationList section */
|
||||
7854590A4EE8222F470D4540 /* Build configuration list for PBXNativeTarget "testgesture" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
7EBC1AD328FF23575F007FC1 /* Debug Universal */,
|
||||
7B220AE02C4168C977A9312E /* Debug Native */,
|
||||
1F43115A34553DD3190B2B08 /* Release Universal */,
|
||||
79B5705904781395367B7BEF /* Release Native */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = "Debug Universal";
|
||||
};
|
||||
1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "testgesture" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
17F516310DBF32883D6754E8 /* Debug Universal */,
|
||||
79763EB775473C4A46091E29 /* Debug Native */,
|
||||
2E49648B7F9814B91F862C12 /* Release Universal */,
|
||||
196A212F38807BF653F57FBC /* Release Native */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = "Debug Universal";
|
||||
};
|
||||
/* End XCConfigurationList section */
|
||||
|
||||
};
|
||||
rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
|
||||
}
|
||||
502
premake/Xcode/Xcode4/tests/testgl2/testgl2.xcodeproj/project.pbxproj
Executable file
502
premake/Xcode/Xcode4/tests/testgl2/testgl2.xcodeproj/project.pbxproj
Executable file
@@ -0,0 +1,502 @@
|
||||
// !$*UTF8*$!
|
||||
{
|
||||
archiveVersion = 1;
|
||||
classes = {
|
||||
};
|
||||
objectVersion = 45;
|
||||
objects = {
|
||||
|
||||
/* Begin PBXBuildFile section */
|
||||
1E5D7DFA3A69692D44FC27E9 /* testgl2.c in Sources */ = {isa = PBXBuildFile; fileRef = 3220018170A379082A7A5311 /* testgl2.c */; };
|
||||
7AFA41E7540407D14A92432C /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 206504F44E154FCB212C502F /* AudioToolbox.framework */; };
|
||||
47600CC024F5725B3C1C5B21 /* AudioUnit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7E4E65DE03B17C7A553C053A /* AudioUnit.framework */; };
|
||||
196E4214385B17EB51DE792B /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 151B5F9409BD6D295C07749D /* Cocoa.framework */; };
|
||||
08A53FC92B2D20743E080AA6 /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 068252F97FC976C92BD069FF /* CoreAudio.framework */; };
|
||||
414817FE664E3EBD2095428D /* IOKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3AD63ED47DD00D33195F3369 /* IOKit.framework */; };
|
||||
051464B802D923F062DC655E /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5D820966416A4282130A1880 /* Carbon.framework */; };
|
||||
68656778359613CF31ED6DCA /* ForceFeedback.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 12BA2FB45A84420B6A4E4123 /* ForceFeedback.framework */; };
|
||||
1A8A7B10631F1A473D884756 /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 008815B354674F43774104EB /* CoreFoundation.framework */; };
|
||||
2523563C194273D615B744F9 /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 04B73BBB12804A1D49EE6036 /* OpenGL.framework */; };
|
||||
64CC19DD22B11303629D5825 /* libSDL2main.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4CDB408319620EE1092E5B38 /* libSDL2main.a */; };
|
||||
1F8E59315BFC38C73688548D /* libSDL2test.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 666703DB2737213809E80478 /* libSDL2test.a */; };
|
||||
73557D3D480038BC5EB43AC2 /* libSDL2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 23D67491123B616E109134FB /* libSDL2.a */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXContainerItemProxy section */
|
||||
4453567C1B860D8520EB652F /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 6A2801EC45C80EEF2B6C6417 /* SDL2main.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = 0FF7291B375C79BC57696B66;
|
||||
remoteInfo = "libSDL2main.a";
|
||||
};
|
||||
08A64A9D21622C6D3F0B2605 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 6A2801EC45C80EEF2B6C6417 /* SDL2main.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = 1BAE4A0A77462FDC330812A3;
|
||||
remoteInfo = "libSDL2main.a";
|
||||
};
|
||||
795565F809AF458014B503B3 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 733675FC76935EE515592268 /* SDL2test.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = 1EB6664901BC163F215A4861;
|
||||
remoteInfo = "libSDL2test.a";
|
||||
};
|
||||
07726CEC0FA935EA51735F5B /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 733675FC76935EE515592268 /* SDL2test.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = 1258506950476B85239A79A3;
|
||||
remoteInfo = "libSDL2test.a";
|
||||
};
|
||||
2FB6107237CE447C5542013F /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 2578101C505E6209700372BA /* SDL2.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = 5E6D56F6655337845A3C44C3;
|
||||
remoteInfo = "libSDL2.a";
|
||||
};
|
||||
72197A6330DB01C5616B7311 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 2578101C505E6209700372BA /* SDL2.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = 7E6A7BC23CFD134274963645;
|
||||
remoteInfo = "libSDL2.a";
|
||||
};
|
||||
/* End PBXContainerItemProxy section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
3220018170A379082A7A5311 /* testgl2.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "testgl2.c"; path = "../../../../../test/testgl2.c"; sourceTree = "<group>"; };
|
||||
206504F44E154FCB212C502F /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "AudioToolbox.framework"; path = "/System/Library/Frameworks/AudioToolbox.framework"; sourceTree = "<absolute>"; };
|
||||
7E4E65DE03B17C7A553C053A /* AudioUnit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "AudioUnit.framework"; path = "/System/Library/Frameworks/AudioUnit.framework"; sourceTree = "<absolute>"; };
|
||||
151B5F9409BD6D295C07749D /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "Cocoa.framework"; path = "/System/Library/Frameworks/Cocoa.framework"; sourceTree = "<absolute>"; };
|
||||
068252F97FC976C92BD069FF /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreAudio.framework"; path = "/System/Library/Frameworks/CoreAudio.framework"; sourceTree = "<absolute>"; };
|
||||
3AD63ED47DD00D33195F3369 /* IOKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "IOKit.framework"; path = "/System/Library/Frameworks/IOKit.framework"; sourceTree = "<absolute>"; };
|
||||
5D820966416A4282130A1880 /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "Carbon.framework"; path = "/System/Library/Frameworks/Carbon.framework"; sourceTree = "<absolute>"; };
|
||||
12BA2FB45A84420B6A4E4123 /* ForceFeedback.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "ForceFeedback.framework"; path = "/System/Library/Frameworks/ForceFeedback.framework"; sourceTree = "<absolute>"; };
|
||||
008815B354674F43774104EB /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreFoundation.framework"; path = "/System/Library/Frameworks/CoreFoundation.framework"; sourceTree = "<absolute>"; };
|
||||
04B73BBB12804A1D49EE6036 /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "OpenGL.framework"; path = "/System/Library/Frameworks/OpenGL.framework"; sourceTree = "<absolute>"; };
|
||||
6E471DDF34AF7F3526E24A3A /* testgl2 */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; name = "testgl2"; path = "testgl2"; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
6A2801EC45C80EEF2B6C6417 /* SDL2main.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "SDL2main.xcodeproj"; path = "../../SDL2main/SDL2main.xcodeproj"; sourceTree = SOURCE_ROOT; };
|
||||
733675FC76935EE515592268 /* SDL2test.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "SDL2test.xcodeproj"; path = "../../SDL2test/SDL2test.xcodeproj"; sourceTree = SOURCE_ROOT; };
|
||||
2578101C505E6209700372BA /* SDL2.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "SDL2.xcodeproj"; path = "../../SDL2/SDL2.xcodeproj"; sourceTree = SOURCE_ROOT; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
/* Begin PBXFrameworksBuildPhase section */
|
||||
71B273A3094A103462FF0D1C /* Frameworks */ = {
|
||||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
7AFA41E7540407D14A92432C /* AudioToolbox.framework in Frameworks */,
|
||||
47600CC024F5725B3C1C5B21 /* AudioUnit.framework in Frameworks */,
|
||||
196E4214385B17EB51DE792B /* Cocoa.framework in Frameworks */,
|
||||
08A53FC92B2D20743E080AA6 /* CoreAudio.framework in Frameworks */,
|
||||
414817FE664E3EBD2095428D /* IOKit.framework in Frameworks */,
|
||||
051464B802D923F062DC655E /* Carbon.framework in Frameworks */,
|
||||
68656778359613CF31ED6DCA /* ForceFeedback.framework in Frameworks */,
|
||||
1A8A7B10631F1A473D884756 /* CoreFoundation.framework in Frameworks */,
|
||||
2523563C194273D615B744F9 /* OpenGL.framework in Frameworks */,
|
||||
64CC19DD22B11303629D5825 /* libSDL2main.a in Frameworks */,
|
||||
1F8E59315BFC38C73688548D /* libSDL2test.a in Frameworks */,
|
||||
73557D3D480038BC5EB43AC2 /* libSDL2.a in Frameworks */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXFrameworksBuildPhase section */
|
||||
|
||||
/* Begin PBXGroup section */
|
||||
7EC97CA00B8002B3753711EE /* testgl2 */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
3171242F3D656E485A376D3A /* test */,
|
||||
66AF20B448055A0463416D19 /* Frameworks */,
|
||||
3FC8215A541B43D83D181AD6 /* Products */,
|
||||
685260F641B83029561453EC /* Projects */,
|
||||
);
|
||||
name = "testgl2";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
3171242F3D656E485A376D3A /* test */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
3220018170A379082A7A5311 /* testgl2.c */,
|
||||
);
|
||||
name = "test";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
66AF20B448055A0463416D19 /* Frameworks */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
206504F44E154FCB212C502F /* AudioToolbox.framework */,
|
||||
7E4E65DE03B17C7A553C053A /* AudioUnit.framework */,
|
||||
151B5F9409BD6D295C07749D /* Cocoa.framework */,
|
||||
068252F97FC976C92BD069FF /* CoreAudio.framework */,
|
||||
3AD63ED47DD00D33195F3369 /* IOKit.framework */,
|
||||
5D820966416A4282130A1880 /* Carbon.framework */,
|
||||
12BA2FB45A84420B6A4E4123 /* ForceFeedback.framework */,
|
||||
008815B354674F43774104EB /* CoreFoundation.framework */,
|
||||
04B73BBB12804A1D49EE6036 /* OpenGL.framework */,
|
||||
);
|
||||
name = "Frameworks";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
3FC8215A541B43D83D181AD6 /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
6E471DDF34AF7F3526E24A3A /* testgl2 */,
|
||||
);
|
||||
name = "Products";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
685260F641B83029561453EC /* Projects */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
6A2801EC45C80EEF2B6C6417 /* SDL2main.xcodeproj */,
|
||||
733675FC76935EE515592268 /* SDL2test.xcodeproj */,
|
||||
2578101C505E6209700372BA /* SDL2.xcodeproj */,
|
||||
);
|
||||
name = "Projects";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
7FD858AE07A025610A7131F6 /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
4CDB408319620EE1092E5B38 /* libSDL2main.a */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
33547620430B348928255288 /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
666703DB2737213809E80478 /* libSDL2test.a */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
038750CE1BA5226B59BD2C8E /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
23D67491123B616E109134FB /* libSDL2.a */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* End PBXGroup section */
|
||||
|
||||
/* Begin PBXNativeTarget section */
|
||||
402340AE70003AD471B13889 /* testgl2 */ = {
|
||||
isa = PBXNativeTarget;
|
||||
buildConfigurationList = 2815302B7E0C4C5D163C70FA /* Build configuration list for PBXNativeTarget "testgl2" */;
|
||||
buildPhases = (
|
||||
505E007127AF03B71D493B1F /* Resources */,
|
||||
7EEE54660402358F59940449 /* Sources */,
|
||||
71B273A3094A103462FF0D1C /* Frameworks */,
|
||||
);
|
||||
buildRules = (
|
||||
);
|
||||
dependencies = (
|
||||
344805864158260C1D3C0790 /* PBXTargetDependency */,
|
||||
0221786E08B35100760146EB /* PBXTargetDependency */,
|
||||
63D00F7F0B2F6A7C1EFB2547 /* PBXTargetDependency */,
|
||||
);
|
||||
name = "testgl2";
|
||||
productInstallPath = "$(HOME)/bin";
|
||||
productName = "testgl2";
|
||||
productReference = 6E471DDF34AF7F3526E24A3A /* testgl2 */;
|
||||
productType = "com.apple.product-type.tool";
|
||||
};
|
||||
/* End PBXNativeTarget section */
|
||||
|
||||
/* Begin PBXProject section */
|
||||
08FB7793FE84155DC02AAC07 /* Project object */ = {
|
||||
isa = PBXProject;
|
||||
buildConfigurationList = 1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "testgl2" */;
|
||||
compatibilityVersion = "Xcode 3.2";
|
||||
hasScannedForEncodings = 1;
|
||||
mainGroup = 7EC97CA00B8002B3753711EE /* testgl2 */;
|
||||
projectDirPath = "";
|
||||
projectReferences = (
|
||||
{
|
||||
ProductGroup = 7FD858AE07A025610A7131F6 /* Products */;
|
||||
ProjectRef = 6A2801EC45C80EEF2B6C6417 /* SDL2main.xcodeproj */;
|
||||
},
|
||||
{
|
||||
ProductGroup = 33547620430B348928255288 /* Products */;
|
||||
ProjectRef = 733675FC76935EE515592268 /* SDL2test.xcodeproj */;
|
||||
},
|
||||
{
|
||||
ProductGroup = 038750CE1BA5226B59BD2C8E /* Products */;
|
||||
ProjectRef = 2578101C505E6209700372BA /* SDL2.xcodeproj */;
|
||||
},
|
||||
);
|
||||
projectRoot = "";
|
||||
targets = (
|
||||
402340AE70003AD471B13889 /* testgl2 */,
|
||||
);
|
||||
};
|
||||
/* End PBXProject section */
|
||||
|
||||
/* Begin PBXReferenceProxy section */
|
||||
4CDB408319620EE1092E5B38 /* libSDL2main.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
path = "Build/Debug/libSDL2main.a";
|
||||
remoteRef = 4453567C1B860D8520EB652F /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
666703DB2737213809E80478 /* libSDL2test.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
path = "Build/Debug/libSDL2test.a";
|
||||
remoteRef = 795565F809AF458014B503B3 /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
23D67491123B616E109134FB /* libSDL2.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
path = "Build/Debug/libSDL2.a";
|
||||
remoteRef = 2FB6107237CE447C5542013F /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
/* End PBXReferenceProxy section */
|
||||
|
||||
/* Begin PBXResourcesBuildPhase section */
|
||||
505E007127AF03B71D493B1F /* Resources */ = {
|
||||
isa = PBXResourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXResourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXSourcesBuildPhase section */
|
||||
7EEE54660402358F59940449 /* Sources */ = {
|
||||
isa = PBXSourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
1E5D7DFA3A69692D44FC27E9 /* testgl2.c in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXSourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXVariantGroup section */
|
||||
/* End PBXVariantGroup section */
|
||||
|
||||
/* Begin PBXTargetDependency section */
|
||||
344805864158260C1D3C0790 /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = "libSDL2main.a";
|
||||
targetProxy = 08A64A9D21622C6D3F0B2605 /* PBXContainerItemProxy */;
|
||||
};
|
||||
0221786E08B35100760146EB /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = "libSDL2test.a";
|
||||
targetProxy = 07726CEC0FA935EA51735F5B /* PBXContainerItemProxy */;
|
||||
};
|
||||
63D00F7F0B2F6A7C1EFB2547 /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = "libSDL2.a";
|
||||
targetProxy = 72197A6330DB01C5616B7311 /* PBXContainerItemProxy */;
|
||||
};
|
||||
/* End PBXTargetDependency section */
|
||||
|
||||
/* Begin XCBuildConfiguration section */
|
||||
5C040CF325E2203C6C354886 /* Debug Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
CONFIGURATION_BUILD_DIR = Build/Debug;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testgl2";
|
||||
};
|
||||
name = "Debug Universal";
|
||||
};
|
||||
18490D92079F16547EA4773E /* Debug Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
CONFIGURATION_BUILD_DIR = Build/Debug;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testgl2";
|
||||
};
|
||||
name = "Debug Native";
|
||||
};
|
||||
168D1D9808C960990ED0124A /* Release Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
CONFIGURATION_BUILD_DIR = Build/Release;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testgl2";
|
||||
};
|
||||
name = "Release Universal";
|
||||
};
|
||||
01DD5D0649C538FD219D0732 /* Release Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
CONFIGURATION_BUILD_DIR = Build/Release;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testgl2";
|
||||
};
|
||||
name = "Release Native";
|
||||
};
|
||||
01CB4C66418523A9543862C3 /* Debug Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
COPY_PHASE_STRIP = NO;
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"_DEBUG",
|
||||
"HAVE_OPENGL",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Universal/Debug";
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
SYMROOT = "Build/Debug";
|
||||
};
|
||||
name = "Debug Universal";
|
||||
};
|
||||
1DCE74EC65452D5B56165C3C /* Debug Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(NATIVE_ARCH_ACTUAL)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
COPY_PHASE_STRIP = NO;
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"_DEBUG",
|
||||
"HAVE_OPENGL",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Debug";
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
SYMROOT = "Build/Debug";
|
||||
};
|
||||
name = "Debug Native";
|
||||
};
|
||||
5C792ED86E2A1F39075B156A /* Release Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 3;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"NDEBUG",
|
||||
"HAVE_OPENGL",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Universal/Release";
|
||||
ONLY_ACTIVE_ARCH = NO;
|
||||
SYMROOT = "Build/Release";
|
||||
};
|
||||
name = "Release Universal";
|
||||
};
|
||||
0FCA1E800B6F6586548F194A /* Release Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(NATIVE_ARCH_ACTUAL)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 3;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"NDEBUG",
|
||||
"HAVE_OPENGL",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Release";
|
||||
ONLY_ACTIVE_ARCH = NO;
|
||||
SYMROOT = "Build/Release";
|
||||
};
|
||||
name = "Release Native";
|
||||
};
|
||||
/* End XCBuildConfiguration section */
|
||||
|
||||
/* Begin XCConfigurationList section */
|
||||
2815302B7E0C4C5D163C70FA /* Build configuration list for PBXNativeTarget "testgl2" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
5C040CF325E2203C6C354886 /* Debug Universal */,
|
||||
18490D92079F16547EA4773E /* Debug Native */,
|
||||
168D1D9808C960990ED0124A /* Release Universal */,
|
||||
01DD5D0649C538FD219D0732 /* Release Native */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = "Debug Universal";
|
||||
};
|
||||
1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "testgl2" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
01CB4C66418523A9543862C3 /* Debug Universal */,
|
||||
1DCE74EC65452D5B56165C3C /* Debug Native */,
|
||||
5C792ED86E2A1F39075B156A /* Release Universal */,
|
||||
0FCA1E800B6F6586548F194A /* Release Native */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = "Debug Universal";
|
||||
};
|
||||
/* End XCConfigurationList section */
|
||||
|
||||
};
|
||||
rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
|
||||
}
|
||||
498
premake/Xcode/Xcode4/tests/testgles/testgles.xcodeproj/project.pbxproj
Executable file
498
premake/Xcode/Xcode4/tests/testgles/testgles.xcodeproj/project.pbxproj
Executable file
@@ -0,0 +1,498 @@
|
||||
// !$*UTF8*$!
|
||||
{
|
||||
archiveVersion = 1;
|
||||
classes = {
|
||||
};
|
||||
objectVersion = 45;
|
||||
objects = {
|
||||
|
||||
/* Begin PBXBuildFile section */
|
||||
71590B69376C3EAF0F5408C3 /* testgles.c in Sources */ = {isa = PBXBuildFile; fileRef = 21ED049579DB3B92756943D9 /* testgles.c */; };
|
||||
53071187381E4A3C5A146491 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 549303AB0D8C117556EA52AE /* AudioToolbox.framework */; };
|
||||
4BA560D00AF85DA84CFA5074 /* AudioUnit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7EA062245931572804B7121F /* AudioUnit.framework */; };
|
||||
55BF794A6CCF2CA708141A3E /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6FAD532261FD32C2028B2459 /* Cocoa.framework */; };
|
||||
040721A914A36A9579543581 /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 13BE56E370C875FE1C0B5043 /* CoreAudio.framework */; };
|
||||
00A635B9081D573A58803FEA /* IOKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 45306F324AF8686220157698 /* IOKit.framework */; };
|
||||
42D810F301626B045BA62221 /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 44EB22070B0058364D675FDD /* Carbon.framework */; };
|
||||
61E9080D42ED5D613B712A8D /* ForceFeedback.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 56793A912FF0657C58AE3A3E /* ForceFeedback.framework */; };
|
||||
1EE16D8142517535032D0F5A /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3AFE366F71A405A3161E0DEC /* CoreFoundation.framework */; };
|
||||
4C1D1A93420D7D5D20CA56A4 /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 626430487FAD66A179683ECC /* OpenGL.framework */; };
|
||||
7D1A7393579522401B044C84 /* libSDL2main.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 59B475365406704572B75E39 /* libSDL2main.a */; };
|
||||
26BD42CA0FC414C87CF80454 /* libSDL2test.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 3CB86932610E1C13256860C8 /* libSDL2test.a */; };
|
||||
7A8F7E84426517196DCB4BC4 /* libSDL2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 128D029A7EF46C14532547B9 /* libSDL2.a */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXContainerItemProxy section */
|
||||
6F3D288B74C953186F411985 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 79934082264672FA7FB77D2C /* SDL2main.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = 0FF7291B375C79BC57696B66;
|
||||
remoteInfo = "libSDL2main.a";
|
||||
};
|
||||
190F607D599169AC4DF72505 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 79934082264672FA7FB77D2C /* SDL2main.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = 1BAE4A0A77462FDC330812A3;
|
||||
remoteInfo = "libSDL2main.a";
|
||||
};
|
||||
59EF769B4F043BCB22AF4352 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 068D3D26283F68D7226E0D35 /* SDL2test.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = 1EB6664901BC163F215A4861;
|
||||
remoteInfo = "libSDL2test.a";
|
||||
};
|
||||
676743CB696660AC408825C5 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 068D3D26283F68D7226E0D35 /* SDL2test.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = 1258506950476B85239A79A3;
|
||||
remoteInfo = "libSDL2test.a";
|
||||
};
|
||||
07941DED6B1938F43CB52BFB /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 43793E1A385F15D97C1E4508 /* SDL2.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = 5E6D56F6655337845A3C44C3;
|
||||
remoteInfo = "libSDL2.a";
|
||||
};
|
||||
14FB7FA72FB25F785D5E6A15 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 43793E1A385F15D97C1E4508 /* SDL2.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = 7E6A7BC23CFD134274963645;
|
||||
remoteInfo = "libSDL2.a";
|
||||
};
|
||||
/* End PBXContainerItemProxy section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
21ED049579DB3B92756943D9 /* testgles.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "testgles.c"; path = "../../../../../test/testgles.c"; sourceTree = "<group>"; };
|
||||
549303AB0D8C117556EA52AE /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "AudioToolbox.framework"; path = "/System/Library/Frameworks/AudioToolbox.framework"; sourceTree = "<absolute>"; };
|
||||
7EA062245931572804B7121F /* AudioUnit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "AudioUnit.framework"; path = "/System/Library/Frameworks/AudioUnit.framework"; sourceTree = "<absolute>"; };
|
||||
6FAD532261FD32C2028B2459 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "Cocoa.framework"; path = "/System/Library/Frameworks/Cocoa.framework"; sourceTree = "<absolute>"; };
|
||||
13BE56E370C875FE1C0B5043 /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreAudio.framework"; path = "/System/Library/Frameworks/CoreAudio.framework"; sourceTree = "<absolute>"; };
|
||||
45306F324AF8686220157698 /* IOKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "IOKit.framework"; path = "/System/Library/Frameworks/IOKit.framework"; sourceTree = "<absolute>"; };
|
||||
44EB22070B0058364D675FDD /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "Carbon.framework"; path = "/System/Library/Frameworks/Carbon.framework"; sourceTree = "<absolute>"; };
|
||||
56793A912FF0657C58AE3A3E /* ForceFeedback.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "ForceFeedback.framework"; path = "/System/Library/Frameworks/ForceFeedback.framework"; sourceTree = "<absolute>"; };
|
||||
3AFE366F71A405A3161E0DEC /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreFoundation.framework"; path = "/System/Library/Frameworks/CoreFoundation.framework"; sourceTree = "<absolute>"; };
|
||||
626430487FAD66A179683ECC /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "OpenGL.framework"; path = "/System/Library/Frameworks/OpenGL.framework"; sourceTree = "<absolute>"; };
|
||||
51845D902E9F04B601CA325E /* testgles */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; name = "testgles"; path = "testgles"; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
79934082264672FA7FB77D2C /* SDL2main.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "SDL2main.xcodeproj"; path = "../../SDL2main/SDL2main.xcodeproj"; sourceTree = SOURCE_ROOT; };
|
||||
068D3D26283F68D7226E0D35 /* SDL2test.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "SDL2test.xcodeproj"; path = "../../SDL2test/SDL2test.xcodeproj"; sourceTree = SOURCE_ROOT; };
|
||||
43793E1A385F15D97C1E4508 /* SDL2.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "SDL2.xcodeproj"; path = "../../SDL2/SDL2.xcodeproj"; sourceTree = SOURCE_ROOT; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
/* Begin PBXFrameworksBuildPhase section */
|
||||
322F478F14C1119C3AB77840 /* Frameworks */ = {
|
||||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
53071187381E4A3C5A146491 /* AudioToolbox.framework in Frameworks */,
|
||||
4BA560D00AF85DA84CFA5074 /* AudioUnit.framework in Frameworks */,
|
||||
55BF794A6CCF2CA708141A3E /* Cocoa.framework in Frameworks */,
|
||||
040721A914A36A9579543581 /* CoreAudio.framework in Frameworks */,
|
||||
00A635B9081D573A58803FEA /* IOKit.framework in Frameworks */,
|
||||
42D810F301626B045BA62221 /* Carbon.framework in Frameworks */,
|
||||
61E9080D42ED5D613B712A8D /* ForceFeedback.framework in Frameworks */,
|
||||
1EE16D8142517535032D0F5A /* CoreFoundation.framework in Frameworks */,
|
||||
4C1D1A93420D7D5D20CA56A4 /* OpenGL.framework in Frameworks */,
|
||||
7D1A7393579522401B044C84 /* libSDL2main.a in Frameworks */,
|
||||
26BD42CA0FC414C87CF80454 /* libSDL2test.a in Frameworks */,
|
||||
7A8F7E84426517196DCB4BC4 /* libSDL2.a in Frameworks */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXFrameworksBuildPhase section */
|
||||
|
||||
/* Begin PBXGroup section */
|
||||
43C138D420D717CC103F1E99 /* testgles */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
7B5A76D932546A3D7C9356D8 /* test */,
|
||||
3C7F47BC201354B550A52D78 /* Frameworks */,
|
||||
52E953152E814515195D5BB7 /* Products */,
|
||||
0B1861D778A9527F1CB5300C /* Projects */,
|
||||
);
|
||||
name = "testgles";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
7B5A76D932546A3D7C9356D8 /* test */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
21ED049579DB3B92756943D9 /* testgles.c */,
|
||||
);
|
||||
name = "test";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
3C7F47BC201354B550A52D78 /* Frameworks */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
549303AB0D8C117556EA52AE /* AudioToolbox.framework */,
|
||||
7EA062245931572804B7121F /* AudioUnit.framework */,
|
||||
6FAD532261FD32C2028B2459 /* Cocoa.framework */,
|
||||
13BE56E370C875FE1C0B5043 /* CoreAudio.framework */,
|
||||
45306F324AF8686220157698 /* IOKit.framework */,
|
||||
44EB22070B0058364D675FDD /* Carbon.framework */,
|
||||
56793A912FF0657C58AE3A3E /* ForceFeedback.framework */,
|
||||
3AFE366F71A405A3161E0DEC /* CoreFoundation.framework */,
|
||||
626430487FAD66A179683ECC /* OpenGL.framework */,
|
||||
);
|
||||
name = "Frameworks";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
52E953152E814515195D5BB7 /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
51845D902E9F04B601CA325E /* testgles */,
|
||||
);
|
||||
name = "Products";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
0B1861D778A9527F1CB5300C /* Projects */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
79934082264672FA7FB77D2C /* SDL2main.xcodeproj */,
|
||||
068D3D26283F68D7226E0D35 /* SDL2test.xcodeproj */,
|
||||
43793E1A385F15D97C1E4508 /* SDL2.xcodeproj */,
|
||||
);
|
||||
name = "Projects";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
25187D402A975B324C5A4EBB /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
59B475365406704572B75E39 /* libSDL2main.a */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
2B273C956F420BE510675CC2 /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
3CB86932610E1C13256860C8 /* libSDL2test.a */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
6A6C0DE008810BCC28FD2C2E /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
128D029A7EF46C14532547B9 /* libSDL2.a */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* End PBXGroup section */
|
||||
|
||||
/* Begin PBXNativeTarget section */
|
||||
512650A10BE62C81608B596F /* testgles */ = {
|
||||
isa = PBXNativeTarget;
|
||||
buildConfigurationList = 327A0DCF29D657C437BB14FB /* Build configuration list for PBXNativeTarget "testgles" */;
|
||||
buildPhases = (
|
||||
2C0649B662DD5C2058116FAB /* Resources */,
|
||||
61AA00D2008746EB6F5E04F4 /* Sources */,
|
||||
322F478F14C1119C3AB77840 /* Frameworks */,
|
||||
);
|
||||
buildRules = (
|
||||
);
|
||||
dependencies = (
|
||||
76DA72C706772A4C023A63CF /* PBXTargetDependency */,
|
||||
665C47BB05D107361B761151 /* PBXTargetDependency */,
|
||||
41AF0206069876D619CE34CE /* PBXTargetDependency */,
|
||||
);
|
||||
name = "testgles";
|
||||
productInstallPath = "$(HOME)/bin";
|
||||
productName = "testgles";
|
||||
productReference = 51845D902E9F04B601CA325E /* testgles */;
|
||||
productType = "com.apple.product-type.tool";
|
||||
};
|
||||
/* End PBXNativeTarget section */
|
||||
|
||||
/* Begin PBXProject section */
|
||||
08FB7793FE84155DC02AAC07 /* Project object */ = {
|
||||
isa = PBXProject;
|
||||
buildConfigurationList = 1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "testgles" */;
|
||||
compatibilityVersion = "Xcode 3.2";
|
||||
hasScannedForEncodings = 1;
|
||||
mainGroup = 43C138D420D717CC103F1E99 /* testgles */;
|
||||
projectDirPath = "";
|
||||
projectReferences = (
|
||||
{
|
||||
ProductGroup = 25187D402A975B324C5A4EBB /* Products */;
|
||||
ProjectRef = 79934082264672FA7FB77D2C /* SDL2main.xcodeproj */;
|
||||
},
|
||||
{
|
||||
ProductGroup = 2B273C956F420BE510675CC2 /* Products */;
|
||||
ProjectRef = 068D3D26283F68D7226E0D35 /* SDL2test.xcodeproj */;
|
||||
},
|
||||
{
|
||||
ProductGroup = 6A6C0DE008810BCC28FD2C2E /* Products */;
|
||||
ProjectRef = 43793E1A385F15D97C1E4508 /* SDL2.xcodeproj */;
|
||||
},
|
||||
);
|
||||
projectRoot = "";
|
||||
targets = (
|
||||
512650A10BE62C81608B596F /* testgles */,
|
||||
);
|
||||
};
|
||||
/* End PBXProject section */
|
||||
|
||||
/* Begin PBXReferenceProxy section */
|
||||
59B475365406704572B75E39 /* libSDL2main.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
path = "Build/Debug/libSDL2main.a";
|
||||
remoteRef = 6F3D288B74C953186F411985 /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
3CB86932610E1C13256860C8 /* libSDL2test.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
path = "Build/Debug/libSDL2test.a";
|
||||
remoteRef = 59EF769B4F043BCB22AF4352 /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
128D029A7EF46C14532547B9 /* libSDL2.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
path = "Build/Debug/libSDL2.a";
|
||||
remoteRef = 07941DED6B1938F43CB52BFB /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
/* End PBXReferenceProxy section */
|
||||
|
||||
/* Begin PBXResourcesBuildPhase section */
|
||||
2C0649B662DD5C2058116FAB /* Resources */ = {
|
||||
isa = PBXResourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXResourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXSourcesBuildPhase section */
|
||||
61AA00D2008746EB6F5E04F4 /* Sources */ = {
|
||||
isa = PBXSourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
71590B69376C3EAF0F5408C3 /* testgles.c in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXSourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXVariantGroup section */
|
||||
/* End PBXVariantGroup section */
|
||||
|
||||
/* Begin PBXTargetDependency section */
|
||||
76DA72C706772A4C023A63CF /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = "libSDL2main.a";
|
||||
targetProxy = 190F607D599169AC4DF72505 /* PBXContainerItemProxy */;
|
||||
};
|
||||
665C47BB05D107361B761151 /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = "libSDL2test.a";
|
||||
targetProxy = 676743CB696660AC408825C5 /* PBXContainerItemProxy */;
|
||||
};
|
||||
41AF0206069876D619CE34CE /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = "libSDL2.a";
|
||||
targetProxy = 14FB7FA72FB25F785D5E6A15 /* PBXContainerItemProxy */;
|
||||
};
|
||||
/* End PBXTargetDependency section */
|
||||
|
||||
/* Begin XCBuildConfiguration section */
|
||||
509D1E5C5117524334FF66B8 /* Debug Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
CONFIGURATION_BUILD_DIR = Build/Debug;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testgles";
|
||||
};
|
||||
name = "Debug Universal";
|
||||
};
|
||||
232B61C17CBA44CB157D7DC5 /* Debug Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
CONFIGURATION_BUILD_DIR = Build/Debug;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testgles";
|
||||
};
|
||||
name = "Debug Native";
|
||||
};
|
||||
1FC975994C49772E269B426D /* Release Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
CONFIGURATION_BUILD_DIR = Build/Release;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testgles";
|
||||
};
|
||||
name = "Release Universal";
|
||||
};
|
||||
0BA47CAA0E214BB438697E9C /* Release Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
CONFIGURATION_BUILD_DIR = Build/Release;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testgles";
|
||||
};
|
||||
name = "Release Native";
|
||||
};
|
||||
4E1B72F029E855ED3C0F7ED4 /* Debug Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
COPY_PHASE_STRIP = NO;
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"_DEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Universal/Debug";
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
SYMROOT = "Build/Debug";
|
||||
};
|
||||
name = "Debug Universal";
|
||||
};
|
||||
37CF039967A85400622D2DC7 /* Debug Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(NATIVE_ARCH_ACTUAL)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
COPY_PHASE_STRIP = NO;
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"_DEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Debug";
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
SYMROOT = "Build/Debug";
|
||||
};
|
||||
name = "Debug Native";
|
||||
};
|
||||
2DC827C32D553D9714C05D13 /* Release Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 3;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"NDEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Universal/Release";
|
||||
ONLY_ACTIVE_ARCH = NO;
|
||||
SYMROOT = "Build/Release";
|
||||
};
|
||||
name = "Release Universal";
|
||||
};
|
||||
6B7B08B422C569A64C0B66D1 /* Release Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(NATIVE_ARCH_ACTUAL)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 3;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"NDEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Release";
|
||||
ONLY_ACTIVE_ARCH = NO;
|
||||
SYMROOT = "Build/Release";
|
||||
};
|
||||
name = "Release Native";
|
||||
};
|
||||
/* End XCBuildConfiguration section */
|
||||
|
||||
/* Begin XCConfigurationList section */
|
||||
327A0DCF29D657C437BB14FB /* Build configuration list for PBXNativeTarget "testgles" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
509D1E5C5117524334FF66B8 /* Debug Universal */,
|
||||
232B61C17CBA44CB157D7DC5 /* Debug Native */,
|
||||
1FC975994C49772E269B426D /* Release Universal */,
|
||||
0BA47CAA0E214BB438697E9C /* Release Native */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = "Debug Universal";
|
||||
};
|
||||
1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "testgles" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
4E1B72F029E855ED3C0F7ED4 /* Debug Universal */,
|
||||
37CF039967A85400622D2DC7 /* Debug Native */,
|
||||
2DC827C32D553D9714C05D13 /* Release Universal */,
|
||||
6B7B08B422C569A64C0B66D1 /* Release Native */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = "Debug Universal";
|
||||
};
|
||||
/* End XCConfigurationList section */
|
||||
|
||||
};
|
||||
rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
|
||||
}
|
||||
455
premake/Xcode/Xcode4/tests/testhaptic/testhaptic.xcodeproj/project.pbxproj
Executable file
455
premake/Xcode/Xcode4/tests/testhaptic/testhaptic.xcodeproj/project.pbxproj
Executable file
@@ -0,0 +1,455 @@
|
||||
// !$*UTF8*$!
|
||||
{
|
||||
archiveVersion = 1;
|
||||
classes = {
|
||||
};
|
||||
objectVersion = 45;
|
||||
objects = {
|
||||
|
||||
/* Begin PBXBuildFile section */
|
||||
259F0C4A725C2A5403467143 /* testhaptic.c in Sources */ = {isa = PBXBuildFile; fileRef = 0E6C06371F702D532D5529BA /* testhaptic.c */; };
|
||||
30EF44E274E522070A0A45AF /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 156E6FBA3A1562AB5AB00E90 /* AudioToolbox.framework */; };
|
||||
22A872B572D32B2B3D4851B0 /* AudioUnit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7D5773A44C9A134672906703 /* AudioUnit.framework */; };
|
||||
0C345BD450EF117F34F75C13 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 36283C7C10FB571669E3505D /* Cocoa.framework */; };
|
||||
2A8B4CFC6EDE4CE0260733BB /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7D3E0010262034F5429D7BDF /* CoreAudio.framework */; };
|
||||
39957C4E747C1B836AD002B6 /* IOKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 459610BE579878903E0A416E /* IOKit.framework */; };
|
||||
53B942F10276361D5E4C07C8 /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1099493007CE1079342B7B67 /* Carbon.framework */; };
|
||||
7EC20160664E415B7B3D7554 /* ForceFeedback.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6FD8033D416A189636416EA0 /* ForceFeedback.framework */; };
|
||||
3233705B20ED4BEE0DFC3E5C /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 177718DC5361393D02D918B1 /* CoreFoundation.framework */; };
|
||||
2D2566F45319182C20A214BC /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 20600B02694830C63EA0332A /* OpenGL.framework */; };
|
||||
67DC48577E8C250C47C23D63 /* libSDL2main.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1BF3114F77F23F81419F31E1 /* libSDL2main.a */; };
|
||||
27446D037B1A10C4703878A7 /* libSDL2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 3B310E30273346B1364F251D /* libSDL2.a */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXContainerItemProxy section */
|
||||
037F1B9D1652681D66753BA4 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 55597D58463372000C5615B8 /* SDL2main.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = 0FF7291B375C79BC57696B66;
|
||||
remoteInfo = "libSDL2main.a";
|
||||
};
|
||||
1D190F6E0DF753C413445EAD /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 55597D58463372000C5615B8 /* SDL2main.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = 1BAE4A0A77462FDC330812A3;
|
||||
remoteInfo = "libSDL2main.a";
|
||||
};
|
||||
7156624E192C4444579525C0 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 32084257624E1E0D7ED35D00 /* SDL2.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = 5E6D56F6655337845A3C44C3;
|
||||
remoteInfo = "libSDL2.a";
|
||||
};
|
||||
089918D43EFB041865DB24BE /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 32084257624E1E0D7ED35D00 /* SDL2.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = 7E6A7BC23CFD134274963645;
|
||||
remoteInfo = "libSDL2.a";
|
||||
};
|
||||
/* End PBXContainerItemProxy section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
0E6C06371F702D532D5529BA /* testhaptic.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "testhaptic.c"; path = "../../../../../test/testhaptic.c"; sourceTree = "<group>"; };
|
||||
156E6FBA3A1562AB5AB00E90 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "AudioToolbox.framework"; path = "/System/Library/Frameworks/AudioToolbox.framework"; sourceTree = "<absolute>"; };
|
||||
7D5773A44C9A134672906703 /* AudioUnit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "AudioUnit.framework"; path = "/System/Library/Frameworks/AudioUnit.framework"; sourceTree = "<absolute>"; };
|
||||
36283C7C10FB571669E3505D /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "Cocoa.framework"; path = "/System/Library/Frameworks/Cocoa.framework"; sourceTree = "<absolute>"; };
|
||||
7D3E0010262034F5429D7BDF /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreAudio.framework"; path = "/System/Library/Frameworks/CoreAudio.framework"; sourceTree = "<absolute>"; };
|
||||
459610BE579878903E0A416E /* IOKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "IOKit.framework"; path = "/System/Library/Frameworks/IOKit.framework"; sourceTree = "<absolute>"; };
|
||||
1099493007CE1079342B7B67 /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "Carbon.framework"; path = "/System/Library/Frameworks/Carbon.framework"; sourceTree = "<absolute>"; };
|
||||
6FD8033D416A189636416EA0 /* ForceFeedback.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "ForceFeedback.framework"; path = "/System/Library/Frameworks/ForceFeedback.framework"; sourceTree = "<absolute>"; };
|
||||
177718DC5361393D02D918B1 /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreFoundation.framework"; path = "/System/Library/Frameworks/CoreFoundation.framework"; sourceTree = "<absolute>"; };
|
||||
20600B02694830C63EA0332A /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "OpenGL.framework"; path = "/System/Library/Frameworks/OpenGL.framework"; sourceTree = "<absolute>"; };
|
||||
4FAD6EEE78EC5A2E248260FD /* testhaptic */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; name = "testhaptic"; path = "testhaptic"; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
55597D58463372000C5615B8 /* SDL2main.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "SDL2main.xcodeproj"; path = "../../SDL2main/SDL2main.xcodeproj"; sourceTree = SOURCE_ROOT; };
|
||||
32084257624E1E0D7ED35D00 /* SDL2.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "SDL2.xcodeproj"; path = "../../SDL2/SDL2.xcodeproj"; sourceTree = SOURCE_ROOT; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
/* Begin PBXFrameworksBuildPhase section */
|
||||
37222368225D1AF6258C317C /* Frameworks */ = {
|
||||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
30EF44E274E522070A0A45AF /* AudioToolbox.framework in Frameworks */,
|
||||
22A872B572D32B2B3D4851B0 /* AudioUnit.framework in Frameworks */,
|
||||
0C345BD450EF117F34F75C13 /* Cocoa.framework in Frameworks */,
|
||||
2A8B4CFC6EDE4CE0260733BB /* CoreAudio.framework in Frameworks */,
|
||||
39957C4E747C1B836AD002B6 /* IOKit.framework in Frameworks */,
|
||||
53B942F10276361D5E4C07C8 /* Carbon.framework in Frameworks */,
|
||||
7EC20160664E415B7B3D7554 /* ForceFeedback.framework in Frameworks */,
|
||||
3233705B20ED4BEE0DFC3E5C /* CoreFoundation.framework in Frameworks */,
|
||||
2D2566F45319182C20A214BC /* OpenGL.framework in Frameworks */,
|
||||
67DC48577E8C250C47C23D63 /* libSDL2main.a in Frameworks */,
|
||||
27446D037B1A10C4703878A7 /* libSDL2.a in Frameworks */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXFrameworksBuildPhase section */
|
||||
|
||||
/* Begin PBXGroup section */
|
||||
1403543911376E16049C4AAF /* testhaptic */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
5411484B3E0546151F8A2F61 /* test */,
|
||||
2269211A4F2660BF294D0DA0 /* Frameworks */,
|
||||
58E216826F6A24CF470F69FF /* Products */,
|
||||
1DB62BF439A7251A7D9C11AA /* Projects */,
|
||||
);
|
||||
name = "testhaptic";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
5411484B3E0546151F8A2F61 /* test */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
0E6C06371F702D532D5529BA /* testhaptic.c */,
|
||||
);
|
||||
name = "test";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
2269211A4F2660BF294D0DA0 /* Frameworks */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
156E6FBA3A1562AB5AB00E90 /* AudioToolbox.framework */,
|
||||
7D5773A44C9A134672906703 /* AudioUnit.framework */,
|
||||
36283C7C10FB571669E3505D /* Cocoa.framework */,
|
||||
7D3E0010262034F5429D7BDF /* CoreAudio.framework */,
|
||||
459610BE579878903E0A416E /* IOKit.framework */,
|
||||
1099493007CE1079342B7B67 /* Carbon.framework */,
|
||||
6FD8033D416A189636416EA0 /* ForceFeedback.framework */,
|
||||
177718DC5361393D02D918B1 /* CoreFoundation.framework */,
|
||||
20600B02694830C63EA0332A /* OpenGL.framework */,
|
||||
);
|
||||
name = "Frameworks";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
58E216826F6A24CF470F69FF /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
4FAD6EEE78EC5A2E248260FD /* testhaptic */,
|
||||
);
|
||||
name = "Products";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
1DB62BF439A7251A7D9C11AA /* Projects */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
55597D58463372000C5615B8 /* SDL2main.xcodeproj */,
|
||||
32084257624E1E0D7ED35D00 /* SDL2.xcodeproj */,
|
||||
);
|
||||
name = "Projects";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
7AAD1A25324036572D4E778D /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
1BF3114F77F23F81419F31E1 /* libSDL2main.a */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
471B4E533FE220A228D55E58 /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
3B310E30273346B1364F251D /* libSDL2.a */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* End PBXGroup section */
|
||||
|
||||
/* Begin PBXNativeTarget section */
|
||||
427856C059AD11D134C10ADF /* testhaptic */ = {
|
||||
isa = PBXNativeTarget;
|
||||
buildConfigurationList = 31347DC811FB7E1F284F633B /* Build configuration list for PBXNativeTarget "testhaptic" */;
|
||||
buildPhases = (
|
||||
3D6A31286E173C4D14F50300 /* Resources */,
|
||||
269A4E8912A24C833F881E6F /* Sources */,
|
||||
37222368225D1AF6258C317C /* Frameworks */,
|
||||
);
|
||||
buildRules = (
|
||||
);
|
||||
dependencies = (
|
||||
342123C51B1C4CEA225B3C31 /* PBXTargetDependency */,
|
||||
4A3F7633149345C651A62318 /* PBXTargetDependency */,
|
||||
);
|
||||
name = "testhaptic";
|
||||
productInstallPath = "$(HOME)/bin";
|
||||
productName = "testhaptic";
|
||||
productReference = 4FAD6EEE78EC5A2E248260FD /* testhaptic */;
|
||||
productType = "com.apple.product-type.tool";
|
||||
};
|
||||
/* End PBXNativeTarget section */
|
||||
|
||||
/* Begin PBXProject section */
|
||||
08FB7793FE84155DC02AAC07 /* Project object */ = {
|
||||
isa = PBXProject;
|
||||
buildConfigurationList = 1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "testhaptic" */;
|
||||
compatibilityVersion = "Xcode 3.2";
|
||||
hasScannedForEncodings = 1;
|
||||
mainGroup = 1403543911376E16049C4AAF /* testhaptic */;
|
||||
projectDirPath = "";
|
||||
projectReferences = (
|
||||
{
|
||||
ProductGroup = 7AAD1A25324036572D4E778D /* Products */;
|
||||
ProjectRef = 55597D58463372000C5615B8 /* SDL2main.xcodeproj */;
|
||||
},
|
||||
{
|
||||
ProductGroup = 471B4E533FE220A228D55E58 /* Products */;
|
||||
ProjectRef = 32084257624E1E0D7ED35D00 /* SDL2.xcodeproj */;
|
||||
},
|
||||
);
|
||||
projectRoot = "";
|
||||
targets = (
|
||||
427856C059AD11D134C10ADF /* testhaptic */,
|
||||
);
|
||||
};
|
||||
/* End PBXProject section */
|
||||
|
||||
/* Begin PBXReferenceProxy section */
|
||||
1BF3114F77F23F81419F31E1 /* libSDL2main.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
path = "Build/Debug/libSDL2main.a";
|
||||
remoteRef = 037F1B9D1652681D66753BA4 /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
3B310E30273346B1364F251D /* libSDL2.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
path = "Build/Debug/libSDL2.a";
|
||||
remoteRef = 7156624E192C4444579525C0 /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
/* End PBXReferenceProxy section */
|
||||
|
||||
/* Begin PBXResourcesBuildPhase section */
|
||||
3D6A31286E173C4D14F50300 /* Resources */ = {
|
||||
isa = PBXResourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXResourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXSourcesBuildPhase section */
|
||||
269A4E8912A24C833F881E6F /* Sources */ = {
|
||||
isa = PBXSourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
259F0C4A725C2A5403467143 /* testhaptic.c in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXSourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXVariantGroup section */
|
||||
/* End PBXVariantGroup section */
|
||||
|
||||
/* Begin PBXTargetDependency section */
|
||||
342123C51B1C4CEA225B3C31 /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = "libSDL2main.a";
|
||||
targetProxy = 1D190F6E0DF753C413445EAD /* PBXContainerItemProxy */;
|
||||
};
|
||||
4A3F7633149345C651A62318 /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = "libSDL2.a";
|
||||
targetProxy = 089918D43EFB041865DB24BE /* PBXContainerItemProxy */;
|
||||
};
|
||||
/* End PBXTargetDependency section */
|
||||
|
||||
/* Begin XCBuildConfiguration section */
|
||||
7C8037DD24A50B0464D22DD3 /* Debug Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
CONFIGURATION_BUILD_DIR = Build/Debug;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testhaptic";
|
||||
};
|
||||
name = "Debug Universal";
|
||||
};
|
||||
5D544F6D33A948326D6F5357 /* Debug Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
CONFIGURATION_BUILD_DIR = Build/Debug;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testhaptic";
|
||||
};
|
||||
name = "Debug Native";
|
||||
};
|
||||
422449A50B524601141A58C9 /* Release Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
CONFIGURATION_BUILD_DIR = Build/Release;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testhaptic";
|
||||
};
|
||||
name = "Release Universal";
|
||||
};
|
||||
58704F2E7A8760715B1428AB /* Release Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
CONFIGURATION_BUILD_DIR = Build/Release;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testhaptic";
|
||||
};
|
||||
name = "Release Native";
|
||||
};
|
||||
1CFA1BBC124934E60C7036C9 /* Debug Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
COPY_PHASE_STRIP = NO;
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"_DEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Universal/Debug";
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
SYMROOT = "Build/Debug";
|
||||
};
|
||||
name = "Debug Universal";
|
||||
};
|
||||
2B2532C20414558B40351209 /* Debug Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(NATIVE_ARCH_ACTUAL)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
COPY_PHASE_STRIP = NO;
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"_DEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Debug";
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
SYMROOT = "Build/Debug";
|
||||
};
|
||||
name = "Debug Native";
|
||||
};
|
||||
02EB12FB36A9474A70CC1DF3 /* Release Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 3;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"NDEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Universal/Release";
|
||||
ONLY_ACTIVE_ARCH = NO;
|
||||
SYMROOT = "Build/Release";
|
||||
};
|
||||
name = "Release Universal";
|
||||
};
|
||||
278B282A5DB753C566D348EA /* Release Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(NATIVE_ARCH_ACTUAL)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 3;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"NDEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Release";
|
||||
ONLY_ACTIVE_ARCH = NO;
|
||||
SYMROOT = "Build/Release";
|
||||
};
|
||||
name = "Release Native";
|
||||
};
|
||||
/* End XCBuildConfiguration section */
|
||||
|
||||
/* Begin XCConfigurationList section */
|
||||
31347DC811FB7E1F284F633B /* Build configuration list for PBXNativeTarget "testhaptic" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
7C8037DD24A50B0464D22DD3 /* Debug Universal */,
|
||||
5D544F6D33A948326D6F5357 /* Debug Native */,
|
||||
422449A50B524601141A58C9 /* Release Universal */,
|
||||
58704F2E7A8760715B1428AB /* Release Native */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = "Debug Universal";
|
||||
};
|
||||
1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "testhaptic" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
1CFA1BBC124934E60C7036C9 /* Debug Universal */,
|
||||
2B2532C20414558B40351209 /* Debug Native */,
|
||||
02EB12FB36A9474A70CC1DF3 /* Release Universal */,
|
||||
278B282A5DB753C566D348EA /* Release Native */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = "Debug Universal";
|
||||
};
|
||||
/* End XCConfigurationList section */
|
||||
|
||||
};
|
||||
rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
|
||||
}
|
||||
472
premake/Xcode/Xcode4/tests/testiconv/testiconv.xcodeproj/project.pbxproj
Executable file
472
premake/Xcode/Xcode4/tests/testiconv/testiconv.xcodeproj/project.pbxproj
Executable file
@@ -0,0 +1,472 @@
|
||||
// !$*UTF8*$!
|
||||
{
|
||||
archiveVersion = 1;
|
||||
classes = {
|
||||
};
|
||||
objectVersion = 45;
|
||||
objects = {
|
||||
|
||||
/* Begin PBXBuildFile section */
|
||||
01F67D4205694451410C3AE4 /* testiconv.c in Sources */ = {isa = PBXBuildFile; fileRef = 5A851351608E23D3025123D3 /* testiconv.c */; };
|
||||
28BC65452E7C060A058E444B /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2BFC3DEF433703C323E928EA /* AudioToolbox.framework */; };
|
||||
7A686194495307043C6B4218 /* AudioUnit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 18A906FD6917700431D2072C /* AudioUnit.framework */; };
|
||||
4D4E4F94227C04A5778D4F47 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 64412144781354917D7E66C7 /* Cocoa.framework */; };
|
||||
7CEF3B4B5C683E7E572015B5 /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7854005411246BA537FA0971 /* CoreAudio.framework */; };
|
||||
43783AE67501400F55252427 /* IOKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1F1349EC410623931AE132F6 /* IOKit.framework */; };
|
||||
311232347EEF21BD340076B3 /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 10F34F3154A6111F37DB408A /* Carbon.framework */; };
|
||||
5E8630AE172E5A9F0DF77613 /* ForceFeedback.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 644229FD50ED7DD4695A1A51 /* ForceFeedback.framework */; };
|
||||
037C01BC757B65413C4913FC /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 07415AF920E53EF410206478 /* CoreFoundation.framework */; };
|
||||
72D72D63545B3BA70A624720 /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2C1D5877076125646C0D6053 /* OpenGL.framework */; };
|
||||
49361E9C5361328973933806 /* libSDL2main.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 16A94A053ABA231F59011001 /* libSDL2main.a */; };
|
||||
107912681200609B01BC61B5 /* libSDL2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1C83096C342B322A1569580E /* libSDL2.a */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXContainerItemProxy section */
|
||||
7DEB6FD46DB920AD50586F7F /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 4A8A50E0634613866EF11C47 /* SDL2main.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = 0FF7291B375C79BC57696B66;
|
||||
remoteInfo = "libSDL2main.a";
|
||||
};
|
||||
029A692D3CEB268A363E54E7 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 4A8A50E0634613866EF11C47 /* SDL2main.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = 1BAE4A0A77462FDC330812A3;
|
||||
remoteInfo = "libSDL2main.a";
|
||||
};
|
||||
1DC90A9F5A01305F67524B5C /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 483610EC19C568A969A82850 /* SDL2.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = 5E6D56F6655337845A3C44C3;
|
||||
remoteInfo = "libSDL2.a";
|
||||
};
|
||||
16C5039E16905E5E12FB32F3 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 483610EC19C568A969A82850 /* SDL2.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = 7E6A7BC23CFD134274963645;
|
||||
remoteInfo = "libSDL2.a";
|
||||
};
|
||||
/* End PBXContainerItemProxy section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
5A851351608E23D3025123D3 /* testiconv.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "testiconv.c"; path = "../../../../../test/testiconv.c"; sourceTree = "<group>"; };
|
||||
2BFC3DEF433703C323E928EA /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "AudioToolbox.framework"; path = "/System/Library/Frameworks/AudioToolbox.framework"; sourceTree = "<absolute>"; };
|
||||
18A906FD6917700431D2072C /* AudioUnit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "AudioUnit.framework"; path = "/System/Library/Frameworks/AudioUnit.framework"; sourceTree = "<absolute>"; };
|
||||
64412144781354917D7E66C7 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "Cocoa.framework"; path = "/System/Library/Frameworks/Cocoa.framework"; sourceTree = "<absolute>"; };
|
||||
7854005411246BA537FA0971 /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreAudio.framework"; path = "/System/Library/Frameworks/CoreAudio.framework"; sourceTree = "<absolute>"; };
|
||||
1F1349EC410623931AE132F6 /* IOKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "IOKit.framework"; path = "/System/Library/Frameworks/IOKit.framework"; sourceTree = "<absolute>"; };
|
||||
10F34F3154A6111F37DB408A /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "Carbon.framework"; path = "/System/Library/Frameworks/Carbon.framework"; sourceTree = "<absolute>"; };
|
||||
644229FD50ED7DD4695A1A51 /* ForceFeedback.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "ForceFeedback.framework"; path = "/System/Library/Frameworks/ForceFeedback.framework"; sourceTree = "<absolute>"; };
|
||||
07415AF920E53EF410206478 /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreFoundation.framework"; path = "/System/Library/Frameworks/CoreFoundation.framework"; sourceTree = "<absolute>"; };
|
||||
2C1D5877076125646C0D6053 /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "OpenGL.framework"; path = "/System/Library/Frameworks/OpenGL.framework"; sourceTree = "<absolute>"; };
|
||||
7822261D75FC09E354453DAB /* testiconv */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; name = "testiconv"; path = "testiconv"; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
4A8A50E0634613866EF11C47 /* SDL2main.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "SDL2main.xcodeproj"; path = "../../SDL2main/SDL2main.xcodeproj"; sourceTree = SOURCE_ROOT; };
|
||||
483610EC19C568A969A82850 /* SDL2.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "SDL2.xcodeproj"; path = "../../SDL2/SDL2.xcodeproj"; sourceTree = SOURCE_ROOT; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
/* Begin PBXFrameworksBuildPhase section */
|
||||
5E60195958B7167367850A1A /* Frameworks */ = {
|
||||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
28BC65452E7C060A058E444B /* AudioToolbox.framework in Frameworks */,
|
||||
7A686194495307043C6B4218 /* AudioUnit.framework in Frameworks */,
|
||||
4D4E4F94227C04A5778D4F47 /* Cocoa.framework in Frameworks */,
|
||||
7CEF3B4B5C683E7E572015B5 /* CoreAudio.framework in Frameworks */,
|
||||
43783AE67501400F55252427 /* IOKit.framework in Frameworks */,
|
||||
311232347EEF21BD340076B3 /* Carbon.framework in Frameworks */,
|
||||
5E8630AE172E5A9F0DF77613 /* ForceFeedback.framework in Frameworks */,
|
||||
037C01BC757B65413C4913FC /* CoreFoundation.framework in Frameworks */,
|
||||
72D72D63545B3BA70A624720 /* OpenGL.framework in Frameworks */,
|
||||
49361E9C5361328973933806 /* libSDL2main.a in Frameworks */,
|
||||
107912681200609B01BC61B5 /* libSDL2.a in Frameworks */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXFrameworksBuildPhase section */
|
||||
|
||||
/* Begin PBXGroup section */
|
||||
70BF1E9A2C45066E2DA81659 /* testiconv */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
43DE5656401756E356603A23 /* test */,
|
||||
79683FF66B073E706BF5539E /* Frameworks */,
|
||||
06B973487F9208E244A21B40 /* Products */,
|
||||
32BC61D45C4A7EC540093B9D /* Projects */,
|
||||
);
|
||||
name = "testiconv";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
43DE5656401756E356603A23 /* test */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
5A851351608E23D3025123D3 /* testiconv.c */,
|
||||
);
|
||||
name = "test";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
79683FF66B073E706BF5539E /* Frameworks */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
2BFC3DEF433703C323E928EA /* AudioToolbox.framework */,
|
||||
18A906FD6917700431D2072C /* AudioUnit.framework */,
|
||||
64412144781354917D7E66C7 /* Cocoa.framework */,
|
||||
7854005411246BA537FA0971 /* CoreAudio.framework */,
|
||||
1F1349EC410623931AE132F6 /* IOKit.framework */,
|
||||
10F34F3154A6111F37DB408A /* Carbon.framework */,
|
||||
644229FD50ED7DD4695A1A51 /* ForceFeedback.framework */,
|
||||
07415AF920E53EF410206478 /* CoreFoundation.framework */,
|
||||
2C1D5877076125646C0D6053 /* OpenGL.framework */,
|
||||
);
|
||||
name = "Frameworks";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
06B973487F9208E244A21B40 /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
7822261D75FC09E354453DAB /* testiconv */,
|
||||
);
|
||||
name = "Products";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
32BC61D45C4A7EC540093B9D /* Projects */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
4A8A50E0634613866EF11C47 /* SDL2main.xcodeproj */,
|
||||
483610EC19C568A969A82850 /* SDL2.xcodeproj */,
|
||||
);
|
||||
name = "Projects";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
5C0819485F56175379E94442 /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
16A94A053ABA231F59011001 /* libSDL2main.a */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
047466AD141D24A845437306 /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
1C83096C342B322A1569580E /* libSDL2.a */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* End PBXGroup section */
|
||||
|
||||
/* Begin PBXNativeTarget section */
|
||||
4AD702822C1123C70BD41DCC /* testiconv */ = {
|
||||
isa = PBXNativeTarget;
|
||||
buildConfigurationList = 3FC52AA428F04ADE6FF63EDA /* Build configuration list for PBXNativeTarget "testiconv" */;
|
||||
buildPhases = (
|
||||
6E1F7223645F2AA60E9F0853 /* Resources */,
|
||||
0A766D7D2AA773F77A1711BC /* Sources */,
|
||||
5E60195958B7167367850A1A /* Frameworks */,
|
||||
9607AE3710C85E8F00CD1376 /* Postbuild */,
|
||||
);
|
||||
buildRules = (
|
||||
);
|
||||
dependencies = (
|
||||
20776E72027628001E6E69C1 /* PBXTargetDependency */,
|
||||
09F94DD03D0120B613F34E11 /* PBXTargetDependency */,
|
||||
);
|
||||
name = "testiconv";
|
||||
productInstallPath = "$(HOME)/bin";
|
||||
productName = "testiconv";
|
||||
productReference = 7822261D75FC09E354453DAB /* testiconv */;
|
||||
productType = "com.apple.product-type.tool";
|
||||
};
|
||||
/* End PBXNativeTarget section */
|
||||
|
||||
/* Begin PBXProject section */
|
||||
08FB7793FE84155DC02AAC07 /* Project object */ = {
|
||||
isa = PBXProject;
|
||||
buildConfigurationList = 1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "testiconv" */;
|
||||
compatibilityVersion = "Xcode 3.2";
|
||||
hasScannedForEncodings = 1;
|
||||
mainGroup = 70BF1E9A2C45066E2DA81659 /* testiconv */;
|
||||
projectDirPath = "";
|
||||
projectReferences = (
|
||||
{
|
||||
ProductGroup = 5C0819485F56175379E94442 /* Products */;
|
||||
ProjectRef = 4A8A50E0634613866EF11C47 /* SDL2main.xcodeproj */;
|
||||
},
|
||||
{
|
||||
ProductGroup = 047466AD141D24A845437306 /* Products */;
|
||||
ProjectRef = 483610EC19C568A969A82850 /* SDL2.xcodeproj */;
|
||||
},
|
||||
);
|
||||
projectRoot = "";
|
||||
targets = (
|
||||
4AD702822C1123C70BD41DCC /* testiconv */,
|
||||
);
|
||||
};
|
||||
/* End PBXProject section */
|
||||
|
||||
/* Begin PBXReferenceProxy section */
|
||||
16A94A053ABA231F59011001 /* libSDL2main.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
path = "Build/Debug/libSDL2main.a";
|
||||
remoteRef = 7DEB6FD46DB920AD50586F7F /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
1C83096C342B322A1569580E /* libSDL2.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
path = "Build/Debug/libSDL2.a";
|
||||
remoteRef = 1DC90A9F5A01305F67524B5C /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
/* End PBXReferenceProxy section */
|
||||
|
||||
/* Begin PBXResourcesBuildPhase section */
|
||||
6E1F7223645F2AA60E9F0853 /* Resources */ = {
|
||||
isa = PBXResourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXResourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXShellScriptBuildPhase section */
|
||||
9607AE3710C85E8F00CD1376 /* Postbuild */ = {
|
||||
isa = PBXShellScriptBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
);
|
||||
inputPaths = (
|
||||
);
|
||||
name = Postbuild;
|
||||
outputPaths = (
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
shellPath = /bin/sh;
|
||||
shellScript = "if [ \"${CONFIGURATION}\" = \"Debug Universal\" ]; then\nif [ ! -d \"./Build/Debug\" ]; then mkdir -p \"./Build/Debug\"; fi\ncp \"./../../../../../test/utf8.txt\" \"./Build/Debug/utf8.txt\"\nfi\nif [ \"${CONFIGURATION}\" = \"Debug Native\" ]; then\nif [ ! -d \"./Build/Debug\" ]; then mkdir -p \"./Build/Debug\"; fi\ncp \"./../../../../../test/utf8.txt\" \"./Build/Debug/utf8.txt\"\nfi\nif [ \"${CONFIGURATION}\" = \"Release Universal\" ]; then\nif [ ! -d \"./Build/Release\" ]; then mkdir -p \"./Build/Release\"; fi\ncp \"./../../../../../test/utf8.txt\" \"./Build/Release/utf8.txt\"\nfi\nif [ \"${CONFIGURATION}\" = \"Release Native\" ]; then\nif [ ! -d \"./Build/Release\" ]; then mkdir -p \"./Build/Release\"; fi\ncp \"./../../../../../test/utf8.txt\" \"./Build/Release/utf8.txt\"\nfi";
|
||||
};
|
||||
/* End PBXShellScriptBuildPhase section */
|
||||
/* Begin PBXSourcesBuildPhase section */
|
||||
0A766D7D2AA773F77A1711BC /* Sources */ = {
|
||||
isa = PBXSourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
01F67D4205694451410C3AE4 /* testiconv.c in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXSourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXVariantGroup section */
|
||||
/* End PBXVariantGroup section */
|
||||
|
||||
/* Begin PBXTargetDependency section */
|
||||
20776E72027628001E6E69C1 /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = "libSDL2main.a";
|
||||
targetProxy = 029A692D3CEB268A363E54E7 /* PBXContainerItemProxy */;
|
||||
};
|
||||
09F94DD03D0120B613F34E11 /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = "libSDL2.a";
|
||||
targetProxy = 16C5039E16905E5E12FB32F3 /* PBXContainerItemProxy */;
|
||||
};
|
||||
/* End PBXTargetDependency section */
|
||||
|
||||
/* Begin XCBuildConfiguration section */
|
||||
180B15F72235772335BC5EDF /* Debug Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
CONFIGURATION_BUILD_DIR = Build/Debug;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testiconv";
|
||||
};
|
||||
name = "Debug Universal";
|
||||
};
|
||||
2CBA67A12BDA771D49A85992 /* Debug Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
CONFIGURATION_BUILD_DIR = Build/Debug;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testiconv";
|
||||
};
|
||||
name = "Debug Native";
|
||||
};
|
||||
262640223531332816C10B54 /* Release Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
CONFIGURATION_BUILD_DIR = Build/Release;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testiconv";
|
||||
};
|
||||
name = "Release Universal";
|
||||
};
|
||||
4487290B3A67007306B6278D /* Release Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
CONFIGURATION_BUILD_DIR = Build/Release;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testiconv";
|
||||
};
|
||||
name = "Release Native";
|
||||
};
|
||||
3EA56CB17FA80E7E262E3556 /* Debug Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
COPY_PHASE_STRIP = NO;
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"_DEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Universal/Debug";
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
SYMROOT = "Build/Debug";
|
||||
};
|
||||
name = "Debug Universal";
|
||||
};
|
||||
2B015B722AD72B4B63C120A0 /* Debug Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(NATIVE_ARCH_ACTUAL)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
COPY_PHASE_STRIP = NO;
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"_DEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Debug";
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
SYMROOT = "Build/Debug";
|
||||
};
|
||||
name = "Debug Native";
|
||||
};
|
||||
55615B5C15FB4917219B52CB /* Release Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 3;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"NDEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Universal/Release";
|
||||
ONLY_ACTIVE_ARCH = NO;
|
||||
SYMROOT = "Build/Release";
|
||||
};
|
||||
name = "Release Universal";
|
||||
};
|
||||
5767519858C43C4645703E93 /* Release Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(NATIVE_ARCH_ACTUAL)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 3;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"NDEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Release";
|
||||
ONLY_ACTIVE_ARCH = NO;
|
||||
SYMROOT = "Build/Release";
|
||||
};
|
||||
name = "Release Native";
|
||||
};
|
||||
/* End XCBuildConfiguration section */
|
||||
|
||||
/* Begin XCConfigurationList section */
|
||||
3FC52AA428F04ADE6FF63EDA /* Build configuration list for PBXNativeTarget "testiconv" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
180B15F72235772335BC5EDF /* Debug Universal */,
|
||||
2CBA67A12BDA771D49A85992 /* Debug Native */,
|
||||
262640223531332816C10B54 /* Release Universal */,
|
||||
4487290B3A67007306B6278D /* Release Native */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = "Debug Universal";
|
||||
};
|
||||
1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "testiconv" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
3EA56CB17FA80E7E262E3556 /* Debug Universal */,
|
||||
2B015B722AD72B4B63C120A0 /* Debug Native */,
|
||||
55615B5C15FB4917219B52CB /* Release Universal */,
|
||||
5767519858C43C4645703E93 /* Release Native */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = "Debug Universal";
|
||||
};
|
||||
/* End XCConfigurationList section */
|
||||
|
||||
};
|
||||
rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
|
||||
}
|
||||
498
premake/Xcode/Xcode4/tests/testime/testime.xcodeproj/project.pbxproj
Executable file
498
premake/Xcode/Xcode4/tests/testime/testime.xcodeproj/project.pbxproj
Executable file
@@ -0,0 +1,498 @@
|
||||
// !$*UTF8*$!
|
||||
{
|
||||
archiveVersion = 1;
|
||||
classes = {
|
||||
};
|
||||
objectVersion = 45;
|
||||
objects = {
|
||||
|
||||
/* Begin PBXBuildFile section */
|
||||
394F2A6761A00C864DD37E29 /* testime.c in Sources */ = {isa = PBXBuildFile; fileRef = 79AA0DF42FB806346AD1591F /* testime.c */; };
|
||||
5E10777A103605FF3E013696 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 03C6494775C36EF33B19751B /* AudioToolbox.framework */; };
|
||||
6A9C67C13FD623E721F820F3 /* AudioUnit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 44317F33060A115F02C8475A /* AudioUnit.framework */; };
|
||||
096D12923AFA2F1B1A846CEE /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3B867D6C49145AA925AF2E7E /* Cocoa.framework */; };
|
||||
7D056C54312855F4198E4DF7 /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0D8C1FDC44723C795F45553E /* CoreAudio.framework */; };
|
||||
5FA22A743AB27EA51D771827 /* IOKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2751676401665387040043AE /* IOKit.framework */; };
|
||||
3B811AFA54797BC03A736D8E /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 652305D64F7F23BF60A3781B /* Carbon.framework */; };
|
||||
292A09B838117FAE33364F13 /* ForceFeedback.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1FC20CF54F57650D632F3936 /* ForceFeedback.framework */; };
|
||||
6CB30ECA1DBF17E62C7C10EF /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 201502B9551224FC331936AE /* CoreFoundation.framework */; };
|
||||
767C54E8002D305A68C50F9F /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 595D09E60F8839134F750E70 /* OpenGL.framework */; };
|
||||
7DBF3B3F54FC7694723579E4 /* libSDL2main.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5F310BC833587B680A015146 /* libSDL2main.a */; };
|
||||
25A16D314598044A205D3AD9 /* libSDL2test.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 416A20CA6CC903846592741F /* libSDL2test.a */; };
|
||||
03912AC2480D57924D2C20A6 /* libSDL2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 2813134D4E980EB24DDA3264 /* libSDL2.a */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXContainerItemProxy section */
|
||||
6EF3411958EC070E65006F51 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 37660C5C6E012B0704F50800 /* SDL2main.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = 0FF7291B375C79BC57696B66;
|
||||
remoteInfo = "libSDL2main.a";
|
||||
};
|
||||
325B1E0712D96B626F4C6BAA /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 37660C5C6E012B0704F50800 /* SDL2main.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = 1BAE4A0A77462FDC330812A3;
|
||||
remoteInfo = "libSDL2main.a";
|
||||
};
|
||||
0BD57E7411E16CFA3B9D70C2 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 6A0254215BC4336617C31D9F /* SDL2test.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = 1EB6664901BC163F215A4861;
|
||||
remoteInfo = "libSDL2test.a";
|
||||
};
|
||||
66340F2E53D977EA41C776EE /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 6A0254215BC4336617C31D9F /* SDL2test.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = 1258506950476B85239A79A3;
|
||||
remoteInfo = "libSDL2test.a";
|
||||
};
|
||||
14F02547192C24663BCD3EAC /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 1870713219E80C70154F2196 /* SDL2.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = 5E6D56F6655337845A3C44C3;
|
||||
remoteInfo = "libSDL2.a";
|
||||
};
|
||||
34076F20333E45790DF76F27 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 1870713219E80C70154F2196 /* SDL2.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = 7E6A7BC23CFD134274963645;
|
||||
remoteInfo = "libSDL2.a";
|
||||
};
|
||||
/* End PBXContainerItemProxy section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
79AA0DF42FB806346AD1591F /* testime.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "testime.c"; path = "../../../../../test/testime.c"; sourceTree = "<group>"; };
|
||||
03C6494775C36EF33B19751B /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "AudioToolbox.framework"; path = "/System/Library/Frameworks/AudioToolbox.framework"; sourceTree = "<absolute>"; };
|
||||
44317F33060A115F02C8475A /* AudioUnit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "AudioUnit.framework"; path = "/System/Library/Frameworks/AudioUnit.framework"; sourceTree = "<absolute>"; };
|
||||
3B867D6C49145AA925AF2E7E /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "Cocoa.framework"; path = "/System/Library/Frameworks/Cocoa.framework"; sourceTree = "<absolute>"; };
|
||||
0D8C1FDC44723C795F45553E /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreAudio.framework"; path = "/System/Library/Frameworks/CoreAudio.framework"; sourceTree = "<absolute>"; };
|
||||
2751676401665387040043AE /* IOKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "IOKit.framework"; path = "/System/Library/Frameworks/IOKit.framework"; sourceTree = "<absolute>"; };
|
||||
652305D64F7F23BF60A3781B /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "Carbon.framework"; path = "/System/Library/Frameworks/Carbon.framework"; sourceTree = "<absolute>"; };
|
||||
1FC20CF54F57650D632F3936 /* ForceFeedback.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "ForceFeedback.framework"; path = "/System/Library/Frameworks/ForceFeedback.framework"; sourceTree = "<absolute>"; };
|
||||
201502B9551224FC331936AE /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreFoundation.framework"; path = "/System/Library/Frameworks/CoreFoundation.framework"; sourceTree = "<absolute>"; };
|
||||
595D09E60F8839134F750E70 /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "OpenGL.framework"; path = "/System/Library/Frameworks/OpenGL.framework"; sourceTree = "<absolute>"; };
|
||||
17FD149165DF326B35E60F6E /* testime */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; name = "testime"; path = "testime"; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
37660C5C6E012B0704F50800 /* SDL2main.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "SDL2main.xcodeproj"; path = "../../SDL2main/SDL2main.xcodeproj"; sourceTree = SOURCE_ROOT; };
|
||||
6A0254215BC4336617C31D9F /* SDL2test.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "SDL2test.xcodeproj"; path = "../../SDL2test/SDL2test.xcodeproj"; sourceTree = SOURCE_ROOT; };
|
||||
1870713219E80C70154F2196 /* SDL2.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "SDL2.xcodeproj"; path = "../../SDL2/SDL2.xcodeproj"; sourceTree = SOURCE_ROOT; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
/* Begin PBXFrameworksBuildPhase section */
|
||||
179F54385F0143A328DD5F70 /* Frameworks */ = {
|
||||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
5E10777A103605FF3E013696 /* AudioToolbox.framework in Frameworks */,
|
||||
6A9C67C13FD623E721F820F3 /* AudioUnit.framework in Frameworks */,
|
||||
096D12923AFA2F1B1A846CEE /* Cocoa.framework in Frameworks */,
|
||||
7D056C54312855F4198E4DF7 /* CoreAudio.framework in Frameworks */,
|
||||
5FA22A743AB27EA51D771827 /* IOKit.framework in Frameworks */,
|
||||
3B811AFA54797BC03A736D8E /* Carbon.framework in Frameworks */,
|
||||
292A09B838117FAE33364F13 /* ForceFeedback.framework in Frameworks */,
|
||||
6CB30ECA1DBF17E62C7C10EF /* CoreFoundation.framework in Frameworks */,
|
||||
767C54E8002D305A68C50F9F /* OpenGL.framework in Frameworks */,
|
||||
7DBF3B3F54FC7694723579E4 /* libSDL2main.a in Frameworks */,
|
||||
25A16D314598044A205D3AD9 /* libSDL2test.a in Frameworks */,
|
||||
03912AC2480D57924D2C20A6 /* libSDL2.a in Frameworks */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXFrameworksBuildPhase section */
|
||||
|
||||
/* Begin PBXGroup section */
|
||||
325432B320AA344064692D64 /* testime */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
35591BE0265A7D47522C7BC5 /* test */,
|
||||
6C4079D058CC76D8096A2679 /* Frameworks */,
|
||||
357E6BFF68C64972163A532B /* Products */,
|
||||
3D743F9F13CF1A624B494301 /* Projects */,
|
||||
);
|
||||
name = "testime";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
35591BE0265A7D47522C7BC5 /* test */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
79AA0DF42FB806346AD1591F /* testime.c */,
|
||||
);
|
||||
name = "test";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
6C4079D058CC76D8096A2679 /* Frameworks */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
03C6494775C36EF33B19751B /* AudioToolbox.framework */,
|
||||
44317F33060A115F02C8475A /* AudioUnit.framework */,
|
||||
3B867D6C49145AA925AF2E7E /* Cocoa.framework */,
|
||||
0D8C1FDC44723C795F45553E /* CoreAudio.framework */,
|
||||
2751676401665387040043AE /* IOKit.framework */,
|
||||
652305D64F7F23BF60A3781B /* Carbon.framework */,
|
||||
1FC20CF54F57650D632F3936 /* ForceFeedback.framework */,
|
||||
201502B9551224FC331936AE /* CoreFoundation.framework */,
|
||||
595D09E60F8839134F750E70 /* OpenGL.framework */,
|
||||
);
|
||||
name = "Frameworks";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
357E6BFF68C64972163A532B /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
17FD149165DF326B35E60F6E /* testime */,
|
||||
);
|
||||
name = "Products";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
3D743F9F13CF1A624B494301 /* Projects */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
37660C5C6E012B0704F50800 /* SDL2main.xcodeproj */,
|
||||
6A0254215BC4336617C31D9F /* SDL2test.xcodeproj */,
|
||||
1870713219E80C70154F2196 /* SDL2.xcodeproj */,
|
||||
);
|
||||
name = "Projects";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
19D178A72633052168735B58 /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
5F310BC833587B680A015146 /* libSDL2main.a */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
3145455649AC64EF07E379DC /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
416A20CA6CC903846592741F /* libSDL2test.a */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
15241B3C3A85203F0FCF6F85 /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
2813134D4E980EB24DDA3264 /* libSDL2.a */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* End PBXGroup section */
|
||||
|
||||
/* Begin PBXNativeTarget section */
|
||||
28A779F01DAF51A46DFC491B /* testime */ = {
|
||||
isa = PBXNativeTarget;
|
||||
buildConfigurationList = 0CF9503A35A5750D3CF53617 /* Build configuration list for PBXNativeTarget "testime" */;
|
||||
buildPhases = (
|
||||
37EE1D73281F352A5C4F6B61 /* Resources */,
|
||||
42894CF45C075D0304B85980 /* Sources */,
|
||||
179F54385F0143A328DD5F70 /* Frameworks */,
|
||||
);
|
||||
buildRules = (
|
||||
);
|
||||
dependencies = (
|
||||
75CE562B4E0E01DF17AF0196 /* PBXTargetDependency */,
|
||||
22354EEF6778265A6E087330 /* PBXTargetDependency */,
|
||||
7FE05C75435244CB7314546C /* PBXTargetDependency */,
|
||||
);
|
||||
name = "testime";
|
||||
productInstallPath = "$(HOME)/bin";
|
||||
productName = "testime";
|
||||
productReference = 17FD149165DF326B35E60F6E /* testime */;
|
||||
productType = "com.apple.product-type.tool";
|
||||
};
|
||||
/* End PBXNativeTarget section */
|
||||
|
||||
/* Begin PBXProject section */
|
||||
08FB7793FE84155DC02AAC07 /* Project object */ = {
|
||||
isa = PBXProject;
|
||||
buildConfigurationList = 1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "testime" */;
|
||||
compatibilityVersion = "Xcode 3.2";
|
||||
hasScannedForEncodings = 1;
|
||||
mainGroup = 325432B320AA344064692D64 /* testime */;
|
||||
projectDirPath = "";
|
||||
projectReferences = (
|
||||
{
|
||||
ProductGroup = 19D178A72633052168735B58 /* Products */;
|
||||
ProjectRef = 37660C5C6E012B0704F50800 /* SDL2main.xcodeproj */;
|
||||
},
|
||||
{
|
||||
ProductGroup = 3145455649AC64EF07E379DC /* Products */;
|
||||
ProjectRef = 6A0254215BC4336617C31D9F /* SDL2test.xcodeproj */;
|
||||
},
|
||||
{
|
||||
ProductGroup = 15241B3C3A85203F0FCF6F85 /* Products */;
|
||||
ProjectRef = 1870713219E80C70154F2196 /* SDL2.xcodeproj */;
|
||||
},
|
||||
);
|
||||
projectRoot = "";
|
||||
targets = (
|
||||
28A779F01DAF51A46DFC491B /* testime */,
|
||||
);
|
||||
};
|
||||
/* End PBXProject section */
|
||||
|
||||
/* Begin PBXReferenceProxy section */
|
||||
5F310BC833587B680A015146 /* libSDL2main.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
path = "Build/Debug/libSDL2main.a";
|
||||
remoteRef = 6EF3411958EC070E65006F51 /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
416A20CA6CC903846592741F /* libSDL2test.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
path = "Build/Debug/libSDL2test.a";
|
||||
remoteRef = 0BD57E7411E16CFA3B9D70C2 /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
2813134D4E980EB24DDA3264 /* libSDL2.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
path = "Build/Debug/libSDL2.a";
|
||||
remoteRef = 14F02547192C24663BCD3EAC /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
/* End PBXReferenceProxy section */
|
||||
|
||||
/* Begin PBXResourcesBuildPhase section */
|
||||
37EE1D73281F352A5C4F6B61 /* Resources */ = {
|
||||
isa = PBXResourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXResourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXSourcesBuildPhase section */
|
||||
42894CF45C075D0304B85980 /* Sources */ = {
|
||||
isa = PBXSourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
394F2A6761A00C864DD37E29 /* testime.c in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXSourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXVariantGroup section */
|
||||
/* End PBXVariantGroup section */
|
||||
|
||||
/* Begin PBXTargetDependency section */
|
||||
75CE562B4E0E01DF17AF0196 /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = "libSDL2main.a";
|
||||
targetProxy = 325B1E0712D96B626F4C6BAA /* PBXContainerItemProxy */;
|
||||
};
|
||||
22354EEF6778265A6E087330 /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = "libSDL2test.a";
|
||||
targetProxy = 66340F2E53D977EA41C776EE /* PBXContainerItemProxy */;
|
||||
};
|
||||
7FE05C75435244CB7314546C /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = "libSDL2.a";
|
||||
targetProxy = 34076F20333E45790DF76F27 /* PBXContainerItemProxy */;
|
||||
};
|
||||
/* End PBXTargetDependency section */
|
||||
|
||||
/* Begin XCBuildConfiguration section */
|
||||
2F314C5D29316B9B188C4A66 /* Debug Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
CONFIGURATION_BUILD_DIR = Build/Debug;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testime";
|
||||
};
|
||||
name = "Debug Universal";
|
||||
};
|
||||
542D68521CF11A7D3EA171FB /* Debug Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
CONFIGURATION_BUILD_DIR = Build/Debug;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testime";
|
||||
};
|
||||
name = "Debug Native";
|
||||
};
|
||||
4AED11725C90159D0A022BA9 /* Release Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
CONFIGURATION_BUILD_DIR = Build/Release;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testime";
|
||||
};
|
||||
name = "Release Universal";
|
||||
};
|
||||
09BF6D6928B92148060B7493 /* Release Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
CONFIGURATION_BUILD_DIR = Build/Release;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testime";
|
||||
};
|
||||
name = "Release Native";
|
||||
};
|
||||
2A75165E3419785351B1758C /* Debug Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
COPY_PHASE_STRIP = NO;
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"_DEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Universal/Debug";
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
SYMROOT = "Build/Debug";
|
||||
};
|
||||
name = "Debug Universal";
|
||||
};
|
||||
47D6655561D7721427A41223 /* Debug Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(NATIVE_ARCH_ACTUAL)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
COPY_PHASE_STRIP = NO;
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"_DEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Debug";
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
SYMROOT = "Build/Debug";
|
||||
};
|
||||
name = "Debug Native";
|
||||
};
|
||||
0E315AB66A55310B5A154CC6 /* Release Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 3;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"NDEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Universal/Release";
|
||||
ONLY_ACTIVE_ARCH = NO;
|
||||
SYMROOT = "Build/Release";
|
||||
};
|
||||
name = "Release Universal";
|
||||
};
|
||||
683A715D4A2E136E2F5E7BDD /* Release Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(NATIVE_ARCH_ACTUAL)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 3;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"NDEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Release";
|
||||
ONLY_ACTIVE_ARCH = NO;
|
||||
SYMROOT = "Build/Release";
|
||||
};
|
||||
name = "Release Native";
|
||||
};
|
||||
/* End XCBuildConfiguration section */
|
||||
|
||||
/* Begin XCConfigurationList section */
|
||||
0CF9503A35A5750D3CF53617 /* Build configuration list for PBXNativeTarget "testime" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
2F314C5D29316B9B188C4A66 /* Debug Universal */,
|
||||
542D68521CF11A7D3EA171FB /* Debug Native */,
|
||||
4AED11725C90159D0A022BA9 /* Release Universal */,
|
||||
09BF6D6928B92148060B7493 /* Release Native */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = "Debug Universal";
|
||||
};
|
||||
1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "testime" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
2A75165E3419785351B1758C /* Debug Universal */,
|
||||
47D6655561D7721427A41223 /* Debug Native */,
|
||||
0E315AB66A55310B5A154CC6 /* Release Universal */,
|
||||
683A715D4A2E136E2F5E7BDD /* Release Native */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = "Debug Universal";
|
||||
};
|
||||
/* End XCConfigurationList section */
|
||||
|
||||
};
|
||||
rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
|
||||
}
|
||||
455
premake/Xcode/Xcode4/tests/testjoystick/testjoystick.xcodeproj/project.pbxproj
Executable file
455
premake/Xcode/Xcode4/tests/testjoystick/testjoystick.xcodeproj/project.pbxproj
Executable file
@@ -0,0 +1,455 @@
|
||||
// !$*UTF8*$!
|
||||
{
|
||||
archiveVersion = 1;
|
||||
classes = {
|
||||
};
|
||||
objectVersion = 45;
|
||||
objects = {
|
||||
|
||||
/* Begin PBXBuildFile section */
|
||||
0C3B15681CF539CA3CC139DD /* testjoystick.c in Sources */ = {isa = PBXBuildFile; fileRef = 4A9E4BD653E644777C75025C /* testjoystick.c */; };
|
||||
71C27DCD4DF2765442EA1E63 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 03E33B67177730F20A9D5AEC /* AudioToolbox.framework */; };
|
||||
454A162C375B711355CB317E /* AudioUnit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7F78527307DA13D200AA5A54 /* AudioUnit.framework */; };
|
||||
0995246F20D1236E1B9B17A5 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 527F2B521FD35C312563275C /* Cocoa.framework */; };
|
||||
48CB3D42589E2B150F1C2721 /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0FC30264097B701715AD34AB /* CoreAudio.framework */; };
|
||||
180706B859BE7BC377910AF8 /* IOKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 036913677858077318882DAE /* IOKit.framework */; };
|
||||
4EA011DE3F423FBB2E5623B9 /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 38BC7431466663E705D91F31 /* Carbon.framework */; };
|
||||
42BE685B4CAA5ADF0F146D65 /* ForceFeedback.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 79DA78A677084AAA11D81609 /* ForceFeedback.framework */; };
|
||||
6D011A203DF05FBA6DD028DC /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 195B41E2126C016B50707429 /* CoreFoundation.framework */; };
|
||||
61A136E2577960DB6EEA01D4 /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 35B8783C675D2C6C728716BF /* OpenGL.framework */; };
|
||||
2BE81931679D0A87404119E6 /* libSDL2main.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 46F526BE1A41257B65EB2BF4 /* libSDL2main.a */; };
|
||||
301601B7334672E66EA411B2 /* libSDL2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4CC008126DE8282F50707623 /* libSDL2.a */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXContainerItemProxy section */
|
||||
5323235E0A156C3D5026186E /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 527E6389744769125BC36F80 /* SDL2main.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = 0FF7291B375C79BC57696B66;
|
||||
remoteInfo = "libSDL2main.a";
|
||||
};
|
||||
0CC915BF634B54F600480455 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 527E6389744769125BC36F80 /* SDL2main.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = 1BAE4A0A77462FDC330812A3;
|
||||
remoteInfo = "libSDL2main.a";
|
||||
};
|
||||
7024692B25CA1FA7259764BF /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 7A436A410E50308635AD1799 /* SDL2.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = 5E6D56F6655337845A3C44C3;
|
||||
remoteInfo = "libSDL2.a";
|
||||
};
|
||||
76191EFC631D36381C9717E0 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 7A436A410E50308635AD1799 /* SDL2.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = 7E6A7BC23CFD134274963645;
|
||||
remoteInfo = "libSDL2.a";
|
||||
};
|
||||
/* End PBXContainerItemProxy section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
4A9E4BD653E644777C75025C /* testjoystick.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "testjoystick.c"; path = "../../../../../test/testjoystick.c"; sourceTree = "<group>"; };
|
||||
03E33B67177730F20A9D5AEC /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "AudioToolbox.framework"; path = "/System/Library/Frameworks/AudioToolbox.framework"; sourceTree = "<absolute>"; };
|
||||
7F78527307DA13D200AA5A54 /* AudioUnit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "AudioUnit.framework"; path = "/System/Library/Frameworks/AudioUnit.framework"; sourceTree = "<absolute>"; };
|
||||
527F2B521FD35C312563275C /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "Cocoa.framework"; path = "/System/Library/Frameworks/Cocoa.framework"; sourceTree = "<absolute>"; };
|
||||
0FC30264097B701715AD34AB /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreAudio.framework"; path = "/System/Library/Frameworks/CoreAudio.framework"; sourceTree = "<absolute>"; };
|
||||
036913677858077318882DAE /* IOKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "IOKit.framework"; path = "/System/Library/Frameworks/IOKit.framework"; sourceTree = "<absolute>"; };
|
||||
38BC7431466663E705D91F31 /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "Carbon.framework"; path = "/System/Library/Frameworks/Carbon.framework"; sourceTree = "<absolute>"; };
|
||||
79DA78A677084AAA11D81609 /* ForceFeedback.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "ForceFeedback.framework"; path = "/System/Library/Frameworks/ForceFeedback.framework"; sourceTree = "<absolute>"; };
|
||||
195B41E2126C016B50707429 /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreFoundation.framework"; path = "/System/Library/Frameworks/CoreFoundation.framework"; sourceTree = "<absolute>"; };
|
||||
35B8783C675D2C6C728716BF /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "OpenGL.framework"; path = "/System/Library/Frameworks/OpenGL.framework"; sourceTree = "<absolute>"; };
|
||||
7D1714BA5AB54C650E8076B9 /* testjoystick */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; name = "testjoystick"; path = "testjoystick"; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
527E6389744769125BC36F80 /* SDL2main.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "SDL2main.xcodeproj"; path = "../../SDL2main/SDL2main.xcodeproj"; sourceTree = SOURCE_ROOT; };
|
||||
7A436A410E50308635AD1799 /* SDL2.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "SDL2.xcodeproj"; path = "../../SDL2/SDL2.xcodeproj"; sourceTree = SOURCE_ROOT; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
/* Begin PBXFrameworksBuildPhase section */
|
||||
0930577343442747473E4629 /* Frameworks */ = {
|
||||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
71C27DCD4DF2765442EA1E63 /* AudioToolbox.framework in Frameworks */,
|
||||
454A162C375B711355CB317E /* AudioUnit.framework in Frameworks */,
|
||||
0995246F20D1236E1B9B17A5 /* Cocoa.framework in Frameworks */,
|
||||
48CB3D42589E2B150F1C2721 /* CoreAudio.framework in Frameworks */,
|
||||
180706B859BE7BC377910AF8 /* IOKit.framework in Frameworks */,
|
||||
4EA011DE3F423FBB2E5623B9 /* Carbon.framework in Frameworks */,
|
||||
42BE685B4CAA5ADF0F146D65 /* ForceFeedback.framework in Frameworks */,
|
||||
6D011A203DF05FBA6DD028DC /* CoreFoundation.framework in Frameworks */,
|
||||
61A136E2577960DB6EEA01D4 /* OpenGL.framework in Frameworks */,
|
||||
2BE81931679D0A87404119E6 /* libSDL2main.a in Frameworks */,
|
||||
301601B7334672E66EA411B2 /* libSDL2.a in Frameworks */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXFrameworksBuildPhase section */
|
||||
|
||||
/* Begin PBXGroup section */
|
||||
25AC5C0F6CF6364F04E15787 /* testjoystick */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
7DE642475F981AA0120A7012 /* test */,
|
||||
5FFB162C40F0749523C97550 /* Frameworks */,
|
||||
31041AE46F1E2CAF42617A9A /* Products */,
|
||||
387D1E442BF445230DC33E18 /* Projects */,
|
||||
);
|
||||
name = "testjoystick";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
7DE642475F981AA0120A7012 /* test */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
4A9E4BD653E644777C75025C /* testjoystick.c */,
|
||||
);
|
||||
name = "test";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
5FFB162C40F0749523C97550 /* Frameworks */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
03E33B67177730F20A9D5AEC /* AudioToolbox.framework */,
|
||||
7F78527307DA13D200AA5A54 /* AudioUnit.framework */,
|
||||
527F2B521FD35C312563275C /* Cocoa.framework */,
|
||||
0FC30264097B701715AD34AB /* CoreAudio.framework */,
|
||||
036913677858077318882DAE /* IOKit.framework */,
|
||||
38BC7431466663E705D91F31 /* Carbon.framework */,
|
||||
79DA78A677084AAA11D81609 /* ForceFeedback.framework */,
|
||||
195B41E2126C016B50707429 /* CoreFoundation.framework */,
|
||||
35B8783C675D2C6C728716BF /* OpenGL.framework */,
|
||||
);
|
||||
name = "Frameworks";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
31041AE46F1E2CAF42617A9A /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
7D1714BA5AB54C650E8076B9 /* testjoystick */,
|
||||
);
|
||||
name = "Products";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
387D1E442BF445230DC33E18 /* Projects */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
527E6389744769125BC36F80 /* SDL2main.xcodeproj */,
|
||||
7A436A410E50308635AD1799 /* SDL2.xcodeproj */,
|
||||
);
|
||||
name = "Projects";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
67A17E320C466E735C293C0C /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
46F526BE1A41257B65EB2BF4 /* libSDL2main.a */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
56B5333B1CBB605379E5418E /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
4CC008126DE8282F50707623 /* libSDL2.a */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* End PBXGroup section */
|
||||
|
||||
/* Begin PBXNativeTarget section */
|
||||
762F2180692925D903DE7530 /* testjoystick */ = {
|
||||
isa = PBXNativeTarget;
|
||||
buildConfigurationList = 68EE18787A727F925A04560F /* Build configuration list for PBXNativeTarget "testjoystick" */;
|
||||
buildPhases = (
|
||||
7C9C744C6414779B070C3F27 /* Resources */,
|
||||
219F74776F723334228838F9 /* Sources */,
|
||||
0930577343442747473E4629 /* Frameworks */,
|
||||
);
|
||||
buildRules = (
|
||||
);
|
||||
dependencies = (
|
||||
6F3800711E362B6C7D807662 /* PBXTargetDependency */,
|
||||
127B4E02081355961B21224F /* PBXTargetDependency */,
|
||||
);
|
||||
name = "testjoystick";
|
||||
productInstallPath = "$(HOME)/bin";
|
||||
productName = "testjoystick";
|
||||
productReference = 7D1714BA5AB54C650E8076B9 /* testjoystick */;
|
||||
productType = "com.apple.product-type.tool";
|
||||
};
|
||||
/* End PBXNativeTarget section */
|
||||
|
||||
/* Begin PBXProject section */
|
||||
08FB7793FE84155DC02AAC07 /* Project object */ = {
|
||||
isa = PBXProject;
|
||||
buildConfigurationList = 1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "testjoystick" */;
|
||||
compatibilityVersion = "Xcode 3.2";
|
||||
hasScannedForEncodings = 1;
|
||||
mainGroup = 25AC5C0F6CF6364F04E15787 /* testjoystick */;
|
||||
projectDirPath = "";
|
||||
projectReferences = (
|
||||
{
|
||||
ProductGroup = 67A17E320C466E735C293C0C /* Products */;
|
||||
ProjectRef = 527E6389744769125BC36F80 /* SDL2main.xcodeproj */;
|
||||
},
|
||||
{
|
||||
ProductGroup = 56B5333B1CBB605379E5418E /* Products */;
|
||||
ProjectRef = 7A436A410E50308635AD1799 /* SDL2.xcodeproj */;
|
||||
},
|
||||
);
|
||||
projectRoot = "";
|
||||
targets = (
|
||||
762F2180692925D903DE7530 /* testjoystick */,
|
||||
);
|
||||
};
|
||||
/* End PBXProject section */
|
||||
|
||||
/* Begin PBXReferenceProxy section */
|
||||
46F526BE1A41257B65EB2BF4 /* libSDL2main.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
path = "Build/Debug/libSDL2main.a";
|
||||
remoteRef = 5323235E0A156C3D5026186E /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
4CC008126DE8282F50707623 /* libSDL2.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
path = "Build/Debug/libSDL2.a";
|
||||
remoteRef = 7024692B25CA1FA7259764BF /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
/* End PBXReferenceProxy section */
|
||||
|
||||
/* Begin PBXResourcesBuildPhase section */
|
||||
7C9C744C6414779B070C3F27 /* Resources */ = {
|
||||
isa = PBXResourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXResourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXSourcesBuildPhase section */
|
||||
219F74776F723334228838F9 /* Sources */ = {
|
||||
isa = PBXSourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
0C3B15681CF539CA3CC139DD /* testjoystick.c in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXSourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXVariantGroup section */
|
||||
/* End PBXVariantGroup section */
|
||||
|
||||
/* Begin PBXTargetDependency section */
|
||||
6F3800711E362B6C7D807662 /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = "libSDL2main.a";
|
||||
targetProxy = 0CC915BF634B54F600480455 /* PBXContainerItemProxy */;
|
||||
};
|
||||
127B4E02081355961B21224F /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = "libSDL2.a";
|
||||
targetProxy = 76191EFC631D36381C9717E0 /* PBXContainerItemProxy */;
|
||||
};
|
||||
/* End PBXTargetDependency section */
|
||||
|
||||
/* Begin XCBuildConfiguration section */
|
||||
62F2238176CC4DAA7F3979F0 /* Debug Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
CONFIGURATION_BUILD_DIR = Build/Debug;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testjoystick";
|
||||
};
|
||||
name = "Debug Universal";
|
||||
};
|
||||
024D21AC52F5635D0E9112B0 /* Debug Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
CONFIGURATION_BUILD_DIR = Build/Debug;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testjoystick";
|
||||
};
|
||||
name = "Debug Native";
|
||||
};
|
||||
70AC59A42D2765BA3F2143FD /* Release Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
CONFIGURATION_BUILD_DIR = Build/Release;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testjoystick";
|
||||
};
|
||||
name = "Release Universal";
|
||||
};
|
||||
092F1FDF2AE72C4A3DAD605E /* Release Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
CONFIGURATION_BUILD_DIR = Build/Release;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testjoystick";
|
||||
};
|
||||
name = "Release Native";
|
||||
};
|
||||
1CB278856A8C2BCA1C052BC8 /* Debug Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
COPY_PHASE_STRIP = NO;
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"_DEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Universal/Debug";
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
SYMROOT = "Build/Debug";
|
||||
};
|
||||
name = "Debug Universal";
|
||||
};
|
||||
211A322721AA4916028657EE /* Debug Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(NATIVE_ARCH_ACTUAL)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
COPY_PHASE_STRIP = NO;
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"_DEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Debug";
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
SYMROOT = "Build/Debug";
|
||||
};
|
||||
name = "Debug Native";
|
||||
};
|
||||
4184652A455149FA6BDA71CF /* Release Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 3;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"NDEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Universal/Release";
|
||||
ONLY_ACTIVE_ARCH = NO;
|
||||
SYMROOT = "Build/Release";
|
||||
};
|
||||
name = "Release Universal";
|
||||
};
|
||||
3D9E60086DAE3B44266473EF /* Release Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(NATIVE_ARCH_ACTUAL)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 3;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"NDEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Release";
|
||||
ONLY_ACTIVE_ARCH = NO;
|
||||
SYMROOT = "Build/Release";
|
||||
};
|
||||
name = "Release Native";
|
||||
};
|
||||
/* End XCBuildConfiguration section */
|
||||
|
||||
/* Begin XCConfigurationList section */
|
||||
68EE18787A727F925A04560F /* Build configuration list for PBXNativeTarget "testjoystick" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
62F2238176CC4DAA7F3979F0 /* Debug Universal */,
|
||||
024D21AC52F5635D0E9112B0 /* Debug Native */,
|
||||
70AC59A42D2765BA3F2143FD /* Release Universal */,
|
||||
092F1FDF2AE72C4A3DAD605E /* Release Native */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = "Debug Universal";
|
||||
};
|
||||
1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "testjoystick" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
1CB278856A8C2BCA1C052BC8 /* Debug Universal */,
|
||||
211A322721AA4916028657EE /* Debug Native */,
|
||||
4184652A455149FA6BDA71CF /* Release Universal */,
|
||||
3D9E60086DAE3B44266473EF /* Release Native */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = "Debug Universal";
|
||||
};
|
||||
/* End XCConfigurationList section */
|
||||
|
||||
};
|
||||
rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
|
||||
}
|
||||
455
premake/Xcode/Xcode4/tests/testkeys/testkeys.xcodeproj/project.pbxproj
Executable file
455
premake/Xcode/Xcode4/tests/testkeys/testkeys.xcodeproj/project.pbxproj
Executable file
@@ -0,0 +1,455 @@
|
||||
// !$*UTF8*$!
|
||||
{
|
||||
archiveVersion = 1;
|
||||
classes = {
|
||||
};
|
||||
objectVersion = 45;
|
||||
objects = {
|
||||
|
||||
/* Begin PBXBuildFile section */
|
||||
4DA8581B0A7C53E96C03556D /* testkeys.c in Sources */ = {isa = PBXBuildFile; fileRef = 5F706DD214D27DF501C14EB6 /* testkeys.c */; };
|
||||
2FFF31A0196B5A3C5332393C /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6351118072A672A26EB73B87 /* AudioToolbox.framework */; };
|
||||
2EC4789D44AE18192829504D /* AudioUnit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1EAA4FFC29C60E6D2B1F2E2F /* AudioUnit.framework */; };
|
||||
31D744C24BC8645A560D071A /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7C047D996F284DAC578A297A /* Cocoa.framework */; };
|
||||
37DA616365771F1E78C43FD3 /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 650164F7187B4307026602FB /* CoreAudio.framework */; };
|
||||
117C249E05BD45375D0F2258 /* IOKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 38CD4A94444C09BE487C493E /* IOKit.framework */; };
|
||||
2B2C00F5670B0C52053A60C9 /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 76BE5C3B28353CD972F2735E /* Carbon.framework */; };
|
||||
6A200DEA22EC50FB369F3B9A /* ForceFeedback.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 57F47C96019E52596A543FD3 /* ForceFeedback.framework */; };
|
||||
158F79494D65297223DE77EC /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3C77462947EE01E71C0262D9 /* CoreFoundation.framework */; };
|
||||
34022ECA0B42535D320D028D /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 496E0F3247EE5CB63DED5434 /* OpenGL.framework */; };
|
||||
449F571D5F4746E50900034B /* libSDL2main.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 7F465A823B8F66D0644D1F7B /* libSDL2main.a */; };
|
||||
3CD347724C6E09F20DEE1F9A /* libSDL2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 6D652C632B4630697E6B4DC6 /* libSDL2.a */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXContainerItemProxy section */
|
||||
5525725142D342A718BB47F0 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 663876E3365D144D0A172182 /* SDL2main.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = 0FF7291B375C79BC57696B66;
|
||||
remoteInfo = "libSDL2main.a";
|
||||
};
|
||||
6FD7167D733D378A697F17C6 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 663876E3365D144D0A172182 /* SDL2main.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = 1BAE4A0A77462FDC330812A3;
|
||||
remoteInfo = "libSDL2main.a";
|
||||
};
|
||||
57A7543F77245DDD600C62CB /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 599E52DD2B4D6F1618165507 /* SDL2.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = 5E6D56F6655337845A3C44C3;
|
||||
remoteInfo = "libSDL2.a";
|
||||
};
|
||||
7FAE06FB7B0E61DA59AF7678 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 599E52DD2B4D6F1618165507 /* SDL2.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = 7E6A7BC23CFD134274963645;
|
||||
remoteInfo = "libSDL2.a";
|
||||
};
|
||||
/* End PBXContainerItemProxy section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
5F706DD214D27DF501C14EB6 /* testkeys.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "testkeys.c"; path = "../../../../../test/testkeys.c"; sourceTree = "<group>"; };
|
||||
6351118072A672A26EB73B87 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "AudioToolbox.framework"; path = "/System/Library/Frameworks/AudioToolbox.framework"; sourceTree = "<absolute>"; };
|
||||
1EAA4FFC29C60E6D2B1F2E2F /* AudioUnit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "AudioUnit.framework"; path = "/System/Library/Frameworks/AudioUnit.framework"; sourceTree = "<absolute>"; };
|
||||
7C047D996F284DAC578A297A /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "Cocoa.framework"; path = "/System/Library/Frameworks/Cocoa.framework"; sourceTree = "<absolute>"; };
|
||||
650164F7187B4307026602FB /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreAudio.framework"; path = "/System/Library/Frameworks/CoreAudio.framework"; sourceTree = "<absolute>"; };
|
||||
38CD4A94444C09BE487C493E /* IOKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "IOKit.framework"; path = "/System/Library/Frameworks/IOKit.framework"; sourceTree = "<absolute>"; };
|
||||
76BE5C3B28353CD972F2735E /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "Carbon.framework"; path = "/System/Library/Frameworks/Carbon.framework"; sourceTree = "<absolute>"; };
|
||||
57F47C96019E52596A543FD3 /* ForceFeedback.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "ForceFeedback.framework"; path = "/System/Library/Frameworks/ForceFeedback.framework"; sourceTree = "<absolute>"; };
|
||||
3C77462947EE01E71C0262D9 /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreFoundation.framework"; path = "/System/Library/Frameworks/CoreFoundation.framework"; sourceTree = "<absolute>"; };
|
||||
496E0F3247EE5CB63DED5434 /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "OpenGL.framework"; path = "/System/Library/Frameworks/OpenGL.framework"; sourceTree = "<absolute>"; };
|
||||
125E670F2EF6388760084741 /* testkeys */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; name = "testkeys"; path = "testkeys"; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
663876E3365D144D0A172182 /* SDL2main.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "SDL2main.xcodeproj"; path = "../../SDL2main/SDL2main.xcodeproj"; sourceTree = SOURCE_ROOT; };
|
||||
599E52DD2B4D6F1618165507 /* SDL2.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "SDL2.xcodeproj"; path = "../../SDL2/SDL2.xcodeproj"; sourceTree = SOURCE_ROOT; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
/* Begin PBXFrameworksBuildPhase section */
|
||||
3CDF672F5B3714DA1C9B3A40 /* Frameworks */ = {
|
||||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
2FFF31A0196B5A3C5332393C /* AudioToolbox.framework in Frameworks */,
|
||||
2EC4789D44AE18192829504D /* AudioUnit.framework in Frameworks */,
|
||||
31D744C24BC8645A560D071A /* Cocoa.framework in Frameworks */,
|
||||
37DA616365771F1E78C43FD3 /* CoreAudio.framework in Frameworks */,
|
||||
117C249E05BD45375D0F2258 /* IOKit.framework in Frameworks */,
|
||||
2B2C00F5670B0C52053A60C9 /* Carbon.framework in Frameworks */,
|
||||
6A200DEA22EC50FB369F3B9A /* ForceFeedback.framework in Frameworks */,
|
||||
158F79494D65297223DE77EC /* CoreFoundation.framework in Frameworks */,
|
||||
34022ECA0B42535D320D028D /* OpenGL.framework in Frameworks */,
|
||||
449F571D5F4746E50900034B /* libSDL2main.a in Frameworks */,
|
||||
3CD347724C6E09F20DEE1F9A /* libSDL2.a in Frameworks */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXFrameworksBuildPhase section */
|
||||
|
||||
/* Begin PBXGroup section */
|
||||
752048645A2C214960904451 /* testkeys */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
471E06C672790ADE23244098 /* test */,
|
||||
01192A413E6D133854EF4C9D /* Frameworks */,
|
||||
25DE3A0F55DF524B71FC5DFC /* Products */,
|
||||
59497732228618F656124CE3 /* Projects */,
|
||||
);
|
||||
name = "testkeys";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
471E06C672790ADE23244098 /* test */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
5F706DD214D27DF501C14EB6 /* testkeys.c */,
|
||||
);
|
||||
name = "test";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
01192A413E6D133854EF4C9D /* Frameworks */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
6351118072A672A26EB73B87 /* AudioToolbox.framework */,
|
||||
1EAA4FFC29C60E6D2B1F2E2F /* AudioUnit.framework */,
|
||||
7C047D996F284DAC578A297A /* Cocoa.framework */,
|
||||
650164F7187B4307026602FB /* CoreAudio.framework */,
|
||||
38CD4A94444C09BE487C493E /* IOKit.framework */,
|
||||
76BE5C3B28353CD972F2735E /* Carbon.framework */,
|
||||
57F47C96019E52596A543FD3 /* ForceFeedback.framework */,
|
||||
3C77462947EE01E71C0262D9 /* CoreFoundation.framework */,
|
||||
496E0F3247EE5CB63DED5434 /* OpenGL.framework */,
|
||||
);
|
||||
name = "Frameworks";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
25DE3A0F55DF524B71FC5DFC /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
125E670F2EF6388760084741 /* testkeys */,
|
||||
);
|
||||
name = "Products";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
59497732228618F656124CE3 /* Projects */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
663876E3365D144D0A172182 /* SDL2main.xcodeproj */,
|
||||
599E52DD2B4D6F1618165507 /* SDL2.xcodeproj */,
|
||||
);
|
||||
name = "Projects";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
09F6276A3236377D09B0276A /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
7F465A823B8F66D0644D1F7B /* libSDL2main.a */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
6E4236AF44D25A4F26447187 /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
6D652C632B4630697E6B4DC6 /* libSDL2.a */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* End PBXGroup section */
|
||||
|
||||
/* Begin PBXNativeTarget section */
|
||||
08B745F63B373A742F274D82 /* testkeys */ = {
|
||||
isa = PBXNativeTarget;
|
||||
buildConfigurationList = 5605225A5A55358807E35C1C /* Build configuration list for PBXNativeTarget "testkeys" */;
|
||||
buildPhases = (
|
||||
35C741431D8A550C305F53F2 /* Resources */,
|
||||
421901F72356766B6C7F2112 /* Sources */,
|
||||
3CDF672F5B3714DA1C9B3A40 /* Frameworks */,
|
||||
);
|
||||
buildRules = (
|
||||
);
|
||||
dependencies = (
|
||||
7FFF7277765562D4517F2845 /* PBXTargetDependency */,
|
||||
66C72485189A46F447046CA1 /* PBXTargetDependency */,
|
||||
);
|
||||
name = "testkeys";
|
||||
productInstallPath = "$(HOME)/bin";
|
||||
productName = "testkeys";
|
||||
productReference = 125E670F2EF6388760084741 /* testkeys */;
|
||||
productType = "com.apple.product-type.tool";
|
||||
};
|
||||
/* End PBXNativeTarget section */
|
||||
|
||||
/* Begin PBXProject section */
|
||||
08FB7793FE84155DC02AAC07 /* Project object */ = {
|
||||
isa = PBXProject;
|
||||
buildConfigurationList = 1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "testkeys" */;
|
||||
compatibilityVersion = "Xcode 3.2";
|
||||
hasScannedForEncodings = 1;
|
||||
mainGroup = 752048645A2C214960904451 /* testkeys */;
|
||||
projectDirPath = "";
|
||||
projectReferences = (
|
||||
{
|
||||
ProductGroup = 09F6276A3236377D09B0276A /* Products */;
|
||||
ProjectRef = 663876E3365D144D0A172182 /* SDL2main.xcodeproj */;
|
||||
},
|
||||
{
|
||||
ProductGroup = 6E4236AF44D25A4F26447187 /* Products */;
|
||||
ProjectRef = 599E52DD2B4D6F1618165507 /* SDL2.xcodeproj */;
|
||||
},
|
||||
);
|
||||
projectRoot = "";
|
||||
targets = (
|
||||
08B745F63B373A742F274D82 /* testkeys */,
|
||||
);
|
||||
};
|
||||
/* End PBXProject section */
|
||||
|
||||
/* Begin PBXReferenceProxy section */
|
||||
7F465A823B8F66D0644D1F7B /* libSDL2main.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
path = "Build/Debug/libSDL2main.a";
|
||||
remoteRef = 5525725142D342A718BB47F0 /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
6D652C632B4630697E6B4DC6 /* libSDL2.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
path = "Build/Debug/libSDL2.a";
|
||||
remoteRef = 57A7543F77245DDD600C62CB /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
/* End PBXReferenceProxy section */
|
||||
|
||||
/* Begin PBXResourcesBuildPhase section */
|
||||
35C741431D8A550C305F53F2 /* Resources */ = {
|
||||
isa = PBXResourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXResourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXSourcesBuildPhase section */
|
||||
421901F72356766B6C7F2112 /* Sources */ = {
|
||||
isa = PBXSourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
4DA8581B0A7C53E96C03556D /* testkeys.c in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXSourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXVariantGroup section */
|
||||
/* End PBXVariantGroup section */
|
||||
|
||||
/* Begin PBXTargetDependency section */
|
||||
7FFF7277765562D4517F2845 /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = "libSDL2main.a";
|
||||
targetProxy = 6FD7167D733D378A697F17C6 /* PBXContainerItemProxy */;
|
||||
};
|
||||
66C72485189A46F447046CA1 /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = "libSDL2.a";
|
||||
targetProxy = 7FAE06FB7B0E61DA59AF7678 /* PBXContainerItemProxy */;
|
||||
};
|
||||
/* End PBXTargetDependency section */
|
||||
|
||||
/* Begin XCBuildConfiguration section */
|
||||
533C23E725B1284F671E1EDA /* Debug Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
CONFIGURATION_BUILD_DIR = Build/Debug;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testkeys";
|
||||
};
|
||||
name = "Debug Universal";
|
||||
};
|
||||
2927476F5E3F31EF7028564D /* Debug Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
CONFIGURATION_BUILD_DIR = Build/Debug;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testkeys";
|
||||
};
|
||||
name = "Debug Native";
|
||||
};
|
||||
197F04671FC35D7A1DC70A0B /* Release Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
CONFIGURATION_BUILD_DIR = Build/Release;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testkeys";
|
||||
};
|
||||
name = "Release Universal";
|
||||
};
|
||||
1B022EA030B142EE3BCB2FF9 /* Release Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
CONFIGURATION_BUILD_DIR = Build/Release;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testkeys";
|
||||
};
|
||||
name = "Release Native";
|
||||
};
|
||||
332366361A6830EE594E2AA8 /* Debug Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
COPY_PHASE_STRIP = NO;
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"_DEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Universal/Debug";
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
SYMROOT = "Build/Debug";
|
||||
};
|
||||
name = "Debug Universal";
|
||||
};
|
||||
6F1F0C12245017BB18442236 /* Debug Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(NATIVE_ARCH_ACTUAL)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
COPY_PHASE_STRIP = NO;
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"_DEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Debug";
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
SYMROOT = "Build/Debug";
|
||||
};
|
||||
name = "Debug Native";
|
||||
};
|
||||
592856F04D5330C646106701 /* Release Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 3;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"NDEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Universal/Release";
|
||||
ONLY_ACTIVE_ARCH = NO;
|
||||
SYMROOT = "Build/Release";
|
||||
};
|
||||
name = "Release Universal";
|
||||
};
|
||||
0E4A335B4D9C752967CC3A7B /* Release Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(NATIVE_ARCH_ACTUAL)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 3;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"NDEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Release";
|
||||
ONLY_ACTIVE_ARCH = NO;
|
||||
SYMROOT = "Build/Release";
|
||||
};
|
||||
name = "Release Native";
|
||||
};
|
||||
/* End XCBuildConfiguration section */
|
||||
|
||||
/* Begin XCConfigurationList section */
|
||||
5605225A5A55358807E35C1C /* Build configuration list for PBXNativeTarget "testkeys" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
533C23E725B1284F671E1EDA /* Debug Universal */,
|
||||
2927476F5E3F31EF7028564D /* Debug Native */,
|
||||
197F04671FC35D7A1DC70A0B /* Release Universal */,
|
||||
1B022EA030B142EE3BCB2FF9 /* Release Native */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = "Debug Universal";
|
||||
};
|
||||
1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "testkeys" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
332366361A6830EE594E2AA8 /* Debug Universal */,
|
||||
6F1F0C12245017BB18442236 /* Debug Native */,
|
||||
592856F04D5330C646106701 /* Release Universal */,
|
||||
0E4A335B4D9C752967CC3A7B /* Release Native */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = "Debug Universal";
|
||||
};
|
||||
/* End XCConfigurationList section */
|
||||
|
||||
};
|
||||
rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
|
||||
}
|
||||
455
premake/Xcode/Xcode4/tests/testloadso/testloadso.xcodeproj/project.pbxproj
Executable file
455
premake/Xcode/Xcode4/tests/testloadso/testloadso.xcodeproj/project.pbxproj
Executable file
@@ -0,0 +1,455 @@
|
||||
// !$*UTF8*$!
|
||||
{
|
||||
archiveVersion = 1;
|
||||
classes = {
|
||||
};
|
||||
objectVersion = 45;
|
||||
objects = {
|
||||
|
||||
/* Begin PBXBuildFile section */
|
||||
675F2CA916DA7C3C032C3F70 /* testloadso.c in Sources */ = {isa = PBXBuildFile; fileRef = 32B85C9144642EF10B2A1E64 /* testloadso.c */; };
|
||||
65E07B025319241F0D962222 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 704B06EA1084514E72465EC1 /* AudioToolbox.framework */; };
|
||||
283A2FB343C61B5529546331 /* AudioUnit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01DC3ECF32C531C12FF465EE /* AudioUnit.framework */; };
|
||||
2DA26E0920675D43189920A2 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 335463942EAF71CE29714330 /* Cocoa.framework */; };
|
||||
4004622A4F0E5B84596E6A2B /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0D2B18410B6057CE25F860D3 /* CoreAudio.framework */; };
|
||||
1D9B2DF26E8C5F137A4F7681 /* IOKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6DAA4596177E5C87598479DB /* IOKit.framework */; };
|
||||
69C541291AFC22604DDD6B3A /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2545758C7A2878281F863BE9 /* Carbon.framework */; };
|
||||
049A1AE677477B8E326E5785 /* ForceFeedback.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 342725A2671A739F55731C6A /* ForceFeedback.framework */; };
|
||||
1F986CEB5BF06E5B1C755C56 /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 150515A452E56A8D099A78C6 /* CoreFoundation.framework */; };
|
||||
062F100568181EF02F5A6F11 /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 16DE51F007B93EB03EB43EC7 /* OpenGL.framework */; };
|
||||
23241F8709F74BEB3FB677C9 /* libSDL2main.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4E2A4AC358FF047756347CA6 /* libSDL2main.a */; };
|
||||
48E6195D41D116AD4B5C4592 /* libSDL2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 3BDC7F4271875C68563342DF /* libSDL2.a */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXContainerItemProxy section */
|
||||
536309967083618F7BD3787C /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 73541FC8337D02E922714D3E /* SDL2main.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = 0FF7291B375C79BC57696B66;
|
||||
remoteInfo = "libSDL2main.a";
|
||||
};
|
||||
5475613A633363582E543E4A /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 73541FC8337D02E922714D3E /* SDL2main.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = 1BAE4A0A77462FDC330812A3;
|
||||
remoteInfo = "libSDL2main.a";
|
||||
};
|
||||
4CAD20E12CE863DE130413F1 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 69F7681A28D4137056353384 /* SDL2.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = 5E6D56F6655337845A3C44C3;
|
||||
remoteInfo = "libSDL2.a";
|
||||
};
|
||||
5ED454B4280D757E415D586A /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 69F7681A28D4137056353384 /* SDL2.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = 7E6A7BC23CFD134274963645;
|
||||
remoteInfo = "libSDL2.a";
|
||||
};
|
||||
/* End PBXContainerItemProxy section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
32B85C9144642EF10B2A1E64 /* testloadso.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "testloadso.c"; path = "../../../../../test/testloadso.c"; sourceTree = "<group>"; };
|
||||
704B06EA1084514E72465EC1 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "AudioToolbox.framework"; path = "/System/Library/Frameworks/AudioToolbox.framework"; sourceTree = "<absolute>"; };
|
||||
01DC3ECF32C531C12FF465EE /* AudioUnit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "AudioUnit.framework"; path = "/System/Library/Frameworks/AudioUnit.framework"; sourceTree = "<absolute>"; };
|
||||
335463942EAF71CE29714330 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "Cocoa.framework"; path = "/System/Library/Frameworks/Cocoa.framework"; sourceTree = "<absolute>"; };
|
||||
0D2B18410B6057CE25F860D3 /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreAudio.framework"; path = "/System/Library/Frameworks/CoreAudio.framework"; sourceTree = "<absolute>"; };
|
||||
6DAA4596177E5C87598479DB /* IOKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "IOKit.framework"; path = "/System/Library/Frameworks/IOKit.framework"; sourceTree = "<absolute>"; };
|
||||
2545758C7A2878281F863BE9 /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "Carbon.framework"; path = "/System/Library/Frameworks/Carbon.framework"; sourceTree = "<absolute>"; };
|
||||
342725A2671A739F55731C6A /* ForceFeedback.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "ForceFeedback.framework"; path = "/System/Library/Frameworks/ForceFeedback.framework"; sourceTree = "<absolute>"; };
|
||||
150515A452E56A8D099A78C6 /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreFoundation.framework"; path = "/System/Library/Frameworks/CoreFoundation.framework"; sourceTree = "<absolute>"; };
|
||||
16DE51F007B93EB03EB43EC7 /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "OpenGL.framework"; path = "/System/Library/Frameworks/OpenGL.framework"; sourceTree = "<absolute>"; };
|
||||
531079513A13548502E25ED8 /* testloadso */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; name = "testloadso"; path = "testloadso"; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
73541FC8337D02E922714D3E /* SDL2main.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "SDL2main.xcodeproj"; path = "../../SDL2main/SDL2main.xcodeproj"; sourceTree = SOURCE_ROOT; };
|
||||
69F7681A28D4137056353384 /* SDL2.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "SDL2.xcodeproj"; path = "../../SDL2/SDL2.xcodeproj"; sourceTree = SOURCE_ROOT; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
/* Begin PBXFrameworksBuildPhase section */
|
||||
2363634379F627615CDC1EAD /* Frameworks */ = {
|
||||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
65E07B025319241F0D962222 /* AudioToolbox.framework in Frameworks */,
|
||||
283A2FB343C61B5529546331 /* AudioUnit.framework in Frameworks */,
|
||||
2DA26E0920675D43189920A2 /* Cocoa.framework in Frameworks */,
|
||||
4004622A4F0E5B84596E6A2B /* CoreAudio.framework in Frameworks */,
|
||||
1D9B2DF26E8C5F137A4F7681 /* IOKit.framework in Frameworks */,
|
||||
69C541291AFC22604DDD6B3A /* Carbon.framework in Frameworks */,
|
||||
049A1AE677477B8E326E5785 /* ForceFeedback.framework in Frameworks */,
|
||||
1F986CEB5BF06E5B1C755C56 /* CoreFoundation.framework in Frameworks */,
|
||||
062F100568181EF02F5A6F11 /* OpenGL.framework in Frameworks */,
|
||||
23241F8709F74BEB3FB677C9 /* libSDL2main.a in Frameworks */,
|
||||
48E6195D41D116AD4B5C4592 /* libSDL2.a in Frameworks */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXFrameworksBuildPhase section */
|
||||
|
||||
/* Begin PBXGroup section */
|
||||
333A601E54FF648A4146191A /* testloadso */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
05045C1C4021369F31D67D4E /* test */,
|
||||
6F137E16024736972D7858E6 /* Frameworks */,
|
||||
4B3C53EF75A52B1703DF47D1 /* Products */,
|
||||
6CB8545C0BE05048370560A6 /* Projects */,
|
||||
);
|
||||
name = "testloadso";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
05045C1C4021369F31D67D4E /* test */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
32B85C9144642EF10B2A1E64 /* testloadso.c */,
|
||||
);
|
||||
name = "test";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
6F137E16024736972D7858E6 /* Frameworks */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
704B06EA1084514E72465EC1 /* AudioToolbox.framework */,
|
||||
01DC3ECF32C531C12FF465EE /* AudioUnit.framework */,
|
||||
335463942EAF71CE29714330 /* Cocoa.framework */,
|
||||
0D2B18410B6057CE25F860D3 /* CoreAudio.framework */,
|
||||
6DAA4596177E5C87598479DB /* IOKit.framework */,
|
||||
2545758C7A2878281F863BE9 /* Carbon.framework */,
|
||||
342725A2671A739F55731C6A /* ForceFeedback.framework */,
|
||||
150515A452E56A8D099A78C6 /* CoreFoundation.framework */,
|
||||
16DE51F007B93EB03EB43EC7 /* OpenGL.framework */,
|
||||
);
|
||||
name = "Frameworks";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
4B3C53EF75A52B1703DF47D1 /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
531079513A13548502E25ED8 /* testloadso */,
|
||||
);
|
||||
name = "Products";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
6CB8545C0BE05048370560A6 /* Projects */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
73541FC8337D02E922714D3E /* SDL2main.xcodeproj */,
|
||||
69F7681A28D4137056353384 /* SDL2.xcodeproj */,
|
||||
);
|
||||
name = "Projects";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
0A142D3D2C5076C106A07C4D /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
4E2A4AC358FF047756347CA6 /* libSDL2main.a */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
098A543022881A824E783AB1 /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
3BDC7F4271875C68563342DF /* libSDL2.a */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* End PBXGroup section */
|
||||
|
||||
/* Begin PBXNativeTarget section */
|
||||
61B07FC63D83695771FE0D01 /* testloadso */ = {
|
||||
isa = PBXNativeTarget;
|
||||
buildConfigurationList = 794A046A04B6738725CF6838 /* Build configuration list for PBXNativeTarget "testloadso" */;
|
||||
buildPhases = (
|
||||
39DC3E662F376B6155232104 /* Resources */,
|
||||
27A76E07432162BB66CA167F /* Sources */,
|
||||
2363634379F627615CDC1EAD /* Frameworks */,
|
||||
);
|
||||
buildRules = (
|
||||
);
|
||||
dependencies = (
|
||||
0BEF101627C91E4C36A855B3 /* PBXTargetDependency */,
|
||||
1F8704651F1B2A846BA9522D /* PBXTargetDependency */,
|
||||
);
|
||||
name = "testloadso";
|
||||
productInstallPath = "$(HOME)/bin";
|
||||
productName = "testloadso";
|
||||
productReference = 531079513A13548502E25ED8 /* testloadso */;
|
||||
productType = "com.apple.product-type.tool";
|
||||
};
|
||||
/* End PBXNativeTarget section */
|
||||
|
||||
/* Begin PBXProject section */
|
||||
08FB7793FE84155DC02AAC07 /* Project object */ = {
|
||||
isa = PBXProject;
|
||||
buildConfigurationList = 1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "testloadso" */;
|
||||
compatibilityVersion = "Xcode 3.2";
|
||||
hasScannedForEncodings = 1;
|
||||
mainGroup = 333A601E54FF648A4146191A /* testloadso */;
|
||||
projectDirPath = "";
|
||||
projectReferences = (
|
||||
{
|
||||
ProductGroup = 0A142D3D2C5076C106A07C4D /* Products */;
|
||||
ProjectRef = 73541FC8337D02E922714D3E /* SDL2main.xcodeproj */;
|
||||
},
|
||||
{
|
||||
ProductGroup = 098A543022881A824E783AB1 /* Products */;
|
||||
ProjectRef = 69F7681A28D4137056353384 /* SDL2.xcodeproj */;
|
||||
},
|
||||
);
|
||||
projectRoot = "";
|
||||
targets = (
|
||||
61B07FC63D83695771FE0D01 /* testloadso */,
|
||||
);
|
||||
};
|
||||
/* End PBXProject section */
|
||||
|
||||
/* Begin PBXReferenceProxy section */
|
||||
4E2A4AC358FF047756347CA6 /* libSDL2main.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
path = "Build/Debug/libSDL2main.a";
|
||||
remoteRef = 536309967083618F7BD3787C /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
3BDC7F4271875C68563342DF /* libSDL2.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
path = "Build/Debug/libSDL2.a";
|
||||
remoteRef = 4CAD20E12CE863DE130413F1 /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
/* End PBXReferenceProxy section */
|
||||
|
||||
/* Begin PBXResourcesBuildPhase section */
|
||||
39DC3E662F376B6155232104 /* Resources */ = {
|
||||
isa = PBXResourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXResourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXSourcesBuildPhase section */
|
||||
27A76E07432162BB66CA167F /* Sources */ = {
|
||||
isa = PBXSourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
675F2CA916DA7C3C032C3F70 /* testloadso.c in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXSourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXVariantGroup section */
|
||||
/* End PBXVariantGroup section */
|
||||
|
||||
/* Begin PBXTargetDependency section */
|
||||
0BEF101627C91E4C36A855B3 /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = "libSDL2main.a";
|
||||
targetProxy = 5475613A633363582E543E4A /* PBXContainerItemProxy */;
|
||||
};
|
||||
1F8704651F1B2A846BA9522D /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = "libSDL2.a";
|
||||
targetProxy = 5ED454B4280D757E415D586A /* PBXContainerItemProxy */;
|
||||
};
|
||||
/* End PBXTargetDependency section */
|
||||
|
||||
/* Begin XCBuildConfiguration section */
|
||||
79B1708E276152A4146E5B78 /* Debug Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
CONFIGURATION_BUILD_DIR = Build/Debug;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testloadso";
|
||||
};
|
||||
name = "Debug Universal";
|
||||
};
|
||||
0FF601D35A25749446BB405F /* Debug Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
CONFIGURATION_BUILD_DIR = Build/Debug;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testloadso";
|
||||
};
|
||||
name = "Debug Native";
|
||||
};
|
||||
5CC925AF3E036DB47DCA6F2F /* Release Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
CONFIGURATION_BUILD_DIR = Build/Release;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testloadso";
|
||||
};
|
||||
name = "Release Universal";
|
||||
};
|
||||
57E445787D9548AF09783FED /* Release Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
CONFIGURATION_BUILD_DIR = Build/Release;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testloadso";
|
||||
};
|
||||
name = "Release Native";
|
||||
};
|
||||
307F778D66D80D3E0DA37B01 /* Debug Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
COPY_PHASE_STRIP = NO;
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"_DEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Universal/Debug";
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
SYMROOT = "Build/Debug";
|
||||
};
|
||||
name = "Debug Universal";
|
||||
};
|
||||
4DC574BC7BD43DC413E952A5 /* Debug Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(NATIVE_ARCH_ACTUAL)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
COPY_PHASE_STRIP = NO;
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"_DEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Debug";
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
SYMROOT = "Build/Debug";
|
||||
};
|
||||
name = "Debug Native";
|
||||
};
|
||||
7FC02954554609FD74546607 /* Release Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 3;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"NDEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Universal/Release";
|
||||
ONLY_ACTIVE_ARCH = NO;
|
||||
SYMROOT = "Build/Release";
|
||||
};
|
||||
name = "Release Universal";
|
||||
};
|
||||
0F133ADF3DFF69DF400F3F34 /* Release Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(NATIVE_ARCH_ACTUAL)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 3;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"NDEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Release";
|
||||
ONLY_ACTIVE_ARCH = NO;
|
||||
SYMROOT = "Build/Release";
|
||||
};
|
||||
name = "Release Native";
|
||||
};
|
||||
/* End XCBuildConfiguration section */
|
||||
|
||||
/* Begin XCConfigurationList section */
|
||||
794A046A04B6738725CF6838 /* Build configuration list for PBXNativeTarget "testloadso" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
79B1708E276152A4146E5B78 /* Debug Universal */,
|
||||
0FF601D35A25749446BB405F /* Debug Native */,
|
||||
5CC925AF3E036DB47DCA6F2F /* Release Universal */,
|
||||
57E445787D9548AF09783FED /* Release Native */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = "Debug Universal";
|
||||
};
|
||||
1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "testloadso" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
307F778D66D80D3E0DA37B01 /* Debug Universal */,
|
||||
4DC574BC7BD43DC413E952A5 /* Debug Native */,
|
||||
7FC02954554609FD74546607 /* Release Universal */,
|
||||
0F133ADF3DFF69DF400F3F34 /* Release Native */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = "Debug Universal";
|
||||
};
|
||||
/* End XCConfigurationList section */
|
||||
|
||||
};
|
||||
rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
|
||||
}
|
||||
455
premake/Xcode/Xcode4/tests/testlock/testlock.xcodeproj/project.pbxproj
Executable file
455
premake/Xcode/Xcode4/tests/testlock/testlock.xcodeproj/project.pbxproj
Executable file
@@ -0,0 +1,455 @@
|
||||
// !$*UTF8*$!
|
||||
{
|
||||
archiveVersion = 1;
|
||||
classes = {
|
||||
};
|
||||
objectVersion = 45;
|
||||
objects = {
|
||||
|
||||
/* Begin PBXBuildFile section */
|
||||
464D099409B56A025D07370F /* testlock.c in Sources */ = {isa = PBXBuildFile; fileRef = 303629951FED2A5765724870 /* testlock.c */; };
|
||||
052351CC4F9E4B6E44250C3F /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 49BB451B295D277B7D765BC3 /* AudioToolbox.framework */; };
|
||||
1C8656CF46240D9B446F58A3 /* AudioUnit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3AE3122E28F11EE42BFC3028 /* AudioUnit.framework */; };
|
||||
240C41522E7932B808AC70A5 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4A1C299D2BDB3B314F6B1029 /* Cocoa.framework */; };
|
||||
04315780299C5DAC5D191450 /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1435448374E91242508C1DFD /* CoreAudio.framework */; };
|
||||
5A950F951A1906E67F99227C /* IOKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1E207F6807A168120A05078F /* IOKit.framework */; };
|
||||
55A61235013967C8177E629B /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 27FD6CD47174045B0C5139D9 /* Carbon.framework */; };
|
||||
797644D711B31EF85DF64989 /* ForceFeedback.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4DC43A183395100008F80EC6 /* ForceFeedback.framework */; };
|
||||
096227602F74035F6AA86036 /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7AF862177E6D59C2743908B0 /* CoreFoundation.framework */; };
|
||||
71925C9F0ABF1EF25BB43581 /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 023F0A5E5AAC54C42D507C57 /* OpenGL.framework */; };
|
||||
3BAA31AD0D3550A8471607A7 /* libSDL2main.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 33890A8462A974BE26B27B2C /* libSDL2main.a */; };
|
||||
5DFB41BC5ED63FF91FB530AA /* libSDL2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 3E2B068C783248C4409B30B1 /* libSDL2.a */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXContainerItemProxy section */
|
||||
17CE07D20ECC04C81F154F95 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 6177061D7C0E3B8132F64583 /* SDL2main.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = 0FF7291B375C79BC57696B66;
|
||||
remoteInfo = "libSDL2main.a";
|
||||
};
|
||||
5650341357E0668F5BFC25A1 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 6177061D7C0E3B8132F64583 /* SDL2main.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = 1BAE4A0A77462FDC330812A3;
|
||||
remoteInfo = "libSDL2main.a";
|
||||
};
|
||||
244B3F5457477A9E34B239FE /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 6865724F21A644CE4DE46685 /* SDL2.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = 5E6D56F6655337845A3C44C3;
|
||||
remoteInfo = "libSDL2.a";
|
||||
};
|
||||
06771B79538D0B3D58770EE9 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 6865724F21A644CE4DE46685 /* SDL2.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = 7E6A7BC23CFD134274963645;
|
||||
remoteInfo = "libSDL2.a";
|
||||
};
|
||||
/* End PBXContainerItemProxy section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
303629951FED2A5765724870 /* testlock.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "testlock.c"; path = "../../../../../test/testlock.c"; sourceTree = "<group>"; };
|
||||
49BB451B295D277B7D765BC3 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "AudioToolbox.framework"; path = "/System/Library/Frameworks/AudioToolbox.framework"; sourceTree = "<absolute>"; };
|
||||
3AE3122E28F11EE42BFC3028 /* AudioUnit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "AudioUnit.framework"; path = "/System/Library/Frameworks/AudioUnit.framework"; sourceTree = "<absolute>"; };
|
||||
4A1C299D2BDB3B314F6B1029 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "Cocoa.framework"; path = "/System/Library/Frameworks/Cocoa.framework"; sourceTree = "<absolute>"; };
|
||||
1435448374E91242508C1DFD /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreAudio.framework"; path = "/System/Library/Frameworks/CoreAudio.framework"; sourceTree = "<absolute>"; };
|
||||
1E207F6807A168120A05078F /* IOKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "IOKit.framework"; path = "/System/Library/Frameworks/IOKit.framework"; sourceTree = "<absolute>"; };
|
||||
27FD6CD47174045B0C5139D9 /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "Carbon.framework"; path = "/System/Library/Frameworks/Carbon.framework"; sourceTree = "<absolute>"; };
|
||||
4DC43A183395100008F80EC6 /* ForceFeedback.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "ForceFeedback.framework"; path = "/System/Library/Frameworks/ForceFeedback.framework"; sourceTree = "<absolute>"; };
|
||||
7AF862177E6D59C2743908B0 /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreFoundation.framework"; path = "/System/Library/Frameworks/CoreFoundation.framework"; sourceTree = "<absolute>"; };
|
||||
023F0A5E5AAC54C42D507C57 /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "OpenGL.framework"; path = "/System/Library/Frameworks/OpenGL.framework"; sourceTree = "<absolute>"; };
|
||||
041A4BDD31554D3571F92007 /* testlock */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; name = "testlock"; path = "testlock"; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
6177061D7C0E3B8132F64583 /* SDL2main.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "SDL2main.xcodeproj"; path = "../../SDL2main/SDL2main.xcodeproj"; sourceTree = SOURCE_ROOT; };
|
||||
6865724F21A644CE4DE46685 /* SDL2.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "SDL2.xcodeproj"; path = "../../SDL2/SDL2.xcodeproj"; sourceTree = SOURCE_ROOT; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
/* Begin PBXFrameworksBuildPhase section */
|
||||
298D01234D8636BD453C7009 /* Frameworks */ = {
|
||||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
052351CC4F9E4B6E44250C3F /* AudioToolbox.framework in Frameworks */,
|
||||
1C8656CF46240D9B446F58A3 /* AudioUnit.framework in Frameworks */,
|
||||
240C41522E7932B808AC70A5 /* Cocoa.framework in Frameworks */,
|
||||
04315780299C5DAC5D191450 /* CoreAudio.framework in Frameworks */,
|
||||
5A950F951A1906E67F99227C /* IOKit.framework in Frameworks */,
|
||||
55A61235013967C8177E629B /* Carbon.framework in Frameworks */,
|
||||
797644D711B31EF85DF64989 /* ForceFeedback.framework in Frameworks */,
|
||||
096227602F74035F6AA86036 /* CoreFoundation.framework in Frameworks */,
|
||||
71925C9F0ABF1EF25BB43581 /* OpenGL.framework in Frameworks */,
|
||||
3BAA31AD0D3550A8471607A7 /* libSDL2main.a in Frameworks */,
|
||||
5DFB41BC5ED63FF91FB530AA /* libSDL2.a in Frameworks */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXFrameworksBuildPhase section */
|
||||
|
||||
/* Begin PBXGroup section */
|
||||
681956225A8E3A216AC3441F /* testlock */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
74E92D4B384360A84FDB3C8C /* test */,
|
||||
7A3825626F257B511FB1480C /* Frameworks */,
|
||||
3B0349C5321331C46F244294 /* Products */,
|
||||
0A166AA10BAD117458CE5FCC /* Projects */,
|
||||
);
|
||||
name = "testlock";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
74E92D4B384360A84FDB3C8C /* test */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
303629951FED2A5765724870 /* testlock.c */,
|
||||
);
|
||||
name = "test";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
7A3825626F257B511FB1480C /* Frameworks */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
49BB451B295D277B7D765BC3 /* AudioToolbox.framework */,
|
||||
3AE3122E28F11EE42BFC3028 /* AudioUnit.framework */,
|
||||
4A1C299D2BDB3B314F6B1029 /* Cocoa.framework */,
|
||||
1435448374E91242508C1DFD /* CoreAudio.framework */,
|
||||
1E207F6807A168120A05078F /* IOKit.framework */,
|
||||
27FD6CD47174045B0C5139D9 /* Carbon.framework */,
|
||||
4DC43A183395100008F80EC6 /* ForceFeedback.framework */,
|
||||
7AF862177E6D59C2743908B0 /* CoreFoundation.framework */,
|
||||
023F0A5E5AAC54C42D507C57 /* OpenGL.framework */,
|
||||
);
|
||||
name = "Frameworks";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
3B0349C5321331C46F244294 /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
041A4BDD31554D3571F92007 /* testlock */,
|
||||
);
|
||||
name = "Products";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
0A166AA10BAD117458CE5FCC /* Projects */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
6177061D7C0E3B8132F64583 /* SDL2main.xcodeproj */,
|
||||
6865724F21A644CE4DE46685 /* SDL2.xcodeproj */,
|
||||
);
|
||||
name = "Projects";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
7903382F245B66083BBE3859 /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
33890A8462A974BE26B27B2C /* libSDL2main.a */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
302212A05009225D3FCE6DE6 /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
3E2B068C783248C4409B30B1 /* libSDL2.a */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* End PBXGroup section */
|
||||
|
||||
/* Begin PBXNativeTarget section */
|
||||
40470667040E6F8C50D50012 /* testlock */ = {
|
||||
isa = PBXNativeTarget;
|
||||
buildConfigurationList = 27716FD716A9432C32F25B23 /* Build configuration list for PBXNativeTarget "testlock" */;
|
||||
buildPhases = (
|
||||
692E549A7E3358384E3733B2 /* Resources */,
|
||||
237419BA2D383DF673523425 /* Sources */,
|
||||
298D01234D8636BD453C7009 /* Frameworks */,
|
||||
);
|
||||
buildRules = (
|
||||
);
|
||||
dependencies = (
|
||||
0A6521E6190523DB1C8C4108 /* PBXTargetDependency */,
|
||||
770F7CA47BC4167F06A21F89 /* PBXTargetDependency */,
|
||||
);
|
||||
name = "testlock";
|
||||
productInstallPath = "$(HOME)/bin";
|
||||
productName = "testlock";
|
||||
productReference = 041A4BDD31554D3571F92007 /* testlock */;
|
||||
productType = "com.apple.product-type.tool";
|
||||
};
|
||||
/* End PBXNativeTarget section */
|
||||
|
||||
/* Begin PBXProject section */
|
||||
08FB7793FE84155DC02AAC07 /* Project object */ = {
|
||||
isa = PBXProject;
|
||||
buildConfigurationList = 1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "testlock" */;
|
||||
compatibilityVersion = "Xcode 3.2";
|
||||
hasScannedForEncodings = 1;
|
||||
mainGroup = 681956225A8E3A216AC3441F /* testlock */;
|
||||
projectDirPath = "";
|
||||
projectReferences = (
|
||||
{
|
||||
ProductGroup = 7903382F245B66083BBE3859 /* Products */;
|
||||
ProjectRef = 6177061D7C0E3B8132F64583 /* SDL2main.xcodeproj */;
|
||||
},
|
||||
{
|
||||
ProductGroup = 302212A05009225D3FCE6DE6 /* Products */;
|
||||
ProjectRef = 6865724F21A644CE4DE46685 /* SDL2.xcodeproj */;
|
||||
},
|
||||
);
|
||||
projectRoot = "";
|
||||
targets = (
|
||||
40470667040E6F8C50D50012 /* testlock */,
|
||||
);
|
||||
};
|
||||
/* End PBXProject section */
|
||||
|
||||
/* Begin PBXReferenceProxy section */
|
||||
33890A8462A974BE26B27B2C /* libSDL2main.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
path = "Build/Debug/libSDL2main.a";
|
||||
remoteRef = 17CE07D20ECC04C81F154F95 /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
3E2B068C783248C4409B30B1 /* libSDL2.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
path = "Build/Debug/libSDL2.a";
|
||||
remoteRef = 244B3F5457477A9E34B239FE /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
/* End PBXReferenceProxy section */
|
||||
|
||||
/* Begin PBXResourcesBuildPhase section */
|
||||
692E549A7E3358384E3733B2 /* Resources */ = {
|
||||
isa = PBXResourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXResourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXSourcesBuildPhase section */
|
||||
237419BA2D383DF673523425 /* Sources */ = {
|
||||
isa = PBXSourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
464D099409B56A025D07370F /* testlock.c in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXSourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXVariantGroup section */
|
||||
/* End PBXVariantGroup section */
|
||||
|
||||
/* Begin PBXTargetDependency section */
|
||||
0A6521E6190523DB1C8C4108 /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = "libSDL2main.a";
|
||||
targetProxy = 5650341357E0668F5BFC25A1 /* PBXContainerItemProxy */;
|
||||
};
|
||||
770F7CA47BC4167F06A21F89 /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = "libSDL2.a";
|
||||
targetProxy = 06771B79538D0B3D58770EE9 /* PBXContainerItemProxy */;
|
||||
};
|
||||
/* End PBXTargetDependency section */
|
||||
|
||||
/* Begin XCBuildConfiguration section */
|
||||
325E4A39751029CC29641169 /* Debug Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
CONFIGURATION_BUILD_DIR = Build/Debug;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testlock";
|
||||
};
|
||||
name = "Debug Universal";
|
||||
};
|
||||
69C341AE0DA219DD15903D1A /* Debug Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
CONFIGURATION_BUILD_DIR = Build/Debug;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testlock";
|
||||
};
|
||||
name = "Debug Native";
|
||||
};
|
||||
555606CB31C44C8A2B111D01 /* Release Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
CONFIGURATION_BUILD_DIR = Build/Release;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testlock";
|
||||
};
|
||||
name = "Release Universal";
|
||||
};
|
||||
584C18712BE157D03A7D7213 /* Release Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
CONFIGURATION_BUILD_DIR = Build/Release;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testlock";
|
||||
};
|
||||
name = "Release Native";
|
||||
};
|
||||
30410A022775752756B93570 /* Debug Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
COPY_PHASE_STRIP = NO;
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"_DEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Universal/Debug";
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
SYMROOT = "Build/Debug";
|
||||
};
|
||||
name = "Debug Universal";
|
||||
};
|
||||
28BD44C64254571D3A1372F5 /* Debug Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(NATIVE_ARCH_ACTUAL)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
COPY_PHASE_STRIP = NO;
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"_DEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Debug";
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
SYMROOT = "Build/Debug";
|
||||
};
|
||||
name = "Debug Native";
|
||||
};
|
||||
42116BFB40A468EF3850457E /* Release Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 3;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"NDEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Universal/Release";
|
||||
ONLY_ACTIVE_ARCH = NO;
|
||||
SYMROOT = "Build/Release";
|
||||
};
|
||||
name = "Release Universal";
|
||||
};
|
||||
6232789A0320412B262D7583 /* Release Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(NATIVE_ARCH_ACTUAL)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 3;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"NDEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Release";
|
||||
ONLY_ACTIVE_ARCH = NO;
|
||||
SYMROOT = "Build/Release";
|
||||
};
|
||||
name = "Release Native";
|
||||
};
|
||||
/* End XCBuildConfiguration section */
|
||||
|
||||
/* Begin XCConfigurationList section */
|
||||
27716FD716A9432C32F25B23 /* Build configuration list for PBXNativeTarget "testlock" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
325E4A39751029CC29641169 /* Debug Universal */,
|
||||
69C341AE0DA219DD15903D1A /* Debug Native */,
|
||||
555606CB31C44C8A2B111D01 /* Release Universal */,
|
||||
584C18712BE157D03A7D7213 /* Release Native */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = "Debug Universal";
|
||||
};
|
||||
1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "testlock" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
30410A022775752756B93570 /* Debug Universal */,
|
||||
28BD44C64254571D3A1372F5 /* Debug Native */,
|
||||
42116BFB40A468EF3850457E /* Release Universal */,
|
||||
6232789A0320412B262D7583 /* Release Native */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = "Debug Universal";
|
||||
};
|
||||
/* End XCConfigurationList section */
|
||||
|
||||
};
|
||||
rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
|
||||
}
|
||||
455
premake/Xcode/Xcode4/tests/testmessage/testmessage.xcodeproj/project.pbxproj
Executable file
455
premake/Xcode/Xcode4/tests/testmessage/testmessage.xcodeproj/project.pbxproj
Executable file
@@ -0,0 +1,455 @@
|
||||
// !$*UTF8*$!
|
||||
{
|
||||
archiveVersion = 1;
|
||||
classes = {
|
||||
};
|
||||
objectVersion = 45;
|
||||
objects = {
|
||||
|
||||
/* Begin PBXBuildFile section */
|
||||
5767529A3522703629040688 /* testmessage.c in Sources */ = {isa = PBXBuildFile; fileRef = 5DD97010395037282F665AC7 /* testmessage.c */; };
|
||||
64D6581375BA45B03050786A /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 099528AA5EC7195A0C2F07C8 /* AudioToolbox.framework */; };
|
||||
449F286F1B840CFD37674D78 /* AudioUnit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 08335297585E0D73055F48E7 /* AudioUnit.framework */; };
|
||||
491B18A727FA0F4B3E825BD6 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 35E4352875EF2AD5378A6CED /* Cocoa.framework */; };
|
||||
21835E642D02791F0BC34864 /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5FAB62DA6869530B17F6431C /* CoreAudio.framework */; };
|
||||
1099586A26E4497937283F25 /* IOKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 51DF3C17483B4F064A1E7CF0 /* IOKit.framework */; };
|
||||
3DDA6F0D7C7C60B32B2654F6 /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4EB146ED0AC2064011287456 /* Carbon.framework */; };
|
||||
719D0ADB38901C5C77E17BCB /* ForceFeedback.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7F5D45CA5E0270A21C5262E6 /* ForceFeedback.framework */; };
|
||||
0ADF47A140B4144222C81266 /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 64DE6C0B73DF4EE142DE190E /* CoreFoundation.framework */; };
|
||||
2DD50C1D71951EF04CD56180 /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1137428873C74F5100FC3064 /* OpenGL.framework */; };
|
||||
4F0563030DAF1D6E35A7732B /* libSDL2main.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 31A7773A0CCB75C4561B378A /* libSDL2main.a */; };
|
||||
3AA41962215E2B5572E72112 /* libSDL2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5BA0171E5FA61B1B0FD52393 /* libSDL2.a */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXContainerItemProxy section */
|
||||
2BDD56E7777C106C52E40F67 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 15C221FF7E40485036615184 /* SDL2main.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = 0FF7291B375C79BC57696B66;
|
||||
remoteInfo = "libSDL2main.a";
|
||||
};
|
||||
6C53574F060D7AA923AE34F2 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 15C221FF7E40485036615184 /* SDL2main.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = 1BAE4A0A77462FDC330812A3;
|
||||
remoteInfo = "libSDL2main.a";
|
||||
};
|
||||
4C3209221978380E2599132C /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 25B44CAC5E4B36DF7B0A066E /* SDL2.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = 5E6D56F6655337845A3C44C3;
|
||||
remoteInfo = "libSDL2.a";
|
||||
};
|
||||
2E4879CC5CC510136E9D2205 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 25B44CAC5E4B36DF7B0A066E /* SDL2.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = 7E6A7BC23CFD134274963645;
|
||||
remoteInfo = "libSDL2.a";
|
||||
};
|
||||
/* End PBXContainerItemProxy section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
5DD97010395037282F665AC7 /* testmessage.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "testmessage.c"; path = "../../../../../test/testmessage.c"; sourceTree = "<group>"; };
|
||||
099528AA5EC7195A0C2F07C8 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "AudioToolbox.framework"; path = "/System/Library/Frameworks/AudioToolbox.framework"; sourceTree = "<absolute>"; };
|
||||
08335297585E0D73055F48E7 /* AudioUnit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "AudioUnit.framework"; path = "/System/Library/Frameworks/AudioUnit.framework"; sourceTree = "<absolute>"; };
|
||||
35E4352875EF2AD5378A6CED /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "Cocoa.framework"; path = "/System/Library/Frameworks/Cocoa.framework"; sourceTree = "<absolute>"; };
|
||||
5FAB62DA6869530B17F6431C /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreAudio.framework"; path = "/System/Library/Frameworks/CoreAudio.framework"; sourceTree = "<absolute>"; };
|
||||
51DF3C17483B4F064A1E7CF0 /* IOKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "IOKit.framework"; path = "/System/Library/Frameworks/IOKit.framework"; sourceTree = "<absolute>"; };
|
||||
4EB146ED0AC2064011287456 /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "Carbon.framework"; path = "/System/Library/Frameworks/Carbon.framework"; sourceTree = "<absolute>"; };
|
||||
7F5D45CA5E0270A21C5262E6 /* ForceFeedback.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "ForceFeedback.framework"; path = "/System/Library/Frameworks/ForceFeedback.framework"; sourceTree = "<absolute>"; };
|
||||
64DE6C0B73DF4EE142DE190E /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreFoundation.framework"; path = "/System/Library/Frameworks/CoreFoundation.framework"; sourceTree = "<absolute>"; };
|
||||
1137428873C74F5100FC3064 /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "OpenGL.framework"; path = "/System/Library/Frameworks/OpenGL.framework"; sourceTree = "<absolute>"; };
|
||||
749D7EBC738966C459E16E13 /* testmessage */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; name = "testmessage"; path = "testmessage"; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
15C221FF7E40485036615184 /* SDL2main.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "SDL2main.xcodeproj"; path = "../../SDL2main/SDL2main.xcodeproj"; sourceTree = SOURCE_ROOT; };
|
||||
25B44CAC5E4B36DF7B0A066E /* SDL2.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "SDL2.xcodeproj"; path = "../../SDL2/SDL2.xcodeproj"; sourceTree = SOURCE_ROOT; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
/* Begin PBXFrameworksBuildPhase section */
|
||||
0A9A0819616F6BE058270798 /* Frameworks */ = {
|
||||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
64D6581375BA45B03050786A /* AudioToolbox.framework in Frameworks */,
|
||||
449F286F1B840CFD37674D78 /* AudioUnit.framework in Frameworks */,
|
||||
491B18A727FA0F4B3E825BD6 /* Cocoa.framework in Frameworks */,
|
||||
21835E642D02791F0BC34864 /* CoreAudio.framework in Frameworks */,
|
||||
1099586A26E4497937283F25 /* IOKit.framework in Frameworks */,
|
||||
3DDA6F0D7C7C60B32B2654F6 /* Carbon.framework in Frameworks */,
|
||||
719D0ADB38901C5C77E17BCB /* ForceFeedback.framework in Frameworks */,
|
||||
0ADF47A140B4144222C81266 /* CoreFoundation.framework in Frameworks */,
|
||||
2DD50C1D71951EF04CD56180 /* OpenGL.framework in Frameworks */,
|
||||
4F0563030DAF1D6E35A7732B /* libSDL2main.a in Frameworks */,
|
||||
3AA41962215E2B5572E72112 /* libSDL2.a in Frameworks */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXFrameworksBuildPhase section */
|
||||
|
||||
/* Begin PBXGroup section */
|
||||
5FC50ADD454020E5323A2AA0 /* testmessage */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
0B05206B66ED595F1D7C4403 /* test */,
|
||||
530C55305C124BD1075E3E52 /* Frameworks */,
|
||||
454567E918C06F0C3AC71891 /* Products */,
|
||||
178D669B655E018F09FE1253 /* Projects */,
|
||||
);
|
||||
name = "testmessage";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
0B05206B66ED595F1D7C4403 /* test */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
5DD97010395037282F665AC7 /* testmessage.c */,
|
||||
);
|
||||
name = "test";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
530C55305C124BD1075E3E52 /* Frameworks */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
099528AA5EC7195A0C2F07C8 /* AudioToolbox.framework */,
|
||||
08335297585E0D73055F48E7 /* AudioUnit.framework */,
|
||||
35E4352875EF2AD5378A6CED /* Cocoa.framework */,
|
||||
5FAB62DA6869530B17F6431C /* CoreAudio.framework */,
|
||||
51DF3C17483B4F064A1E7CF0 /* IOKit.framework */,
|
||||
4EB146ED0AC2064011287456 /* Carbon.framework */,
|
||||
7F5D45CA5E0270A21C5262E6 /* ForceFeedback.framework */,
|
||||
64DE6C0B73DF4EE142DE190E /* CoreFoundation.framework */,
|
||||
1137428873C74F5100FC3064 /* OpenGL.framework */,
|
||||
);
|
||||
name = "Frameworks";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
454567E918C06F0C3AC71891 /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
749D7EBC738966C459E16E13 /* testmessage */,
|
||||
);
|
||||
name = "Products";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
178D669B655E018F09FE1253 /* Projects */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
15C221FF7E40485036615184 /* SDL2main.xcodeproj */,
|
||||
25B44CAC5E4B36DF7B0A066E /* SDL2.xcodeproj */,
|
||||
);
|
||||
name = "Projects";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
3E4272E8119778BF69B661A9 /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
31A7773A0CCB75C4561B378A /* libSDL2main.a */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
704A169C1BC120CA306E3371 /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
5BA0171E5FA61B1B0FD52393 /* libSDL2.a */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* End PBXGroup section */
|
||||
|
||||
/* Begin PBXNativeTarget section */
|
||||
3B9021E41CC208EF36BD5070 /* testmessage */ = {
|
||||
isa = PBXNativeTarget;
|
||||
buildConfigurationList = 2D8E5CC921A56E375F6364E0 /* Build configuration list for PBXNativeTarget "testmessage" */;
|
||||
buildPhases = (
|
||||
57C15BBC45BF101F65EE2DC8 /* Resources */,
|
||||
5FF62E3536DA423473AA21B7 /* Sources */,
|
||||
0A9A0819616F6BE058270798 /* Frameworks */,
|
||||
);
|
||||
buildRules = (
|
||||
);
|
||||
dependencies = (
|
||||
2DDE4A26235877E376223910 /* PBXTargetDependency */,
|
||||
288D78E71FA72ED52D681195 /* PBXTargetDependency */,
|
||||
);
|
||||
name = "testmessage";
|
||||
productInstallPath = "$(HOME)/bin";
|
||||
productName = "testmessage";
|
||||
productReference = 749D7EBC738966C459E16E13 /* testmessage */;
|
||||
productType = "com.apple.product-type.tool";
|
||||
};
|
||||
/* End PBXNativeTarget section */
|
||||
|
||||
/* Begin PBXProject section */
|
||||
08FB7793FE84155DC02AAC07 /* Project object */ = {
|
||||
isa = PBXProject;
|
||||
buildConfigurationList = 1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "testmessage" */;
|
||||
compatibilityVersion = "Xcode 3.2";
|
||||
hasScannedForEncodings = 1;
|
||||
mainGroup = 5FC50ADD454020E5323A2AA0 /* testmessage */;
|
||||
projectDirPath = "";
|
||||
projectReferences = (
|
||||
{
|
||||
ProductGroup = 3E4272E8119778BF69B661A9 /* Products */;
|
||||
ProjectRef = 15C221FF7E40485036615184 /* SDL2main.xcodeproj */;
|
||||
},
|
||||
{
|
||||
ProductGroup = 704A169C1BC120CA306E3371 /* Products */;
|
||||
ProjectRef = 25B44CAC5E4B36DF7B0A066E /* SDL2.xcodeproj */;
|
||||
},
|
||||
);
|
||||
projectRoot = "";
|
||||
targets = (
|
||||
3B9021E41CC208EF36BD5070 /* testmessage */,
|
||||
);
|
||||
};
|
||||
/* End PBXProject section */
|
||||
|
||||
/* Begin PBXReferenceProxy section */
|
||||
31A7773A0CCB75C4561B378A /* libSDL2main.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
path = "Build/Debug/libSDL2main.a";
|
||||
remoteRef = 2BDD56E7777C106C52E40F67 /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
5BA0171E5FA61B1B0FD52393 /* libSDL2.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
path = "Build/Debug/libSDL2.a";
|
||||
remoteRef = 4C3209221978380E2599132C /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
/* End PBXReferenceProxy section */
|
||||
|
||||
/* Begin PBXResourcesBuildPhase section */
|
||||
57C15BBC45BF101F65EE2DC8 /* Resources */ = {
|
||||
isa = PBXResourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXResourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXSourcesBuildPhase section */
|
||||
5FF62E3536DA423473AA21B7 /* Sources */ = {
|
||||
isa = PBXSourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
5767529A3522703629040688 /* testmessage.c in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXSourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXVariantGroup section */
|
||||
/* End PBXVariantGroup section */
|
||||
|
||||
/* Begin PBXTargetDependency section */
|
||||
2DDE4A26235877E376223910 /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = "libSDL2main.a";
|
||||
targetProxy = 6C53574F060D7AA923AE34F2 /* PBXContainerItemProxy */;
|
||||
};
|
||||
288D78E71FA72ED52D681195 /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = "libSDL2.a";
|
||||
targetProxy = 2E4879CC5CC510136E9D2205 /* PBXContainerItemProxy */;
|
||||
};
|
||||
/* End PBXTargetDependency section */
|
||||
|
||||
/* Begin XCBuildConfiguration section */
|
||||
22126C6017637EF3422B2F90 /* Debug Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
CONFIGURATION_BUILD_DIR = Build/Debug;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testmessage";
|
||||
};
|
||||
name = "Debug Universal";
|
||||
};
|
||||
182D5B4312F07E0A60F700F4 /* Debug Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
CONFIGURATION_BUILD_DIR = Build/Debug;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testmessage";
|
||||
};
|
||||
name = "Debug Native";
|
||||
};
|
||||
0C0F487B336933774FD41CA7 /* Release Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
CONFIGURATION_BUILD_DIR = Build/Release;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testmessage";
|
||||
};
|
||||
name = "Release Universal";
|
||||
};
|
||||
372E5E696BD86FB56EAB426F /* Release Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
CONFIGURATION_BUILD_DIR = Build/Release;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testmessage";
|
||||
};
|
||||
name = "Release Native";
|
||||
};
|
||||
45BE7A05094F5A2676C24204 /* Debug Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
COPY_PHASE_STRIP = NO;
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"_DEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Universal/Debug";
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
SYMROOT = "Build/Debug";
|
||||
};
|
||||
name = "Debug Universal";
|
||||
};
|
||||
37D05FA50393590C3018123D /* Debug Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(NATIVE_ARCH_ACTUAL)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
COPY_PHASE_STRIP = NO;
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"_DEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Debug";
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
SYMROOT = "Build/Debug";
|
||||
};
|
||||
name = "Debug Native";
|
||||
};
|
||||
34AF5D817D2E6001113D4EFE /* Release Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 3;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"NDEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Universal/Release";
|
||||
ONLY_ACTIVE_ARCH = NO;
|
||||
SYMROOT = "Build/Release";
|
||||
};
|
||||
name = "Release Universal";
|
||||
};
|
||||
0886221F4C3876B5245A3E7B /* Release Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(NATIVE_ARCH_ACTUAL)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 3;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"NDEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Release";
|
||||
ONLY_ACTIVE_ARCH = NO;
|
||||
SYMROOT = "Build/Release";
|
||||
};
|
||||
name = "Release Native";
|
||||
};
|
||||
/* End XCBuildConfiguration section */
|
||||
|
||||
/* Begin XCConfigurationList section */
|
||||
2D8E5CC921A56E375F6364E0 /* Build configuration list for PBXNativeTarget "testmessage" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
22126C6017637EF3422B2F90 /* Debug Universal */,
|
||||
182D5B4312F07E0A60F700F4 /* Debug Native */,
|
||||
0C0F487B336933774FD41CA7 /* Release Universal */,
|
||||
372E5E696BD86FB56EAB426F /* Release Native */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = "Debug Universal";
|
||||
};
|
||||
1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "testmessage" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
45BE7A05094F5A2676C24204 /* Debug Universal */,
|
||||
37D05FA50393590C3018123D /* Debug Native */,
|
||||
34AF5D817D2E6001113D4EFE /* Release Universal */,
|
||||
0886221F4C3876B5245A3E7B /* Release Native */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = "Debug Universal";
|
||||
};
|
||||
/* End XCConfigurationList section */
|
||||
|
||||
};
|
||||
rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
|
||||
}
|
||||
@@ -0,0 +1,472 @@
|
||||
// !$*UTF8*$!
|
||||
{
|
||||
archiveVersion = 1;
|
||||
classes = {
|
||||
};
|
||||
objectVersion = 45;
|
||||
objects = {
|
||||
|
||||
/* Begin PBXBuildFile section */
|
||||
5B16080A7C1639D0122E149C /* testmultiaudio.c in Sources */ = {isa = PBXBuildFile; fileRef = 3B5A3EE66EBC7F8F3A6B5D64 /* testmultiaudio.c */; };
|
||||
5772338C5EFB4F651F573453 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A6B3F9A2E426F67589949DD /* AudioToolbox.framework */; };
|
||||
01F86ABF2AA954B61B9C5C7C /* AudioUnit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4868428E0A5642B04D6B492C /* AudioUnit.framework */; };
|
||||
37E201550652085D2AAF75D0 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6FD918D55698412D159B108D /* Cocoa.framework */; };
|
||||
28D202667CC70AFE67762516 /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5787692068CA6130171112C8 /* CoreAudio.framework */; };
|
||||
684A6E04086A0CE3270D55E1 /* IOKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 70C92EFF1F694BD107806CC8 /* IOKit.framework */; };
|
||||
0F7C4868241B0F8453903245 /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3A3B08A545610DBF084E408B /* Carbon.framework */; };
|
||||
47BB5DC56AA872264C523B06 /* ForceFeedback.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 52767C257ADD75A4103C1475 /* ForceFeedback.framework */; };
|
||||
483C7F9D36612C364A087BD0 /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1B833A9D3CD039247F914826 /* CoreFoundation.framework */; };
|
||||
689143D979AB73DA00427A3E /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 21922A7E5D1C5D220B781600 /* OpenGL.framework */; };
|
||||
146A510744AA0C8045C8088F /* libSDL2main.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 75F96D1178CE3EDA5EDD3846 /* libSDL2main.a */; };
|
||||
57992D096A11314075B9756B /* libSDL2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 35A027E7442969F6554C1C90 /* libSDL2.a */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXContainerItemProxy section */
|
||||
25D96D504D7B66983FA7732A /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 4B474D1E086F3B2A74B924D2 /* SDL2main.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = 0FF7291B375C79BC57696B66;
|
||||
remoteInfo = "libSDL2main.a";
|
||||
};
|
||||
0B8763CC23F268B568D10AD5 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 4B474D1E086F3B2A74B924D2 /* SDL2main.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = 1BAE4A0A77462FDC330812A3;
|
||||
remoteInfo = "libSDL2main.a";
|
||||
};
|
||||
3C6322AD183B6E8B7B532BF3 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 7C1E4C9B6AB6743226ED50AB /* SDL2.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = 5E6D56F6655337845A3C44C3;
|
||||
remoteInfo = "libSDL2.a";
|
||||
};
|
||||
04BE0F9057D644014857532E /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 7C1E4C9B6AB6743226ED50AB /* SDL2.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = 7E6A7BC23CFD134274963645;
|
||||
remoteInfo = "libSDL2.a";
|
||||
};
|
||||
/* End PBXContainerItemProxy section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
3B5A3EE66EBC7F8F3A6B5D64 /* testmultiaudio.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "testmultiaudio.c"; path = "../../../../../test/testmultiaudio.c"; sourceTree = "<group>"; };
|
||||
6A6B3F9A2E426F67589949DD /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "AudioToolbox.framework"; path = "/System/Library/Frameworks/AudioToolbox.framework"; sourceTree = "<absolute>"; };
|
||||
4868428E0A5642B04D6B492C /* AudioUnit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "AudioUnit.framework"; path = "/System/Library/Frameworks/AudioUnit.framework"; sourceTree = "<absolute>"; };
|
||||
6FD918D55698412D159B108D /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "Cocoa.framework"; path = "/System/Library/Frameworks/Cocoa.framework"; sourceTree = "<absolute>"; };
|
||||
5787692068CA6130171112C8 /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreAudio.framework"; path = "/System/Library/Frameworks/CoreAudio.framework"; sourceTree = "<absolute>"; };
|
||||
70C92EFF1F694BD107806CC8 /* IOKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "IOKit.framework"; path = "/System/Library/Frameworks/IOKit.framework"; sourceTree = "<absolute>"; };
|
||||
3A3B08A545610DBF084E408B /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "Carbon.framework"; path = "/System/Library/Frameworks/Carbon.framework"; sourceTree = "<absolute>"; };
|
||||
52767C257ADD75A4103C1475 /* ForceFeedback.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "ForceFeedback.framework"; path = "/System/Library/Frameworks/ForceFeedback.framework"; sourceTree = "<absolute>"; };
|
||||
1B833A9D3CD039247F914826 /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreFoundation.framework"; path = "/System/Library/Frameworks/CoreFoundation.framework"; sourceTree = "<absolute>"; };
|
||||
21922A7E5D1C5D220B781600 /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "OpenGL.framework"; path = "/System/Library/Frameworks/OpenGL.framework"; sourceTree = "<absolute>"; };
|
||||
3C495F467A983F522C564E72 /* testmultiaudio */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; name = "testmultiaudio"; path = "testmultiaudio"; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
4B474D1E086F3B2A74B924D2 /* SDL2main.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "SDL2main.xcodeproj"; path = "../../SDL2main/SDL2main.xcodeproj"; sourceTree = SOURCE_ROOT; };
|
||||
7C1E4C9B6AB6743226ED50AB /* SDL2.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "SDL2.xcodeproj"; path = "../../SDL2/SDL2.xcodeproj"; sourceTree = SOURCE_ROOT; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
/* Begin PBXFrameworksBuildPhase section */
|
||||
487179E5445A216D1D18270C /* Frameworks */ = {
|
||||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
5772338C5EFB4F651F573453 /* AudioToolbox.framework in Frameworks */,
|
||||
01F86ABF2AA954B61B9C5C7C /* AudioUnit.framework in Frameworks */,
|
||||
37E201550652085D2AAF75D0 /* Cocoa.framework in Frameworks */,
|
||||
28D202667CC70AFE67762516 /* CoreAudio.framework in Frameworks */,
|
||||
684A6E04086A0CE3270D55E1 /* IOKit.framework in Frameworks */,
|
||||
0F7C4868241B0F8453903245 /* Carbon.framework in Frameworks */,
|
||||
47BB5DC56AA872264C523B06 /* ForceFeedback.framework in Frameworks */,
|
||||
483C7F9D36612C364A087BD0 /* CoreFoundation.framework in Frameworks */,
|
||||
689143D979AB73DA00427A3E /* OpenGL.framework in Frameworks */,
|
||||
146A510744AA0C8045C8088F /* libSDL2main.a in Frameworks */,
|
||||
57992D096A11314075B9756B /* libSDL2.a in Frameworks */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXFrameworksBuildPhase section */
|
||||
|
||||
/* Begin PBXGroup section */
|
||||
404C48F977DC231207427E24 /* testmultiaudio */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
720E022104FA4A154B7441E5 /* test */,
|
||||
13F027D51E5C4A5403494B6F /* Frameworks */,
|
||||
2CCC173728DF48C46C2D0B91 /* Products */,
|
||||
61F5554E2911207B21EF715B /* Projects */,
|
||||
);
|
||||
name = "testmultiaudio";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
720E022104FA4A154B7441E5 /* test */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
3B5A3EE66EBC7F8F3A6B5D64 /* testmultiaudio.c */,
|
||||
);
|
||||
name = "test";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
13F027D51E5C4A5403494B6F /* Frameworks */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
6A6B3F9A2E426F67589949DD /* AudioToolbox.framework */,
|
||||
4868428E0A5642B04D6B492C /* AudioUnit.framework */,
|
||||
6FD918D55698412D159B108D /* Cocoa.framework */,
|
||||
5787692068CA6130171112C8 /* CoreAudio.framework */,
|
||||
70C92EFF1F694BD107806CC8 /* IOKit.framework */,
|
||||
3A3B08A545610DBF084E408B /* Carbon.framework */,
|
||||
52767C257ADD75A4103C1475 /* ForceFeedback.framework */,
|
||||
1B833A9D3CD039247F914826 /* CoreFoundation.framework */,
|
||||
21922A7E5D1C5D220B781600 /* OpenGL.framework */,
|
||||
);
|
||||
name = "Frameworks";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
2CCC173728DF48C46C2D0B91 /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
3C495F467A983F522C564E72 /* testmultiaudio */,
|
||||
);
|
||||
name = "Products";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
61F5554E2911207B21EF715B /* Projects */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
4B474D1E086F3B2A74B924D2 /* SDL2main.xcodeproj */,
|
||||
7C1E4C9B6AB6743226ED50AB /* SDL2.xcodeproj */,
|
||||
);
|
||||
name = "Projects";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
4B18394505DC300669284470 /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
75F96D1178CE3EDA5EDD3846 /* libSDL2main.a */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
7F6F72F835212A7B0DA40F61 /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
35A027E7442969F6554C1C90 /* libSDL2.a */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* End PBXGroup section */
|
||||
|
||||
/* Begin PBXNativeTarget section */
|
||||
372227EB5B7A3A7F06DA7C30 /* testmultiaudio */ = {
|
||||
isa = PBXNativeTarget;
|
||||
buildConfigurationList = 531546CB67084D6A12E647D2 /* Build configuration list for PBXNativeTarget "testmultiaudio" */;
|
||||
buildPhases = (
|
||||
530C4B1032FF38F3783C2BAB /* Resources */,
|
||||
22FC7141111B1D420B5D31C4 /* Sources */,
|
||||
487179E5445A216D1D18270C /* Frameworks */,
|
||||
9607AE3710C85E8F00CD1376 /* Postbuild */,
|
||||
);
|
||||
buildRules = (
|
||||
);
|
||||
dependencies = (
|
||||
445D66D20B9E47237D9F7BC5 /* PBXTargetDependency */,
|
||||
718A534707422EA4472F146C /* PBXTargetDependency */,
|
||||
);
|
||||
name = "testmultiaudio";
|
||||
productInstallPath = "$(HOME)/bin";
|
||||
productName = "testmultiaudio";
|
||||
productReference = 3C495F467A983F522C564E72 /* testmultiaudio */;
|
||||
productType = "com.apple.product-type.tool";
|
||||
};
|
||||
/* End PBXNativeTarget section */
|
||||
|
||||
/* Begin PBXProject section */
|
||||
08FB7793FE84155DC02AAC07 /* Project object */ = {
|
||||
isa = PBXProject;
|
||||
buildConfigurationList = 1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "testmultiaudio" */;
|
||||
compatibilityVersion = "Xcode 3.2";
|
||||
hasScannedForEncodings = 1;
|
||||
mainGroup = 404C48F977DC231207427E24 /* testmultiaudio */;
|
||||
projectDirPath = "";
|
||||
projectReferences = (
|
||||
{
|
||||
ProductGroup = 4B18394505DC300669284470 /* Products */;
|
||||
ProjectRef = 4B474D1E086F3B2A74B924D2 /* SDL2main.xcodeproj */;
|
||||
},
|
||||
{
|
||||
ProductGroup = 7F6F72F835212A7B0DA40F61 /* Products */;
|
||||
ProjectRef = 7C1E4C9B6AB6743226ED50AB /* SDL2.xcodeproj */;
|
||||
},
|
||||
);
|
||||
projectRoot = "";
|
||||
targets = (
|
||||
372227EB5B7A3A7F06DA7C30 /* testmultiaudio */,
|
||||
);
|
||||
};
|
||||
/* End PBXProject section */
|
||||
|
||||
/* Begin PBXReferenceProxy section */
|
||||
75F96D1178CE3EDA5EDD3846 /* libSDL2main.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
path = "Build/Debug/libSDL2main.a";
|
||||
remoteRef = 25D96D504D7B66983FA7732A /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
35A027E7442969F6554C1C90 /* libSDL2.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
path = "Build/Debug/libSDL2.a";
|
||||
remoteRef = 3C6322AD183B6E8B7B532BF3 /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
/* End PBXReferenceProxy section */
|
||||
|
||||
/* Begin PBXResourcesBuildPhase section */
|
||||
530C4B1032FF38F3783C2BAB /* Resources */ = {
|
||||
isa = PBXResourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXResourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXShellScriptBuildPhase section */
|
||||
9607AE3710C85E8F00CD1376 /* Postbuild */ = {
|
||||
isa = PBXShellScriptBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
);
|
||||
inputPaths = (
|
||||
);
|
||||
name = Postbuild;
|
||||
outputPaths = (
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
shellPath = /bin/sh;
|
||||
shellScript = "if [ \"${CONFIGURATION}\" = \"Debug Universal\" ]; then\nif [ ! -d \"./Build/Debug\" ]; then mkdir -p \"./Build/Debug\"; fi\ncp \"./../../../../../test/sample.wav\" \"./Build/Debug/sample.wav\"\nfi\nif [ \"${CONFIGURATION}\" = \"Debug Native\" ]; then\nif [ ! -d \"./Build/Debug\" ]; then mkdir -p \"./Build/Debug\"; fi\ncp \"./../../../../../test/sample.wav\" \"./Build/Debug/sample.wav\"\nfi\nif [ \"${CONFIGURATION}\" = \"Release Universal\" ]; then\nif [ ! -d \"./Build/Release\" ]; then mkdir -p \"./Build/Release\"; fi\ncp \"./../../../../../test/sample.wav\" \"./Build/Release/sample.wav\"\nfi\nif [ \"${CONFIGURATION}\" = \"Release Native\" ]; then\nif [ ! -d \"./Build/Release\" ]; then mkdir -p \"./Build/Release\"; fi\ncp \"./../../../../../test/sample.wav\" \"./Build/Release/sample.wav\"\nfi";
|
||||
};
|
||||
/* End PBXShellScriptBuildPhase section */
|
||||
/* Begin PBXSourcesBuildPhase section */
|
||||
22FC7141111B1D420B5D31C4 /* Sources */ = {
|
||||
isa = PBXSourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
5B16080A7C1639D0122E149C /* testmultiaudio.c in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXSourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXVariantGroup section */
|
||||
/* End PBXVariantGroup section */
|
||||
|
||||
/* Begin PBXTargetDependency section */
|
||||
445D66D20B9E47237D9F7BC5 /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = "libSDL2main.a";
|
||||
targetProxy = 0B8763CC23F268B568D10AD5 /* PBXContainerItemProxy */;
|
||||
};
|
||||
718A534707422EA4472F146C /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = "libSDL2.a";
|
||||
targetProxy = 04BE0F9057D644014857532E /* PBXContainerItemProxy */;
|
||||
};
|
||||
/* End PBXTargetDependency section */
|
||||
|
||||
/* Begin XCBuildConfiguration section */
|
||||
09B3042B4C314BEB4A8D165D /* Debug Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
CONFIGURATION_BUILD_DIR = Build/Debug;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testmultiaudio";
|
||||
};
|
||||
name = "Debug Universal";
|
||||
};
|
||||
3A362F883090674E5BF74BDC /* Debug Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
CONFIGURATION_BUILD_DIR = Build/Debug;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testmultiaudio";
|
||||
};
|
||||
name = "Debug Native";
|
||||
};
|
||||
12AA752761CE1CDA691B177F /* Release Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
CONFIGURATION_BUILD_DIR = Build/Release;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testmultiaudio";
|
||||
};
|
||||
name = "Release Universal";
|
||||
};
|
||||
068D367B7719220179E744C4 /* Release Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
CONFIGURATION_BUILD_DIR = Build/Release;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testmultiaudio";
|
||||
};
|
||||
name = "Release Native";
|
||||
};
|
||||
3D1C34306E242527591E5BFE /* Debug Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
COPY_PHASE_STRIP = NO;
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"_DEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Universal/Debug";
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
SYMROOT = "Build/Debug";
|
||||
};
|
||||
name = "Debug Universal";
|
||||
};
|
||||
032046F12CDE3C5B12B36365 /* Debug Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(NATIVE_ARCH_ACTUAL)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
COPY_PHASE_STRIP = NO;
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"_DEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Debug";
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
SYMROOT = "Build/Debug";
|
||||
};
|
||||
name = "Debug Native";
|
||||
};
|
||||
418E72013DAF5C4E2B131ED0 /* Release Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 3;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"NDEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Universal/Release";
|
||||
ONLY_ACTIVE_ARCH = NO;
|
||||
SYMROOT = "Build/Release";
|
||||
};
|
||||
name = "Release Universal";
|
||||
};
|
||||
26865EB574F04039749C4660 /* Release Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(NATIVE_ARCH_ACTUAL)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 3;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"NDEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Release";
|
||||
ONLY_ACTIVE_ARCH = NO;
|
||||
SYMROOT = "Build/Release";
|
||||
};
|
||||
name = "Release Native";
|
||||
};
|
||||
/* End XCBuildConfiguration section */
|
||||
|
||||
/* Begin XCConfigurationList section */
|
||||
531546CB67084D6A12E647D2 /* Build configuration list for PBXNativeTarget "testmultiaudio" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
09B3042B4C314BEB4A8D165D /* Debug Universal */,
|
||||
3A362F883090674E5BF74BDC /* Debug Native */,
|
||||
12AA752761CE1CDA691B177F /* Release Universal */,
|
||||
068D367B7719220179E744C4 /* Release Native */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = "Debug Universal";
|
||||
};
|
||||
1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "testmultiaudio" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
3D1C34306E242527591E5BFE /* Debug Universal */,
|
||||
032046F12CDE3C5B12B36365 /* Debug Native */,
|
||||
418E72013DAF5C4E2B131ED0 /* Release Universal */,
|
||||
26865EB574F04039749C4660 /* Release Native */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = "Debug Universal";
|
||||
};
|
||||
/* End XCConfigurationList section */
|
||||
|
||||
};
|
||||
rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
|
||||
}
|
||||
478
premake/Xcode/Xcode4/tests/testnative/testnative.xcodeproj/project.pbxproj
Executable file
478
premake/Xcode/Xcode4/tests/testnative/testnative.xcodeproj/project.pbxproj
Executable file
@@ -0,0 +1,478 @@
|
||||
// !$*UTF8*$!
|
||||
{
|
||||
archiveVersion = 1;
|
||||
classes = {
|
||||
};
|
||||
objectVersion = 45;
|
||||
objects = {
|
||||
|
||||
/* Begin PBXBuildFile section */
|
||||
264A007914BD1542267C366B /* testnative.c in Sources */ = {isa = PBXBuildFile; fileRef = 35F05D2E1FDE45767B06523F /* testnative.c */; };
|
||||
22EB74FE0CEA619B30FB5D5A /* testnativecocoa.m in Sources */ = {isa = PBXBuildFile; fileRef = 47545DF46201658D3BD734FA /* testnativecocoa.m */; };
|
||||
57837B986190367E182A164F /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5B9C61845D897017310A3FB4 /* AudioToolbox.framework */; };
|
||||
45DA2BE768AA201228747960 /* AudioUnit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 57F91C82576B37C86BA75D44 /* AudioUnit.framework */; };
|
||||
5D154B8477611C2F57C83D89 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3EBC6544049A4AB978626A43 /* Cocoa.framework */; };
|
||||
596D34055B4806DB279742E6 /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0F193DDA5F10509225B323F7 /* CoreAudio.framework */; };
|
||||
3624766643E10D33452250A1 /* IOKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0A2C004B705E55E47CA775F3 /* IOKit.framework */; };
|
||||
65A210F966501CA66F593CAD /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 107328C45E365C7133065CD0 /* Carbon.framework */; };
|
||||
02B404F1136E512E50C8323E /* ForceFeedback.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 416F5EB2177049BB247C65C5 /* ForceFeedback.framework */; };
|
||||
21B0541332C144055FAF6A4E /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 26A3210E2CDE553C60B53D53 /* CoreFoundation.framework */; };
|
||||
501A5FEE0DB9014574CC3124 /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5678640055847510733E7417 /* OpenGL.framework */; };
|
||||
4EC368F2742C047D69400C94 /* libSDL2main.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 748F5F2677A22EE7542F72CE /* libSDL2main.a */; };
|
||||
735832260D367B6469B636AF /* libSDL2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 6F1A45BF1F35025E247C7810 /* libSDL2.a */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXContainerItemProxy section */
|
||||
5C12261A17CE7C055DB26192 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 03C45B137CAF5FB518FF293D /* SDL2main.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = 0FF7291B375C79BC57696B66;
|
||||
remoteInfo = "libSDL2main.a";
|
||||
};
|
||||
66C7140646EB22572B652F37 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 03C45B137CAF5FB518FF293D /* SDL2main.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = 1BAE4A0A77462FDC330812A3;
|
||||
remoteInfo = "libSDL2main.a";
|
||||
};
|
||||
005826BF56063F5B7E6F5A0C /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 7E3D64ED39CC28C012BC257B /* SDL2.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = 5E6D56F6655337845A3C44C3;
|
||||
remoteInfo = "libSDL2.a";
|
||||
};
|
||||
733B32C55CFE45D55C6C53B5 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 7E3D64ED39CC28C012BC257B /* SDL2.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = 7E6A7BC23CFD134274963645;
|
||||
remoteInfo = "libSDL2.a";
|
||||
};
|
||||
/* End PBXContainerItemProxy section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
35F05D2E1FDE45767B06523F /* testnative.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "testnative.c"; path = "../../../../../test/testnative.c"; sourceTree = "<group>"; };
|
||||
6B3C62E933A5301E10121FC9 /* testnative.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "testnative.h"; path = "../../../../../test/testnative.h"; sourceTree = "<group>"; };
|
||||
47545DF46201658D3BD734FA /* testnativecocoa.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = "testnativecocoa.m"; path = "../../../../../test/testnativecocoa.m"; sourceTree = "<group>"; };
|
||||
5B9C61845D897017310A3FB4 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "AudioToolbox.framework"; path = "/System/Library/Frameworks/AudioToolbox.framework"; sourceTree = "<absolute>"; };
|
||||
57F91C82576B37C86BA75D44 /* AudioUnit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "AudioUnit.framework"; path = "/System/Library/Frameworks/AudioUnit.framework"; sourceTree = "<absolute>"; };
|
||||
3EBC6544049A4AB978626A43 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "Cocoa.framework"; path = "/System/Library/Frameworks/Cocoa.framework"; sourceTree = "<absolute>"; };
|
||||
0F193DDA5F10509225B323F7 /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreAudio.framework"; path = "/System/Library/Frameworks/CoreAudio.framework"; sourceTree = "<absolute>"; };
|
||||
0A2C004B705E55E47CA775F3 /* IOKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "IOKit.framework"; path = "/System/Library/Frameworks/IOKit.framework"; sourceTree = "<absolute>"; };
|
||||
107328C45E365C7133065CD0 /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "Carbon.framework"; path = "/System/Library/Frameworks/Carbon.framework"; sourceTree = "<absolute>"; };
|
||||
416F5EB2177049BB247C65C5 /* ForceFeedback.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "ForceFeedback.framework"; path = "/System/Library/Frameworks/ForceFeedback.framework"; sourceTree = "<absolute>"; };
|
||||
26A3210E2CDE553C60B53D53 /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreFoundation.framework"; path = "/System/Library/Frameworks/CoreFoundation.framework"; sourceTree = "<absolute>"; };
|
||||
5678640055847510733E7417 /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "OpenGL.framework"; path = "/System/Library/Frameworks/OpenGL.framework"; sourceTree = "<absolute>"; };
|
||||
2275520F5E5278701654067D /* testnative */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; name = "testnative"; path = "testnative"; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
03C45B137CAF5FB518FF293D /* SDL2main.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "SDL2main.xcodeproj"; path = "../../SDL2main/SDL2main.xcodeproj"; sourceTree = SOURCE_ROOT; };
|
||||
7E3D64ED39CC28C012BC257B /* SDL2.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "SDL2.xcodeproj"; path = "../../SDL2/SDL2.xcodeproj"; sourceTree = SOURCE_ROOT; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
/* Begin PBXFrameworksBuildPhase section */
|
||||
2C3103A1556F143F538D6BD0 /* Frameworks */ = {
|
||||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
57837B986190367E182A164F /* AudioToolbox.framework in Frameworks */,
|
||||
45DA2BE768AA201228747960 /* AudioUnit.framework in Frameworks */,
|
||||
5D154B8477611C2F57C83D89 /* Cocoa.framework in Frameworks */,
|
||||
596D34055B4806DB279742E6 /* CoreAudio.framework in Frameworks */,
|
||||
3624766643E10D33452250A1 /* IOKit.framework in Frameworks */,
|
||||
65A210F966501CA66F593CAD /* Carbon.framework in Frameworks */,
|
||||
02B404F1136E512E50C8323E /* ForceFeedback.framework in Frameworks */,
|
||||
21B0541332C144055FAF6A4E /* CoreFoundation.framework in Frameworks */,
|
||||
501A5FEE0DB9014574CC3124 /* OpenGL.framework in Frameworks */,
|
||||
4EC368F2742C047D69400C94 /* libSDL2main.a in Frameworks */,
|
||||
735832260D367B6469B636AF /* libSDL2.a in Frameworks */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXFrameworksBuildPhase section */
|
||||
|
||||
/* Begin PBXGroup section */
|
||||
5D23300B2D3D3A6076EC1BC1 /* testnative */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
556240E1795C0D34798D1B48 /* test */,
|
||||
6D4418531291078F76C7205B /* Frameworks */,
|
||||
4EA831642FCE1AEB548433F4 /* Products */,
|
||||
014E300F34DD242F1FB3256A /* Projects */,
|
||||
);
|
||||
name = "testnative";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
556240E1795C0D34798D1B48 /* test */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
35F05D2E1FDE45767B06523F /* testnative.c */,
|
||||
6B3C62E933A5301E10121FC9 /* testnative.h */,
|
||||
47545DF46201658D3BD734FA /* testnativecocoa.m */,
|
||||
);
|
||||
name = "test";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
6D4418531291078F76C7205B /* Frameworks */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
5B9C61845D897017310A3FB4 /* AudioToolbox.framework */,
|
||||
57F91C82576B37C86BA75D44 /* AudioUnit.framework */,
|
||||
3EBC6544049A4AB978626A43 /* Cocoa.framework */,
|
||||
0F193DDA5F10509225B323F7 /* CoreAudio.framework */,
|
||||
0A2C004B705E55E47CA775F3 /* IOKit.framework */,
|
||||
107328C45E365C7133065CD0 /* Carbon.framework */,
|
||||
416F5EB2177049BB247C65C5 /* ForceFeedback.framework */,
|
||||
26A3210E2CDE553C60B53D53 /* CoreFoundation.framework */,
|
||||
5678640055847510733E7417 /* OpenGL.framework */,
|
||||
);
|
||||
name = "Frameworks";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
4EA831642FCE1AEB548433F4 /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
2275520F5E5278701654067D /* testnative */,
|
||||
);
|
||||
name = "Products";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
014E300F34DD242F1FB3256A /* Projects */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
03C45B137CAF5FB518FF293D /* SDL2main.xcodeproj */,
|
||||
7E3D64ED39CC28C012BC257B /* SDL2.xcodeproj */,
|
||||
);
|
||||
name = "Projects";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
68EF3A6B73AF1BBA684D57E8 /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
748F5F2677A22EE7542F72CE /* libSDL2main.a */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
7135050D597C723F253159C0 /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
6F1A45BF1F35025E247C7810 /* libSDL2.a */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* End PBXGroup section */
|
||||
|
||||
/* Begin PBXNativeTarget section */
|
||||
1159111E07D8364B1F101020 /* testnative */ = {
|
||||
isa = PBXNativeTarget;
|
||||
buildConfigurationList = 2F901AF56BE134F826357402 /* Build configuration list for PBXNativeTarget "testnative" */;
|
||||
buildPhases = (
|
||||
46646EE25C6C5C0E2880000A /* Resources */,
|
||||
1B7E099E11A4506455DA750B /* Sources */,
|
||||
2C3103A1556F143F538D6BD0 /* Frameworks */,
|
||||
9607AE3710C85E8F00CD1376 /* Postbuild */,
|
||||
);
|
||||
buildRules = (
|
||||
);
|
||||
dependencies = (
|
||||
7C4A02F2701929797C3B471B /* PBXTargetDependency */,
|
||||
4DA6676B54600FE11A995F8A /* PBXTargetDependency */,
|
||||
);
|
||||
name = "testnative";
|
||||
productInstallPath = "$(HOME)/bin";
|
||||
productName = "testnative";
|
||||
productReference = 2275520F5E5278701654067D /* testnative */;
|
||||
productType = "com.apple.product-type.tool";
|
||||
};
|
||||
/* End PBXNativeTarget section */
|
||||
|
||||
/* Begin PBXProject section */
|
||||
08FB7793FE84155DC02AAC07 /* Project object */ = {
|
||||
isa = PBXProject;
|
||||
buildConfigurationList = 1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "testnative" */;
|
||||
compatibilityVersion = "Xcode 3.2";
|
||||
hasScannedForEncodings = 1;
|
||||
mainGroup = 5D23300B2D3D3A6076EC1BC1 /* testnative */;
|
||||
projectDirPath = "";
|
||||
projectReferences = (
|
||||
{
|
||||
ProductGroup = 68EF3A6B73AF1BBA684D57E8 /* Products */;
|
||||
ProjectRef = 03C45B137CAF5FB518FF293D /* SDL2main.xcodeproj */;
|
||||
},
|
||||
{
|
||||
ProductGroup = 7135050D597C723F253159C0 /* Products */;
|
||||
ProjectRef = 7E3D64ED39CC28C012BC257B /* SDL2.xcodeproj */;
|
||||
},
|
||||
);
|
||||
projectRoot = "";
|
||||
targets = (
|
||||
1159111E07D8364B1F101020 /* testnative */,
|
||||
);
|
||||
};
|
||||
/* End PBXProject section */
|
||||
|
||||
/* Begin PBXReferenceProxy section */
|
||||
748F5F2677A22EE7542F72CE /* libSDL2main.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
path = "Build/Debug/libSDL2main.a";
|
||||
remoteRef = 5C12261A17CE7C055DB26192 /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
6F1A45BF1F35025E247C7810 /* libSDL2.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
path = "Build/Debug/libSDL2.a";
|
||||
remoteRef = 005826BF56063F5B7E6F5A0C /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
/* End PBXReferenceProxy section */
|
||||
|
||||
/* Begin PBXResourcesBuildPhase section */
|
||||
46646EE25C6C5C0E2880000A /* Resources */ = {
|
||||
isa = PBXResourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXResourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXShellScriptBuildPhase section */
|
||||
9607AE3710C85E8F00CD1376 /* Postbuild */ = {
|
||||
isa = PBXShellScriptBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
);
|
||||
inputPaths = (
|
||||
);
|
||||
name = Postbuild;
|
||||
outputPaths = (
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
shellPath = /bin/sh;
|
||||
shellScript = "if [ \"${CONFIGURATION}\" = \"Debug Universal\" ]; then\nif [ ! -d \"./Build/Debug\" ]; then mkdir -p \"./Build/Debug\"; fi\ncp \"./../../../../../test/icon.bmp\" \"./Build/Debug/icon.bmp\"\nfi\nif [ \"${CONFIGURATION}\" = \"Debug Native\" ]; then\nif [ ! -d \"./Build/Debug\" ]; then mkdir -p \"./Build/Debug\"; fi\ncp \"./../../../../../test/icon.bmp\" \"./Build/Debug/icon.bmp\"\nfi\nif [ \"${CONFIGURATION}\" = \"Release Universal\" ]; then\nif [ ! -d \"./Build/Release\" ]; then mkdir -p \"./Build/Release\"; fi\ncp \"./../../../../../test/icon.bmp\" \"./Build/Release/icon.bmp\"\nfi\nif [ \"${CONFIGURATION}\" = \"Release Native\" ]; then\nif [ ! -d \"./Build/Release\" ]; then mkdir -p \"./Build/Release\"; fi\ncp \"./../../../../../test/icon.bmp\" \"./Build/Release/icon.bmp\"\nfi";
|
||||
};
|
||||
/* End PBXShellScriptBuildPhase section */
|
||||
/* Begin PBXSourcesBuildPhase section */
|
||||
1B7E099E11A4506455DA750B /* Sources */ = {
|
||||
isa = PBXSourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
264A007914BD1542267C366B /* testnative.c in Sources */,
|
||||
22EB74FE0CEA619B30FB5D5A /* testnativecocoa.m in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXSourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXVariantGroup section */
|
||||
/* End PBXVariantGroup section */
|
||||
|
||||
/* Begin PBXTargetDependency section */
|
||||
7C4A02F2701929797C3B471B /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = "libSDL2main.a";
|
||||
targetProxy = 66C7140646EB22572B652F37 /* PBXContainerItemProxy */;
|
||||
};
|
||||
4DA6676B54600FE11A995F8A /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = "libSDL2.a";
|
||||
targetProxy = 733B32C55CFE45D55C6C53B5 /* PBXContainerItemProxy */;
|
||||
};
|
||||
/* End PBXTargetDependency section */
|
||||
|
||||
/* Begin XCBuildConfiguration section */
|
||||
090423E26BEA756C2CED31AC /* Debug Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
CONFIGURATION_BUILD_DIR = Build/Debug;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testnative";
|
||||
};
|
||||
name = "Debug Universal";
|
||||
};
|
||||
356938A7784656EC48E33998 /* Debug Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
CONFIGURATION_BUILD_DIR = Build/Debug;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testnative";
|
||||
};
|
||||
name = "Debug Native";
|
||||
};
|
||||
2C4E647D0117492C72E476AD /* Release Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
CONFIGURATION_BUILD_DIR = Build/Release;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testnative";
|
||||
};
|
||||
name = "Release Universal";
|
||||
};
|
||||
7419418059076FE25F8350C4 /* Release Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
CONFIGURATION_BUILD_DIR = Build/Release;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testnative";
|
||||
};
|
||||
name = "Release Native";
|
||||
};
|
||||
419E17746C1A5930662A71E2 /* Debug Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
COPY_PHASE_STRIP = NO;
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"_DEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Universal/Debug";
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
SYMROOT = "Build/Debug";
|
||||
};
|
||||
name = "Debug Universal";
|
||||
};
|
||||
64B96E2C399E657E685750D6 /* Debug Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(NATIVE_ARCH_ACTUAL)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
COPY_PHASE_STRIP = NO;
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"_DEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Debug";
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
SYMROOT = "Build/Debug";
|
||||
};
|
||||
name = "Debug Native";
|
||||
};
|
||||
7B2207AF006B7974610E760D /* Release Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 3;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"NDEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Universal/Release";
|
||||
ONLY_ACTIVE_ARCH = NO;
|
||||
SYMROOT = "Build/Release";
|
||||
};
|
||||
name = "Release Universal";
|
||||
};
|
||||
2C24024F18B2060E41765B21 /* Release Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(NATIVE_ARCH_ACTUAL)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 3;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"NDEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Release";
|
||||
ONLY_ACTIVE_ARCH = NO;
|
||||
SYMROOT = "Build/Release";
|
||||
};
|
||||
name = "Release Native";
|
||||
};
|
||||
/* End XCBuildConfiguration section */
|
||||
|
||||
/* Begin XCConfigurationList section */
|
||||
2F901AF56BE134F826357402 /* Build configuration list for PBXNativeTarget "testnative" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
090423E26BEA756C2CED31AC /* Debug Universal */,
|
||||
356938A7784656EC48E33998 /* Debug Native */,
|
||||
2C4E647D0117492C72E476AD /* Release Universal */,
|
||||
7419418059076FE25F8350C4 /* Release Native */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = "Debug Universal";
|
||||
};
|
||||
1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "testnative" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
419E17746C1A5930662A71E2 /* Debug Universal */,
|
||||
64B96E2C399E657E685750D6 /* Debug Native */,
|
||||
7B2207AF006B7974610E760D /* Release Universal */,
|
||||
2C24024F18B2060E41765B21 /* Release Native */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = "Debug Universal";
|
||||
};
|
||||
/* End XCConfigurationList section */
|
||||
|
||||
};
|
||||
rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
|
||||
}
|
||||
472
premake/Xcode/Xcode4/tests/testoverlay2/testoverlay2.xcodeproj/project.pbxproj
Executable file
472
premake/Xcode/Xcode4/tests/testoverlay2/testoverlay2.xcodeproj/project.pbxproj
Executable file
@@ -0,0 +1,472 @@
|
||||
// !$*UTF8*$!
|
||||
{
|
||||
archiveVersion = 1;
|
||||
classes = {
|
||||
};
|
||||
objectVersion = 45;
|
||||
objects = {
|
||||
|
||||
/* Begin PBXBuildFile section */
|
||||
33525EF938E9736171BA07B3 /* testoverlay2.c in Sources */ = {isa = PBXBuildFile; fileRef = 05717071110057FE08606B4F /* testoverlay2.c */; };
|
||||
3CE7229C49DA217B1C50681A /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 759D52855ACF6E64694C2F61 /* AudioToolbox.framework */; };
|
||||
1D6E2F5B17A628557DD125B5 /* AudioUnit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0EFC5EB948A012BC11B9247F /* AudioUnit.framework */; };
|
||||
570540D57F0139D3042C0B1C /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2295249631582B41516137E5 /* Cocoa.framework */; };
|
||||
08A94B0C053657D76B027E95 /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7A4B10AE13D33A702DDF45B7 /* CoreAudio.framework */; };
|
||||
485562961C9B34D874720F97 /* IOKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 124F370878B41DC705F413B2 /* IOKit.framework */; };
|
||||
2A657AC92603347C409236D4 /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 41D262501BE562466EFE0BC6 /* Carbon.framework */; };
|
||||
625817E3546604B52E826F18 /* ForceFeedback.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 30FA05F07FB769A16587294E /* ForceFeedback.framework */; };
|
||||
39F45AA10CDC68344A9A7622 /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 50A125727A5B7A7753964D01 /* CoreFoundation.framework */; };
|
||||
101F21A76CFA33E32A3C6845 /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 710506A6223E4A0F40614806 /* OpenGL.framework */; };
|
||||
1879660E213D66FB0477597B /* libSDL2main.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1B4E35BC69F17DB124DC0A67 /* libSDL2main.a */; };
|
||||
4BB840221DC71D7176807CF6 /* libSDL2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 44FB6C117FB973CF5C4C2084 /* libSDL2.a */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXContainerItemProxy section */
|
||||
62AE4378358351554E2A4071 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 514E70E5701A6B5728950C10 /* SDL2main.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = 0FF7291B375C79BC57696B66;
|
||||
remoteInfo = "libSDL2main.a";
|
||||
};
|
||||
4BE764F9547433EF474B4BDD /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 514E70E5701A6B5728950C10 /* SDL2main.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = 1BAE4A0A77462FDC330812A3;
|
||||
remoteInfo = "libSDL2main.a";
|
||||
};
|
||||
239C6405453E71491B3B7E51 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 5074102C6EF52DCC3B9542CB /* SDL2.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = 5E6D56F6655337845A3C44C3;
|
||||
remoteInfo = "libSDL2.a";
|
||||
};
|
||||
0C06609F75337585241B7464 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 5074102C6EF52DCC3B9542CB /* SDL2.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = 7E6A7BC23CFD134274963645;
|
||||
remoteInfo = "libSDL2.a";
|
||||
};
|
||||
/* End PBXContainerItemProxy section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
05717071110057FE08606B4F /* testoverlay2.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "testoverlay2.c"; path = "../../../../../test/testoverlay2.c"; sourceTree = "<group>"; };
|
||||
759D52855ACF6E64694C2F61 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "AudioToolbox.framework"; path = "/System/Library/Frameworks/AudioToolbox.framework"; sourceTree = "<absolute>"; };
|
||||
0EFC5EB948A012BC11B9247F /* AudioUnit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "AudioUnit.framework"; path = "/System/Library/Frameworks/AudioUnit.framework"; sourceTree = "<absolute>"; };
|
||||
2295249631582B41516137E5 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "Cocoa.framework"; path = "/System/Library/Frameworks/Cocoa.framework"; sourceTree = "<absolute>"; };
|
||||
7A4B10AE13D33A702DDF45B7 /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreAudio.framework"; path = "/System/Library/Frameworks/CoreAudio.framework"; sourceTree = "<absolute>"; };
|
||||
124F370878B41DC705F413B2 /* IOKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "IOKit.framework"; path = "/System/Library/Frameworks/IOKit.framework"; sourceTree = "<absolute>"; };
|
||||
41D262501BE562466EFE0BC6 /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "Carbon.framework"; path = "/System/Library/Frameworks/Carbon.framework"; sourceTree = "<absolute>"; };
|
||||
30FA05F07FB769A16587294E /* ForceFeedback.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "ForceFeedback.framework"; path = "/System/Library/Frameworks/ForceFeedback.framework"; sourceTree = "<absolute>"; };
|
||||
50A125727A5B7A7753964D01 /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreFoundation.framework"; path = "/System/Library/Frameworks/CoreFoundation.framework"; sourceTree = "<absolute>"; };
|
||||
710506A6223E4A0F40614806 /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "OpenGL.framework"; path = "/System/Library/Frameworks/OpenGL.framework"; sourceTree = "<absolute>"; };
|
||||
0FA8057B75397DDB5EE716BE /* testoverlay2 */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; name = "testoverlay2"; path = "testoverlay2"; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
514E70E5701A6B5728950C10 /* SDL2main.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "SDL2main.xcodeproj"; path = "../../SDL2main/SDL2main.xcodeproj"; sourceTree = SOURCE_ROOT; };
|
||||
5074102C6EF52DCC3B9542CB /* SDL2.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "SDL2.xcodeproj"; path = "../../SDL2/SDL2.xcodeproj"; sourceTree = SOURCE_ROOT; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
/* Begin PBXFrameworksBuildPhase section */
|
||||
5F787BAC7D3C2A36520B6588 /* Frameworks */ = {
|
||||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
3CE7229C49DA217B1C50681A /* AudioToolbox.framework in Frameworks */,
|
||||
1D6E2F5B17A628557DD125B5 /* AudioUnit.framework in Frameworks */,
|
||||
570540D57F0139D3042C0B1C /* Cocoa.framework in Frameworks */,
|
||||
08A94B0C053657D76B027E95 /* CoreAudio.framework in Frameworks */,
|
||||
485562961C9B34D874720F97 /* IOKit.framework in Frameworks */,
|
||||
2A657AC92603347C409236D4 /* Carbon.framework in Frameworks */,
|
||||
625817E3546604B52E826F18 /* ForceFeedback.framework in Frameworks */,
|
||||
39F45AA10CDC68344A9A7622 /* CoreFoundation.framework in Frameworks */,
|
||||
101F21A76CFA33E32A3C6845 /* OpenGL.framework in Frameworks */,
|
||||
1879660E213D66FB0477597B /* libSDL2main.a in Frameworks */,
|
||||
4BB840221DC71D7176807CF6 /* libSDL2.a in Frameworks */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXFrameworksBuildPhase section */
|
||||
|
||||
/* Begin PBXGroup section */
|
||||
69FD15FC791C21B509D3018E /* testoverlay2 */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
39F069DA7F1D0996030628A1 /* test */,
|
||||
25423C1F495373D0031828B2 /* Frameworks */,
|
||||
466B35EF0D6454526C3C6D52 /* Products */,
|
||||
2A4A6DAD05444FDC1F646865 /* Projects */,
|
||||
);
|
||||
name = "testoverlay2";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
39F069DA7F1D0996030628A1 /* test */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
05717071110057FE08606B4F /* testoverlay2.c */,
|
||||
);
|
||||
name = "test";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
25423C1F495373D0031828B2 /* Frameworks */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
759D52855ACF6E64694C2F61 /* AudioToolbox.framework */,
|
||||
0EFC5EB948A012BC11B9247F /* AudioUnit.framework */,
|
||||
2295249631582B41516137E5 /* Cocoa.framework */,
|
||||
7A4B10AE13D33A702DDF45B7 /* CoreAudio.framework */,
|
||||
124F370878B41DC705F413B2 /* IOKit.framework */,
|
||||
41D262501BE562466EFE0BC6 /* Carbon.framework */,
|
||||
30FA05F07FB769A16587294E /* ForceFeedback.framework */,
|
||||
50A125727A5B7A7753964D01 /* CoreFoundation.framework */,
|
||||
710506A6223E4A0F40614806 /* OpenGL.framework */,
|
||||
);
|
||||
name = "Frameworks";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
466B35EF0D6454526C3C6D52 /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
0FA8057B75397DDB5EE716BE /* testoverlay2 */,
|
||||
);
|
||||
name = "Products";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
2A4A6DAD05444FDC1F646865 /* Projects */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
514E70E5701A6B5728950C10 /* SDL2main.xcodeproj */,
|
||||
5074102C6EF52DCC3B9542CB /* SDL2.xcodeproj */,
|
||||
);
|
||||
name = "Projects";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
6D5A6CA342044EF837BA3F03 /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
1B4E35BC69F17DB124DC0A67 /* libSDL2main.a */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
141B31EF59DE1C5A149905E9 /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
44FB6C117FB973CF5C4C2084 /* libSDL2.a */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* End PBXGroup section */
|
||||
|
||||
/* Begin PBXNativeTarget section */
|
||||
4E1D094D3EF0204547C6583C /* testoverlay2 */ = {
|
||||
isa = PBXNativeTarget;
|
||||
buildConfigurationList = 2E9435955894696F368F7836 /* Build configuration list for PBXNativeTarget "testoverlay2" */;
|
||||
buildPhases = (
|
||||
5AAA05337B8B02654CDF57C8 /* Resources */,
|
||||
20135C8F717226863D27763F /* Sources */,
|
||||
5F787BAC7D3C2A36520B6588 /* Frameworks */,
|
||||
9607AE3710C85E8F00CD1376 /* Postbuild */,
|
||||
);
|
||||
buildRules = (
|
||||
);
|
||||
dependencies = (
|
||||
34EF3DA325510C7966731AAA /* PBXTargetDependency */,
|
||||
6FB10E502872596C7DD405C1 /* PBXTargetDependency */,
|
||||
);
|
||||
name = "testoverlay2";
|
||||
productInstallPath = "$(HOME)/bin";
|
||||
productName = "testoverlay2";
|
||||
productReference = 0FA8057B75397DDB5EE716BE /* testoverlay2 */;
|
||||
productType = "com.apple.product-type.tool";
|
||||
};
|
||||
/* End PBXNativeTarget section */
|
||||
|
||||
/* Begin PBXProject section */
|
||||
08FB7793FE84155DC02AAC07 /* Project object */ = {
|
||||
isa = PBXProject;
|
||||
buildConfigurationList = 1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "testoverlay2" */;
|
||||
compatibilityVersion = "Xcode 3.2";
|
||||
hasScannedForEncodings = 1;
|
||||
mainGroup = 69FD15FC791C21B509D3018E /* testoverlay2 */;
|
||||
projectDirPath = "";
|
||||
projectReferences = (
|
||||
{
|
||||
ProductGroup = 6D5A6CA342044EF837BA3F03 /* Products */;
|
||||
ProjectRef = 514E70E5701A6B5728950C10 /* SDL2main.xcodeproj */;
|
||||
},
|
||||
{
|
||||
ProductGroup = 141B31EF59DE1C5A149905E9 /* Products */;
|
||||
ProjectRef = 5074102C6EF52DCC3B9542CB /* SDL2.xcodeproj */;
|
||||
},
|
||||
);
|
||||
projectRoot = "";
|
||||
targets = (
|
||||
4E1D094D3EF0204547C6583C /* testoverlay2 */,
|
||||
);
|
||||
};
|
||||
/* End PBXProject section */
|
||||
|
||||
/* Begin PBXReferenceProxy section */
|
||||
1B4E35BC69F17DB124DC0A67 /* libSDL2main.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
path = "Build/Debug/libSDL2main.a";
|
||||
remoteRef = 62AE4378358351554E2A4071 /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
44FB6C117FB973CF5C4C2084 /* libSDL2.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
path = "Build/Debug/libSDL2.a";
|
||||
remoteRef = 239C6405453E71491B3B7E51 /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
/* End PBXReferenceProxy section */
|
||||
|
||||
/* Begin PBXResourcesBuildPhase section */
|
||||
5AAA05337B8B02654CDF57C8 /* Resources */ = {
|
||||
isa = PBXResourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXResourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXShellScriptBuildPhase section */
|
||||
9607AE3710C85E8F00CD1376 /* Postbuild */ = {
|
||||
isa = PBXShellScriptBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
);
|
||||
inputPaths = (
|
||||
);
|
||||
name = Postbuild;
|
||||
outputPaths = (
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
shellPath = /bin/sh;
|
||||
shellScript = "if [ \"${CONFIGURATION}\" = \"Debug Universal\" ]; then\nif [ ! -d \"./Build/Debug\" ]; then mkdir -p \"./Build/Debug\"; fi\ncp \"./../../../../../test/moose.dat\" \"./Build/Debug/moose.dat\"\nfi\nif [ \"${CONFIGURATION}\" = \"Debug Native\" ]; then\nif [ ! -d \"./Build/Debug\" ]; then mkdir -p \"./Build/Debug\"; fi\ncp \"./../../../../../test/moose.dat\" \"./Build/Debug/moose.dat\"\nfi\nif [ \"${CONFIGURATION}\" = \"Release Universal\" ]; then\nif [ ! -d \"./Build/Release\" ]; then mkdir -p \"./Build/Release\"; fi\ncp \"./../../../../../test/moose.dat\" \"./Build/Release/moose.dat\"\nfi\nif [ \"${CONFIGURATION}\" = \"Release Native\" ]; then\nif [ ! -d \"./Build/Release\" ]; then mkdir -p \"./Build/Release\"; fi\ncp \"./../../../../../test/moose.dat\" \"./Build/Release/moose.dat\"\nfi";
|
||||
};
|
||||
/* End PBXShellScriptBuildPhase section */
|
||||
/* Begin PBXSourcesBuildPhase section */
|
||||
20135C8F717226863D27763F /* Sources */ = {
|
||||
isa = PBXSourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
33525EF938E9736171BA07B3 /* testoverlay2.c in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXSourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXVariantGroup section */
|
||||
/* End PBXVariantGroup section */
|
||||
|
||||
/* Begin PBXTargetDependency section */
|
||||
34EF3DA325510C7966731AAA /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = "libSDL2main.a";
|
||||
targetProxy = 4BE764F9547433EF474B4BDD /* PBXContainerItemProxy */;
|
||||
};
|
||||
6FB10E502872596C7DD405C1 /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = "libSDL2.a";
|
||||
targetProxy = 0C06609F75337585241B7464 /* PBXContainerItemProxy */;
|
||||
};
|
||||
/* End PBXTargetDependency section */
|
||||
|
||||
/* Begin XCBuildConfiguration section */
|
||||
7CAE0400271775FB6EF94023 /* Debug Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
CONFIGURATION_BUILD_DIR = Build/Debug;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testoverlay2";
|
||||
};
|
||||
name = "Debug Universal";
|
||||
};
|
||||
72D053456CB56C4942E509B5 /* Debug Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
CONFIGURATION_BUILD_DIR = Build/Debug;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testoverlay2";
|
||||
};
|
||||
name = "Debug Native";
|
||||
};
|
||||
497A7D3544A36A004A7B7308 /* Release Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
CONFIGURATION_BUILD_DIR = Build/Release;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testoverlay2";
|
||||
};
|
||||
name = "Release Universal";
|
||||
};
|
||||
7DF7201C1807341172001945 /* Release Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
CONFIGURATION_BUILD_DIR = Build/Release;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testoverlay2";
|
||||
};
|
||||
name = "Release Native";
|
||||
};
|
||||
7062495650922CA724732D77 /* Debug Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
COPY_PHASE_STRIP = NO;
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"_DEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Universal/Debug";
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
SYMROOT = "Build/Debug";
|
||||
};
|
||||
name = "Debug Universal";
|
||||
};
|
||||
5A54620678545A2771794005 /* Debug Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(NATIVE_ARCH_ACTUAL)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
COPY_PHASE_STRIP = NO;
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"_DEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Debug";
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
SYMROOT = "Build/Debug";
|
||||
};
|
||||
name = "Debug Native";
|
||||
};
|
||||
1A9B695570E3524E11A10FA8 /* Release Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 3;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"NDEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Universal/Release";
|
||||
ONLY_ACTIVE_ARCH = NO;
|
||||
SYMROOT = "Build/Release";
|
||||
};
|
||||
name = "Release Universal";
|
||||
};
|
||||
187329EA6CC536F4052767E3 /* Release Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(NATIVE_ARCH_ACTUAL)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 3;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"NDEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Release";
|
||||
ONLY_ACTIVE_ARCH = NO;
|
||||
SYMROOT = "Build/Release";
|
||||
};
|
||||
name = "Release Native";
|
||||
};
|
||||
/* End XCBuildConfiguration section */
|
||||
|
||||
/* Begin XCConfigurationList section */
|
||||
2E9435955894696F368F7836 /* Build configuration list for PBXNativeTarget "testoverlay2" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
7CAE0400271775FB6EF94023 /* Debug Universal */,
|
||||
72D053456CB56C4942E509B5 /* Debug Native */,
|
||||
497A7D3544A36A004A7B7308 /* Release Universal */,
|
||||
7DF7201C1807341172001945 /* Release Native */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = "Debug Universal";
|
||||
};
|
||||
1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "testoverlay2" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
7062495650922CA724732D77 /* Debug Universal */,
|
||||
5A54620678545A2771794005 /* Debug Native */,
|
||||
1A9B695570E3524E11A10FA8 /* Release Universal */,
|
||||
187329EA6CC536F4052767E3 /* Release Native */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = "Debug Universal";
|
||||
};
|
||||
/* End XCConfigurationList section */
|
||||
|
||||
};
|
||||
rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
|
||||
}
|
||||
455
premake/Xcode/Xcode4/tests/testplatform/testplatform.xcodeproj/project.pbxproj
Executable file
455
premake/Xcode/Xcode4/tests/testplatform/testplatform.xcodeproj/project.pbxproj
Executable file
@@ -0,0 +1,455 @@
|
||||
// !$*UTF8*$!
|
||||
{
|
||||
archiveVersion = 1;
|
||||
classes = {
|
||||
};
|
||||
objectVersion = 45;
|
||||
objects = {
|
||||
|
||||
/* Begin PBXBuildFile section */
|
||||
4A0A00501EA31CDE45DB5C09 /* testplatform.c in Sources */ = {isa = PBXBuildFile; fileRef = 03277A1D0D2274C56C4D6643 /* testplatform.c */; };
|
||||
06D678F05C406EE5000D6B51 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 105E357008492B435291680E /* AudioToolbox.framework */; };
|
||||
4B24642D675F3AD8714D0C7D /* AudioUnit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 30737F6E2CC6372227DA043F /* AudioUnit.framework */; };
|
||||
454A3BD52A912D595A335A4B /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7C1101984640178935E578B1 /* Cocoa.framework */; };
|
||||
3F4D61E8767E07AF1E165A0D /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7D15717F67AB414819DF268A /* CoreAudio.framework */; };
|
||||
3BE3371A4350494F72617C19 /* IOKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 42B261B26FE93685020A67BB /* IOKit.framework */; };
|
||||
3F9D6AC7386304860E2E025F /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 713D6BD920243A0F4337710B /* Carbon.framework */; };
|
||||
3465100C410C2B055DBA7779 /* ForceFeedback.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3A6370AA3A5A28BD435724D1 /* ForceFeedback.framework */; };
|
||||
287938301066563D42F65885 /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 432D653D37B21D9B5DB80423 /* CoreFoundation.framework */; };
|
||||
742545264FBE455562894A10 /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 21BE57B40867280109E87EA2 /* OpenGL.framework */; };
|
||||
07F379E564114ED877D55AD3 /* libSDL2main.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 368A4B60205E7DFF04C72D3F /* libSDL2main.a */; };
|
||||
0DBA37055A1E1250791645BA /* libSDL2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 6B2813FF4D641C823C1F25A7 /* libSDL2.a */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXContainerItemProxy section */
|
||||
0FF9373841E070571FE85DB6 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 3D345A42365C085C0229586A /* SDL2main.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = 0FF7291B375C79BC57696B66;
|
||||
remoteInfo = "libSDL2main.a";
|
||||
};
|
||||
7E212FF72E01054A6F0E1121 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 3D345A42365C085C0229586A /* SDL2main.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = 1BAE4A0A77462FDC330812A3;
|
||||
remoteInfo = "libSDL2main.a";
|
||||
};
|
||||
5781564303AD6AD23E812AE0 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 1273701248BB15BE2E516831 /* SDL2.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = 5E6D56F6655337845A3C44C3;
|
||||
remoteInfo = "libSDL2.a";
|
||||
};
|
||||
0CF009641A995B987F582809 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 1273701248BB15BE2E516831 /* SDL2.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = 7E6A7BC23CFD134274963645;
|
||||
remoteInfo = "libSDL2.a";
|
||||
};
|
||||
/* End PBXContainerItemProxy section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
03277A1D0D2274C56C4D6643 /* testplatform.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "testplatform.c"; path = "../../../../../test/testplatform.c"; sourceTree = "<group>"; };
|
||||
105E357008492B435291680E /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "AudioToolbox.framework"; path = "/System/Library/Frameworks/AudioToolbox.framework"; sourceTree = "<absolute>"; };
|
||||
30737F6E2CC6372227DA043F /* AudioUnit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "AudioUnit.framework"; path = "/System/Library/Frameworks/AudioUnit.framework"; sourceTree = "<absolute>"; };
|
||||
7C1101984640178935E578B1 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "Cocoa.framework"; path = "/System/Library/Frameworks/Cocoa.framework"; sourceTree = "<absolute>"; };
|
||||
7D15717F67AB414819DF268A /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreAudio.framework"; path = "/System/Library/Frameworks/CoreAudio.framework"; sourceTree = "<absolute>"; };
|
||||
42B261B26FE93685020A67BB /* IOKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "IOKit.framework"; path = "/System/Library/Frameworks/IOKit.framework"; sourceTree = "<absolute>"; };
|
||||
713D6BD920243A0F4337710B /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "Carbon.framework"; path = "/System/Library/Frameworks/Carbon.framework"; sourceTree = "<absolute>"; };
|
||||
3A6370AA3A5A28BD435724D1 /* ForceFeedback.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "ForceFeedback.framework"; path = "/System/Library/Frameworks/ForceFeedback.framework"; sourceTree = "<absolute>"; };
|
||||
432D653D37B21D9B5DB80423 /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreFoundation.framework"; path = "/System/Library/Frameworks/CoreFoundation.framework"; sourceTree = "<absolute>"; };
|
||||
21BE57B40867280109E87EA2 /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "OpenGL.framework"; path = "/System/Library/Frameworks/OpenGL.framework"; sourceTree = "<absolute>"; };
|
||||
5A92586E240C3E8539D77BED /* testplatform */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; name = "testplatform"; path = "testplatform"; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
3D345A42365C085C0229586A /* SDL2main.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "SDL2main.xcodeproj"; path = "../../SDL2main/SDL2main.xcodeproj"; sourceTree = SOURCE_ROOT; };
|
||||
1273701248BB15BE2E516831 /* SDL2.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "SDL2.xcodeproj"; path = "../../SDL2/SDL2.xcodeproj"; sourceTree = SOURCE_ROOT; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
/* Begin PBXFrameworksBuildPhase section */
|
||||
37B42607462A2EBB25455737 /* Frameworks */ = {
|
||||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
06D678F05C406EE5000D6B51 /* AudioToolbox.framework in Frameworks */,
|
||||
4B24642D675F3AD8714D0C7D /* AudioUnit.framework in Frameworks */,
|
||||
454A3BD52A912D595A335A4B /* Cocoa.framework in Frameworks */,
|
||||
3F4D61E8767E07AF1E165A0D /* CoreAudio.framework in Frameworks */,
|
||||
3BE3371A4350494F72617C19 /* IOKit.framework in Frameworks */,
|
||||
3F9D6AC7386304860E2E025F /* Carbon.framework in Frameworks */,
|
||||
3465100C410C2B055DBA7779 /* ForceFeedback.framework in Frameworks */,
|
||||
287938301066563D42F65885 /* CoreFoundation.framework in Frameworks */,
|
||||
742545264FBE455562894A10 /* OpenGL.framework in Frameworks */,
|
||||
07F379E564114ED877D55AD3 /* libSDL2main.a in Frameworks */,
|
||||
0DBA37055A1E1250791645BA /* libSDL2.a in Frameworks */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXFrameworksBuildPhase section */
|
||||
|
||||
/* Begin PBXGroup section */
|
||||
7F9951CA436D444B2C3C26C8 /* testplatform */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
2CAC7309549D425F1AA363B3 /* test */,
|
||||
7901499C44CF2C9B0543186E /* Frameworks */,
|
||||
1D0B45C30DB43DCD60AE589A /* Products */,
|
||||
6E7238BB0DF6528B23D05132 /* Projects */,
|
||||
);
|
||||
name = "testplatform";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
2CAC7309549D425F1AA363B3 /* test */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
03277A1D0D2274C56C4D6643 /* testplatform.c */,
|
||||
);
|
||||
name = "test";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
7901499C44CF2C9B0543186E /* Frameworks */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
105E357008492B435291680E /* AudioToolbox.framework */,
|
||||
30737F6E2CC6372227DA043F /* AudioUnit.framework */,
|
||||
7C1101984640178935E578B1 /* Cocoa.framework */,
|
||||
7D15717F67AB414819DF268A /* CoreAudio.framework */,
|
||||
42B261B26FE93685020A67BB /* IOKit.framework */,
|
||||
713D6BD920243A0F4337710B /* Carbon.framework */,
|
||||
3A6370AA3A5A28BD435724D1 /* ForceFeedback.framework */,
|
||||
432D653D37B21D9B5DB80423 /* CoreFoundation.framework */,
|
||||
21BE57B40867280109E87EA2 /* OpenGL.framework */,
|
||||
);
|
||||
name = "Frameworks";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
1D0B45C30DB43DCD60AE589A /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
5A92586E240C3E8539D77BED /* testplatform */,
|
||||
);
|
||||
name = "Products";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
6E7238BB0DF6528B23D05132 /* Projects */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
3D345A42365C085C0229586A /* SDL2main.xcodeproj */,
|
||||
1273701248BB15BE2E516831 /* SDL2.xcodeproj */,
|
||||
);
|
||||
name = "Projects";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
29F515F878816DF0630163F3 /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
368A4B60205E7DFF04C72D3F /* libSDL2main.a */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
764614AF76400C991BD47CE5 /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
6B2813FF4D641C823C1F25A7 /* libSDL2.a */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* End PBXGroup section */
|
||||
|
||||
/* Begin PBXNativeTarget section */
|
||||
1C965D735D5179C9107B1347 /* testplatform */ = {
|
||||
isa = PBXNativeTarget;
|
||||
buildConfigurationList = 6C7D37D669AB5DEE7234480E /* Build configuration list for PBXNativeTarget "testplatform" */;
|
||||
buildPhases = (
|
||||
1BE247971FD96A374FBE7392 /* Resources */,
|
||||
039426215758798D31926FE3 /* Sources */,
|
||||
37B42607462A2EBB25455737 /* Frameworks */,
|
||||
);
|
||||
buildRules = (
|
||||
);
|
||||
dependencies = (
|
||||
3E3C6D00434921916D961D6D /* PBXTargetDependency */,
|
||||
0DA23DFA0D88064D53E865EA /* PBXTargetDependency */,
|
||||
);
|
||||
name = "testplatform";
|
||||
productInstallPath = "$(HOME)/bin";
|
||||
productName = "testplatform";
|
||||
productReference = 5A92586E240C3E8539D77BED /* testplatform */;
|
||||
productType = "com.apple.product-type.tool";
|
||||
};
|
||||
/* End PBXNativeTarget section */
|
||||
|
||||
/* Begin PBXProject section */
|
||||
08FB7793FE84155DC02AAC07 /* Project object */ = {
|
||||
isa = PBXProject;
|
||||
buildConfigurationList = 1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "testplatform" */;
|
||||
compatibilityVersion = "Xcode 3.2";
|
||||
hasScannedForEncodings = 1;
|
||||
mainGroup = 7F9951CA436D444B2C3C26C8 /* testplatform */;
|
||||
projectDirPath = "";
|
||||
projectReferences = (
|
||||
{
|
||||
ProductGroup = 29F515F878816DF0630163F3 /* Products */;
|
||||
ProjectRef = 3D345A42365C085C0229586A /* SDL2main.xcodeproj */;
|
||||
},
|
||||
{
|
||||
ProductGroup = 764614AF76400C991BD47CE5 /* Products */;
|
||||
ProjectRef = 1273701248BB15BE2E516831 /* SDL2.xcodeproj */;
|
||||
},
|
||||
);
|
||||
projectRoot = "";
|
||||
targets = (
|
||||
1C965D735D5179C9107B1347 /* testplatform */,
|
||||
);
|
||||
};
|
||||
/* End PBXProject section */
|
||||
|
||||
/* Begin PBXReferenceProxy section */
|
||||
368A4B60205E7DFF04C72D3F /* libSDL2main.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
path = "Build/Debug/libSDL2main.a";
|
||||
remoteRef = 0FF9373841E070571FE85DB6 /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
6B2813FF4D641C823C1F25A7 /* libSDL2.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
path = "Build/Debug/libSDL2.a";
|
||||
remoteRef = 5781564303AD6AD23E812AE0 /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
/* End PBXReferenceProxy section */
|
||||
|
||||
/* Begin PBXResourcesBuildPhase section */
|
||||
1BE247971FD96A374FBE7392 /* Resources */ = {
|
||||
isa = PBXResourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXResourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXSourcesBuildPhase section */
|
||||
039426215758798D31926FE3 /* Sources */ = {
|
||||
isa = PBXSourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
4A0A00501EA31CDE45DB5C09 /* testplatform.c in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXSourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXVariantGroup section */
|
||||
/* End PBXVariantGroup section */
|
||||
|
||||
/* Begin PBXTargetDependency section */
|
||||
3E3C6D00434921916D961D6D /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = "libSDL2main.a";
|
||||
targetProxy = 7E212FF72E01054A6F0E1121 /* PBXContainerItemProxy */;
|
||||
};
|
||||
0DA23DFA0D88064D53E865EA /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = "libSDL2.a";
|
||||
targetProxy = 0CF009641A995B987F582809 /* PBXContainerItemProxy */;
|
||||
};
|
||||
/* End PBXTargetDependency section */
|
||||
|
||||
/* Begin XCBuildConfiguration section */
|
||||
38103F0B28D339C01D096823 /* Debug Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
CONFIGURATION_BUILD_DIR = Build/Debug;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testplatform";
|
||||
};
|
||||
name = "Debug Universal";
|
||||
};
|
||||
3981520157C9572030EE16A1 /* Debug Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
CONFIGURATION_BUILD_DIR = Build/Debug;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testplatform";
|
||||
};
|
||||
name = "Debug Native";
|
||||
};
|
||||
305E7FB228F42E83211A5DDA /* Release Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
CONFIGURATION_BUILD_DIR = Build/Release;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testplatform";
|
||||
};
|
||||
name = "Release Universal";
|
||||
};
|
||||
69BB0CDB3C436797068A53A8 /* Release Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
CONFIGURATION_BUILD_DIR = Build/Release;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testplatform";
|
||||
};
|
||||
name = "Release Native";
|
||||
};
|
||||
7D70702858506EA74C0E65B2 /* Debug Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
COPY_PHASE_STRIP = NO;
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"_DEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Universal/Debug";
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
SYMROOT = "Build/Debug";
|
||||
};
|
||||
name = "Debug Universal";
|
||||
};
|
||||
35A059C469B70A977D055B30 /* Debug Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(NATIVE_ARCH_ACTUAL)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
COPY_PHASE_STRIP = NO;
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"_DEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Debug";
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
SYMROOT = "Build/Debug";
|
||||
};
|
||||
name = "Debug Native";
|
||||
};
|
||||
4CAC6D3550DC542F7CC502C7 /* Release Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 3;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"NDEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Universal/Release";
|
||||
ONLY_ACTIVE_ARCH = NO;
|
||||
SYMROOT = "Build/Release";
|
||||
};
|
||||
name = "Release Universal";
|
||||
};
|
||||
5FFB6BBF01BC63F973DB60DE /* Release Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(NATIVE_ARCH_ACTUAL)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 3;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"NDEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Release";
|
||||
ONLY_ACTIVE_ARCH = NO;
|
||||
SYMROOT = "Build/Release";
|
||||
};
|
||||
name = "Release Native";
|
||||
};
|
||||
/* End XCBuildConfiguration section */
|
||||
|
||||
/* Begin XCConfigurationList section */
|
||||
6C7D37D669AB5DEE7234480E /* Build configuration list for PBXNativeTarget "testplatform" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
38103F0B28D339C01D096823 /* Debug Universal */,
|
||||
3981520157C9572030EE16A1 /* Debug Native */,
|
||||
305E7FB228F42E83211A5DDA /* Release Universal */,
|
||||
69BB0CDB3C436797068A53A8 /* Release Native */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = "Debug Universal";
|
||||
};
|
||||
1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "testplatform" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
7D70702858506EA74C0E65B2 /* Debug Universal */,
|
||||
35A059C469B70A977D055B30 /* Debug Native */,
|
||||
4CAC6D3550DC542F7CC502C7 /* Release Universal */,
|
||||
5FFB6BBF01BC63F973DB60DE /* Release Native */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = "Debug Universal";
|
||||
};
|
||||
/* End XCConfigurationList section */
|
||||
|
||||
};
|
||||
rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
|
||||
}
|
||||
455
premake/Xcode/Xcode4/tests/testpower/testpower.xcodeproj/project.pbxproj
Executable file
455
premake/Xcode/Xcode4/tests/testpower/testpower.xcodeproj/project.pbxproj
Executable file
@@ -0,0 +1,455 @@
|
||||
// !$*UTF8*$!
|
||||
{
|
||||
archiveVersion = 1;
|
||||
classes = {
|
||||
};
|
||||
objectVersion = 45;
|
||||
objects = {
|
||||
|
||||
/* Begin PBXBuildFile section */
|
||||
008C185F36905E3F2DD93B89 /* testpower.c in Sources */ = {isa = PBXBuildFile; fileRef = 49A3000D7344326D1E1453F5 /* testpower.c */; };
|
||||
07EC4A215DB31AFF67F07B7C /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0C5B42C20E7408BA06DD1FB0 /* AudioToolbox.framework */; };
|
||||
2BC5370E7A5913575040489E /* AudioUnit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 260146A4423E07BA6D5A5367 /* AudioUnit.framework */; };
|
||||
6DC268343BF8574C417D010A /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1638423F48726D3344473784 /* Cocoa.framework */; };
|
||||
35C467A920046D5C58414F67 /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 55AA3AF82F450845294D11B9 /* CoreAudio.framework */; };
|
||||
3962559010D93F3632B05EEE /* IOKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 25FB1C0A569A473643DF6D63 /* IOKit.framework */; };
|
||||
4ECE657D7C0A79900CB15491 /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 65041FD715E4370069961399 /* Carbon.framework */; };
|
||||
1AE629A921C125FF0EDF0C0C /* ForceFeedback.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 013F56686DB51785462D3CF9 /* ForceFeedback.framework */; };
|
||||
2B6850504807751A33A54FCE /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 08404EC725FD1FFB42632AAA /* CoreFoundation.framework */; };
|
||||
51951E87459A3BEF614C0382 /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 660F666F0F4E58E554F46E4A /* OpenGL.framework */; };
|
||||
6E391DB8495F37096ED25C60 /* libSDL2main.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 2333699804C61D4A07A63693 /* libSDL2main.a */; };
|
||||
3CCF418C7125528539FA5B0F /* libSDL2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 08EA69CA6E2B5109416610BC /* libSDL2.a */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXContainerItemProxy section */
|
||||
2EB029411A09653647804BBF /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 556A383665AE387A0F9A6457 /* SDL2main.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = 0FF7291B375C79BC57696B66;
|
||||
remoteInfo = "libSDL2main.a";
|
||||
};
|
||||
0A805F015B2255B51CAE65F3 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 556A383665AE387A0F9A6457 /* SDL2main.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = 1BAE4A0A77462FDC330812A3;
|
||||
remoteInfo = "libSDL2main.a";
|
||||
};
|
||||
5A296055216932417A1260AF /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 5B7310EF4F0303B31A84561C /* SDL2.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = 5E6D56F6655337845A3C44C3;
|
||||
remoteInfo = "libSDL2.a";
|
||||
};
|
||||
152D6923121A1CA9460242EC /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 5B7310EF4F0303B31A84561C /* SDL2.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = 7E6A7BC23CFD134274963645;
|
||||
remoteInfo = "libSDL2.a";
|
||||
};
|
||||
/* End PBXContainerItemProxy section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
49A3000D7344326D1E1453F5 /* testpower.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "testpower.c"; path = "../../../../../test/testpower.c"; sourceTree = "<group>"; };
|
||||
0C5B42C20E7408BA06DD1FB0 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "AudioToolbox.framework"; path = "/System/Library/Frameworks/AudioToolbox.framework"; sourceTree = "<absolute>"; };
|
||||
260146A4423E07BA6D5A5367 /* AudioUnit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "AudioUnit.framework"; path = "/System/Library/Frameworks/AudioUnit.framework"; sourceTree = "<absolute>"; };
|
||||
1638423F48726D3344473784 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "Cocoa.framework"; path = "/System/Library/Frameworks/Cocoa.framework"; sourceTree = "<absolute>"; };
|
||||
55AA3AF82F450845294D11B9 /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreAudio.framework"; path = "/System/Library/Frameworks/CoreAudio.framework"; sourceTree = "<absolute>"; };
|
||||
25FB1C0A569A473643DF6D63 /* IOKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "IOKit.framework"; path = "/System/Library/Frameworks/IOKit.framework"; sourceTree = "<absolute>"; };
|
||||
65041FD715E4370069961399 /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "Carbon.framework"; path = "/System/Library/Frameworks/Carbon.framework"; sourceTree = "<absolute>"; };
|
||||
013F56686DB51785462D3CF9 /* ForceFeedback.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "ForceFeedback.framework"; path = "/System/Library/Frameworks/ForceFeedback.framework"; sourceTree = "<absolute>"; };
|
||||
08404EC725FD1FFB42632AAA /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreFoundation.framework"; path = "/System/Library/Frameworks/CoreFoundation.framework"; sourceTree = "<absolute>"; };
|
||||
660F666F0F4E58E554F46E4A /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "OpenGL.framework"; path = "/System/Library/Frameworks/OpenGL.framework"; sourceTree = "<absolute>"; };
|
||||
442A4F9763E40EE22EA17EB1 /* testpower */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; name = "testpower"; path = "testpower"; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
556A383665AE387A0F9A6457 /* SDL2main.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "SDL2main.xcodeproj"; path = "../../SDL2main/SDL2main.xcodeproj"; sourceTree = SOURCE_ROOT; };
|
||||
5B7310EF4F0303B31A84561C /* SDL2.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "SDL2.xcodeproj"; path = "../../SDL2/SDL2.xcodeproj"; sourceTree = SOURCE_ROOT; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
/* Begin PBXFrameworksBuildPhase section */
|
||||
70A828D347C61D6822011FA5 /* Frameworks */ = {
|
||||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
07EC4A215DB31AFF67F07B7C /* AudioToolbox.framework in Frameworks */,
|
||||
2BC5370E7A5913575040489E /* AudioUnit.framework in Frameworks */,
|
||||
6DC268343BF8574C417D010A /* Cocoa.framework in Frameworks */,
|
||||
35C467A920046D5C58414F67 /* CoreAudio.framework in Frameworks */,
|
||||
3962559010D93F3632B05EEE /* IOKit.framework in Frameworks */,
|
||||
4ECE657D7C0A79900CB15491 /* Carbon.framework in Frameworks */,
|
||||
1AE629A921C125FF0EDF0C0C /* ForceFeedback.framework in Frameworks */,
|
||||
2B6850504807751A33A54FCE /* CoreFoundation.framework in Frameworks */,
|
||||
51951E87459A3BEF614C0382 /* OpenGL.framework in Frameworks */,
|
||||
6E391DB8495F37096ED25C60 /* libSDL2main.a in Frameworks */,
|
||||
3CCF418C7125528539FA5B0F /* libSDL2.a in Frameworks */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXFrameworksBuildPhase section */
|
||||
|
||||
/* Begin PBXGroup section */
|
||||
2AC97BC82E2458D05BB444FC /* testpower */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
0EA7790274B31ED738E84013 /* test */,
|
||||
28693F173C192F1F2B3263BE /* Frameworks */,
|
||||
7770631C6675287952BC7094 /* Products */,
|
||||
1B7D603602FD574D2F0B7D85 /* Projects */,
|
||||
);
|
||||
name = "testpower";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
0EA7790274B31ED738E84013 /* test */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
49A3000D7344326D1E1453F5 /* testpower.c */,
|
||||
);
|
||||
name = "test";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
28693F173C192F1F2B3263BE /* Frameworks */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
0C5B42C20E7408BA06DD1FB0 /* AudioToolbox.framework */,
|
||||
260146A4423E07BA6D5A5367 /* AudioUnit.framework */,
|
||||
1638423F48726D3344473784 /* Cocoa.framework */,
|
||||
55AA3AF82F450845294D11B9 /* CoreAudio.framework */,
|
||||
25FB1C0A569A473643DF6D63 /* IOKit.framework */,
|
||||
65041FD715E4370069961399 /* Carbon.framework */,
|
||||
013F56686DB51785462D3CF9 /* ForceFeedback.framework */,
|
||||
08404EC725FD1FFB42632AAA /* CoreFoundation.framework */,
|
||||
660F666F0F4E58E554F46E4A /* OpenGL.framework */,
|
||||
);
|
||||
name = "Frameworks";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
7770631C6675287952BC7094 /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
442A4F9763E40EE22EA17EB1 /* testpower */,
|
||||
);
|
||||
name = "Products";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
1B7D603602FD574D2F0B7D85 /* Projects */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
556A383665AE387A0F9A6457 /* SDL2main.xcodeproj */,
|
||||
5B7310EF4F0303B31A84561C /* SDL2.xcodeproj */,
|
||||
);
|
||||
name = "Projects";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
4CA90F02616B6E8A4FD206A2 /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
2333699804C61D4A07A63693 /* libSDL2main.a */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
5D2344DF466D41AE0CCA4A15 /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
08EA69CA6E2B5109416610BC /* libSDL2.a */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* End PBXGroup section */
|
||||
|
||||
/* Begin PBXNativeTarget section */
|
||||
4A6675C15AB53FFA383B581B /* testpower */ = {
|
||||
isa = PBXNativeTarget;
|
||||
buildConfigurationList = 6DDA0E5903CA710858473C38 /* Build configuration list for PBXNativeTarget "testpower" */;
|
||||
buildPhases = (
|
||||
240820776B126F2856CE05D1 /* Resources */,
|
||||
77792E3E278807ED5E4F47C7 /* Sources */,
|
||||
70A828D347C61D6822011FA5 /* Frameworks */,
|
||||
);
|
||||
buildRules = (
|
||||
);
|
||||
dependencies = (
|
||||
697523D1774F7B803B8C1D22 /* PBXTargetDependency */,
|
||||
30085FD60A2D2F4906B64D80 /* PBXTargetDependency */,
|
||||
);
|
||||
name = "testpower";
|
||||
productInstallPath = "$(HOME)/bin";
|
||||
productName = "testpower";
|
||||
productReference = 442A4F9763E40EE22EA17EB1 /* testpower */;
|
||||
productType = "com.apple.product-type.tool";
|
||||
};
|
||||
/* End PBXNativeTarget section */
|
||||
|
||||
/* Begin PBXProject section */
|
||||
08FB7793FE84155DC02AAC07 /* Project object */ = {
|
||||
isa = PBXProject;
|
||||
buildConfigurationList = 1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "testpower" */;
|
||||
compatibilityVersion = "Xcode 3.2";
|
||||
hasScannedForEncodings = 1;
|
||||
mainGroup = 2AC97BC82E2458D05BB444FC /* testpower */;
|
||||
projectDirPath = "";
|
||||
projectReferences = (
|
||||
{
|
||||
ProductGroup = 4CA90F02616B6E8A4FD206A2 /* Products */;
|
||||
ProjectRef = 556A383665AE387A0F9A6457 /* SDL2main.xcodeproj */;
|
||||
},
|
||||
{
|
||||
ProductGroup = 5D2344DF466D41AE0CCA4A15 /* Products */;
|
||||
ProjectRef = 5B7310EF4F0303B31A84561C /* SDL2.xcodeproj */;
|
||||
},
|
||||
);
|
||||
projectRoot = "";
|
||||
targets = (
|
||||
4A6675C15AB53FFA383B581B /* testpower */,
|
||||
);
|
||||
};
|
||||
/* End PBXProject section */
|
||||
|
||||
/* Begin PBXReferenceProxy section */
|
||||
2333699804C61D4A07A63693 /* libSDL2main.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
path = "Build/Debug/libSDL2main.a";
|
||||
remoteRef = 2EB029411A09653647804BBF /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
08EA69CA6E2B5109416610BC /* libSDL2.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
path = "Build/Debug/libSDL2.a";
|
||||
remoteRef = 5A296055216932417A1260AF /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
/* End PBXReferenceProxy section */
|
||||
|
||||
/* Begin PBXResourcesBuildPhase section */
|
||||
240820776B126F2856CE05D1 /* Resources */ = {
|
||||
isa = PBXResourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXResourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXSourcesBuildPhase section */
|
||||
77792E3E278807ED5E4F47C7 /* Sources */ = {
|
||||
isa = PBXSourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
008C185F36905E3F2DD93B89 /* testpower.c in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXSourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXVariantGroup section */
|
||||
/* End PBXVariantGroup section */
|
||||
|
||||
/* Begin PBXTargetDependency section */
|
||||
697523D1774F7B803B8C1D22 /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = "libSDL2main.a";
|
||||
targetProxy = 0A805F015B2255B51CAE65F3 /* PBXContainerItemProxy */;
|
||||
};
|
||||
30085FD60A2D2F4906B64D80 /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = "libSDL2.a";
|
||||
targetProxy = 152D6923121A1CA9460242EC /* PBXContainerItemProxy */;
|
||||
};
|
||||
/* End PBXTargetDependency section */
|
||||
|
||||
/* Begin XCBuildConfiguration section */
|
||||
0A9A45A902BC2688540B55F7 /* Debug Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
CONFIGURATION_BUILD_DIR = Build/Debug;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testpower";
|
||||
};
|
||||
name = "Debug Universal";
|
||||
};
|
||||
009743F92ED93F8E14DF7BD6 /* Debug Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
CONFIGURATION_BUILD_DIR = Build/Debug;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testpower";
|
||||
};
|
||||
name = "Debug Native";
|
||||
};
|
||||
0EC0110A5ED4599551C51A31 /* Release Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
CONFIGURATION_BUILD_DIR = Build/Release;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testpower";
|
||||
};
|
||||
name = "Release Universal";
|
||||
};
|
||||
768B43DB75A671F27B0404B3 /* Release Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
CONFIGURATION_BUILD_DIR = Build/Release;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testpower";
|
||||
};
|
||||
name = "Release Native";
|
||||
};
|
||||
055D578241616B4C58390E60 /* Debug Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
COPY_PHASE_STRIP = NO;
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"_DEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Universal/Debug";
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
SYMROOT = "Build/Debug";
|
||||
};
|
||||
name = "Debug Universal";
|
||||
};
|
||||
53F51C5B247461B13E773070 /* Debug Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(NATIVE_ARCH_ACTUAL)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
COPY_PHASE_STRIP = NO;
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"_DEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Debug";
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
SYMROOT = "Build/Debug";
|
||||
};
|
||||
name = "Debug Native";
|
||||
};
|
||||
1C1819CF11DF06157A6D12D3 /* Release Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 3;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"NDEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Universal/Release";
|
||||
ONLY_ACTIVE_ARCH = NO;
|
||||
SYMROOT = "Build/Release";
|
||||
};
|
||||
name = "Release Universal";
|
||||
};
|
||||
0B962CF741C917EF71CB5FCD /* Release Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(NATIVE_ARCH_ACTUAL)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 3;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"NDEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Release";
|
||||
ONLY_ACTIVE_ARCH = NO;
|
||||
SYMROOT = "Build/Release";
|
||||
};
|
||||
name = "Release Native";
|
||||
};
|
||||
/* End XCBuildConfiguration section */
|
||||
|
||||
/* Begin XCConfigurationList section */
|
||||
6DDA0E5903CA710858473C38 /* Build configuration list for PBXNativeTarget "testpower" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
0A9A45A902BC2688540B55F7 /* Debug Universal */,
|
||||
009743F92ED93F8E14DF7BD6 /* Debug Native */,
|
||||
0EC0110A5ED4599551C51A31 /* Release Universal */,
|
||||
768B43DB75A671F27B0404B3 /* Release Native */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = "Debug Universal";
|
||||
};
|
||||
1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "testpower" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
055D578241616B4C58390E60 /* Debug Universal */,
|
||||
53F51C5B247461B13E773070 /* Debug Native */,
|
||||
1C1819CF11DF06157A6D12D3 /* Release Universal */,
|
||||
0B962CF741C917EF71CB5FCD /* Release Native */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = "Debug Universal";
|
||||
};
|
||||
/* End XCConfigurationList section */
|
||||
|
||||
};
|
||||
rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
|
||||
}
|
||||
498
premake/Xcode/Xcode4/tests/testrelative/testrelative.xcodeproj/project.pbxproj
Executable file
498
premake/Xcode/Xcode4/tests/testrelative/testrelative.xcodeproj/project.pbxproj
Executable file
@@ -0,0 +1,498 @@
|
||||
// !$*UTF8*$!
|
||||
{
|
||||
archiveVersion = 1;
|
||||
classes = {
|
||||
};
|
||||
objectVersion = 45;
|
||||
objects = {
|
||||
|
||||
/* Begin PBXBuildFile section */
|
||||
377D15C6170424D6062E69BB /* testrelative.c in Sources */ = {isa = PBXBuildFile; fileRef = 71667C8878823B3471B92D20 /* testrelative.c */; };
|
||||
524E14E1598534C2539D79D7 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 56254B8921C07B07194455D7 /* AudioToolbox.framework */; };
|
||||
72C56E3176E81D7E554E06D0 /* AudioUnit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3EE73A6960BA131A44AD4605 /* AudioUnit.framework */; };
|
||||
053E5D6D2AAF6AE6395A5F73 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4A856D19217D56C75D923C13 /* Cocoa.framework */; };
|
||||
47D039401FAE0BB1177A6CB2 /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2EF55D1D33514638345833DA /* CoreAudio.framework */; };
|
||||
7EC14E3B22706B1204FD0251 /* IOKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 50E85FD316EE139340397757 /* IOKit.framework */; };
|
||||
0DEB62F21B3A14D965D65032 /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3873306F723253011B07705D /* Carbon.framework */; };
|
||||
6C874CCA69E801B409C25D8B /* ForceFeedback.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1D681779212506AB7F6364A2 /* ForceFeedback.framework */; };
|
||||
47ED4E9555B16F007D8B6849 /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0E0E53FE4E4C019826A473A8 /* CoreFoundation.framework */; };
|
||||
30B819AD31D06F95329306E1 /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 45B123385C1D2173187D586C /* OpenGL.framework */; };
|
||||
32C751180F0B4CE9749C5533 /* libSDL2main.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 28225BD47689342B079F1376 /* libSDL2main.a */; };
|
||||
581573D564633E495E4A6F49 /* libSDL2test.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 11610A86186C6EC1690E4331 /* libSDL2test.a */; };
|
||||
3D3B067048DB33A11637107F /* libSDL2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 3E6B65B70DCF252A2999061E /* libSDL2.a */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXContainerItemProxy section */
|
||||
7CDD318747A73B312F756764 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 7D062F4103B832B91E98184F /* SDL2main.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = 0FF7291B375C79BC57696B66;
|
||||
remoteInfo = "libSDL2main.a";
|
||||
};
|
||||
7AF653B002E71484200D5E72 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 7D062F4103B832B91E98184F /* SDL2main.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = 1BAE4A0A77462FDC330812A3;
|
||||
remoteInfo = "libSDL2main.a";
|
||||
};
|
||||
4C854940436C039554C17D14 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 0A9B728F134121E37D6259B7 /* SDL2test.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = 1EB6664901BC163F215A4861;
|
||||
remoteInfo = "libSDL2test.a";
|
||||
};
|
||||
6BFF66467F0755F5788A5054 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 0A9B728F134121E37D6259B7 /* SDL2test.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = 1258506950476B85239A79A3;
|
||||
remoteInfo = "libSDL2test.a";
|
||||
};
|
||||
6E56507D7F00195E09D25C00 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 553061607A071DB64A5345B6 /* SDL2.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = 5E6D56F6655337845A3C44C3;
|
||||
remoteInfo = "libSDL2.a";
|
||||
};
|
||||
1DC37832544314FC3B3954B6 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 553061607A071DB64A5345B6 /* SDL2.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = 7E6A7BC23CFD134274963645;
|
||||
remoteInfo = "libSDL2.a";
|
||||
};
|
||||
/* End PBXContainerItemProxy section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
71667C8878823B3471B92D20 /* testrelative.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "testrelative.c"; path = "../../../../../test/testrelative.c"; sourceTree = "<group>"; };
|
||||
56254B8921C07B07194455D7 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "AudioToolbox.framework"; path = "/System/Library/Frameworks/AudioToolbox.framework"; sourceTree = "<absolute>"; };
|
||||
3EE73A6960BA131A44AD4605 /* AudioUnit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "AudioUnit.framework"; path = "/System/Library/Frameworks/AudioUnit.framework"; sourceTree = "<absolute>"; };
|
||||
4A856D19217D56C75D923C13 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "Cocoa.framework"; path = "/System/Library/Frameworks/Cocoa.framework"; sourceTree = "<absolute>"; };
|
||||
2EF55D1D33514638345833DA /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreAudio.framework"; path = "/System/Library/Frameworks/CoreAudio.framework"; sourceTree = "<absolute>"; };
|
||||
50E85FD316EE139340397757 /* IOKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "IOKit.framework"; path = "/System/Library/Frameworks/IOKit.framework"; sourceTree = "<absolute>"; };
|
||||
3873306F723253011B07705D /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "Carbon.framework"; path = "/System/Library/Frameworks/Carbon.framework"; sourceTree = "<absolute>"; };
|
||||
1D681779212506AB7F6364A2 /* ForceFeedback.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "ForceFeedback.framework"; path = "/System/Library/Frameworks/ForceFeedback.framework"; sourceTree = "<absolute>"; };
|
||||
0E0E53FE4E4C019826A473A8 /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreFoundation.framework"; path = "/System/Library/Frameworks/CoreFoundation.framework"; sourceTree = "<absolute>"; };
|
||||
45B123385C1D2173187D586C /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "OpenGL.framework"; path = "/System/Library/Frameworks/OpenGL.framework"; sourceTree = "<absolute>"; };
|
||||
47B623680BB61214074C274F /* testrelative */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; name = "testrelative"; path = "testrelative"; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
7D062F4103B832B91E98184F /* SDL2main.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "SDL2main.xcodeproj"; path = "../../SDL2main/SDL2main.xcodeproj"; sourceTree = SOURCE_ROOT; };
|
||||
0A9B728F134121E37D6259B7 /* SDL2test.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "SDL2test.xcodeproj"; path = "../../SDL2test/SDL2test.xcodeproj"; sourceTree = SOURCE_ROOT; };
|
||||
553061607A071DB64A5345B6 /* SDL2.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "SDL2.xcodeproj"; path = "../../SDL2/SDL2.xcodeproj"; sourceTree = SOURCE_ROOT; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
/* Begin PBXFrameworksBuildPhase section */
|
||||
6EAB401D473F05276903491F /* Frameworks */ = {
|
||||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
524E14E1598534C2539D79D7 /* AudioToolbox.framework in Frameworks */,
|
||||
72C56E3176E81D7E554E06D0 /* AudioUnit.framework in Frameworks */,
|
||||
053E5D6D2AAF6AE6395A5F73 /* Cocoa.framework in Frameworks */,
|
||||
47D039401FAE0BB1177A6CB2 /* CoreAudio.framework in Frameworks */,
|
||||
7EC14E3B22706B1204FD0251 /* IOKit.framework in Frameworks */,
|
||||
0DEB62F21B3A14D965D65032 /* Carbon.framework in Frameworks */,
|
||||
6C874CCA69E801B409C25D8B /* ForceFeedback.framework in Frameworks */,
|
||||
47ED4E9555B16F007D8B6849 /* CoreFoundation.framework in Frameworks */,
|
||||
30B819AD31D06F95329306E1 /* OpenGL.framework in Frameworks */,
|
||||
32C751180F0B4CE9749C5533 /* libSDL2main.a in Frameworks */,
|
||||
581573D564633E495E4A6F49 /* libSDL2test.a in Frameworks */,
|
||||
3D3B067048DB33A11637107F /* libSDL2.a in Frameworks */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXFrameworksBuildPhase section */
|
||||
|
||||
/* Begin PBXGroup section */
|
||||
29DE426641CD17502546186D /* testrelative */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
38A22B441348613571F92F06 /* test */,
|
||||
05AD5EA7316773EA27C83C14 /* Frameworks */,
|
||||
5BDA535110A550C34EEB6273 /* Products */,
|
||||
2B7B2DFD6D963B800AA1599F /* Projects */,
|
||||
);
|
||||
name = "testrelative";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
38A22B441348613571F92F06 /* test */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
71667C8878823B3471B92D20 /* testrelative.c */,
|
||||
);
|
||||
name = "test";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
05AD5EA7316773EA27C83C14 /* Frameworks */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
56254B8921C07B07194455D7 /* AudioToolbox.framework */,
|
||||
3EE73A6960BA131A44AD4605 /* AudioUnit.framework */,
|
||||
4A856D19217D56C75D923C13 /* Cocoa.framework */,
|
||||
2EF55D1D33514638345833DA /* CoreAudio.framework */,
|
||||
50E85FD316EE139340397757 /* IOKit.framework */,
|
||||
3873306F723253011B07705D /* Carbon.framework */,
|
||||
1D681779212506AB7F6364A2 /* ForceFeedback.framework */,
|
||||
0E0E53FE4E4C019826A473A8 /* CoreFoundation.framework */,
|
||||
45B123385C1D2173187D586C /* OpenGL.framework */,
|
||||
);
|
||||
name = "Frameworks";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
5BDA535110A550C34EEB6273 /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
47B623680BB61214074C274F /* testrelative */,
|
||||
);
|
||||
name = "Products";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
2B7B2DFD6D963B800AA1599F /* Projects */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
7D062F4103B832B91E98184F /* SDL2main.xcodeproj */,
|
||||
0A9B728F134121E37D6259B7 /* SDL2test.xcodeproj */,
|
||||
553061607A071DB64A5345B6 /* SDL2.xcodeproj */,
|
||||
);
|
||||
name = "Projects";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
39CF6C433A553F4633AC7FA6 /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
28225BD47689342B079F1376 /* libSDL2main.a */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
3FF5181128A11277002860FA /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
11610A86186C6EC1690E4331 /* libSDL2test.a */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
4C170DD27CCE3EEB6F8B1B33 /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
3E6B65B70DCF252A2999061E /* libSDL2.a */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* End PBXGroup section */
|
||||
|
||||
/* Begin PBXNativeTarget section */
|
||||
6D02378C4F000F6F7A111482 /* testrelative */ = {
|
||||
isa = PBXNativeTarget;
|
||||
buildConfigurationList = 33213F157BE31B3A2C114A0A /* Build configuration list for PBXNativeTarget "testrelative" */;
|
||||
buildPhases = (
|
||||
05FA694754CA25C139E25C5E /* Resources */,
|
||||
42571475349D6E16106631BE /* Sources */,
|
||||
6EAB401D473F05276903491F /* Frameworks */,
|
||||
);
|
||||
buildRules = (
|
||||
);
|
||||
dependencies = (
|
||||
1F397B32370D5C5B161E284C /* PBXTargetDependency */,
|
||||
44BC519333775A56548F38E9 /* PBXTargetDependency */,
|
||||
0AA55E24372649FE552063A6 /* PBXTargetDependency */,
|
||||
);
|
||||
name = "testrelative";
|
||||
productInstallPath = "$(HOME)/bin";
|
||||
productName = "testrelative";
|
||||
productReference = 47B623680BB61214074C274F /* testrelative */;
|
||||
productType = "com.apple.product-type.tool";
|
||||
};
|
||||
/* End PBXNativeTarget section */
|
||||
|
||||
/* Begin PBXProject section */
|
||||
08FB7793FE84155DC02AAC07 /* Project object */ = {
|
||||
isa = PBXProject;
|
||||
buildConfigurationList = 1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "testrelative" */;
|
||||
compatibilityVersion = "Xcode 3.2";
|
||||
hasScannedForEncodings = 1;
|
||||
mainGroup = 29DE426641CD17502546186D /* testrelative */;
|
||||
projectDirPath = "";
|
||||
projectReferences = (
|
||||
{
|
||||
ProductGroup = 39CF6C433A553F4633AC7FA6 /* Products */;
|
||||
ProjectRef = 7D062F4103B832B91E98184F /* SDL2main.xcodeproj */;
|
||||
},
|
||||
{
|
||||
ProductGroup = 3FF5181128A11277002860FA /* Products */;
|
||||
ProjectRef = 0A9B728F134121E37D6259B7 /* SDL2test.xcodeproj */;
|
||||
},
|
||||
{
|
||||
ProductGroup = 4C170DD27CCE3EEB6F8B1B33 /* Products */;
|
||||
ProjectRef = 553061607A071DB64A5345B6 /* SDL2.xcodeproj */;
|
||||
},
|
||||
);
|
||||
projectRoot = "";
|
||||
targets = (
|
||||
6D02378C4F000F6F7A111482 /* testrelative */,
|
||||
);
|
||||
};
|
||||
/* End PBXProject section */
|
||||
|
||||
/* Begin PBXReferenceProxy section */
|
||||
28225BD47689342B079F1376 /* libSDL2main.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
path = "Build/Debug/libSDL2main.a";
|
||||
remoteRef = 7CDD318747A73B312F756764 /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
11610A86186C6EC1690E4331 /* libSDL2test.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
path = "Build/Debug/libSDL2test.a";
|
||||
remoteRef = 4C854940436C039554C17D14 /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
3E6B65B70DCF252A2999061E /* libSDL2.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
path = "Build/Debug/libSDL2.a";
|
||||
remoteRef = 6E56507D7F00195E09D25C00 /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
/* End PBXReferenceProxy section */
|
||||
|
||||
/* Begin PBXResourcesBuildPhase section */
|
||||
05FA694754CA25C139E25C5E /* Resources */ = {
|
||||
isa = PBXResourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXResourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXSourcesBuildPhase section */
|
||||
42571475349D6E16106631BE /* Sources */ = {
|
||||
isa = PBXSourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
377D15C6170424D6062E69BB /* testrelative.c in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXSourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXVariantGroup section */
|
||||
/* End PBXVariantGroup section */
|
||||
|
||||
/* Begin PBXTargetDependency section */
|
||||
1F397B32370D5C5B161E284C /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = "libSDL2main.a";
|
||||
targetProxy = 7AF653B002E71484200D5E72 /* PBXContainerItemProxy */;
|
||||
};
|
||||
44BC519333775A56548F38E9 /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = "libSDL2test.a";
|
||||
targetProxy = 6BFF66467F0755F5788A5054 /* PBXContainerItemProxy */;
|
||||
};
|
||||
0AA55E24372649FE552063A6 /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = "libSDL2.a";
|
||||
targetProxy = 1DC37832544314FC3B3954B6 /* PBXContainerItemProxy */;
|
||||
};
|
||||
/* End PBXTargetDependency section */
|
||||
|
||||
/* Begin XCBuildConfiguration section */
|
||||
0AC807AA663F599C341D7845 /* Debug Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
CONFIGURATION_BUILD_DIR = Build/Debug;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testrelative";
|
||||
};
|
||||
name = "Debug Universal";
|
||||
};
|
||||
28470117178A0F7B7C81077C /* Debug Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
CONFIGURATION_BUILD_DIR = Build/Debug;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testrelative";
|
||||
};
|
||||
name = "Debug Native";
|
||||
};
|
||||
558B20072DD178567D98343F /* Release Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
CONFIGURATION_BUILD_DIR = Build/Release;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testrelative";
|
||||
};
|
||||
name = "Release Universal";
|
||||
};
|
||||
64AF24EF4901175A3C2F4E5B /* Release Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
CONFIGURATION_BUILD_DIR = Build/Release;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testrelative";
|
||||
};
|
||||
name = "Release Native";
|
||||
};
|
||||
2DFC238C51B9064E29EE576C /* Debug Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
COPY_PHASE_STRIP = NO;
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"_DEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Universal/Debug";
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
SYMROOT = "Build/Debug";
|
||||
};
|
||||
name = "Debug Universal";
|
||||
};
|
||||
161E0DDC1BD561BD452D355C /* Debug Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(NATIVE_ARCH_ACTUAL)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
COPY_PHASE_STRIP = NO;
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"_DEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Debug";
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
SYMROOT = "Build/Debug";
|
||||
};
|
||||
name = "Debug Native";
|
||||
};
|
||||
21CE669E3E2C79251A270508 /* Release Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 3;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"NDEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Universal/Release";
|
||||
ONLY_ACTIVE_ARCH = NO;
|
||||
SYMROOT = "Build/Release";
|
||||
};
|
||||
name = "Release Universal";
|
||||
};
|
||||
38840CD878D513C706DD225F /* Release Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(NATIVE_ARCH_ACTUAL)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 3;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"NDEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Release";
|
||||
ONLY_ACTIVE_ARCH = NO;
|
||||
SYMROOT = "Build/Release";
|
||||
};
|
||||
name = "Release Native";
|
||||
};
|
||||
/* End XCBuildConfiguration section */
|
||||
|
||||
/* Begin XCConfigurationList section */
|
||||
33213F157BE31B3A2C114A0A /* Build configuration list for PBXNativeTarget "testrelative" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
0AC807AA663F599C341D7845 /* Debug Universal */,
|
||||
28470117178A0F7B7C81077C /* Debug Native */,
|
||||
558B20072DD178567D98343F /* Release Universal */,
|
||||
64AF24EF4901175A3C2F4E5B /* Release Native */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = "Debug Universal";
|
||||
};
|
||||
1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "testrelative" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
2DFC238C51B9064E29EE576C /* Debug Universal */,
|
||||
161E0DDC1BD561BD452D355C /* Debug Native */,
|
||||
21CE669E3E2C79251A270508 /* Release Universal */,
|
||||
38840CD878D513C706DD225F /* Release Native */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = "Debug Universal";
|
||||
};
|
||||
/* End XCConfigurationList section */
|
||||
|
||||
};
|
||||
rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
|
||||
}
|
||||
@@ -0,0 +1,515 @@
|
||||
// !$*UTF8*$!
|
||||
{
|
||||
archiveVersion = 1;
|
||||
classes = {
|
||||
};
|
||||
objectVersion = 45;
|
||||
objects = {
|
||||
|
||||
/* Begin PBXBuildFile section */
|
||||
65F577E704295C1E66CB1E56 /* testrendercopyex.c in Sources */ = {isa = PBXBuildFile; fileRef = 7BF05D4A5DE71E2922256A9A /* testrendercopyex.c */; };
|
||||
311717F228EB5CBF3F84738C /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 79B91476551510CF06AF595A /* AudioToolbox.framework */; };
|
||||
7FF54AC418B12B6468603435 /* AudioUnit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0A2731232A8C6BEE08C21FDF /* AudioUnit.framework */; };
|
||||
230069AF769C23FF68AA229E /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 12FA71F71C5D3ECE6BD8528A /* Cocoa.framework */; };
|
||||
259023F5535C6AFA677C2EBA /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 688839EE6B304F226CB21BEF /* CoreAudio.framework */; };
|
||||
231D795214B1164668156D90 /* IOKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4D24378312A11BA928DB53E6 /* IOKit.framework */; };
|
||||
1F2A2B73100763FF1D6F7396 /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 250431D67F6971C000B64EF6 /* Carbon.framework */; };
|
||||
175C44B7512E30994E055CD5 /* ForceFeedback.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0BC56B4317A644E92E43394B /* ForceFeedback.framework */; };
|
||||
5B3E0120616A13D1155D1561 /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 550155CB3108333922B617EB /* CoreFoundation.framework */; };
|
||||
3EA15261674F7A3C228F1341 /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 510129574D22250244413C56 /* OpenGL.framework */; };
|
||||
1AC71544306009AB71A9107C /* libSDL2main.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 517F04D221F249E55F3E1A1F /* libSDL2main.a */; };
|
||||
1083318C01B525E110655A78 /* libSDL2test.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 2575308E4303103406C9036F /* libSDL2test.a */; };
|
||||
3EA146EA2DB506A902765090 /* libSDL2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 30697A6733BC012824EC220D /* libSDL2.a */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXContainerItemProxy section */
|
||||
66541B9B143128AD17145D95 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 6BB34D2A2B2A00ED019D1CC9 /* SDL2main.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = 0FF7291B375C79BC57696B66;
|
||||
remoteInfo = "libSDL2main.a";
|
||||
};
|
||||
6A14614D0DC33E2373F7003C /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 6BB34D2A2B2A00ED019D1CC9 /* SDL2main.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = 1BAE4A0A77462FDC330812A3;
|
||||
remoteInfo = "libSDL2main.a";
|
||||
};
|
||||
7FAD76D067AB44FD507F43C9 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 57601DB4507C216D7EC33C76 /* SDL2test.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = 1EB6664901BC163F215A4861;
|
||||
remoteInfo = "libSDL2test.a";
|
||||
};
|
||||
4A967815518303F956A05EEE /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 57601DB4507C216D7EC33C76 /* SDL2test.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = 1258506950476B85239A79A3;
|
||||
remoteInfo = "libSDL2test.a";
|
||||
};
|
||||
48FB706900AC4A140DCA7C13 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 364775DD3538721628530BB1 /* SDL2.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = 5E6D56F6655337845A3C44C3;
|
||||
remoteInfo = "libSDL2.a";
|
||||
};
|
||||
583B199338BF336D5C0C48EB /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 364775DD3538721628530BB1 /* SDL2.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = 7E6A7BC23CFD134274963645;
|
||||
remoteInfo = "libSDL2.a";
|
||||
};
|
||||
/* End PBXContainerItemProxy section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
7BF05D4A5DE71E2922256A9A /* testrendercopyex.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "testrendercopyex.c"; path = "../../../../../test/testrendercopyex.c"; sourceTree = "<group>"; };
|
||||
79B91476551510CF06AF595A /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "AudioToolbox.framework"; path = "/System/Library/Frameworks/AudioToolbox.framework"; sourceTree = "<absolute>"; };
|
||||
0A2731232A8C6BEE08C21FDF /* AudioUnit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "AudioUnit.framework"; path = "/System/Library/Frameworks/AudioUnit.framework"; sourceTree = "<absolute>"; };
|
||||
12FA71F71C5D3ECE6BD8528A /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "Cocoa.framework"; path = "/System/Library/Frameworks/Cocoa.framework"; sourceTree = "<absolute>"; };
|
||||
688839EE6B304F226CB21BEF /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreAudio.framework"; path = "/System/Library/Frameworks/CoreAudio.framework"; sourceTree = "<absolute>"; };
|
||||
4D24378312A11BA928DB53E6 /* IOKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "IOKit.framework"; path = "/System/Library/Frameworks/IOKit.framework"; sourceTree = "<absolute>"; };
|
||||
250431D67F6971C000B64EF6 /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "Carbon.framework"; path = "/System/Library/Frameworks/Carbon.framework"; sourceTree = "<absolute>"; };
|
||||
0BC56B4317A644E92E43394B /* ForceFeedback.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "ForceFeedback.framework"; path = "/System/Library/Frameworks/ForceFeedback.framework"; sourceTree = "<absolute>"; };
|
||||
550155CB3108333922B617EB /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreFoundation.framework"; path = "/System/Library/Frameworks/CoreFoundation.framework"; sourceTree = "<absolute>"; };
|
||||
510129574D22250244413C56 /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "OpenGL.framework"; path = "/System/Library/Frameworks/OpenGL.framework"; sourceTree = "<absolute>"; };
|
||||
5B78608170F51822749D7CFB /* testrendercopyex */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; name = "testrendercopyex"; path = "testrendercopyex"; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
6BB34D2A2B2A00ED019D1CC9 /* SDL2main.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "SDL2main.xcodeproj"; path = "../../SDL2main/SDL2main.xcodeproj"; sourceTree = SOURCE_ROOT; };
|
||||
57601DB4507C216D7EC33C76 /* SDL2test.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "SDL2test.xcodeproj"; path = "../../SDL2test/SDL2test.xcodeproj"; sourceTree = SOURCE_ROOT; };
|
||||
364775DD3538721628530BB1 /* SDL2.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "SDL2.xcodeproj"; path = "../../SDL2/SDL2.xcodeproj"; sourceTree = SOURCE_ROOT; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
/* Begin PBXFrameworksBuildPhase section */
|
||||
6540542C485D0502521F0BB4 /* Frameworks */ = {
|
||||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
311717F228EB5CBF3F84738C /* AudioToolbox.framework in Frameworks */,
|
||||
7FF54AC418B12B6468603435 /* AudioUnit.framework in Frameworks */,
|
||||
230069AF769C23FF68AA229E /* Cocoa.framework in Frameworks */,
|
||||
259023F5535C6AFA677C2EBA /* CoreAudio.framework in Frameworks */,
|
||||
231D795214B1164668156D90 /* IOKit.framework in Frameworks */,
|
||||
1F2A2B73100763FF1D6F7396 /* Carbon.framework in Frameworks */,
|
||||
175C44B7512E30994E055CD5 /* ForceFeedback.framework in Frameworks */,
|
||||
5B3E0120616A13D1155D1561 /* CoreFoundation.framework in Frameworks */,
|
||||
3EA15261674F7A3C228F1341 /* OpenGL.framework in Frameworks */,
|
||||
1AC71544306009AB71A9107C /* libSDL2main.a in Frameworks */,
|
||||
1083318C01B525E110655A78 /* libSDL2test.a in Frameworks */,
|
||||
3EA146EA2DB506A902765090 /* libSDL2.a in Frameworks */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXFrameworksBuildPhase section */
|
||||
|
||||
/* Begin PBXGroup section */
|
||||
3744566C7D555DFC52311FE1 /* testrendercopyex */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
289A49BE0A815B3C4A7143D7 /* test */,
|
||||
587912452CA45F3D26683496 /* Frameworks */,
|
||||
4AEA7D34617158BD040E3900 /* Products */,
|
||||
43E705EF37080CEE6CAD7B2F /* Projects */,
|
||||
);
|
||||
name = "testrendercopyex";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
289A49BE0A815B3C4A7143D7 /* test */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
7BF05D4A5DE71E2922256A9A /* testrendercopyex.c */,
|
||||
);
|
||||
name = "test";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
587912452CA45F3D26683496 /* Frameworks */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
79B91476551510CF06AF595A /* AudioToolbox.framework */,
|
||||
0A2731232A8C6BEE08C21FDF /* AudioUnit.framework */,
|
||||
12FA71F71C5D3ECE6BD8528A /* Cocoa.framework */,
|
||||
688839EE6B304F226CB21BEF /* CoreAudio.framework */,
|
||||
4D24378312A11BA928DB53E6 /* IOKit.framework */,
|
||||
250431D67F6971C000B64EF6 /* Carbon.framework */,
|
||||
0BC56B4317A644E92E43394B /* ForceFeedback.framework */,
|
||||
550155CB3108333922B617EB /* CoreFoundation.framework */,
|
||||
510129574D22250244413C56 /* OpenGL.framework */,
|
||||
);
|
||||
name = "Frameworks";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
4AEA7D34617158BD040E3900 /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
5B78608170F51822749D7CFB /* testrendercopyex */,
|
||||
);
|
||||
name = "Products";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
43E705EF37080CEE6CAD7B2F /* Projects */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
6BB34D2A2B2A00ED019D1CC9 /* SDL2main.xcodeproj */,
|
||||
57601DB4507C216D7EC33C76 /* SDL2test.xcodeproj */,
|
||||
364775DD3538721628530BB1 /* SDL2.xcodeproj */,
|
||||
);
|
||||
name = "Projects";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
5D21351041786AF10F905297 /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
517F04D221F249E55F3E1A1F /* libSDL2main.a */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
4BE1510349544A7F5CEA2AEA /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
2575308E4303103406C9036F /* libSDL2test.a */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
264B2BA37F3438CE09C16A94 /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
30697A6733BC012824EC220D /* libSDL2.a */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* End PBXGroup section */
|
||||
|
||||
/* Begin PBXNativeTarget section */
|
||||
4A3C5E744D8B7E0508AE71E0 /* testrendercopyex */ = {
|
||||
isa = PBXNativeTarget;
|
||||
buildConfigurationList = 4C7746B813C912AD3C5921CC /* Build configuration list for PBXNativeTarget "testrendercopyex" */;
|
||||
buildPhases = (
|
||||
67B152F160461DC63715542F /* Resources */,
|
||||
5E2A349329F670AD73103190 /* Sources */,
|
||||
6540542C485D0502521F0BB4 /* Frameworks */,
|
||||
9607AE3710C85E8F00CD1376 /* Postbuild */,
|
||||
);
|
||||
buildRules = (
|
||||
);
|
||||
dependencies = (
|
||||
209110D73CD5605E5ABF3CBD /* PBXTargetDependency */,
|
||||
01F87A1A56882AFB6E8A4179 /* PBXTargetDependency */,
|
||||
7D6E749B220E68695DB4126B /* PBXTargetDependency */,
|
||||
);
|
||||
name = "testrendercopyex";
|
||||
productInstallPath = "$(HOME)/bin";
|
||||
productName = "testrendercopyex";
|
||||
productReference = 5B78608170F51822749D7CFB /* testrendercopyex */;
|
||||
productType = "com.apple.product-type.tool";
|
||||
};
|
||||
/* End PBXNativeTarget section */
|
||||
|
||||
/* Begin PBXProject section */
|
||||
08FB7793FE84155DC02AAC07 /* Project object */ = {
|
||||
isa = PBXProject;
|
||||
buildConfigurationList = 1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "testrendercopyex" */;
|
||||
compatibilityVersion = "Xcode 3.2";
|
||||
hasScannedForEncodings = 1;
|
||||
mainGroup = 3744566C7D555DFC52311FE1 /* testrendercopyex */;
|
||||
projectDirPath = "";
|
||||
projectReferences = (
|
||||
{
|
||||
ProductGroup = 5D21351041786AF10F905297 /* Products */;
|
||||
ProjectRef = 6BB34D2A2B2A00ED019D1CC9 /* SDL2main.xcodeproj */;
|
||||
},
|
||||
{
|
||||
ProductGroup = 4BE1510349544A7F5CEA2AEA /* Products */;
|
||||
ProjectRef = 57601DB4507C216D7EC33C76 /* SDL2test.xcodeproj */;
|
||||
},
|
||||
{
|
||||
ProductGroup = 264B2BA37F3438CE09C16A94 /* Products */;
|
||||
ProjectRef = 364775DD3538721628530BB1 /* SDL2.xcodeproj */;
|
||||
},
|
||||
);
|
||||
projectRoot = "";
|
||||
targets = (
|
||||
4A3C5E744D8B7E0508AE71E0 /* testrendercopyex */,
|
||||
);
|
||||
};
|
||||
/* End PBXProject section */
|
||||
|
||||
/* Begin PBXReferenceProxy section */
|
||||
517F04D221F249E55F3E1A1F /* libSDL2main.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
path = "Build/Debug/libSDL2main.a";
|
||||
remoteRef = 66541B9B143128AD17145D95 /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
2575308E4303103406C9036F /* libSDL2test.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
path = "Build/Debug/libSDL2test.a";
|
||||
remoteRef = 7FAD76D067AB44FD507F43C9 /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
30697A6733BC012824EC220D /* libSDL2.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
path = "Build/Debug/libSDL2.a";
|
||||
remoteRef = 48FB706900AC4A140DCA7C13 /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
/* End PBXReferenceProxy section */
|
||||
|
||||
/* Begin PBXResourcesBuildPhase section */
|
||||
67B152F160461DC63715542F /* Resources */ = {
|
||||
isa = PBXResourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXResourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXShellScriptBuildPhase section */
|
||||
9607AE3710C85E8F00CD1376 /* Postbuild */ = {
|
||||
isa = PBXShellScriptBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
);
|
||||
inputPaths = (
|
||||
);
|
||||
name = Postbuild;
|
||||
outputPaths = (
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
shellPath = /bin/sh;
|
||||
shellScript = "if [ \"${CONFIGURATION}\" = \"Debug Universal\" ]; then\nif [ ! -d \"./Build/Debug\" ]; then mkdir -p \"./Build/Debug\"; fi\ncp \"./../../../../../test/icon.bmp\" \"./Build/Debug/icon.bmp\"\ncp \"./../../../../../test/sample.bmp\" \"./Build/Debug/sample.bmp\"\nfi\nif [ \"${CONFIGURATION}\" = \"Debug Native\" ]; then\nif [ ! -d \"./Build/Debug\" ]; then mkdir -p \"./Build/Debug\"; fi\ncp \"./../../../../../test/icon.bmp\" \"./Build/Debug/icon.bmp\"\ncp \"./../../../../../test/sample.bmp\" \"./Build/Debug/sample.bmp\"\nfi\nif [ \"${CONFIGURATION}\" = \"Release Universal\" ]; then\nif [ ! -d \"./Build/Release\" ]; then mkdir -p \"./Build/Release\"; fi\ncp \"./../../../../../test/icon.bmp\" \"./Build/Release/icon.bmp\"\ncp \"./../../../../../test/sample.bmp\" \"./Build/Release/sample.bmp\"\nfi\nif [ \"${CONFIGURATION}\" = \"Release Native\" ]; then\nif [ ! -d \"./Build/Release\" ]; then mkdir -p \"./Build/Release\"; fi\ncp \"./../../../../../test/icon.bmp\" \"./Build/Release/icon.bmp\"\ncp \"./../../../../../test/sample.bmp\" \"./Build/Release/sample.bmp\"\nfi";
|
||||
};
|
||||
/* End PBXShellScriptBuildPhase section */
|
||||
/* Begin PBXSourcesBuildPhase section */
|
||||
5E2A349329F670AD73103190 /* Sources */ = {
|
||||
isa = PBXSourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
65F577E704295C1E66CB1E56 /* testrendercopyex.c in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXSourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXVariantGroup section */
|
||||
/* End PBXVariantGroup section */
|
||||
|
||||
/* Begin PBXTargetDependency section */
|
||||
209110D73CD5605E5ABF3CBD /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = "libSDL2main.a";
|
||||
targetProxy = 6A14614D0DC33E2373F7003C /* PBXContainerItemProxy */;
|
||||
};
|
||||
01F87A1A56882AFB6E8A4179 /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = "libSDL2test.a";
|
||||
targetProxy = 4A967815518303F956A05EEE /* PBXContainerItemProxy */;
|
||||
};
|
||||
7D6E749B220E68695DB4126B /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = "libSDL2.a";
|
||||
targetProxy = 583B199338BF336D5C0C48EB /* PBXContainerItemProxy */;
|
||||
};
|
||||
/* End PBXTargetDependency section */
|
||||
|
||||
/* Begin XCBuildConfiguration section */
|
||||
2E543E906F8D533D0826131F /* Debug Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
CONFIGURATION_BUILD_DIR = Build/Debug;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testrendercopyex";
|
||||
};
|
||||
name = "Debug Universal";
|
||||
};
|
||||
72783D940057663336F32A9A /* Debug Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
CONFIGURATION_BUILD_DIR = Build/Debug;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testrendercopyex";
|
||||
};
|
||||
name = "Debug Native";
|
||||
};
|
||||
4B716C8F4915063E0DF23DF3 /* Release Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
CONFIGURATION_BUILD_DIR = Build/Release;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testrendercopyex";
|
||||
};
|
||||
name = "Release Universal";
|
||||
};
|
||||
6514230B643424116FC24F87 /* Release Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
CONFIGURATION_BUILD_DIR = Build/Release;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testrendercopyex";
|
||||
};
|
||||
name = "Release Native";
|
||||
};
|
||||
7DF03B9B5CE4369240CC4284 /* Debug Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
COPY_PHASE_STRIP = NO;
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"_DEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Universal/Debug";
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
SYMROOT = "Build/Debug";
|
||||
};
|
||||
name = "Debug Universal";
|
||||
};
|
||||
1F0938F176021BE50EBA0F4E /* Debug Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(NATIVE_ARCH_ACTUAL)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
COPY_PHASE_STRIP = NO;
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"_DEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Debug";
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
SYMROOT = "Build/Debug";
|
||||
};
|
||||
name = "Debug Native";
|
||||
};
|
||||
48501FE85BEA11AE49867FF7 /* Release Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 3;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"NDEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Universal/Release";
|
||||
ONLY_ACTIVE_ARCH = NO;
|
||||
SYMROOT = "Build/Release";
|
||||
};
|
||||
name = "Release Universal";
|
||||
};
|
||||
524F4573278E77D6270615F0 /* Release Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(NATIVE_ARCH_ACTUAL)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 3;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"NDEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Release";
|
||||
ONLY_ACTIVE_ARCH = NO;
|
||||
SYMROOT = "Build/Release";
|
||||
};
|
||||
name = "Release Native";
|
||||
};
|
||||
/* End XCBuildConfiguration section */
|
||||
|
||||
/* Begin XCConfigurationList section */
|
||||
4C7746B813C912AD3C5921CC /* Build configuration list for PBXNativeTarget "testrendercopyex" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
2E543E906F8D533D0826131F /* Debug Universal */,
|
||||
72783D940057663336F32A9A /* Debug Native */,
|
||||
4B716C8F4915063E0DF23DF3 /* Release Universal */,
|
||||
6514230B643424116FC24F87 /* Release Native */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = "Debug Universal";
|
||||
};
|
||||
1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "testrendercopyex" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
7DF03B9B5CE4369240CC4284 /* Debug Universal */,
|
||||
1F0938F176021BE50EBA0F4E /* Debug Native */,
|
||||
48501FE85BEA11AE49867FF7 /* Release Universal */,
|
||||
524F4573278E77D6270615F0 /* Release Native */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = "Debug Universal";
|
||||
};
|
||||
/* End XCConfigurationList section */
|
||||
|
||||
};
|
||||
rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
|
||||
}
|
||||
@@ -0,0 +1,515 @@
|
||||
// !$*UTF8*$!
|
||||
{
|
||||
archiveVersion = 1;
|
||||
classes = {
|
||||
};
|
||||
objectVersion = 45;
|
||||
objects = {
|
||||
|
||||
/* Begin PBXBuildFile section */
|
||||
3B704B3B412169616F405AB4 /* testrendertarget.c in Sources */ = {isa = PBXBuildFile; fileRef = 2CD6573D176B2ECC08A5178B /* testrendertarget.c */; };
|
||||
3AAC0DD33E947FF533ED21A6 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 04D077D81951397E3F482225 /* AudioToolbox.framework */; };
|
||||
1B2063BD172B0CBF52C85BCA /* AudioUnit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2589068A6C7F0C8328FA6478 /* AudioUnit.framework */; };
|
||||
2D810F1E11E422CB42D019DD /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3467176C5E2A27217AC6735C /* Cocoa.framework */; };
|
||||
4670167E5CBE6E5D35E76126 /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 10690E167F73144403B8656E /* CoreAudio.framework */; };
|
||||
75566B897D0D6720699630D8 /* IOKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 419F3A784EE610063A391E2C /* IOKit.framework */; };
|
||||
36DA590E34C0302E2CED0224 /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3BBF3633711D3ED67A557E59 /* Carbon.framework */; };
|
||||
295A6EDA486C53F86910518F /* ForceFeedback.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 38387D1F22C93EAD6BBB61C4 /* ForceFeedback.framework */; };
|
||||
70F629FD5A1132CD3D156C61 /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 38D4221E61EE625147985AC5 /* CoreFoundation.framework */; };
|
||||
72C573C852C87F9A02296A18 /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 62D94D09415003812F1E7705 /* OpenGL.framework */; };
|
||||
6FC642555C230ED021206607 /* libSDL2main.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 44952EDF3A6609265F272595 /* libSDL2main.a */; };
|
||||
00A7797F41FD55DB4AAC7756 /* libSDL2test.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 0DA230660E3568D853951172 /* libSDL2test.a */; };
|
||||
41811AE95C22521A564D6C83 /* libSDL2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 567D609F072E71E8522D1C3A /* libSDL2.a */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXContainerItemProxy section */
|
||||
2EB723783DF000AE22377789 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 275635C11F9B24871D135BC0 /* SDL2main.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = 0FF7291B375C79BC57696B66;
|
||||
remoteInfo = "libSDL2main.a";
|
||||
};
|
||||
70CA17E14C0C588337927538 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 275635C11F9B24871D135BC0 /* SDL2main.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = 1BAE4A0A77462FDC330812A3;
|
||||
remoteInfo = "libSDL2main.a";
|
||||
};
|
||||
0A9222342A42685C293626B3 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 70BD3C0C436C6BE872F40021 /* SDL2test.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = 1EB6664901BC163F215A4861;
|
||||
remoteInfo = "libSDL2test.a";
|
||||
};
|
||||
58B634CC6256177716181B33 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 70BD3C0C436C6BE872F40021 /* SDL2test.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = 1258506950476B85239A79A3;
|
||||
remoteInfo = "libSDL2test.a";
|
||||
};
|
||||
555176BD01CA0A9236A47B67 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 547D14EB049F6C4C0F9D2CAC /* SDL2.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = 5E6D56F6655337845A3C44C3;
|
||||
remoteInfo = "libSDL2.a";
|
||||
};
|
||||
566A59D968E672FE1BBE7BAC /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 547D14EB049F6C4C0F9D2CAC /* SDL2.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = 7E6A7BC23CFD134274963645;
|
||||
remoteInfo = "libSDL2.a";
|
||||
};
|
||||
/* End PBXContainerItemProxy section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
2CD6573D176B2ECC08A5178B /* testrendertarget.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "testrendertarget.c"; path = "../../../../../test/testrendertarget.c"; sourceTree = "<group>"; };
|
||||
04D077D81951397E3F482225 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "AudioToolbox.framework"; path = "/System/Library/Frameworks/AudioToolbox.framework"; sourceTree = "<absolute>"; };
|
||||
2589068A6C7F0C8328FA6478 /* AudioUnit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "AudioUnit.framework"; path = "/System/Library/Frameworks/AudioUnit.framework"; sourceTree = "<absolute>"; };
|
||||
3467176C5E2A27217AC6735C /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "Cocoa.framework"; path = "/System/Library/Frameworks/Cocoa.framework"; sourceTree = "<absolute>"; };
|
||||
10690E167F73144403B8656E /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreAudio.framework"; path = "/System/Library/Frameworks/CoreAudio.framework"; sourceTree = "<absolute>"; };
|
||||
419F3A784EE610063A391E2C /* IOKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "IOKit.framework"; path = "/System/Library/Frameworks/IOKit.framework"; sourceTree = "<absolute>"; };
|
||||
3BBF3633711D3ED67A557E59 /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "Carbon.framework"; path = "/System/Library/Frameworks/Carbon.framework"; sourceTree = "<absolute>"; };
|
||||
38387D1F22C93EAD6BBB61C4 /* ForceFeedback.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "ForceFeedback.framework"; path = "/System/Library/Frameworks/ForceFeedback.framework"; sourceTree = "<absolute>"; };
|
||||
38D4221E61EE625147985AC5 /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreFoundation.framework"; path = "/System/Library/Frameworks/CoreFoundation.framework"; sourceTree = "<absolute>"; };
|
||||
62D94D09415003812F1E7705 /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "OpenGL.framework"; path = "/System/Library/Frameworks/OpenGL.framework"; sourceTree = "<absolute>"; };
|
||||
5DC743EB37AA06C502E07413 /* testrendertarget */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; name = "testrendertarget"; path = "testrendertarget"; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
275635C11F9B24871D135BC0 /* SDL2main.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "SDL2main.xcodeproj"; path = "../../SDL2main/SDL2main.xcodeproj"; sourceTree = SOURCE_ROOT; };
|
||||
70BD3C0C436C6BE872F40021 /* SDL2test.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "SDL2test.xcodeproj"; path = "../../SDL2test/SDL2test.xcodeproj"; sourceTree = SOURCE_ROOT; };
|
||||
547D14EB049F6C4C0F9D2CAC /* SDL2.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "SDL2.xcodeproj"; path = "../../SDL2/SDL2.xcodeproj"; sourceTree = SOURCE_ROOT; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
/* Begin PBXFrameworksBuildPhase section */
|
||||
163234BB65884C0854210017 /* Frameworks */ = {
|
||||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
3AAC0DD33E947FF533ED21A6 /* AudioToolbox.framework in Frameworks */,
|
||||
1B2063BD172B0CBF52C85BCA /* AudioUnit.framework in Frameworks */,
|
||||
2D810F1E11E422CB42D019DD /* Cocoa.framework in Frameworks */,
|
||||
4670167E5CBE6E5D35E76126 /* CoreAudio.framework in Frameworks */,
|
||||
75566B897D0D6720699630D8 /* IOKit.framework in Frameworks */,
|
||||
36DA590E34C0302E2CED0224 /* Carbon.framework in Frameworks */,
|
||||
295A6EDA486C53F86910518F /* ForceFeedback.framework in Frameworks */,
|
||||
70F629FD5A1132CD3D156C61 /* CoreFoundation.framework in Frameworks */,
|
||||
72C573C852C87F9A02296A18 /* OpenGL.framework in Frameworks */,
|
||||
6FC642555C230ED021206607 /* libSDL2main.a in Frameworks */,
|
||||
00A7797F41FD55DB4AAC7756 /* libSDL2test.a in Frameworks */,
|
||||
41811AE95C22521A564D6C83 /* libSDL2.a in Frameworks */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXFrameworksBuildPhase section */
|
||||
|
||||
/* Begin PBXGroup section */
|
||||
10ED6B1E2C0060B87FDC4B0B /* testrendertarget */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
53C155344CF637493657351B /* test */,
|
||||
7E5E621C4AD30FC446F5279E /* Frameworks */,
|
||||
77E022337C09658B3958526B /* Products */,
|
||||
2C396D63169E05A60ED0355F /* Projects */,
|
||||
);
|
||||
name = "testrendertarget";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
53C155344CF637493657351B /* test */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
2CD6573D176B2ECC08A5178B /* testrendertarget.c */,
|
||||
);
|
||||
name = "test";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
7E5E621C4AD30FC446F5279E /* Frameworks */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
04D077D81951397E3F482225 /* AudioToolbox.framework */,
|
||||
2589068A6C7F0C8328FA6478 /* AudioUnit.framework */,
|
||||
3467176C5E2A27217AC6735C /* Cocoa.framework */,
|
||||
10690E167F73144403B8656E /* CoreAudio.framework */,
|
||||
419F3A784EE610063A391E2C /* IOKit.framework */,
|
||||
3BBF3633711D3ED67A557E59 /* Carbon.framework */,
|
||||
38387D1F22C93EAD6BBB61C4 /* ForceFeedback.framework */,
|
||||
38D4221E61EE625147985AC5 /* CoreFoundation.framework */,
|
||||
62D94D09415003812F1E7705 /* OpenGL.framework */,
|
||||
);
|
||||
name = "Frameworks";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
77E022337C09658B3958526B /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
5DC743EB37AA06C502E07413 /* testrendertarget */,
|
||||
);
|
||||
name = "Products";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
2C396D63169E05A60ED0355F /* Projects */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
275635C11F9B24871D135BC0 /* SDL2main.xcodeproj */,
|
||||
70BD3C0C436C6BE872F40021 /* SDL2test.xcodeproj */,
|
||||
547D14EB049F6C4C0F9D2CAC /* SDL2.xcodeproj */,
|
||||
);
|
||||
name = "Projects";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
042D4774112A022979095876 /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
44952EDF3A6609265F272595 /* libSDL2main.a */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
60417E0308DA22FA03683E98 /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
0DA230660E3568D853951172 /* libSDL2test.a */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
593F46C26F7B0D81107B265F /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
567D609F072E71E8522D1C3A /* libSDL2.a */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* End PBXGroup section */
|
||||
|
||||
/* Begin PBXNativeTarget section */
|
||||
4C732B57010B030438401115 /* testrendertarget */ = {
|
||||
isa = PBXNativeTarget;
|
||||
buildConfigurationList = 2746168E78B9662A546F4CEB /* Build configuration list for PBXNativeTarget "testrendertarget" */;
|
||||
buildPhases = (
|
||||
74DB003875D669C13D5C19B5 /* Resources */,
|
||||
4ACA243C7DBD441B5F2303D1 /* Sources */,
|
||||
163234BB65884C0854210017 /* Frameworks */,
|
||||
9607AE3710C85E8F00CD1376 /* Postbuild */,
|
||||
);
|
||||
buildRules = (
|
||||
);
|
||||
dependencies = (
|
||||
5F96190A675504D97D2935E1 /* PBXTargetDependency */,
|
||||
5AD762CF14193438725F46EA /* PBXTargetDependency */,
|
||||
1823637736006BD7103F3FA5 /* PBXTargetDependency */,
|
||||
);
|
||||
name = "testrendertarget";
|
||||
productInstallPath = "$(HOME)/bin";
|
||||
productName = "testrendertarget";
|
||||
productReference = 5DC743EB37AA06C502E07413 /* testrendertarget */;
|
||||
productType = "com.apple.product-type.tool";
|
||||
};
|
||||
/* End PBXNativeTarget section */
|
||||
|
||||
/* Begin PBXProject section */
|
||||
08FB7793FE84155DC02AAC07 /* Project object */ = {
|
||||
isa = PBXProject;
|
||||
buildConfigurationList = 1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "testrendertarget" */;
|
||||
compatibilityVersion = "Xcode 3.2";
|
||||
hasScannedForEncodings = 1;
|
||||
mainGroup = 10ED6B1E2C0060B87FDC4B0B /* testrendertarget */;
|
||||
projectDirPath = "";
|
||||
projectReferences = (
|
||||
{
|
||||
ProductGroup = 042D4774112A022979095876 /* Products */;
|
||||
ProjectRef = 275635C11F9B24871D135BC0 /* SDL2main.xcodeproj */;
|
||||
},
|
||||
{
|
||||
ProductGroup = 60417E0308DA22FA03683E98 /* Products */;
|
||||
ProjectRef = 70BD3C0C436C6BE872F40021 /* SDL2test.xcodeproj */;
|
||||
},
|
||||
{
|
||||
ProductGroup = 593F46C26F7B0D81107B265F /* Products */;
|
||||
ProjectRef = 547D14EB049F6C4C0F9D2CAC /* SDL2.xcodeproj */;
|
||||
},
|
||||
);
|
||||
projectRoot = "";
|
||||
targets = (
|
||||
4C732B57010B030438401115 /* testrendertarget */,
|
||||
);
|
||||
};
|
||||
/* End PBXProject section */
|
||||
|
||||
/* Begin PBXReferenceProxy section */
|
||||
44952EDF3A6609265F272595 /* libSDL2main.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
path = "Build/Debug/libSDL2main.a";
|
||||
remoteRef = 2EB723783DF000AE22377789 /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
0DA230660E3568D853951172 /* libSDL2test.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
path = "Build/Debug/libSDL2test.a";
|
||||
remoteRef = 0A9222342A42685C293626B3 /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
567D609F072E71E8522D1C3A /* libSDL2.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
path = "Build/Debug/libSDL2.a";
|
||||
remoteRef = 555176BD01CA0A9236A47B67 /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
/* End PBXReferenceProxy section */
|
||||
|
||||
/* Begin PBXResourcesBuildPhase section */
|
||||
74DB003875D669C13D5C19B5 /* Resources */ = {
|
||||
isa = PBXResourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXResourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXShellScriptBuildPhase section */
|
||||
9607AE3710C85E8F00CD1376 /* Postbuild */ = {
|
||||
isa = PBXShellScriptBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
);
|
||||
inputPaths = (
|
||||
);
|
||||
name = Postbuild;
|
||||
outputPaths = (
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
shellPath = /bin/sh;
|
||||
shellScript = "if [ \"${CONFIGURATION}\" = \"Debug Universal\" ]; then\nif [ ! -d \"./Build/Debug\" ]; then mkdir -p \"./Build/Debug\"; fi\ncp \"./../../../../../test/sample.bmp\" \"./Build/Debug/sample.bmp\"\ncp \"./../../../../../test/icon.bmp\" \"./Build/Debug/icon.bmp\"\nfi\nif [ \"${CONFIGURATION}\" = \"Debug Native\" ]; then\nif [ ! -d \"./Build/Debug\" ]; then mkdir -p \"./Build/Debug\"; fi\ncp \"./../../../../../test/sample.bmp\" \"./Build/Debug/sample.bmp\"\ncp \"./../../../../../test/icon.bmp\" \"./Build/Debug/icon.bmp\"\nfi\nif [ \"${CONFIGURATION}\" = \"Release Universal\" ]; then\nif [ ! -d \"./Build/Release\" ]; then mkdir -p \"./Build/Release\"; fi\ncp \"./../../../../../test/sample.bmp\" \"./Build/Release/sample.bmp\"\ncp \"./../../../../../test/icon.bmp\" \"./Build/Release/icon.bmp\"\nfi\nif [ \"${CONFIGURATION}\" = \"Release Native\" ]; then\nif [ ! -d \"./Build/Release\" ]; then mkdir -p \"./Build/Release\"; fi\ncp \"./../../../../../test/sample.bmp\" \"./Build/Release/sample.bmp\"\ncp \"./../../../../../test/icon.bmp\" \"./Build/Release/icon.bmp\"\nfi";
|
||||
};
|
||||
/* End PBXShellScriptBuildPhase section */
|
||||
/* Begin PBXSourcesBuildPhase section */
|
||||
4ACA243C7DBD441B5F2303D1 /* Sources */ = {
|
||||
isa = PBXSourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
3B704B3B412169616F405AB4 /* testrendertarget.c in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXSourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXVariantGroup section */
|
||||
/* End PBXVariantGroup section */
|
||||
|
||||
/* Begin PBXTargetDependency section */
|
||||
5F96190A675504D97D2935E1 /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = "libSDL2main.a";
|
||||
targetProxy = 70CA17E14C0C588337927538 /* PBXContainerItemProxy */;
|
||||
};
|
||||
5AD762CF14193438725F46EA /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = "libSDL2test.a";
|
||||
targetProxy = 58B634CC6256177716181B33 /* PBXContainerItemProxy */;
|
||||
};
|
||||
1823637736006BD7103F3FA5 /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = "libSDL2.a";
|
||||
targetProxy = 566A59D968E672FE1BBE7BAC /* PBXContainerItemProxy */;
|
||||
};
|
||||
/* End PBXTargetDependency section */
|
||||
|
||||
/* Begin XCBuildConfiguration section */
|
||||
58421254788B78CE5BA4118F /* Debug Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
CONFIGURATION_BUILD_DIR = Build/Debug;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testrendertarget";
|
||||
};
|
||||
name = "Debug Universal";
|
||||
};
|
||||
05D50592395E6E1B6D09740B /* Debug Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
CONFIGURATION_BUILD_DIR = Build/Debug;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testrendertarget";
|
||||
};
|
||||
name = "Debug Native";
|
||||
};
|
||||
6291441C453149691C506D28 /* Release Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
CONFIGURATION_BUILD_DIR = Build/Release;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testrendertarget";
|
||||
};
|
||||
name = "Release Universal";
|
||||
};
|
||||
3AE663B44A376CCF3D1A169E /* Release Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
CONFIGURATION_BUILD_DIR = Build/Release;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testrendertarget";
|
||||
};
|
||||
name = "Release Native";
|
||||
};
|
||||
44AF61D42E85363414780EFE /* Debug Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
COPY_PHASE_STRIP = NO;
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"_DEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Universal/Debug";
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
SYMROOT = "Build/Debug";
|
||||
};
|
||||
name = "Debug Universal";
|
||||
};
|
||||
0F0E0052129063A118C95B2C /* Debug Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(NATIVE_ARCH_ACTUAL)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
COPY_PHASE_STRIP = NO;
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"_DEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Debug";
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
SYMROOT = "Build/Debug";
|
||||
};
|
||||
name = "Debug Native";
|
||||
};
|
||||
7E8023D92FF302E51CDC5C12 /* Release Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 3;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"NDEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Universal/Release";
|
||||
ONLY_ACTIVE_ARCH = NO;
|
||||
SYMROOT = "Build/Release";
|
||||
};
|
||||
name = "Release Universal";
|
||||
};
|
||||
60B80DA96425507E3E87448B /* Release Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(NATIVE_ARCH_ACTUAL)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 3;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"NDEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Release";
|
||||
ONLY_ACTIVE_ARCH = NO;
|
||||
SYMROOT = "Build/Release";
|
||||
};
|
||||
name = "Release Native";
|
||||
};
|
||||
/* End XCBuildConfiguration section */
|
||||
|
||||
/* Begin XCConfigurationList section */
|
||||
2746168E78B9662A546F4CEB /* Build configuration list for PBXNativeTarget "testrendertarget" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
58421254788B78CE5BA4118F /* Debug Universal */,
|
||||
05D50592395E6E1B6D09740B /* Debug Native */,
|
||||
6291441C453149691C506D28 /* Release Universal */,
|
||||
3AE663B44A376CCF3D1A169E /* Release Native */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = "Debug Universal";
|
||||
};
|
||||
1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "testrendertarget" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
44AF61D42E85363414780EFE /* Debug Universal */,
|
||||
0F0E0052129063A118C95B2C /* Debug Native */,
|
||||
7E8023D92FF302E51CDC5C12 /* Release Universal */,
|
||||
60B80DA96425507E3E87448B /* Release Native */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = "Debug Universal";
|
||||
};
|
||||
/* End XCConfigurationList section */
|
||||
|
||||
};
|
||||
rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
|
||||
}
|
||||
472
premake/Xcode/Xcode4/tests/testresample/testresample.xcodeproj/project.pbxproj
Executable file
472
premake/Xcode/Xcode4/tests/testresample/testresample.xcodeproj/project.pbxproj
Executable file
@@ -0,0 +1,472 @@
|
||||
// !$*UTF8*$!
|
||||
{
|
||||
archiveVersion = 1;
|
||||
classes = {
|
||||
};
|
||||
objectVersion = 45;
|
||||
objects = {
|
||||
|
||||
/* Begin PBXBuildFile section */
|
||||
35E60F6354AB3B1641465D4A /* testresample.c in Sources */ = {isa = PBXBuildFile; fileRef = 5A48300878B47D4E1FE31A8B /* testresample.c */; };
|
||||
52942F2C730C29A932CC23F0 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0CBB537361507EF0681B4F6C /* AudioToolbox.framework */; };
|
||||
08AB19601F297D224DB60FF8 /* AudioUnit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7E1948A3487A7E585B603A21 /* AudioUnit.framework */; };
|
||||
62914E683E3457AE1D175136 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7FF878A65DD1637B46D77963 /* Cocoa.framework */; };
|
||||
02C4386A74BB2A155E332002 /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 39B466FE5F826A607FE12D44 /* CoreAudio.framework */; };
|
||||
078B3B13743C1DB3765C2A8F /* IOKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 70556D2864B9465D11B804CA /* IOKit.framework */; };
|
||||
3C7D390E7D95497131487DA0 /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 19D846FD2D7C3FA30DC53116 /* Carbon.framework */; };
|
||||
62CC72E140B6273E13AC2AD6 /* ForceFeedback.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3306598066372C43058C2E68 /* ForceFeedback.framework */; };
|
||||
162C37EE209550E918BA75C7 /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 499D657658771ED837751255 /* CoreFoundation.framework */; };
|
||||
748233240B166CB259FA588B /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 66A91A435AD843B471796928 /* OpenGL.framework */; };
|
||||
745C51343A092ED47243453E /* libSDL2main.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 10BB19FD31EF6637365E7F8E /* libSDL2main.a */; };
|
||||
42637B8B669979FF548C45A2 /* libSDL2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 3B6A64F67EF874F943BD3FB3 /* libSDL2.a */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXContainerItemProxy section */
|
||||
64E44CA37FAD415158941B7D /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 778746EA661A49E246EB7B37 /* SDL2main.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = 0FF7291B375C79BC57696B66;
|
||||
remoteInfo = "libSDL2main.a";
|
||||
};
|
||||
5B1D612A14C260B921664D2E /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 778746EA661A49E246EB7B37 /* SDL2main.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = 1BAE4A0A77462FDC330812A3;
|
||||
remoteInfo = "libSDL2main.a";
|
||||
};
|
||||
34E93D6E2174487A011853A8 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 09D460E647E34821027B192E /* SDL2.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = 5E6D56F6655337845A3C44C3;
|
||||
remoteInfo = "libSDL2.a";
|
||||
};
|
||||
6AE64D450E4708A308B534B9 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 09D460E647E34821027B192E /* SDL2.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = 7E6A7BC23CFD134274963645;
|
||||
remoteInfo = "libSDL2.a";
|
||||
};
|
||||
/* End PBXContainerItemProxy section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
5A48300878B47D4E1FE31A8B /* testresample.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "testresample.c"; path = "../../../../../test/testresample.c"; sourceTree = "<group>"; };
|
||||
0CBB537361507EF0681B4F6C /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "AudioToolbox.framework"; path = "/System/Library/Frameworks/AudioToolbox.framework"; sourceTree = "<absolute>"; };
|
||||
7E1948A3487A7E585B603A21 /* AudioUnit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "AudioUnit.framework"; path = "/System/Library/Frameworks/AudioUnit.framework"; sourceTree = "<absolute>"; };
|
||||
7FF878A65DD1637B46D77963 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "Cocoa.framework"; path = "/System/Library/Frameworks/Cocoa.framework"; sourceTree = "<absolute>"; };
|
||||
39B466FE5F826A607FE12D44 /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreAudio.framework"; path = "/System/Library/Frameworks/CoreAudio.framework"; sourceTree = "<absolute>"; };
|
||||
70556D2864B9465D11B804CA /* IOKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "IOKit.framework"; path = "/System/Library/Frameworks/IOKit.framework"; sourceTree = "<absolute>"; };
|
||||
19D846FD2D7C3FA30DC53116 /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "Carbon.framework"; path = "/System/Library/Frameworks/Carbon.framework"; sourceTree = "<absolute>"; };
|
||||
3306598066372C43058C2E68 /* ForceFeedback.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "ForceFeedback.framework"; path = "/System/Library/Frameworks/ForceFeedback.framework"; sourceTree = "<absolute>"; };
|
||||
499D657658771ED837751255 /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreFoundation.framework"; path = "/System/Library/Frameworks/CoreFoundation.framework"; sourceTree = "<absolute>"; };
|
||||
66A91A435AD843B471796928 /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "OpenGL.framework"; path = "/System/Library/Frameworks/OpenGL.framework"; sourceTree = "<absolute>"; };
|
||||
5FF03E8E660B6D2731A74F95 /* testresample */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; name = "testresample"; path = "testresample"; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
778746EA661A49E246EB7B37 /* SDL2main.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "SDL2main.xcodeproj"; path = "../../SDL2main/SDL2main.xcodeproj"; sourceTree = SOURCE_ROOT; };
|
||||
09D460E647E34821027B192E /* SDL2.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "SDL2.xcodeproj"; path = "../../SDL2/SDL2.xcodeproj"; sourceTree = SOURCE_ROOT; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
/* Begin PBXFrameworksBuildPhase section */
|
||||
74F318313E175C9156720941 /* Frameworks */ = {
|
||||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
52942F2C730C29A932CC23F0 /* AudioToolbox.framework in Frameworks */,
|
||||
08AB19601F297D224DB60FF8 /* AudioUnit.framework in Frameworks */,
|
||||
62914E683E3457AE1D175136 /* Cocoa.framework in Frameworks */,
|
||||
02C4386A74BB2A155E332002 /* CoreAudio.framework in Frameworks */,
|
||||
078B3B13743C1DB3765C2A8F /* IOKit.framework in Frameworks */,
|
||||
3C7D390E7D95497131487DA0 /* Carbon.framework in Frameworks */,
|
||||
62CC72E140B6273E13AC2AD6 /* ForceFeedback.framework in Frameworks */,
|
||||
162C37EE209550E918BA75C7 /* CoreFoundation.framework in Frameworks */,
|
||||
748233240B166CB259FA588B /* OpenGL.framework in Frameworks */,
|
||||
745C51343A092ED47243453E /* libSDL2main.a in Frameworks */,
|
||||
42637B8B669979FF548C45A2 /* libSDL2.a in Frameworks */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXFrameworksBuildPhase section */
|
||||
|
||||
/* Begin PBXGroup section */
|
||||
52D3223A1F8C4E0D63875238 /* testresample */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
1BA57A417A706E945B447221 /* test */,
|
||||
38D5462C2B0903561B281109 /* Frameworks */,
|
||||
370162B7169131C4775306B2 /* Products */,
|
||||
4F3145E22225682F00293278 /* Projects */,
|
||||
);
|
||||
name = "testresample";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
1BA57A417A706E945B447221 /* test */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
5A48300878B47D4E1FE31A8B /* testresample.c */,
|
||||
);
|
||||
name = "test";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
38D5462C2B0903561B281109 /* Frameworks */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
0CBB537361507EF0681B4F6C /* AudioToolbox.framework */,
|
||||
7E1948A3487A7E585B603A21 /* AudioUnit.framework */,
|
||||
7FF878A65DD1637B46D77963 /* Cocoa.framework */,
|
||||
39B466FE5F826A607FE12D44 /* CoreAudio.framework */,
|
||||
70556D2864B9465D11B804CA /* IOKit.framework */,
|
||||
19D846FD2D7C3FA30DC53116 /* Carbon.framework */,
|
||||
3306598066372C43058C2E68 /* ForceFeedback.framework */,
|
||||
499D657658771ED837751255 /* CoreFoundation.framework */,
|
||||
66A91A435AD843B471796928 /* OpenGL.framework */,
|
||||
);
|
||||
name = "Frameworks";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
370162B7169131C4775306B2 /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
5FF03E8E660B6D2731A74F95 /* testresample */,
|
||||
);
|
||||
name = "Products";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
4F3145E22225682F00293278 /* Projects */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
778746EA661A49E246EB7B37 /* SDL2main.xcodeproj */,
|
||||
09D460E647E34821027B192E /* SDL2.xcodeproj */,
|
||||
);
|
||||
name = "Projects";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
310B4B41283E0C277FC51DB1 /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
10BB19FD31EF6637365E7F8E /* libSDL2main.a */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
6FC711341BA778FB4F2458AC /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
3B6A64F67EF874F943BD3FB3 /* libSDL2.a */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* End PBXGroup section */
|
||||
|
||||
/* Begin PBXNativeTarget section */
|
||||
4FCF4C2A06B55A04436403D4 /* testresample */ = {
|
||||
isa = PBXNativeTarget;
|
||||
buildConfigurationList = 481C528600225942153760DE /* Build configuration list for PBXNativeTarget "testresample" */;
|
||||
buildPhases = (
|
||||
28A520392EC1339B392D4CF4 /* Resources */,
|
||||
519913DE564E1DF6018B6D6E /* Sources */,
|
||||
74F318313E175C9156720941 /* Frameworks */,
|
||||
9607AE3710C85E8F00CD1376 /* Postbuild */,
|
||||
);
|
||||
buildRules = (
|
||||
);
|
||||
dependencies = (
|
||||
09BF5D88172F33C4433E3E03 /* PBXTargetDependency */,
|
||||
0E9B660622D90178791A35AC /* PBXTargetDependency */,
|
||||
);
|
||||
name = "testresample";
|
||||
productInstallPath = "$(HOME)/bin";
|
||||
productName = "testresample";
|
||||
productReference = 5FF03E8E660B6D2731A74F95 /* testresample */;
|
||||
productType = "com.apple.product-type.tool";
|
||||
};
|
||||
/* End PBXNativeTarget section */
|
||||
|
||||
/* Begin PBXProject section */
|
||||
08FB7793FE84155DC02AAC07 /* Project object */ = {
|
||||
isa = PBXProject;
|
||||
buildConfigurationList = 1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "testresample" */;
|
||||
compatibilityVersion = "Xcode 3.2";
|
||||
hasScannedForEncodings = 1;
|
||||
mainGroup = 52D3223A1F8C4E0D63875238 /* testresample */;
|
||||
projectDirPath = "";
|
||||
projectReferences = (
|
||||
{
|
||||
ProductGroup = 310B4B41283E0C277FC51DB1 /* Products */;
|
||||
ProjectRef = 778746EA661A49E246EB7B37 /* SDL2main.xcodeproj */;
|
||||
},
|
||||
{
|
||||
ProductGroup = 6FC711341BA778FB4F2458AC /* Products */;
|
||||
ProjectRef = 09D460E647E34821027B192E /* SDL2.xcodeproj */;
|
||||
},
|
||||
);
|
||||
projectRoot = "";
|
||||
targets = (
|
||||
4FCF4C2A06B55A04436403D4 /* testresample */,
|
||||
);
|
||||
};
|
||||
/* End PBXProject section */
|
||||
|
||||
/* Begin PBXReferenceProxy section */
|
||||
10BB19FD31EF6637365E7F8E /* libSDL2main.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
path = "Build/Debug/libSDL2main.a";
|
||||
remoteRef = 64E44CA37FAD415158941B7D /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
3B6A64F67EF874F943BD3FB3 /* libSDL2.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
path = "Build/Debug/libSDL2.a";
|
||||
remoteRef = 34E93D6E2174487A011853A8 /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
/* End PBXReferenceProxy section */
|
||||
|
||||
/* Begin PBXResourcesBuildPhase section */
|
||||
28A520392EC1339B392D4CF4 /* Resources */ = {
|
||||
isa = PBXResourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXResourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXShellScriptBuildPhase section */
|
||||
9607AE3710C85E8F00CD1376 /* Postbuild */ = {
|
||||
isa = PBXShellScriptBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
);
|
||||
inputPaths = (
|
||||
);
|
||||
name = Postbuild;
|
||||
outputPaths = (
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
shellPath = /bin/sh;
|
||||
shellScript = "if [ \"${CONFIGURATION}\" = \"Debug Universal\" ]; then\nif [ ! -d \"./Build/Debug\" ]; then mkdir -p \"./Build/Debug\"; fi\ncp \"./../../../../../test/sample.wav\" \"./Build/Debug/sample.wav\"\nfi\nif [ \"${CONFIGURATION}\" = \"Debug Native\" ]; then\nif [ ! -d \"./Build/Debug\" ]; then mkdir -p \"./Build/Debug\"; fi\ncp \"./../../../../../test/sample.wav\" \"./Build/Debug/sample.wav\"\nfi\nif [ \"${CONFIGURATION}\" = \"Release Universal\" ]; then\nif [ ! -d \"./Build/Release\" ]; then mkdir -p \"./Build/Release\"; fi\ncp \"./../../../../../test/sample.wav\" \"./Build/Release/sample.wav\"\nfi\nif [ \"${CONFIGURATION}\" = \"Release Native\" ]; then\nif [ ! -d \"./Build/Release\" ]; then mkdir -p \"./Build/Release\"; fi\ncp \"./../../../../../test/sample.wav\" \"./Build/Release/sample.wav\"\nfi";
|
||||
};
|
||||
/* End PBXShellScriptBuildPhase section */
|
||||
/* Begin PBXSourcesBuildPhase section */
|
||||
519913DE564E1DF6018B6D6E /* Sources */ = {
|
||||
isa = PBXSourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
35E60F6354AB3B1641465D4A /* testresample.c in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXSourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXVariantGroup section */
|
||||
/* End PBXVariantGroup section */
|
||||
|
||||
/* Begin PBXTargetDependency section */
|
||||
09BF5D88172F33C4433E3E03 /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = "libSDL2main.a";
|
||||
targetProxy = 5B1D612A14C260B921664D2E /* PBXContainerItemProxy */;
|
||||
};
|
||||
0E9B660622D90178791A35AC /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = "libSDL2.a";
|
||||
targetProxy = 6AE64D450E4708A308B534B9 /* PBXContainerItemProxy */;
|
||||
};
|
||||
/* End PBXTargetDependency section */
|
||||
|
||||
/* Begin XCBuildConfiguration section */
|
||||
6C99352C60BE006164D65852 /* Debug Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
CONFIGURATION_BUILD_DIR = Build/Debug;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testresample";
|
||||
};
|
||||
name = "Debug Universal";
|
||||
};
|
||||
2AAB6D3C0DB3127023080924 /* Debug Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
CONFIGURATION_BUILD_DIR = Build/Debug;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testresample";
|
||||
};
|
||||
name = "Debug Native";
|
||||
};
|
||||
1D8D19C100D347D84C7F5423 /* Release Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
CONFIGURATION_BUILD_DIR = Build/Release;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testresample";
|
||||
};
|
||||
name = "Release Universal";
|
||||
};
|
||||
656157FA6260106C2CED0CF6 /* Release Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
CONFIGURATION_BUILD_DIR = Build/Release;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testresample";
|
||||
};
|
||||
name = "Release Native";
|
||||
};
|
||||
01EB74C024E077CD3EBB0FE3 /* Debug Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
COPY_PHASE_STRIP = NO;
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"_DEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Universal/Debug";
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
SYMROOT = "Build/Debug";
|
||||
};
|
||||
name = "Debug Universal";
|
||||
};
|
||||
534512B356FF2ECF26527BFE /* Debug Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(NATIVE_ARCH_ACTUAL)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
COPY_PHASE_STRIP = NO;
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"_DEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Debug";
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
SYMROOT = "Build/Debug";
|
||||
};
|
||||
name = "Debug Native";
|
||||
};
|
||||
7104478B05B41C546B4071FE /* Release Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 3;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"NDEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Universal/Release";
|
||||
ONLY_ACTIVE_ARCH = NO;
|
||||
SYMROOT = "Build/Release";
|
||||
};
|
||||
name = "Release Universal";
|
||||
};
|
||||
753861341E056BE930E26639 /* Release Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(NATIVE_ARCH_ACTUAL)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 3;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"NDEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Release";
|
||||
ONLY_ACTIVE_ARCH = NO;
|
||||
SYMROOT = "Build/Release";
|
||||
};
|
||||
name = "Release Native";
|
||||
};
|
||||
/* End XCBuildConfiguration section */
|
||||
|
||||
/* Begin XCConfigurationList section */
|
||||
481C528600225942153760DE /* Build configuration list for PBXNativeTarget "testresample" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
6C99352C60BE006164D65852 /* Debug Universal */,
|
||||
2AAB6D3C0DB3127023080924 /* Debug Native */,
|
||||
1D8D19C100D347D84C7F5423 /* Release Universal */,
|
||||
656157FA6260106C2CED0CF6 /* Release Native */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = "Debug Universal";
|
||||
};
|
||||
1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "testresample" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
01EB74C024E077CD3EBB0FE3 /* Debug Universal */,
|
||||
534512B356FF2ECF26527BFE /* Debug Native */,
|
||||
7104478B05B41C546B4071FE /* Release Universal */,
|
||||
753861341E056BE930E26639 /* Release Native */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = "Debug Universal";
|
||||
};
|
||||
/* End XCConfigurationList section */
|
||||
|
||||
};
|
||||
rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
|
||||
}
|
||||
455
premake/Xcode/Xcode4/tests/testrumble/testrumble.xcodeproj/project.pbxproj
Executable file
455
premake/Xcode/Xcode4/tests/testrumble/testrumble.xcodeproj/project.pbxproj
Executable file
@@ -0,0 +1,455 @@
|
||||
// !$*UTF8*$!
|
||||
{
|
||||
archiveVersion = 1;
|
||||
classes = {
|
||||
};
|
||||
objectVersion = 45;
|
||||
objects = {
|
||||
|
||||
/* Begin PBXBuildFile section */
|
||||
6F9008572AAF5CAA25E64C0B /* testrumble.c in Sources */ = {isa = PBXBuildFile; fileRef = 7D125FE5399D06F9596F1F9C /* testrumble.c */; };
|
||||
4BD25BA164DB688456373A73 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 499970FD2BA1097174F51466 /* AudioToolbox.framework */; };
|
||||
205403867CA67EA7304135DD /* AudioUnit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 799A2065621B670930C61937 /* AudioUnit.framework */; };
|
||||
623461621C14061F67875A87 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 51AA0654008F2F3619EE7E1D /* Cocoa.framework */; };
|
||||
454D70D417BE6DB51E063EEB /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7DA1090811CD670055C86B86 /* CoreAudio.framework */; };
|
||||
0B0F0B9D27CD2C87703E7AFB /* IOKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6EDC622706725F955AF12729 /* IOKit.framework */; };
|
||||
78A129B337E341B301463E1F /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3400138E5D584509064E2BF1 /* Carbon.framework */; };
|
||||
6FA6094F357D593933F121B2 /* ForceFeedback.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 72E8708B7402562922B27994 /* ForceFeedback.framework */; };
|
||||
51D245A3018028126FEA2701 /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 58DC7F2843985EB218C013A9 /* CoreFoundation.framework */; };
|
||||
72D7390E67D560E0380C1D3D /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6F1B5AD43A715DC349DD0323 /* OpenGL.framework */; };
|
||||
051F53FE5DF93941628128E5 /* libSDL2main.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 735E5D7810073D9F458F57C0 /* libSDL2main.a */; };
|
||||
194255B23AF87165510B2E12 /* libSDL2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 7BF74F9C3F8823E067FE7C0C /* libSDL2.a */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXContainerItemProxy section */
|
||||
48BC504841350CC511F52C0E /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 201B54242D4E03BC32984F78 /* SDL2main.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = 0FF7291B375C79BC57696B66;
|
||||
remoteInfo = "libSDL2main.a";
|
||||
};
|
||||
05FC1724492D4F7E02344DAA /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 201B54242D4E03BC32984F78 /* SDL2main.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = 1BAE4A0A77462FDC330812A3;
|
||||
remoteInfo = "libSDL2main.a";
|
||||
};
|
||||
38E5732A537D57FB3CC331B4 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 6B100D996F7235E825286974 /* SDL2.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = 5E6D56F6655337845A3C44C3;
|
||||
remoteInfo = "libSDL2.a";
|
||||
};
|
||||
2D1B5D0573E1651B76ED628B /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 6B100D996F7235E825286974 /* SDL2.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = 7E6A7BC23CFD134274963645;
|
||||
remoteInfo = "libSDL2.a";
|
||||
};
|
||||
/* End PBXContainerItemProxy section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
7D125FE5399D06F9596F1F9C /* testrumble.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "testrumble.c"; path = "../../../../../test/testrumble.c"; sourceTree = "<group>"; };
|
||||
499970FD2BA1097174F51466 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "AudioToolbox.framework"; path = "/System/Library/Frameworks/AudioToolbox.framework"; sourceTree = "<absolute>"; };
|
||||
799A2065621B670930C61937 /* AudioUnit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "AudioUnit.framework"; path = "/System/Library/Frameworks/AudioUnit.framework"; sourceTree = "<absolute>"; };
|
||||
51AA0654008F2F3619EE7E1D /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "Cocoa.framework"; path = "/System/Library/Frameworks/Cocoa.framework"; sourceTree = "<absolute>"; };
|
||||
7DA1090811CD670055C86B86 /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreAudio.framework"; path = "/System/Library/Frameworks/CoreAudio.framework"; sourceTree = "<absolute>"; };
|
||||
6EDC622706725F955AF12729 /* IOKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "IOKit.framework"; path = "/System/Library/Frameworks/IOKit.framework"; sourceTree = "<absolute>"; };
|
||||
3400138E5D584509064E2BF1 /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "Carbon.framework"; path = "/System/Library/Frameworks/Carbon.framework"; sourceTree = "<absolute>"; };
|
||||
72E8708B7402562922B27994 /* ForceFeedback.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "ForceFeedback.framework"; path = "/System/Library/Frameworks/ForceFeedback.framework"; sourceTree = "<absolute>"; };
|
||||
58DC7F2843985EB218C013A9 /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreFoundation.framework"; path = "/System/Library/Frameworks/CoreFoundation.framework"; sourceTree = "<absolute>"; };
|
||||
6F1B5AD43A715DC349DD0323 /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "OpenGL.framework"; path = "/System/Library/Frameworks/OpenGL.framework"; sourceTree = "<absolute>"; };
|
||||
104F354F123A382518D83425 /* testrumble */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; name = "testrumble"; path = "testrumble"; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
201B54242D4E03BC32984F78 /* SDL2main.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "SDL2main.xcodeproj"; path = "../../SDL2main/SDL2main.xcodeproj"; sourceTree = SOURCE_ROOT; };
|
||||
6B100D996F7235E825286974 /* SDL2.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "SDL2.xcodeproj"; path = "../../SDL2/SDL2.xcodeproj"; sourceTree = SOURCE_ROOT; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
/* Begin PBXFrameworksBuildPhase section */
|
||||
1CCE52CC6B595625563D4E84 /* Frameworks */ = {
|
||||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
4BD25BA164DB688456373A73 /* AudioToolbox.framework in Frameworks */,
|
||||
205403867CA67EA7304135DD /* AudioUnit.framework in Frameworks */,
|
||||
623461621C14061F67875A87 /* Cocoa.framework in Frameworks */,
|
||||
454D70D417BE6DB51E063EEB /* CoreAudio.framework in Frameworks */,
|
||||
0B0F0B9D27CD2C87703E7AFB /* IOKit.framework in Frameworks */,
|
||||
78A129B337E341B301463E1F /* Carbon.framework in Frameworks */,
|
||||
6FA6094F357D593933F121B2 /* ForceFeedback.framework in Frameworks */,
|
||||
51D245A3018028126FEA2701 /* CoreFoundation.framework in Frameworks */,
|
||||
72D7390E67D560E0380C1D3D /* OpenGL.framework in Frameworks */,
|
||||
051F53FE5DF93941628128E5 /* libSDL2main.a in Frameworks */,
|
||||
194255B23AF87165510B2E12 /* libSDL2.a in Frameworks */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXFrameworksBuildPhase section */
|
||||
|
||||
/* Begin PBXGroup section */
|
||||
57303EE34AB6176C387F3E10 /* testrumble */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
197A54012758205821907AAF /* test */,
|
||||
79670D717ED505B55EE44D34 /* Frameworks */,
|
||||
3E9B702B34D941C86B661F5F /* Products */,
|
||||
47756CA0355E5B12395C01C2 /* Projects */,
|
||||
);
|
||||
name = "testrumble";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
197A54012758205821907AAF /* test */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
7D125FE5399D06F9596F1F9C /* testrumble.c */,
|
||||
);
|
||||
name = "test";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
79670D717ED505B55EE44D34 /* Frameworks */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
499970FD2BA1097174F51466 /* AudioToolbox.framework */,
|
||||
799A2065621B670930C61937 /* AudioUnit.framework */,
|
||||
51AA0654008F2F3619EE7E1D /* Cocoa.framework */,
|
||||
7DA1090811CD670055C86B86 /* CoreAudio.framework */,
|
||||
6EDC622706725F955AF12729 /* IOKit.framework */,
|
||||
3400138E5D584509064E2BF1 /* Carbon.framework */,
|
||||
72E8708B7402562922B27994 /* ForceFeedback.framework */,
|
||||
58DC7F2843985EB218C013A9 /* CoreFoundation.framework */,
|
||||
6F1B5AD43A715DC349DD0323 /* OpenGL.framework */,
|
||||
);
|
||||
name = "Frameworks";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
3E9B702B34D941C86B661F5F /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
104F354F123A382518D83425 /* testrumble */,
|
||||
);
|
||||
name = "Products";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
47756CA0355E5B12395C01C2 /* Projects */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
201B54242D4E03BC32984F78 /* SDL2main.xcodeproj */,
|
||||
6B100D996F7235E825286974 /* SDL2.xcodeproj */,
|
||||
);
|
||||
name = "Projects";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
60F642923925395F36795F9F /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
735E5D7810073D9F458F57C0 /* libSDL2main.a */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
53AA6E2757A342AC34311DA1 /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
7BF74F9C3F8823E067FE7C0C /* libSDL2.a */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* End PBXGroup section */
|
||||
|
||||
/* Begin PBXNativeTarget section */
|
||||
0183499B688451FC2EFF25D5 /* testrumble */ = {
|
||||
isa = PBXNativeTarget;
|
||||
buildConfigurationList = 4E79069B65D9450B63387937 /* Build configuration list for PBXNativeTarget "testrumble" */;
|
||||
buildPhases = (
|
||||
2825253C3BC10D0E1ADF3C76 /* Resources */,
|
||||
7609740B18523B637DD52FF9 /* Sources */,
|
||||
1CCE52CC6B595625563D4E84 /* Frameworks */,
|
||||
);
|
||||
buildRules = (
|
||||
);
|
||||
dependencies = (
|
||||
616678770C8F3BF768D45AA6 /* PBXTargetDependency */,
|
||||
211D2AD250037C05698F3765 /* PBXTargetDependency */,
|
||||
);
|
||||
name = "testrumble";
|
||||
productInstallPath = "$(HOME)/bin";
|
||||
productName = "testrumble";
|
||||
productReference = 104F354F123A382518D83425 /* testrumble */;
|
||||
productType = "com.apple.product-type.tool";
|
||||
};
|
||||
/* End PBXNativeTarget section */
|
||||
|
||||
/* Begin PBXProject section */
|
||||
08FB7793FE84155DC02AAC07 /* Project object */ = {
|
||||
isa = PBXProject;
|
||||
buildConfigurationList = 1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "testrumble" */;
|
||||
compatibilityVersion = "Xcode 3.2";
|
||||
hasScannedForEncodings = 1;
|
||||
mainGroup = 57303EE34AB6176C387F3E10 /* testrumble */;
|
||||
projectDirPath = "";
|
||||
projectReferences = (
|
||||
{
|
||||
ProductGroup = 60F642923925395F36795F9F /* Products */;
|
||||
ProjectRef = 201B54242D4E03BC32984F78 /* SDL2main.xcodeproj */;
|
||||
},
|
||||
{
|
||||
ProductGroup = 53AA6E2757A342AC34311DA1 /* Products */;
|
||||
ProjectRef = 6B100D996F7235E825286974 /* SDL2.xcodeproj */;
|
||||
},
|
||||
);
|
||||
projectRoot = "";
|
||||
targets = (
|
||||
0183499B688451FC2EFF25D5 /* testrumble */,
|
||||
);
|
||||
};
|
||||
/* End PBXProject section */
|
||||
|
||||
/* Begin PBXReferenceProxy section */
|
||||
735E5D7810073D9F458F57C0 /* libSDL2main.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
path = "Build/Debug/libSDL2main.a";
|
||||
remoteRef = 48BC504841350CC511F52C0E /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
7BF74F9C3F8823E067FE7C0C /* libSDL2.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
path = "Build/Debug/libSDL2.a";
|
||||
remoteRef = 38E5732A537D57FB3CC331B4 /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
/* End PBXReferenceProxy section */
|
||||
|
||||
/* Begin PBXResourcesBuildPhase section */
|
||||
2825253C3BC10D0E1ADF3C76 /* Resources */ = {
|
||||
isa = PBXResourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXResourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXSourcesBuildPhase section */
|
||||
7609740B18523B637DD52FF9 /* Sources */ = {
|
||||
isa = PBXSourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
6F9008572AAF5CAA25E64C0B /* testrumble.c in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXSourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXVariantGroup section */
|
||||
/* End PBXVariantGroup section */
|
||||
|
||||
/* Begin PBXTargetDependency section */
|
||||
616678770C8F3BF768D45AA6 /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = "libSDL2main.a";
|
||||
targetProxy = 05FC1724492D4F7E02344DAA /* PBXContainerItemProxy */;
|
||||
};
|
||||
211D2AD250037C05698F3765 /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = "libSDL2.a";
|
||||
targetProxy = 2D1B5D0573E1651B76ED628B /* PBXContainerItemProxy */;
|
||||
};
|
||||
/* End PBXTargetDependency section */
|
||||
|
||||
/* Begin XCBuildConfiguration section */
|
||||
77685791061D714C5FE01936 /* Debug Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
CONFIGURATION_BUILD_DIR = Build/Debug;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testrumble";
|
||||
};
|
||||
name = "Debug Universal";
|
||||
};
|
||||
2E2853B06D9A448729AF304E /* Debug Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
CONFIGURATION_BUILD_DIR = Build/Debug;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testrumble";
|
||||
};
|
||||
name = "Debug Native";
|
||||
};
|
||||
6E56703214E40DA62D3C66A2 /* Release Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
CONFIGURATION_BUILD_DIR = Build/Release;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testrumble";
|
||||
};
|
||||
name = "Release Universal";
|
||||
};
|
||||
4E4064F451AF51C4568D5408 /* Release Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
CONFIGURATION_BUILD_DIR = Build/Release;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testrumble";
|
||||
};
|
||||
name = "Release Native";
|
||||
};
|
||||
52003DC23AF1417C73D75457 /* Debug Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
COPY_PHASE_STRIP = NO;
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"_DEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Universal/Debug";
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
SYMROOT = "Build/Debug";
|
||||
};
|
||||
name = "Debug Universal";
|
||||
};
|
||||
0A3355EA1B75307C53726793 /* Debug Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(NATIVE_ARCH_ACTUAL)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
COPY_PHASE_STRIP = NO;
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"_DEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Debug";
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
SYMROOT = "Build/Debug";
|
||||
};
|
||||
name = "Debug Native";
|
||||
};
|
||||
253773595D0172953F164054 /* Release Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 3;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"NDEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Universal/Release";
|
||||
ONLY_ACTIVE_ARCH = NO;
|
||||
SYMROOT = "Build/Release";
|
||||
};
|
||||
name = "Release Universal";
|
||||
};
|
||||
7CC24FE209134E7E52E2269A /* Release Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(NATIVE_ARCH_ACTUAL)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 3;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"NDEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Release";
|
||||
ONLY_ACTIVE_ARCH = NO;
|
||||
SYMROOT = "Build/Release";
|
||||
};
|
||||
name = "Release Native";
|
||||
};
|
||||
/* End XCBuildConfiguration section */
|
||||
|
||||
/* Begin XCConfigurationList section */
|
||||
4E79069B65D9450B63387937 /* Build configuration list for PBXNativeTarget "testrumble" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
77685791061D714C5FE01936 /* Debug Universal */,
|
||||
2E2853B06D9A448729AF304E /* Debug Native */,
|
||||
6E56703214E40DA62D3C66A2 /* Release Universal */,
|
||||
4E4064F451AF51C4568D5408 /* Release Native */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = "Debug Universal";
|
||||
};
|
||||
1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "testrumble" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
52003DC23AF1417C73D75457 /* Debug Universal */,
|
||||
0A3355EA1B75307C53726793 /* Debug Native */,
|
||||
253773595D0172953F164054 /* Release Universal */,
|
||||
7CC24FE209134E7E52E2269A /* Release Native */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = "Debug Universal";
|
||||
};
|
||||
/* End XCConfigurationList section */
|
||||
|
||||
};
|
||||
rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
|
||||
}
|
||||
515
premake/Xcode/Xcode4/tests/testscale/testscale.xcodeproj/project.pbxproj
Executable file
515
premake/Xcode/Xcode4/tests/testscale/testscale.xcodeproj/project.pbxproj
Executable file
@@ -0,0 +1,515 @@
|
||||
// !$*UTF8*$!
|
||||
{
|
||||
archiveVersion = 1;
|
||||
classes = {
|
||||
};
|
||||
objectVersion = 45;
|
||||
objects = {
|
||||
|
||||
/* Begin PBXBuildFile section */
|
||||
52A221D55B3035AA48E47AFE /* testscale.c in Sources */ = {isa = PBXBuildFile; fileRef = 00535F4809701A374C8D4F16 /* testscale.c */; };
|
||||
6E950B652E48203B26DA56F6 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2828778559057C4275791684 /* AudioToolbox.framework */; };
|
||||
642549FE569F735F77A22EDC /* AudioUnit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 37B234F173D66DDD4917203A /* AudioUnit.framework */; };
|
||||
79E21AC86E0C750B4C7260C1 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6F5D533C37A4306622FE7B89 /* Cocoa.framework */; };
|
||||
2C0848C857713D0814FE5DC7 /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5006786347D501D573DA12F9 /* CoreAudio.framework */; };
|
||||
61822DDF3B123D4523CF7108 /* IOKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 520C30BD4CB0740C7EC62E0B /* IOKit.framework */; };
|
||||
42F31FB012D41E435EC31458 /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0465328411E81A4C73EB6A5E /* Carbon.framework */; };
|
||||
720A7D5C48CE5B426A883439 /* ForceFeedback.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 39AE0EEA2A4E28617D632101 /* ForceFeedback.framework */; };
|
||||
7A4426FB44DA7415350B77CE /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 355C2D5C228003A43DDE57FA /* CoreFoundation.framework */; };
|
||||
6B4051E407734A7159BB19A9 /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1FD3621E4CF31CB2742F558E /* OpenGL.framework */; };
|
||||
5B1F0D2C5CFF1B1F295E6F31 /* libSDL2main.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 52AC2AEA6E120291253826F2 /* libSDL2main.a */; };
|
||||
1C823D8B2BA249FC50AF2647 /* libSDL2test.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5EFA1AA6315E42C921515D01 /* libSDL2test.a */; };
|
||||
63686B8779ED58B571C01A84 /* libSDL2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 2C0643315CBB1EC265804FC6 /* libSDL2.a */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXContainerItemProxy section */
|
||||
01A129B75F6168F7529011C3 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 2A9D69F103BE41AE368E42A6 /* SDL2main.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = 0FF7291B375C79BC57696B66;
|
||||
remoteInfo = "libSDL2main.a";
|
||||
};
|
||||
53624E8942002E5825A2412F /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 2A9D69F103BE41AE368E42A6 /* SDL2main.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = 1BAE4A0A77462FDC330812A3;
|
||||
remoteInfo = "libSDL2main.a";
|
||||
};
|
||||
28044D84291474F73DBB68DE /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 1F443D607BF72841046529A0 /* SDL2test.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = 1EB6664901BC163F215A4861;
|
||||
remoteInfo = "libSDL2test.a";
|
||||
};
|
||||
79A365D807CE0037464E3EAF /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 1F443D607BF72841046529A0 /* SDL2test.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = 1258506950476B85239A79A3;
|
||||
remoteInfo = "libSDL2test.a";
|
||||
};
|
||||
7A6320CC6DC956590E800F44 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 40646BF671F8674E48E6152E /* SDL2.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = 5E6D56F6655337845A3C44C3;
|
||||
remoteInfo = "libSDL2.a";
|
||||
};
|
||||
6E5C0D395563144B7BEE4D26 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 40646BF671F8674E48E6152E /* SDL2.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = 7E6A7BC23CFD134274963645;
|
||||
remoteInfo = "libSDL2.a";
|
||||
};
|
||||
/* End PBXContainerItemProxy section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
00535F4809701A374C8D4F16 /* testscale.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "testscale.c"; path = "../../../../../test/testscale.c"; sourceTree = "<group>"; };
|
||||
2828778559057C4275791684 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "AudioToolbox.framework"; path = "/System/Library/Frameworks/AudioToolbox.framework"; sourceTree = "<absolute>"; };
|
||||
37B234F173D66DDD4917203A /* AudioUnit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "AudioUnit.framework"; path = "/System/Library/Frameworks/AudioUnit.framework"; sourceTree = "<absolute>"; };
|
||||
6F5D533C37A4306622FE7B89 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "Cocoa.framework"; path = "/System/Library/Frameworks/Cocoa.framework"; sourceTree = "<absolute>"; };
|
||||
5006786347D501D573DA12F9 /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreAudio.framework"; path = "/System/Library/Frameworks/CoreAudio.framework"; sourceTree = "<absolute>"; };
|
||||
520C30BD4CB0740C7EC62E0B /* IOKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "IOKit.framework"; path = "/System/Library/Frameworks/IOKit.framework"; sourceTree = "<absolute>"; };
|
||||
0465328411E81A4C73EB6A5E /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "Carbon.framework"; path = "/System/Library/Frameworks/Carbon.framework"; sourceTree = "<absolute>"; };
|
||||
39AE0EEA2A4E28617D632101 /* ForceFeedback.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "ForceFeedback.framework"; path = "/System/Library/Frameworks/ForceFeedback.framework"; sourceTree = "<absolute>"; };
|
||||
355C2D5C228003A43DDE57FA /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreFoundation.framework"; path = "/System/Library/Frameworks/CoreFoundation.framework"; sourceTree = "<absolute>"; };
|
||||
1FD3621E4CF31CB2742F558E /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "OpenGL.framework"; path = "/System/Library/Frameworks/OpenGL.framework"; sourceTree = "<absolute>"; };
|
||||
4B66367B5F7C5415696F1E3F /* testscale */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; name = "testscale"; path = "testscale"; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
2A9D69F103BE41AE368E42A6 /* SDL2main.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "SDL2main.xcodeproj"; path = "../../SDL2main/SDL2main.xcodeproj"; sourceTree = SOURCE_ROOT; };
|
||||
1F443D607BF72841046529A0 /* SDL2test.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "SDL2test.xcodeproj"; path = "../../SDL2test/SDL2test.xcodeproj"; sourceTree = SOURCE_ROOT; };
|
||||
40646BF671F8674E48E6152E /* SDL2.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "SDL2.xcodeproj"; path = "../../SDL2/SDL2.xcodeproj"; sourceTree = SOURCE_ROOT; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
/* Begin PBXFrameworksBuildPhase section */
|
||||
4A680D2877B935F038DF43E1 /* Frameworks */ = {
|
||||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
6E950B652E48203B26DA56F6 /* AudioToolbox.framework in Frameworks */,
|
||||
642549FE569F735F77A22EDC /* AudioUnit.framework in Frameworks */,
|
||||
79E21AC86E0C750B4C7260C1 /* Cocoa.framework in Frameworks */,
|
||||
2C0848C857713D0814FE5DC7 /* CoreAudio.framework in Frameworks */,
|
||||
61822DDF3B123D4523CF7108 /* IOKit.framework in Frameworks */,
|
||||
42F31FB012D41E435EC31458 /* Carbon.framework in Frameworks */,
|
||||
720A7D5C48CE5B426A883439 /* ForceFeedback.framework in Frameworks */,
|
||||
7A4426FB44DA7415350B77CE /* CoreFoundation.framework in Frameworks */,
|
||||
6B4051E407734A7159BB19A9 /* OpenGL.framework in Frameworks */,
|
||||
5B1F0D2C5CFF1B1F295E6F31 /* libSDL2main.a in Frameworks */,
|
||||
1C823D8B2BA249FC50AF2647 /* libSDL2test.a in Frameworks */,
|
||||
63686B8779ED58B571C01A84 /* libSDL2.a in Frameworks */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXFrameworksBuildPhase section */
|
||||
|
||||
/* Begin PBXGroup section */
|
||||
73B23D0F4A5F541B793A6E75 /* testscale */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
73FA2E7E6DD4348D251601FC /* test */,
|
||||
5A4644114B722F7B584B6025 /* Frameworks */,
|
||||
3AF9594D5DC35F3A670255B2 /* Products */,
|
||||
1F0A00E54FD148FC5495102D /* Projects */,
|
||||
);
|
||||
name = "testscale";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
73FA2E7E6DD4348D251601FC /* test */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
00535F4809701A374C8D4F16 /* testscale.c */,
|
||||
);
|
||||
name = "test";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
5A4644114B722F7B584B6025 /* Frameworks */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
2828778559057C4275791684 /* AudioToolbox.framework */,
|
||||
37B234F173D66DDD4917203A /* AudioUnit.framework */,
|
||||
6F5D533C37A4306622FE7B89 /* Cocoa.framework */,
|
||||
5006786347D501D573DA12F9 /* CoreAudio.framework */,
|
||||
520C30BD4CB0740C7EC62E0B /* IOKit.framework */,
|
||||
0465328411E81A4C73EB6A5E /* Carbon.framework */,
|
||||
39AE0EEA2A4E28617D632101 /* ForceFeedback.framework */,
|
||||
355C2D5C228003A43DDE57FA /* CoreFoundation.framework */,
|
||||
1FD3621E4CF31CB2742F558E /* OpenGL.framework */,
|
||||
);
|
||||
name = "Frameworks";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
3AF9594D5DC35F3A670255B2 /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
4B66367B5F7C5415696F1E3F /* testscale */,
|
||||
);
|
||||
name = "Products";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
1F0A00E54FD148FC5495102D /* Projects */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
2A9D69F103BE41AE368E42A6 /* SDL2main.xcodeproj */,
|
||||
1F443D607BF72841046529A0 /* SDL2test.xcodeproj */,
|
||||
40646BF671F8674E48E6152E /* SDL2.xcodeproj */,
|
||||
);
|
||||
name = "Projects";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
273E13C701DD143B3F030CAA /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
52AC2AEA6E120291253826F2 /* libSDL2main.a */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
4EAB5A273F057F3E63B0385A /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
5EFA1AA6315E42C921515D01 /* libSDL2test.a */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
676F64AF31104FF028C41749 /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
2C0643315CBB1EC265804FC6 /* libSDL2.a */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* End PBXGroup section */
|
||||
|
||||
/* Begin PBXNativeTarget section */
|
||||
74B1378C7D2B26BD44A07C03 /* testscale */ = {
|
||||
isa = PBXNativeTarget;
|
||||
buildConfigurationList = 03E1517B155B1AC915BE0CB4 /* Build configuration list for PBXNativeTarget "testscale" */;
|
||||
buildPhases = (
|
||||
3AA36239437419615A2003AD /* Resources */,
|
||||
03392D574E91389F57AD32C7 /* Sources */,
|
||||
4A680D2877B935F038DF43E1 /* Frameworks */,
|
||||
9607AE3710C85E8F00CD1376 /* Postbuild */,
|
||||
);
|
||||
buildRules = (
|
||||
);
|
||||
dependencies = (
|
||||
2A2E618162F62A1569752B8B /* PBXTargetDependency */,
|
||||
61985AF927E471BF61950A41 /* PBXTargetDependency */,
|
||||
24CB1AA7778A0B06514A7003 /* PBXTargetDependency */,
|
||||
);
|
||||
name = "testscale";
|
||||
productInstallPath = "$(HOME)/bin";
|
||||
productName = "testscale";
|
||||
productReference = 4B66367B5F7C5415696F1E3F /* testscale */;
|
||||
productType = "com.apple.product-type.tool";
|
||||
};
|
||||
/* End PBXNativeTarget section */
|
||||
|
||||
/* Begin PBXProject section */
|
||||
08FB7793FE84155DC02AAC07 /* Project object */ = {
|
||||
isa = PBXProject;
|
||||
buildConfigurationList = 1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "testscale" */;
|
||||
compatibilityVersion = "Xcode 3.2";
|
||||
hasScannedForEncodings = 1;
|
||||
mainGroup = 73B23D0F4A5F541B793A6E75 /* testscale */;
|
||||
projectDirPath = "";
|
||||
projectReferences = (
|
||||
{
|
||||
ProductGroup = 273E13C701DD143B3F030CAA /* Products */;
|
||||
ProjectRef = 2A9D69F103BE41AE368E42A6 /* SDL2main.xcodeproj */;
|
||||
},
|
||||
{
|
||||
ProductGroup = 4EAB5A273F057F3E63B0385A /* Products */;
|
||||
ProjectRef = 1F443D607BF72841046529A0 /* SDL2test.xcodeproj */;
|
||||
},
|
||||
{
|
||||
ProductGroup = 676F64AF31104FF028C41749 /* Products */;
|
||||
ProjectRef = 40646BF671F8674E48E6152E /* SDL2.xcodeproj */;
|
||||
},
|
||||
);
|
||||
projectRoot = "";
|
||||
targets = (
|
||||
74B1378C7D2B26BD44A07C03 /* testscale */,
|
||||
);
|
||||
};
|
||||
/* End PBXProject section */
|
||||
|
||||
/* Begin PBXReferenceProxy section */
|
||||
52AC2AEA6E120291253826F2 /* libSDL2main.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
path = "Build/Debug/libSDL2main.a";
|
||||
remoteRef = 01A129B75F6168F7529011C3 /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
5EFA1AA6315E42C921515D01 /* libSDL2test.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
path = "Build/Debug/libSDL2test.a";
|
||||
remoteRef = 28044D84291474F73DBB68DE /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
2C0643315CBB1EC265804FC6 /* libSDL2.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
path = "Build/Debug/libSDL2.a";
|
||||
remoteRef = 7A6320CC6DC956590E800F44 /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
/* End PBXReferenceProxy section */
|
||||
|
||||
/* Begin PBXResourcesBuildPhase section */
|
||||
3AA36239437419615A2003AD /* Resources */ = {
|
||||
isa = PBXResourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXResourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXShellScriptBuildPhase section */
|
||||
9607AE3710C85E8F00CD1376 /* Postbuild */ = {
|
||||
isa = PBXShellScriptBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
);
|
||||
inputPaths = (
|
||||
);
|
||||
name = Postbuild;
|
||||
outputPaths = (
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
shellPath = /bin/sh;
|
||||
shellScript = "if [ \"${CONFIGURATION}\" = \"Debug Universal\" ]; then\nif [ ! -d \"./Build/Debug\" ]; then mkdir -p \"./Build/Debug\"; fi\ncp \"./../../../../../test/sample.bmp\" \"./Build/Debug/sample.bmp\"\ncp \"./../../../../../test/icon.bmp\" \"./Build/Debug/icon.bmp\"\nfi\nif [ \"${CONFIGURATION}\" = \"Debug Native\" ]; then\nif [ ! -d \"./Build/Debug\" ]; then mkdir -p \"./Build/Debug\"; fi\ncp \"./../../../../../test/sample.bmp\" \"./Build/Debug/sample.bmp\"\ncp \"./../../../../../test/icon.bmp\" \"./Build/Debug/icon.bmp\"\nfi\nif [ \"${CONFIGURATION}\" = \"Release Universal\" ]; then\nif [ ! -d \"./Build/Release\" ]; then mkdir -p \"./Build/Release\"; fi\ncp \"./../../../../../test/sample.bmp\" \"./Build/Release/sample.bmp\"\ncp \"./../../../../../test/icon.bmp\" \"./Build/Release/icon.bmp\"\nfi\nif [ \"${CONFIGURATION}\" = \"Release Native\" ]; then\nif [ ! -d \"./Build/Release\" ]; then mkdir -p \"./Build/Release\"; fi\ncp \"./../../../../../test/sample.bmp\" \"./Build/Release/sample.bmp\"\ncp \"./../../../../../test/icon.bmp\" \"./Build/Release/icon.bmp\"\nfi";
|
||||
};
|
||||
/* End PBXShellScriptBuildPhase section */
|
||||
/* Begin PBXSourcesBuildPhase section */
|
||||
03392D574E91389F57AD32C7 /* Sources */ = {
|
||||
isa = PBXSourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
52A221D55B3035AA48E47AFE /* testscale.c in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXSourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXVariantGroup section */
|
||||
/* End PBXVariantGroup section */
|
||||
|
||||
/* Begin PBXTargetDependency section */
|
||||
2A2E618162F62A1569752B8B /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = "libSDL2main.a";
|
||||
targetProxy = 53624E8942002E5825A2412F /* PBXContainerItemProxy */;
|
||||
};
|
||||
61985AF927E471BF61950A41 /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = "libSDL2test.a";
|
||||
targetProxy = 79A365D807CE0037464E3EAF /* PBXContainerItemProxy */;
|
||||
};
|
||||
24CB1AA7778A0B06514A7003 /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = "libSDL2.a";
|
||||
targetProxy = 6E5C0D395563144B7BEE4D26 /* PBXContainerItemProxy */;
|
||||
};
|
||||
/* End PBXTargetDependency section */
|
||||
|
||||
/* Begin XCBuildConfiguration section */
|
||||
2CE4638609AA08631BCE316D /* Debug Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
CONFIGURATION_BUILD_DIR = Build/Debug;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testscale";
|
||||
};
|
||||
name = "Debug Universal";
|
||||
};
|
||||
274B38691BF232E7794600CA /* Debug Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
CONFIGURATION_BUILD_DIR = Build/Debug;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testscale";
|
||||
};
|
||||
name = "Debug Native";
|
||||
};
|
||||
04B6504B0E4216675D0B0829 /* Release Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
CONFIGURATION_BUILD_DIR = Build/Release;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testscale";
|
||||
};
|
||||
name = "Release Universal";
|
||||
};
|
||||
53485C2C7372770C5C3F39D0 /* Release Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
CONFIGURATION_BUILD_DIR = Build/Release;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testscale";
|
||||
};
|
||||
name = "Release Native";
|
||||
};
|
||||
08675BEB3FA11B3B4ED5091E /* Debug Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
COPY_PHASE_STRIP = NO;
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"_DEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Universal/Debug";
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
SYMROOT = "Build/Debug";
|
||||
};
|
||||
name = "Debug Universal";
|
||||
};
|
||||
64357811288810543A7109A8 /* Debug Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(NATIVE_ARCH_ACTUAL)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
COPY_PHASE_STRIP = NO;
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"_DEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Debug";
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
SYMROOT = "Build/Debug";
|
||||
};
|
||||
name = "Debug Native";
|
||||
};
|
||||
498223CF7F1C33A114900BB7 /* Release Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 3;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"NDEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Universal/Release";
|
||||
ONLY_ACTIVE_ARCH = NO;
|
||||
SYMROOT = "Build/Release";
|
||||
};
|
||||
name = "Release Universal";
|
||||
};
|
||||
1A934A23712621042E0156BD /* Release Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(NATIVE_ARCH_ACTUAL)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 3;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"NDEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Release";
|
||||
ONLY_ACTIVE_ARCH = NO;
|
||||
SYMROOT = "Build/Release";
|
||||
};
|
||||
name = "Release Native";
|
||||
};
|
||||
/* End XCBuildConfiguration section */
|
||||
|
||||
/* Begin XCConfigurationList section */
|
||||
03E1517B155B1AC915BE0CB4 /* Build configuration list for PBXNativeTarget "testscale" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
2CE4638609AA08631BCE316D /* Debug Universal */,
|
||||
274B38691BF232E7794600CA /* Debug Native */,
|
||||
04B6504B0E4216675D0B0829 /* Release Universal */,
|
||||
53485C2C7372770C5C3F39D0 /* Release Native */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = "Debug Universal";
|
||||
};
|
||||
1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "testscale" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
08675BEB3FA11B3B4ED5091E /* Debug Universal */,
|
||||
64357811288810543A7109A8 /* Debug Native */,
|
||||
498223CF7F1C33A114900BB7 /* Release Universal */,
|
||||
1A934A23712621042E0156BD /* Release Native */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = "Debug Universal";
|
||||
};
|
||||
/* End XCConfigurationList section */
|
||||
|
||||
};
|
||||
rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
|
||||
}
|
||||
455
premake/Xcode/Xcode4/tests/testsem/testsem.xcodeproj/project.pbxproj
Executable file
455
premake/Xcode/Xcode4/tests/testsem/testsem.xcodeproj/project.pbxproj
Executable file
@@ -0,0 +1,455 @@
|
||||
// !$*UTF8*$!
|
||||
{
|
||||
archiveVersion = 1;
|
||||
classes = {
|
||||
};
|
||||
objectVersion = 45;
|
||||
objects = {
|
||||
|
||||
/* Begin PBXBuildFile section */
|
||||
15293CD565D673E00A306949 /* testsem.c in Sources */ = {isa = PBXBuildFile; fileRef = 46376D2A0F3E63E642A9008A /* testsem.c */; };
|
||||
34F7559F3D8051541B8765AF /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6CBE69624E0C3240370D5F75 /* AudioToolbox.framework */; };
|
||||
59443F4965D456B869BA5CFB /* AudioUnit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 62196DFD3419728651E6592D /* AudioUnit.framework */; };
|
||||
041D157E105405606E396C24 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7151150264850DF30448381F /* Cocoa.framework */; };
|
||||
76387C39291762BE512642A1 /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 517A622C67F444E81A496C71 /* CoreAudio.framework */; };
|
||||
65BB6C54313B558D50153BB6 /* IOKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6D1A61B40F3023663DF871AE /* IOKit.framework */; };
|
||||
725767564E534EF6258A3914 /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6614396D4B0C1F865432485F /* Carbon.framework */; };
|
||||
1D1176447BFC01B7391546E1 /* ForceFeedback.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 661450B9615D2DFD3DF01107 /* ForceFeedback.framework */; };
|
||||
21C402C842603E0B5C063117 /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6E99322466F15BB75C5306F2 /* CoreFoundation.framework */; };
|
||||
6D3E2D397AAB2D4F4CF2384F /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 034758F94B1C45A1751279C4 /* OpenGL.framework */; };
|
||||
794073935E046F9479F74B8E /* libSDL2main.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4455588F1B4354006CAB6923 /* libSDL2main.a */; };
|
||||
605D79D6047D2D9D53AE6694 /* libSDL2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 78797F4731811A7A48E27B04 /* libSDL2.a */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXContainerItemProxy section */
|
||||
599556D13FAA589D40A54FB4 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 338C316705D43C191A142099 /* SDL2main.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = 0FF7291B375C79BC57696B66;
|
||||
remoteInfo = "libSDL2main.a";
|
||||
};
|
||||
40E669BD1D8F177E5ABC6D11 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 338C316705D43C191A142099 /* SDL2main.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = 1BAE4A0A77462FDC330812A3;
|
||||
remoteInfo = "libSDL2main.a";
|
||||
};
|
||||
4E40097511B1343866F3614D /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 798D351331A7679B03FF6215 /* SDL2.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = 5E6D56F6655337845A3C44C3;
|
||||
remoteInfo = "libSDL2.a";
|
||||
};
|
||||
24860312212444345CEF7130 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 798D351331A7679B03FF6215 /* SDL2.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = 7E6A7BC23CFD134274963645;
|
||||
remoteInfo = "libSDL2.a";
|
||||
};
|
||||
/* End PBXContainerItemProxy section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
46376D2A0F3E63E642A9008A /* testsem.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "testsem.c"; path = "../../../../../test/testsem.c"; sourceTree = "<group>"; };
|
||||
6CBE69624E0C3240370D5F75 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "AudioToolbox.framework"; path = "/System/Library/Frameworks/AudioToolbox.framework"; sourceTree = "<absolute>"; };
|
||||
62196DFD3419728651E6592D /* AudioUnit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "AudioUnit.framework"; path = "/System/Library/Frameworks/AudioUnit.framework"; sourceTree = "<absolute>"; };
|
||||
7151150264850DF30448381F /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "Cocoa.framework"; path = "/System/Library/Frameworks/Cocoa.framework"; sourceTree = "<absolute>"; };
|
||||
517A622C67F444E81A496C71 /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreAudio.framework"; path = "/System/Library/Frameworks/CoreAudio.framework"; sourceTree = "<absolute>"; };
|
||||
6D1A61B40F3023663DF871AE /* IOKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "IOKit.framework"; path = "/System/Library/Frameworks/IOKit.framework"; sourceTree = "<absolute>"; };
|
||||
6614396D4B0C1F865432485F /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "Carbon.framework"; path = "/System/Library/Frameworks/Carbon.framework"; sourceTree = "<absolute>"; };
|
||||
661450B9615D2DFD3DF01107 /* ForceFeedback.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "ForceFeedback.framework"; path = "/System/Library/Frameworks/ForceFeedback.framework"; sourceTree = "<absolute>"; };
|
||||
6E99322466F15BB75C5306F2 /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreFoundation.framework"; path = "/System/Library/Frameworks/CoreFoundation.framework"; sourceTree = "<absolute>"; };
|
||||
034758F94B1C45A1751279C4 /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "OpenGL.framework"; path = "/System/Library/Frameworks/OpenGL.framework"; sourceTree = "<absolute>"; };
|
||||
119B0F9946CA27055E0C1E00 /* testsem */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; name = "testsem"; path = "testsem"; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
338C316705D43C191A142099 /* SDL2main.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "SDL2main.xcodeproj"; path = "../../SDL2main/SDL2main.xcodeproj"; sourceTree = SOURCE_ROOT; };
|
||||
798D351331A7679B03FF6215 /* SDL2.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "SDL2.xcodeproj"; path = "../../SDL2/SDL2.xcodeproj"; sourceTree = SOURCE_ROOT; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
/* Begin PBXFrameworksBuildPhase section */
|
||||
50C6081943C07DE36B0870A3 /* Frameworks */ = {
|
||||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
34F7559F3D8051541B8765AF /* AudioToolbox.framework in Frameworks */,
|
||||
59443F4965D456B869BA5CFB /* AudioUnit.framework in Frameworks */,
|
||||
041D157E105405606E396C24 /* Cocoa.framework in Frameworks */,
|
||||
76387C39291762BE512642A1 /* CoreAudio.framework in Frameworks */,
|
||||
65BB6C54313B558D50153BB6 /* IOKit.framework in Frameworks */,
|
||||
725767564E534EF6258A3914 /* Carbon.framework in Frameworks */,
|
||||
1D1176447BFC01B7391546E1 /* ForceFeedback.framework in Frameworks */,
|
||||
21C402C842603E0B5C063117 /* CoreFoundation.framework in Frameworks */,
|
||||
6D3E2D397AAB2D4F4CF2384F /* OpenGL.framework in Frameworks */,
|
||||
794073935E046F9479F74B8E /* libSDL2main.a in Frameworks */,
|
||||
605D79D6047D2D9D53AE6694 /* libSDL2.a in Frameworks */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXFrameworksBuildPhase section */
|
||||
|
||||
/* Begin PBXGroup section */
|
||||
0D8207B92FE70FD441786A5E /* testsem */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
01BA18E9748100B710E73A47 /* test */,
|
||||
45610B86390929E3259635D9 /* Frameworks */,
|
||||
626F7C3136760CDC4C4C2AD6 /* Products */,
|
||||
0342221460A45C5907422F2D /* Projects */,
|
||||
);
|
||||
name = "testsem";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
01BA18E9748100B710E73A47 /* test */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
46376D2A0F3E63E642A9008A /* testsem.c */,
|
||||
);
|
||||
name = "test";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
45610B86390929E3259635D9 /* Frameworks */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
6CBE69624E0C3240370D5F75 /* AudioToolbox.framework */,
|
||||
62196DFD3419728651E6592D /* AudioUnit.framework */,
|
||||
7151150264850DF30448381F /* Cocoa.framework */,
|
||||
517A622C67F444E81A496C71 /* CoreAudio.framework */,
|
||||
6D1A61B40F3023663DF871AE /* IOKit.framework */,
|
||||
6614396D4B0C1F865432485F /* Carbon.framework */,
|
||||
661450B9615D2DFD3DF01107 /* ForceFeedback.framework */,
|
||||
6E99322466F15BB75C5306F2 /* CoreFoundation.framework */,
|
||||
034758F94B1C45A1751279C4 /* OpenGL.framework */,
|
||||
);
|
||||
name = "Frameworks";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
626F7C3136760CDC4C4C2AD6 /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
119B0F9946CA27055E0C1E00 /* testsem */,
|
||||
);
|
||||
name = "Products";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
0342221460A45C5907422F2D /* Projects */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
338C316705D43C191A142099 /* SDL2main.xcodeproj */,
|
||||
798D351331A7679B03FF6215 /* SDL2.xcodeproj */,
|
||||
);
|
||||
name = "Projects";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
6BD6360A535250756CF217E9 /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
4455588F1B4354006CAB6923 /* libSDL2main.a */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
79433183264A520502492116 /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
78797F4731811A7A48E27B04 /* libSDL2.a */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* End PBXGroup section */
|
||||
|
||||
/* Begin PBXNativeTarget section */
|
||||
18C935D7602B31BD035777EB /* testsem */ = {
|
||||
isa = PBXNativeTarget;
|
||||
buildConfigurationList = 2C4E68B156C94A493CF52D2D /* Build configuration list for PBXNativeTarget "testsem" */;
|
||||
buildPhases = (
|
||||
236E2EBD14B875816E1C2A3D /* Resources */,
|
||||
2B6E4A4A58710BCC2787373C /* Sources */,
|
||||
50C6081943C07DE36B0870A3 /* Frameworks */,
|
||||
);
|
||||
buildRules = (
|
||||
);
|
||||
dependencies = (
|
||||
13696F900DBB228A32266024 /* PBXTargetDependency */,
|
||||
2A1A47952961593B614862EE /* PBXTargetDependency */,
|
||||
);
|
||||
name = "testsem";
|
||||
productInstallPath = "$(HOME)/bin";
|
||||
productName = "testsem";
|
||||
productReference = 119B0F9946CA27055E0C1E00 /* testsem */;
|
||||
productType = "com.apple.product-type.tool";
|
||||
};
|
||||
/* End PBXNativeTarget section */
|
||||
|
||||
/* Begin PBXProject section */
|
||||
08FB7793FE84155DC02AAC07 /* Project object */ = {
|
||||
isa = PBXProject;
|
||||
buildConfigurationList = 1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "testsem" */;
|
||||
compatibilityVersion = "Xcode 3.2";
|
||||
hasScannedForEncodings = 1;
|
||||
mainGroup = 0D8207B92FE70FD441786A5E /* testsem */;
|
||||
projectDirPath = "";
|
||||
projectReferences = (
|
||||
{
|
||||
ProductGroup = 6BD6360A535250756CF217E9 /* Products */;
|
||||
ProjectRef = 338C316705D43C191A142099 /* SDL2main.xcodeproj */;
|
||||
},
|
||||
{
|
||||
ProductGroup = 79433183264A520502492116 /* Products */;
|
||||
ProjectRef = 798D351331A7679B03FF6215 /* SDL2.xcodeproj */;
|
||||
},
|
||||
);
|
||||
projectRoot = "";
|
||||
targets = (
|
||||
18C935D7602B31BD035777EB /* testsem */,
|
||||
);
|
||||
};
|
||||
/* End PBXProject section */
|
||||
|
||||
/* Begin PBXReferenceProxy section */
|
||||
4455588F1B4354006CAB6923 /* libSDL2main.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
path = "Build/Debug/libSDL2main.a";
|
||||
remoteRef = 599556D13FAA589D40A54FB4 /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
78797F4731811A7A48E27B04 /* libSDL2.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
path = "Build/Debug/libSDL2.a";
|
||||
remoteRef = 4E40097511B1343866F3614D /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
/* End PBXReferenceProxy section */
|
||||
|
||||
/* Begin PBXResourcesBuildPhase section */
|
||||
236E2EBD14B875816E1C2A3D /* Resources */ = {
|
||||
isa = PBXResourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXResourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXSourcesBuildPhase section */
|
||||
2B6E4A4A58710BCC2787373C /* Sources */ = {
|
||||
isa = PBXSourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
15293CD565D673E00A306949 /* testsem.c in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXSourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXVariantGroup section */
|
||||
/* End PBXVariantGroup section */
|
||||
|
||||
/* Begin PBXTargetDependency section */
|
||||
13696F900DBB228A32266024 /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = "libSDL2main.a";
|
||||
targetProxy = 40E669BD1D8F177E5ABC6D11 /* PBXContainerItemProxy */;
|
||||
};
|
||||
2A1A47952961593B614862EE /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = "libSDL2.a";
|
||||
targetProxy = 24860312212444345CEF7130 /* PBXContainerItemProxy */;
|
||||
};
|
||||
/* End PBXTargetDependency section */
|
||||
|
||||
/* Begin XCBuildConfiguration section */
|
||||
133A7169340607BC74A8451A /* Debug Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
CONFIGURATION_BUILD_DIR = Build/Debug;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testsem";
|
||||
};
|
||||
name = "Debug Universal";
|
||||
};
|
||||
7DF578DA40E864AE1A5D6C60 /* Debug Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
CONFIGURATION_BUILD_DIR = Build/Debug;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testsem";
|
||||
};
|
||||
name = "Debug Native";
|
||||
};
|
||||
49E90593292B4DF114A85C27 /* Release Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
CONFIGURATION_BUILD_DIR = Build/Release;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testsem";
|
||||
};
|
||||
name = "Release Universal";
|
||||
};
|
||||
7E2275970D556D854BEC7648 /* Release Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
CONFIGURATION_BUILD_DIR = Build/Release;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testsem";
|
||||
};
|
||||
name = "Release Native";
|
||||
};
|
||||
54F00BE30C7237C44E96094A /* Debug Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
COPY_PHASE_STRIP = NO;
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"_DEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Universal/Debug";
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
SYMROOT = "Build/Debug";
|
||||
};
|
||||
name = "Debug Universal";
|
||||
};
|
||||
45ED5B0C757A360863CC75EB /* Debug Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(NATIVE_ARCH_ACTUAL)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
COPY_PHASE_STRIP = NO;
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"_DEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Debug";
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
SYMROOT = "Build/Debug";
|
||||
};
|
||||
name = "Debug Native";
|
||||
};
|
||||
3CAF08882F85613C2D092FE5 /* Release Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 3;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"NDEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Universal/Release";
|
||||
ONLY_ACTIVE_ARCH = NO;
|
||||
SYMROOT = "Build/Release";
|
||||
};
|
||||
name = "Release Universal";
|
||||
};
|
||||
772133E278EA577209F21ED1 /* Release Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(NATIVE_ARCH_ACTUAL)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 3;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"NDEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Release";
|
||||
ONLY_ACTIVE_ARCH = NO;
|
||||
SYMROOT = "Build/Release";
|
||||
};
|
||||
name = "Release Native";
|
||||
};
|
||||
/* End XCBuildConfiguration section */
|
||||
|
||||
/* Begin XCConfigurationList section */
|
||||
2C4E68B156C94A493CF52D2D /* Build configuration list for PBXNativeTarget "testsem" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
133A7169340607BC74A8451A /* Debug Universal */,
|
||||
7DF578DA40E864AE1A5D6C60 /* Debug Native */,
|
||||
49E90593292B4DF114A85C27 /* Release Universal */,
|
||||
7E2275970D556D854BEC7648 /* Release Native */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = "Debug Universal";
|
||||
};
|
||||
1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "testsem" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
54F00BE30C7237C44E96094A /* Debug Universal */,
|
||||
45ED5B0C757A360863CC75EB /* Debug Native */,
|
||||
3CAF08882F85613C2D092FE5 /* Release Universal */,
|
||||
772133E278EA577209F21ED1 /* Release Native */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = "Debug Universal";
|
||||
};
|
||||
/* End XCConfigurationList section */
|
||||
|
||||
};
|
||||
rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
|
||||
}
|
||||
476
premake/Xcode/Xcode4/tests/testshader/testshader.xcodeproj/project.pbxproj
Executable file
476
premake/Xcode/Xcode4/tests/testshader/testshader.xcodeproj/project.pbxproj
Executable file
@@ -0,0 +1,476 @@
|
||||
// !$*UTF8*$!
|
||||
{
|
||||
archiveVersion = 1;
|
||||
classes = {
|
||||
};
|
||||
objectVersion = 45;
|
||||
objects = {
|
||||
|
||||
/* Begin PBXBuildFile section */
|
||||
470C1B0B2EED6E5F608B04C8 /* testshader.c in Sources */ = {isa = PBXBuildFile; fileRef = 557E7D2E0A541B16566C02F9 /* testshader.c */; };
|
||||
166B0AC3120A67612E387AF8 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 790E2E6D0D5B5ADE257F36F9 /* AudioToolbox.framework */; };
|
||||
6A5317FF02547F9466AF2B87 /* AudioUnit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 34161F8824266DFF21F44BBB /* AudioUnit.framework */; };
|
||||
5F2435E54ED52EE620980C37 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A0B02673EBC337F0DB62D8A /* Cocoa.framework */; };
|
||||
212E74471F5E777C76447768 /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1AA15B657F20259D15354D0D /* CoreAudio.framework */; };
|
||||
501D54264959234E627F1686 /* IOKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6089497A08314AE243BF61B3 /* IOKit.framework */; };
|
||||
010A4B095B4B521429FE1093 /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3A512C430FDD19D440DB7F37 /* Carbon.framework */; };
|
||||
0BEE76332FEC3295742C7B68 /* ForceFeedback.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 619B1D64302C1E3469FE2CAA /* ForceFeedback.framework */; };
|
||||
70A30E6000F62A70590853EE /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 15A6032D33E7180F130561E6 /* CoreFoundation.framework */; };
|
||||
62370A7B33A27ACD499D1BFC /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 68EC19C50E030A4826E24463 /* OpenGL.framework */; };
|
||||
233449FB3C62689E755960EB /* libSDL2main.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 7CD942FD27675F6E37CD33BE /* libSDL2main.a */; };
|
||||
640659372D4D5BA80C196FEA /* libSDL2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 381C64BA0E3C06E9370C7F67 /* libSDL2.a */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXContainerItemProxy section */
|
||||
0506771A72B1769A23BA18B9 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 25FF16D668E6103A712765EE /* SDL2main.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = 0FF7291B375C79BC57696B66;
|
||||
remoteInfo = "libSDL2main.a";
|
||||
};
|
||||
457335A766F836B46B3025CE /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 25FF16D668E6103A712765EE /* SDL2main.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = 1BAE4A0A77462FDC330812A3;
|
||||
remoteInfo = "libSDL2main.a";
|
||||
};
|
||||
0A69131702E32CF24A545F54 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 729268B820F3534F0A70743C /* SDL2.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = 5E6D56F6655337845A3C44C3;
|
||||
remoteInfo = "libSDL2.a";
|
||||
};
|
||||
26D971DD15775F9B62560F54 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 729268B820F3534F0A70743C /* SDL2.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = 7E6A7BC23CFD134274963645;
|
||||
remoteInfo = "libSDL2.a";
|
||||
};
|
||||
/* End PBXContainerItemProxy section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
557E7D2E0A541B16566C02F9 /* testshader.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "testshader.c"; path = "../../../../../test/testshader.c"; sourceTree = "<group>"; };
|
||||
790E2E6D0D5B5ADE257F36F9 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "AudioToolbox.framework"; path = "/System/Library/Frameworks/AudioToolbox.framework"; sourceTree = "<absolute>"; };
|
||||
34161F8824266DFF21F44BBB /* AudioUnit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "AudioUnit.framework"; path = "/System/Library/Frameworks/AudioUnit.framework"; sourceTree = "<absolute>"; };
|
||||
6A0B02673EBC337F0DB62D8A /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "Cocoa.framework"; path = "/System/Library/Frameworks/Cocoa.framework"; sourceTree = "<absolute>"; };
|
||||
1AA15B657F20259D15354D0D /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreAudio.framework"; path = "/System/Library/Frameworks/CoreAudio.framework"; sourceTree = "<absolute>"; };
|
||||
6089497A08314AE243BF61B3 /* IOKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "IOKit.framework"; path = "/System/Library/Frameworks/IOKit.framework"; sourceTree = "<absolute>"; };
|
||||
3A512C430FDD19D440DB7F37 /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "Carbon.framework"; path = "/System/Library/Frameworks/Carbon.framework"; sourceTree = "<absolute>"; };
|
||||
619B1D64302C1E3469FE2CAA /* ForceFeedback.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "ForceFeedback.framework"; path = "/System/Library/Frameworks/ForceFeedback.framework"; sourceTree = "<absolute>"; };
|
||||
15A6032D33E7180F130561E6 /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreFoundation.framework"; path = "/System/Library/Frameworks/CoreFoundation.framework"; sourceTree = "<absolute>"; };
|
||||
68EC19C50E030A4826E24463 /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "OpenGL.framework"; path = "/System/Library/Frameworks/OpenGL.framework"; sourceTree = "<absolute>"; };
|
||||
43821E2F33B54FD537993116 /* testshader */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; name = "testshader"; path = "testshader"; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
25FF16D668E6103A712765EE /* SDL2main.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "SDL2main.xcodeproj"; path = "../../SDL2main/SDL2main.xcodeproj"; sourceTree = SOURCE_ROOT; };
|
||||
729268B820F3534F0A70743C /* SDL2.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "SDL2.xcodeproj"; path = "../../SDL2/SDL2.xcodeproj"; sourceTree = SOURCE_ROOT; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
/* Begin PBXFrameworksBuildPhase section */
|
||||
783D02DD3A1B438A3FF8692D /* Frameworks */ = {
|
||||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
166B0AC3120A67612E387AF8 /* AudioToolbox.framework in Frameworks */,
|
||||
6A5317FF02547F9466AF2B87 /* AudioUnit.framework in Frameworks */,
|
||||
5F2435E54ED52EE620980C37 /* Cocoa.framework in Frameworks */,
|
||||
212E74471F5E777C76447768 /* CoreAudio.framework in Frameworks */,
|
||||
501D54264959234E627F1686 /* IOKit.framework in Frameworks */,
|
||||
010A4B095B4B521429FE1093 /* Carbon.framework in Frameworks */,
|
||||
0BEE76332FEC3295742C7B68 /* ForceFeedback.framework in Frameworks */,
|
||||
70A30E6000F62A70590853EE /* CoreFoundation.framework in Frameworks */,
|
||||
62370A7B33A27ACD499D1BFC /* OpenGL.framework in Frameworks */,
|
||||
233449FB3C62689E755960EB /* libSDL2main.a in Frameworks */,
|
||||
640659372D4D5BA80C196FEA /* libSDL2.a in Frameworks */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXFrameworksBuildPhase section */
|
||||
|
||||
/* Begin PBXGroup section */
|
||||
418A55677ED642091AE1555C /* testshader */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
339D187D402018EA409A5FAE /* test */,
|
||||
0A1830805C366D0D0A7A5D7F /* Frameworks */,
|
||||
515007C33BBD000303726B8C /* Products */,
|
||||
3BBF2B646D5102A604E03F40 /* Projects */,
|
||||
);
|
||||
name = "testshader";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
339D187D402018EA409A5FAE /* test */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
557E7D2E0A541B16566C02F9 /* testshader.c */,
|
||||
);
|
||||
name = "test";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
0A1830805C366D0D0A7A5D7F /* Frameworks */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
790E2E6D0D5B5ADE257F36F9 /* AudioToolbox.framework */,
|
||||
34161F8824266DFF21F44BBB /* AudioUnit.framework */,
|
||||
6A0B02673EBC337F0DB62D8A /* Cocoa.framework */,
|
||||
1AA15B657F20259D15354D0D /* CoreAudio.framework */,
|
||||
6089497A08314AE243BF61B3 /* IOKit.framework */,
|
||||
3A512C430FDD19D440DB7F37 /* Carbon.framework */,
|
||||
619B1D64302C1E3469FE2CAA /* ForceFeedback.framework */,
|
||||
15A6032D33E7180F130561E6 /* CoreFoundation.framework */,
|
||||
68EC19C50E030A4826E24463 /* OpenGL.framework */,
|
||||
);
|
||||
name = "Frameworks";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
515007C33BBD000303726B8C /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
43821E2F33B54FD537993116 /* testshader */,
|
||||
);
|
||||
name = "Products";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
3BBF2B646D5102A604E03F40 /* Projects */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
25FF16D668E6103A712765EE /* SDL2main.xcodeproj */,
|
||||
729268B820F3534F0A70743C /* SDL2.xcodeproj */,
|
||||
);
|
||||
name = "Projects";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
7D6462327CDF40E3125B4DA0 /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
7CD942FD27675F6E37CD33BE /* libSDL2main.a */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
763455E764173830123E492E /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
381C64BA0E3C06E9370C7F67 /* libSDL2.a */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* End PBXGroup section */
|
||||
|
||||
/* Begin PBXNativeTarget section */
|
||||
1F9925314B933D6D7CF36D7D /* testshader */ = {
|
||||
isa = PBXNativeTarget;
|
||||
buildConfigurationList = 12736C0C38D5350F70D76073 /* Build configuration list for PBXNativeTarget "testshader" */;
|
||||
buildPhases = (
|
||||
5BA622D37B3D6C8056BF4444 /* Resources */,
|
||||
53430D4F72D23F4F199070A3 /* Sources */,
|
||||
783D02DD3A1B438A3FF8692D /* Frameworks */,
|
||||
9607AE3710C85E8F00CD1376 /* Postbuild */,
|
||||
);
|
||||
buildRules = (
|
||||
);
|
||||
dependencies = (
|
||||
31D33CF71209402B5AC00751 /* PBXTargetDependency */,
|
||||
0AFA59413C3D59DA1AAE33ED /* PBXTargetDependency */,
|
||||
);
|
||||
name = "testshader";
|
||||
productInstallPath = "$(HOME)/bin";
|
||||
productName = "testshader";
|
||||
productReference = 43821E2F33B54FD537993116 /* testshader */;
|
||||
productType = "com.apple.product-type.tool";
|
||||
};
|
||||
/* End PBXNativeTarget section */
|
||||
|
||||
/* Begin PBXProject section */
|
||||
08FB7793FE84155DC02AAC07 /* Project object */ = {
|
||||
isa = PBXProject;
|
||||
buildConfigurationList = 1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "testshader" */;
|
||||
compatibilityVersion = "Xcode 3.2";
|
||||
hasScannedForEncodings = 1;
|
||||
mainGroup = 418A55677ED642091AE1555C /* testshader */;
|
||||
projectDirPath = "";
|
||||
projectReferences = (
|
||||
{
|
||||
ProductGroup = 7D6462327CDF40E3125B4DA0 /* Products */;
|
||||
ProjectRef = 25FF16D668E6103A712765EE /* SDL2main.xcodeproj */;
|
||||
},
|
||||
{
|
||||
ProductGroup = 763455E764173830123E492E /* Products */;
|
||||
ProjectRef = 729268B820F3534F0A70743C /* SDL2.xcodeproj */;
|
||||
},
|
||||
);
|
||||
projectRoot = "";
|
||||
targets = (
|
||||
1F9925314B933D6D7CF36D7D /* testshader */,
|
||||
);
|
||||
};
|
||||
/* End PBXProject section */
|
||||
|
||||
/* Begin PBXReferenceProxy section */
|
||||
7CD942FD27675F6E37CD33BE /* libSDL2main.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
path = "Build/Debug/libSDL2main.a";
|
||||
remoteRef = 0506771A72B1769A23BA18B9 /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
381C64BA0E3C06E9370C7F67 /* libSDL2.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
path = "Build/Debug/libSDL2.a";
|
||||
remoteRef = 0A69131702E32CF24A545F54 /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
/* End PBXReferenceProxy section */
|
||||
|
||||
/* Begin PBXResourcesBuildPhase section */
|
||||
5BA622D37B3D6C8056BF4444 /* Resources */ = {
|
||||
isa = PBXResourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXResourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXShellScriptBuildPhase section */
|
||||
9607AE3710C85E8F00CD1376 /* Postbuild */ = {
|
||||
isa = PBXShellScriptBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
);
|
||||
inputPaths = (
|
||||
);
|
||||
name = Postbuild;
|
||||
outputPaths = (
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
shellPath = /bin/sh;
|
||||
shellScript = "if [ \"${CONFIGURATION}\" = \"Debug Universal\" ]; then\nif [ ! -d \"./Build/Debug\" ]; then mkdir -p \"./Build/Debug\"; fi\ncp \"./../../../../../test/icon.bmp\" \"./Build/Debug/icon.bmp\"\nfi\nif [ \"${CONFIGURATION}\" = \"Debug Native\" ]; then\nif [ ! -d \"./Build/Debug\" ]; then mkdir -p \"./Build/Debug\"; fi\ncp \"./../../../../../test/icon.bmp\" \"./Build/Debug/icon.bmp\"\nfi\nif [ \"${CONFIGURATION}\" = \"Release Universal\" ]; then\nif [ ! -d \"./Build/Release\" ]; then mkdir -p \"./Build/Release\"; fi\ncp \"./../../../../../test/icon.bmp\" \"./Build/Release/icon.bmp\"\nfi\nif [ \"${CONFIGURATION}\" = \"Release Native\" ]; then\nif [ ! -d \"./Build/Release\" ]; then mkdir -p \"./Build/Release\"; fi\ncp \"./../../../../../test/icon.bmp\" \"./Build/Release/icon.bmp\"\nfi";
|
||||
};
|
||||
/* End PBXShellScriptBuildPhase section */
|
||||
/* Begin PBXSourcesBuildPhase section */
|
||||
53430D4F72D23F4F199070A3 /* Sources */ = {
|
||||
isa = PBXSourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
470C1B0B2EED6E5F608B04C8 /* testshader.c in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXSourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXVariantGroup section */
|
||||
/* End PBXVariantGroup section */
|
||||
|
||||
/* Begin PBXTargetDependency section */
|
||||
31D33CF71209402B5AC00751 /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = "libSDL2main.a";
|
||||
targetProxy = 457335A766F836B46B3025CE /* PBXContainerItemProxy */;
|
||||
};
|
||||
0AFA59413C3D59DA1AAE33ED /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = "libSDL2.a";
|
||||
targetProxy = 26D971DD15775F9B62560F54 /* PBXContainerItemProxy */;
|
||||
};
|
||||
/* End PBXTargetDependency section */
|
||||
|
||||
/* Begin XCBuildConfiguration section */
|
||||
59791E272FC33A0F41CC71C2 /* Debug Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
CONFIGURATION_BUILD_DIR = Build/Debug;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testshader";
|
||||
};
|
||||
name = "Debug Universal";
|
||||
};
|
||||
772C1CBA178C6E884543338A /* Debug Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
CONFIGURATION_BUILD_DIR = Build/Debug;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testshader";
|
||||
};
|
||||
name = "Debug Native";
|
||||
};
|
||||
198E58DF4FA24C0B20487A3E /* Release Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
CONFIGURATION_BUILD_DIR = Build/Release;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testshader";
|
||||
};
|
||||
name = "Release Universal";
|
||||
};
|
||||
13D949011F78183C43633663 /* Release Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
CONFIGURATION_BUILD_DIR = Build/Release;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testshader";
|
||||
};
|
||||
name = "Release Native";
|
||||
};
|
||||
091826C50DC736A94B7B0D4A /* Debug Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
COPY_PHASE_STRIP = NO;
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"_DEBUG",
|
||||
"HAVE_OPENGL",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Universal/Debug";
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
SYMROOT = "Build/Debug";
|
||||
};
|
||||
name = "Debug Universal";
|
||||
};
|
||||
6845108D406139B54A903590 /* Debug Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(NATIVE_ARCH_ACTUAL)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
COPY_PHASE_STRIP = NO;
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"_DEBUG",
|
||||
"HAVE_OPENGL",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Debug";
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
SYMROOT = "Build/Debug";
|
||||
};
|
||||
name = "Debug Native";
|
||||
};
|
||||
2390661773D818592A2D78C6 /* Release Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 3;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"NDEBUG",
|
||||
"HAVE_OPENGL",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Universal/Release";
|
||||
ONLY_ACTIVE_ARCH = NO;
|
||||
SYMROOT = "Build/Release";
|
||||
};
|
||||
name = "Release Universal";
|
||||
};
|
||||
4A4E79C527AE1B9776C92AAF /* Release Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(NATIVE_ARCH_ACTUAL)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 3;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"NDEBUG",
|
||||
"HAVE_OPENGL",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Release";
|
||||
ONLY_ACTIVE_ARCH = NO;
|
||||
SYMROOT = "Build/Release";
|
||||
};
|
||||
name = "Release Native";
|
||||
};
|
||||
/* End XCBuildConfiguration section */
|
||||
|
||||
/* Begin XCConfigurationList section */
|
||||
12736C0C38D5350F70D76073 /* Build configuration list for PBXNativeTarget "testshader" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
59791E272FC33A0F41CC71C2 /* Debug Universal */,
|
||||
772C1CBA178C6E884543338A /* Debug Native */,
|
||||
198E58DF4FA24C0B20487A3E /* Release Universal */,
|
||||
13D949011F78183C43633663 /* Release Native */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = "Debug Universal";
|
||||
};
|
||||
1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "testshader" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
091826C50DC736A94B7B0D4A /* Debug Universal */,
|
||||
6845108D406139B54A903590 /* Debug Native */,
|
||||
2390661773D818592A2D78C6 /* Release Universal */,
|
||||
4A4E79C527AE1B9776C92AAF /* Release Native */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = "Debug Universal";
|
||||
};
|
||||
/* End XCConfigurationList section */
|
||||
|
||||
};
|
||||
rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
|
||||
}
|
||||
472
premake/Xcode/Xcode4/tests/testshape/testshape.xcodeproj/project.pbxproj
Executable file
472
premake/Xcode/Xcode4/tests/testshape/testshape.xcodeproj/project.pbxproj
Executable file
@@ -0,0 +1,472 @@
|
||||
// !$*UTF8*$!
|
||||
{
|
||||
archiveVersion = 1;
|
||||
classes = {
|
||||
};
|
||||
objectVersion = 45;
|
||||
objects = {
|
||||
|
||||
/* Begin PBXBuildFile section */
|
||||
408F106907F630850F6E3BAD /* testshape.c in Sources */ = {isa = PBXBuildFile; fileRef = 06F1518872D849DE23A129A5 /* testshape.c */; };
|
||||
685069D73E480D2E05A06B09 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 703A1F11388C11C40CD923AF /* AudioToolbox.framework */; };
|
||||
28D61F7221B105FA79C90159 /* AudioUnit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4E447E4E35D554877889777A /* AudioUnit.framework */; };
|
||||
503F080F2D1A24E2289019C3 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 33B150B2104E278728300852 /* Cocoa.framework */; };
|
||||
1F1923805A2216ED2F5D41C1 /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 76BC58620CC21E460F4D2316 /* CoreAudio.framework */; };
|
||||
51ED1EE17305511A42F17267 /* IOKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1C41266F6B602BFE6F4A6BFB /* IOKit.framework */; };
|
||||
55B37DAA55FF6AF1249220BC /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 007511CB2DCD12E92A0C3769 /* Carbon.framework */; };
|
||||
043811DD74E057C174A3062A /* ForceFeedback.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2D58035C2D162A38666670E3 /* ForceFeedback.framework */; };
|
||||
0DE950AB4BA7591C44DB0AF4 /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 39D5008468FA198059DA251C /* CoreFoundation.framework */; };
|
||||
5F9A2E955F80612E2FB81757 /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 57B475561300743D704C2C66 /* OpenGL.framework */; };
|
||||
53D755BD0FED3F5428477F40 /* libSDL2main.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 77476C792D8647470D493640 /* libSDL2main.a */; };
|
||||
79F1721C416A429612A44F07 /* libSDL2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 16FB778C2826097B07822140 /* libSDL2.a */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXContainerItemProxy section */
|
||||
6A4E33E2490B13323D1B5276 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 3FD36F344E2B76664E737AAB /* SDL2main.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = 0FF7291B375C79BC57696B66;
|
||||
remoteInfo = "libSDL2main.a";
|
||||
};
|
||||
47AF3A8E4FDE09FF56107181 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 3FD36F344E2B76664E737AAB /* SDL2main.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = 1BAE4A0A77462FDC330812A3;
|
||||
remoteInfo = "libSDL2main.a";
|
||||
};
|
||||
738E7B5A02DE7D366CBB1DE3 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 78C82B9F67787B504D026A0B /* SDL2.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = 5E6D56F6655337845A3C44C3;
|
||||
remoteInfo = "libSDL2.a";
|
||||
};
|
||||
35847F444F2200F559CC1556 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 78C82B9F67787B504D026A0B /* SDL2.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = 7E6A7BC23CFD134274963645;
|
||||
remoteInfo = "libSDL2.a";
|
||||
};
|
||||
/* End PBXContainerItemProxy section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
06F1518872D849DE23A129A5 /* testshape.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "testshape.c"; path = "../../../../../test/testshape.c"; sourceTree = "<group>"; };
|
||||
703A1F11388C11C40CD923AF /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "AudioToolbox.framework"; path = "/System/Library/Frameworks/AudioToolbox.framework"; sourceTree = "<absolute>"; };
|
||||
4E447E4E35D554877889777A /* AudioUnit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "AudioUnit.framework"; path = "/System/Library/Frameworks/AudioUnit.framework"; sourceTree = "<absolute>"; };
|
||||
33B150B2104E278728300852 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "Cocoa.framework"; path = "/System/Library/Frameworks/Cocoa.framework"; sourceTree = "<absolute>"; };
|
||||
76BC58620CC21E460F4D2316 /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreAudio.framework"; path = "/System/Library/Frameworks/CoreAudio.framework"; sourceTree = "<absolute>"; };
|
||||
1C41266F6B602BFE6F4A6BFB /* IOKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "IOKit.framework"; path = "/System/Library/Frameworks/IOKit.framework"; sourceTree = "<absolute>"; };
|
||||
007511CB2DCD12E92A0C3769 /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "Carbon.framework"; path = "/System/Library/Frameworks/Carbon.framework"; sourceTree = "<absolute>"; };
|
||||
2D58035C2D162A38666670E3 /* ForceFeedback.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "ForceFeedback.framework"; path = "/System/Library/Frameworks/ForceFeedback.framework"; sourceTree = "<absolute>"; };
|
||||
39D5008468FA198059DA251C /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreFoundation.framework"; path = "/System/Library/Frameworks/CoreFoundation.framework"; sourceTree = "<absolute>"; };
|
||||
57B475561300743D704C2C66 /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "OpenGL.framework"; path = "/System/Library/Frameworks/OpenGL.framework"; sourceTree = "<absolute>"; };
|
||||
2B58287A011A6BE672AC3A54 /* testshape */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; name = "testshape"; path = "testshape"; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
3FD36F344E2B76664E737AAB /* SDL2main.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "SDL2main.xcodeproj"; path = "../../SDL2main/SDL2main.xcodeproj"; sourceTree = SOURCE_ROOT; };
|
||||
78C82B9F67787B504D026A0B /* SDL2.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "SDL2.xcodeproj"; path = "../../SDL2/SDL2.xcodeproj"; sourceTree = SOURCE_ROOT; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
/* Begin PBXFrameworksBuildPhase section */
|
||||
197577442FB076C67D38038E /* Frameworks */ = {
|
||||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
685069D73E480D2E05A06B09 /* AudioToolbox.framework in Frameworks */,
|
||||
28D61F7221B105FA79C90159 /* AudioUnit.framework in Frameworks */,
|
||||
503F080F2D1A24E2289019C3 /* Cocoa.framework in Frameworks */,
|
||||
1F1923805A2216ED2F5D41C1 /* CoreAudio.framework in Frameworks */,
|
||||
51ED1EE17305511A42F17267 /* IOKit.framework in Frameworks */,
|
||||
55B37DAA55FF6AF1249220BC /* Carbon.framework in Frameworks */,
|
||||
043811DD74E057C174A3062A /* ForceFeedback.framework in Frameworks */,
|
||||
0DE950AB4BA7591C44DB0AF4 /* CoreFoundation.framework in Frameworks */,
|
||||
5F9A2E955F80612E2FB81757 /* OpenGL.framework in Frameworks */,
|
||||
53D755BD0FED3F5428477F40 /* libSDL2main.a in Frameworks */,
|
||||
79F1721C416A429612A44F07 /* libSDL2.a in Frameworks */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXFrameworksBuildPhase section */
|
||||
|
||||
/* Begin PBXGroup section */
|
||||
441F6DE57740364E749A4B70 /* testshape */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
54FB6A2070536399674D2E25 /* test */,
|
||||
6D7816A733B00DF64D9573CC /* Frameworks */,
|
||||
06966B1349AB30B13FAE71EE /* Products */,
|
||||
792E5AC9518C42C72CC02057 /* Projects */,
|
||||
);
|
||||
name = "testshape";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
54FB6A2070536399674D2E25 /* test */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
06F1518872D849DE23A129A5 /* testshape.c */,
|
||||
);
|
||||
name = "test";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
6D7816A733B00DF64D9573CC /* Frameworks */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
703A1F11388C11C40CD923AF /* AudioToolbox.framework */,
|
||||
4E447E4E35D554877889777A /* AudioUnit.framework */,
|
||||
33B150B2104E278728300852 /* Cocoa.framework */,
|
||||
76BC58620CC21E460F4D2316 /* CoreAudio.framework */,
|
||||
1C41266F6B602BFE6F4A6BFB /* IOKit.framework */,
|
||||
007511CB2DCD12E92A0C3769 /* Carbon.framework */,
|
||||
2D58035C2D162A38666670E3 /* ForceFeedback.framework */,
|
||||
39D5008468FA198059DA251C /* CoreFoundation.framework */,
|
||||
57B475561300743D704C2C66 /* OpenGL.framework */,
|
||||
);
|
||||
name = "Frameworks";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
06966B1349AB30B13FAE71EE /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
2B58287A011A6BE672AC3A54 /* testshape */,
|
||||
);
|
||||
name = "Products";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
792E5AC9518C42C72CC02057 /* Projects */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
3FD36F344E2B76664E737AAB /* SDL2main.xcodeproj */,
|
||||
78C82B9F67787B504D026A0B /* SDL2.xcodeproj */,
|
||||
);
|
||||
name = "Projects";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
0F633E601C1E227276E21EF7 /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
77476C792D8647470D493640 /* libSDL2main.a */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
511D7BF05B661048121F3582 /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
16FB778C2826097B07822140 /* libSDL2.a */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* End PBXGroup section */
|
||||
|
||||
/* Begin PBXNativeTarget section */
|
||||
0B7162915DE3702B457C6A4C /* testshape */ = {
|
||||
isa = PBXNativeTarget;
|
||||
buildConfigurationList = 72D3237A54E26D962EDB3590 /* Build configuration list for PBXNativeTarget "testshape" */;
|
||||
buildPhases = (
|
||||
176C4269176655AC3A9F4936 /* Resources */,
|
||||
09526869007925AD3C2B4B18 /* Sources */,
|
||||
197577442FB076C67D38038E /* Frameworks */,
|
||||
9607AE3710C85E8F00CD1376 /* Postbuild */,
|
||||
);
|
||||
buildRules = (
|
||||
);
|
||||
dependencies = (
|
||||
06CB2EF768BF54FD6BA07310 /* PBXTargetDependency */,
|
||||
78203361408C2A9C0A9A06A1 /* PBXTargetDependency */,
|
||||
);
|
||||
name = "testshape";
|
||||
productInstallPath = "$(HOME)/bin";
|
||||
productName = "testshape";
|
||||
productReference = 2B58287A011A6BE672AC3A54 /* testshape */;
|
||||
productType = "com.apple.product-type.tool";
|
||||
};
|
||||
/* End PBXNativeTarget section */
|
||||
|
||||
/* Begin PBXProject section */
|
||||
08FB7793FE84155DC02AAC07 /* Project object */ = {
|
||||
isa = PBXProject;
|
||||
buildConfigurationList = 1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "testshape" */;
|
||||
compatibilityVersion = "Xcode 3.2";
|
||||
hasScannedForEncodings = 1;
|
||||
mainGroup = 441F6DE57740364E749A4B70 /* testshape */;
|
||||
projectDirPath = "";
|
||||
projectReferences = (
|
||||
{
|
||||
ProductGroup = 0F633E601C1E227276E21EF7 /* Products */;
|
||||
ProjectRef = 3FD36F344E2B76664E737AAB /* SDL2main.xcodeproj */;
|
||||
},
|
||||
{
|
||||
ProductGroup = 511D7BF05B661048121F3582 /* Products */;
|
||||
ProjectRef = 78C82B9F67787B504D026A0B /* SDL2.xcodeproj */;
|
||||
},
|
||||
);
|
||||
projectRoot = "";
|
||||
targets = (
|
||||
0B7162915DE3702B457C6A4C /* testshape */,
|
||||
);
|
||||
};
|
||||
/* End PBXProject section */
|
||||
|
||||
/* Begin PBXReferenceProxy section */
|
||||
77476C792D8647470D493640 /* libSDL2main.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
path = "Build/Debug/libSDL2main.a";
|
||||
remoteRef = 6A4E33E2490B13323D1B5276 /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
16FB778C2826097B07822140 /* libSDL2.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
path = "Build/Debug/libSDL2.a";
|
||||
remoteRef = 738E7B5A02DE7D366CBB1DE3 /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
/* End PBXReferenceProxy section */
|
||||
|
||||
/* Begin PBXResourcesBuildPhase section */
|
||||
176C4269176655AC3A9F4936 /* Resources */ = {
|
||||
isa = PBXResourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXResourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXShellScriptBuildPhase section */
|
||||
9607AE3710C85E8F00CD1376 /* Postbuild */ = {
|
||||
isa = PBXShellScriptBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
);
|
||||
inputPaths = (
|
||||
);
|
||||
name = Postbuild;
|
||||
outputPaths = (
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
shellPath = /bin/sh;
|
||||
shellScript = "if [ \"${CONFIGURATION}\" = \"Debug Universal\" ]; then\nif [ ! -d \"./Build/Debug/shapes\" ]; then mkdir -p \"./Build/Debug/shapes\"; fi\ncp ./../../../../../test/shapes/*.bmp \"./Build/Debug/shapes\"\nfi\nif [ \"${CONFIGURATION}\" = \"Debug Native\" ]; then\nif [ ! -d \"./Build/Debug/shapes\" ]; then mkdir -p \"./Build/Debug/shapes\"; fi\ncp ./../../../../../test/shapes/*.bmp \"./Build/Debug/shapes\"\nfi\nif [ \"${CONFIGURATION}\" = \"Release Universal\" ]; then\nif [ ! -d \"./Build/Release/shapes\" ]; then mkdir -p \"./Build/Release/shapes\"; fi\ncp ./../../../../../test/shapes/*.bmp \"./Build/Release/shapes\"\nfi\nif [ \"${CONFIGURATION}\" = \"Release Native\" ]; then\nif [ ! -d \"./Build/Release/shapes\" ]; then mkdir -p \"./Build/Release/shapes\"; fi\ncp ./../../../../../test/shapes/*.bmp \"./Build/Release/shapes\"\nfi";
|
||||
};
|
||||
/* End PBXShellScriptBuildPhase section */
|
||||
/* Begin PBXSourcesBuildPhase section */
|
||||
09526869007925AD3C2B4B18 /* Sources */ = {
|
||||
isa = PBXSourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
408F106907F630850F6E3BAD /* testshape.c in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXSourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXVariantGroup section */
|
||||
/* End PBXVariantGroup section */
|
||||
|
||||
/* Begin PBXTargetDependency section */
|
||||
06CB2EF768BF54FD6BA07310 /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = "libSDL2main.a";
|
||||
targetProxy = 47AF3A8E4FDE09FF56107181 /* PBXContainerItemProxy */;
|
||||
};
|
||||
78203361408C2A9C0A9A06A1 /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = "libSDL2.a";
|
||||
targetProxy = 35847F444F2200F559CC1556 /* PBXContainerItemProxy */;
|
||||
};
|
||||
/* End PBXTargetDependency section */
|
||||
|
||||
/* Begin XCBuildConfiguration section */
|
||||
4690463A12906609605B3469 /* Debug Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
CONFIGURATION_BUILD_DIR = Build/Debug;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testshape";
|
||||
};
|
||||
name = "Debug Universal";
|
||||
};
|
||||
288426993A2C411614FD7CA4 /* Debug Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
CONFIGURATION_BUILD_DIR = Build/Debug;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testshape";
|
||||
};
|
||||
name = "Debug Native";
|
||||
};
|
||||
296407E573244AA74B9A1462 /* Release Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
CONFIGURATION_BUILD_DIR = Build/Release;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testshape";
|
||||
};
|
||||
name = "Release Universal";
|
||||
};
|
||||
1DBD119B757A5A4572B2375E /* Release Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
CONFIGURATION_BUILD_DIR = Build/Release;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testshape";
|
||||
};
|
||||
name = "Release Native";
|
||||
};
|
||||
092E5203696E377E68A93E10 /* Debug Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
COPY_PHASE_STRIP = NO;
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"_DEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Universal/Debug";
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
SYMROOT = "Build/Debug";
|
||||
};
|
||||
name = "Debug Universal";
|
||||
};
|
||||
1AFF6EE3061C55056A7B5CDE /* Debug Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(NATIVE_ARCH_ACTUAL)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
COPY_PHASE_STRIP = NO;
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"_DEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Debug";
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
SYMROOT = "Build/Debug";
|
||||
};
|
||||
name = "Debug Native";
|
||||
};
|
||||
64614535252A70333AB6286D /* Release Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 3;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"NDEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Universal/Release";
|
||||
ONLY_ACTIVE_ARCH = NO;
|
||||
SYMROOT = "Build/Release";
|
||||
};
|
||||
name = "Release Universal";
|
||||
};
|
||||
2A116A9A5DBB2D4A5E0E7455 /* Release Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(NATIVE_ARCH_ACTUAL)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 3;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"NDEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Release";
|
||||
ONLY_ACTIVE_ARCH = NO;
|
||||
SYMROOT = "Build/Release";
|
||||
};
|
||||
name = "Release Native";
|
||||
};
|
||||
/* End XCBuildConfiguration section */
|
||||
|
||||
/* Begin XCConfigurationList section */
|
||||
72D3237A54E26D962EDB3590 /* Build configuration list for PBXNativeTarget "testshape" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
4690463A12906609605B3469 /* Debug Universal */,
|
||||
288426993A2C411614FD7CA4 /* Debug Native */,
|
||||
296407E573244AA74B9A1462 /* Release Universal */,
|
||||
1DBD119B757A5A4572B2375E /* Release Native */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = "Debug Universal";
|
||||
};
|
||||
1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "testshape" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
092E5203696E377E68A93E10 /* Debug Universal */,
|
||||
1AFF6EE3061C55056A7B5CDE /* Debug Native */,
|
||||
64614535252A70333AB6286D /* Release Universal */,
|
||||
2A116A9A5DBB2D4A5E0E7455 /* Release Native */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = "Debug Universal";
|
||||
};
|
||||
/* End XCConfigurationList section */
|
||||
|
||||
};
|
||||
rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
|
||||
}
|
||||
515
premake/Xcode/Xcode4/tests/testsprite2/testsprite2.xcodeproj/project.pbxproj
Executable file
515
premake/Xcode/Xcode4/tests/testsprite2/testsprite2.xcodeproj/project.pbxproj
Executable file
@@ -0,0 +1,515 @@
|
||||
// !$*UTF8*$!
|
||||
{
|
||||
archiveVersion = 1;
|
||||
classes = {
|
||||
};
|
||||
objectVersion = 45;
|
||||
objects = {
|
||||
|
||||
/* Begin PBXBuildFile section */
|
||||
5F7866E97EA1152149AE5CCC /* testsprite2.c in Sources */ = {isa = PBXBuildFile; fileRef = 337010CB340D69B428EC29F0 /* testsprite2.c */; };
|
||||
15D763183E0353B475B010F5 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 55365DEC4DC4257730ED3779 /* AudioToolbox.framework */; };
|
||||
5DC35F8743BC6E5F609F738B /* AudioUnit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5DEF2CB34A4E047C7CD05456 /* AudioUnit.framework */; };
|
||||
724D3B7A6EF955434EC302DD /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5FE7638B56C7230F4E1B5299 /* Cocoa.framework */; };
|
||||
5BF3608C3A5352305D280E3F /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 17A767E23D1331480F027CA7 /* CoreAudio.framework */; };
|
||||
41974A0F591F028C470A0B14 /* IOKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5D301D9E1BEC4B0209C440A1 /* IOKit.framework */; };
|
||||
0935152E2ED152CD4F392A99 /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 09196925126807623A224C6E /* Carbon.framework */; };
|
||||
1F1A72FA2096104D306B4D1E /* ForceFeedback.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5F885E810A0046976F3535E0 /* ForceFeedback.framework */; };
|
||||
44DA704156A7019824D743DC /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2C844ADE491D297B5D7C7D8F /* CoreFoundation.framework */; };
|
||||
6CA750E648806F5F792A4848 /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5E9D35B724B432E23888728A /* OpenGL.framework */; };
|
||||
35AD1A177FA361E1382B2F90 /* libSDL2main.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 2CA309A8251B4799319A75CC /* libSDL2main.a */; };
|
||||
6E997F372C0303FD145F72DA /* libSDL2test.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 588B349C6F5420EB30B13E65 /* libSDL2test.a */; };
|
||||
440A17BF155D250C71227EC0 /* libSDL2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 443F1DE8176376DF55143514 /* libSDL2.a */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXContainerItemProxy section */
|
||||
211F118744B633C976F83267 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 0A15222A271436721E4503E1 /* SDL2main.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = 0FF7291B375C79BC57696B66;
|
||||
remoteInfo = "libSDL2main.a";
|
||||
};
|
||||
3C625ECB182A06036A4F0486 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 0A15222A271436721E4503E1 /* SDL2main.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = 1BAE4A0A77462FDC330812A3;
|
||||
remoteInfo = "libSDL2main.a";
|
||||
};
|
||||
6FC529AD5A6B36512B3A76CD /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 4F15022D08F4641D6CF43797 /* SDL2test.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = 1EB6664901BC163F215A4861;
|
||||
remoteInfo = "libSDL2test.a";
|
||||
};
|
||||
41D05FC32C2604D6053232FE /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 4F15022D08F4641D6CF43797 /* SDL2test.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = 1258506950476B85239A79A3;
|
||||
remoteInfo = "libSDL2test.a";
|
||||
};
|
||||
46316BD46C43574E6A4502AA /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 74AC4D2764EA67BF3CCB6945 /* SDL2.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = 5E6D56F6655337845A3C44C3;
|
||||
remoteInfo = "libSDL2.a";
|
||||
};
|
||||
09C655B30FF117934B3C7D9F /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 74AC4D2764EA67BF3CCB6945 /* SDL2.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = 7E6A7BC23CFD134274963645;
|
||||
remoteInfo = "libSDL2.a";
|
||||
};
|
||||
/* End PBXContainerItemProxy section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
337010CB340D69B428EC29F0 /* testsprite2.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "testsprite2.c"; path = "../../../../../test/testsprite2.c"; sourceTree = "<group>"; };
|
||||
55365DEC4DC4257730ED3779 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "AudioToolbox.framework"; path = "/System/Library/Frameworks/AudioToolbox.framework"; sourceTree = "<absolute>"; };
|
||||
5DEF2CB34A4E047C7CD05456 /* AudioUnit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "AudioUnit.framework"; path = "/System/Library/Frameworks/AudioUnit.framework"; sourceTree = "<absolute>"; };
|
||||
5FE7638B56C7230F4E1B5299 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "Cocoa.framework"; path = "/System/Library/Frameworks/Cocoa.framework"; sourceTree = "<absolute>"; };
|
||||
17A767E23D1331480F027CA7 /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreAudio.framework"; path = "/System/Library/Frameworks/CoreAudio.framework"; sourceTree = "<absolute>"; };
|
||||
5D301D9E1BEC4B0209C440A1 /* IOKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "IOKit.framework"; path = "/System/Library/Frameworks/IOKit.framework"; sourceTree = "<absolute>"; };
|
||||
09196925126807623A224C6E /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "Carbon.framework"; path = "/System/Library/Frameworks/Carbon.framework"; sourceTree = "<absolute>"; };
|
||||
5F885E810A0046976F3535E0 /* ForceFeedback.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "ForceFeedback.framework"; path = "/System/Library/Frameworks/ForceFeedback.framework"; sourceTree = "<absolute>"; };
|
||||
2C844ADE491D297B5D7C7D8F /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreFoundation.framework"; path = "/System/Library/Frameworks/CoreFoundation.framework"; sourceTree = "<absolute>"; };
|
||||
5E9D35B724B432E23888728A /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "OpenGL.framework"; path = "/System/Library/Frameworks/OpenGL.framework"; sourceTree = "<absolute>"; };
|
||||
62C31964189A3F01086350DA /* testsprite2 */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; name = "testsprite2"; path = "testsprite2"; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
0A15222A271436721E4503E1 /* SDL2main.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "SDL2main.xcodeproj"; path = "../../SDL2main/SDL2main.xcodeproj"; sourceTree = SOURCE_ROOT; };
|
||||
4F15022D08F4641D6CF43797 /* SDL2test.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "SDL2test.xcodeproj"; path = "../../SDL2test/SDL2test.xcodeproj"; sourceTree = SOURCE_ROOT; };
|
||||
74AC4D2764EA67BF3CCB6945 /* SDL2.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "SDL2.xcodeproj"; path = "../../SDL2/SDL2.xcodeproj"; sourceTree = SOURCE_ROOT; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
/* Begin PBXFrameworksBuildPhase section */
|
||||
470F590D701B019B00F57785 /* Frameworks */ = {
|
||||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
15D763183E0353B475B010F5 /* AudioToolbox.framework in Frameworks */,
|
||||
5DC35F8743BC6E5F609F738B /* AudioUnit.framework in Frameworks */,
|
||||
724D3B7A6EF955434EC302DD /* Cocoa.framework in Frameworks */,
|
||||
5BF3608C3A5352305D280E3F /* CoreAudio.framework in Frameworks */,
|
||||
41974A0F591F028C470A0B14 /* IOKit.framework in Frameworks */,
|
||||
0935152E2ED152CD4F392A99 /* Carbon.framework in Frameworks */,
|
||||
1F1A72FA2096104D306B4D1E /* ForceFeedback.framework in Frameworks */,
|
||||
44DA704156A7019824D743DC /* CoreFoundation.framework in Frameworks */,
|
||||
6CA750E648806F5F792A4848 /* OpenGL.framework in Frameworks */,
|
||||
35AD1A177FA361E1382B2F90 /* libSDL2main.a in Frameworks */,
|
||||
6E997F372C0303FD145F72DA /* libSDL2test.a in Frameworks */,
|
||||
440A17BF155D250C71227EC0 /* libSDL2.a in Frameworks */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXFrameworksBuildPhase section */
|
||||
|
||||
/* Begin PBXGroup section */
|
||||
5D091CFB4E0149ED776459E0 /* testsprite2 */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
13DE70EA22DB13FF7D3B67A7 /* test */,
|
||||
79EE32A57A7517D521B170C0 /* Frameworks */,
|
||||
27B02A282AB704E032D77819 /* Products */,
|
||||
3F66429B5E98517B06FF7067 /* Projects */,
|
||||
);
|
||||
name = "testsprite2";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
13DE70EA22DB13FF7D3B67A7 /* test */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
337010CB340D69B428EC29F0 /* testsprite2.c */,
|
||||
);
|
||||
name = "test";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
79EE32A57A7517D521B170C0 /* Frameworks */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
55365DEC4DC4257730ED3779 /* AudioToolbox.framework */,
|
||||
5DEF2CB34A4E047C7CD05456 /* AudioUnit.framework */,
|
||||
5FE7638B56C7230F4E1B5299 /* Cocoa.framework */,
|
||||
17A767E23D1331480F027CA7 /* CoreAudio.framework */,
|
||||
5D301D9E1BEC4B0209C440A1 /* IOKit.framework */,
|
||||
09196925126807623A224C6E /* Carbon.framework */,
|
||||
5F885E810A0046976F3535E0 /* ForceFeedback.framework */,
|
||||
2C844ADE491D297B5D7C7D8F /* CoreFoundation.framework */,
|
||||
5E9D35B724B432E23888728A /* OpenGL.framework */,
|
||||
);
|
||||
name = "Frameworks";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
27B02A282AB704E032D77819 /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
62C31964189A3F01086350DA /* testsprite2 */,
|
||||
);
|
||||
name = "Products";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
3F66429B5E98517B06FF7067 /* Projects */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
0A15222A271436721E4503E1 /* SDL2main.xcodeproj */,
|
||||
4F15022D08F4641D6CF43797 /* SDL2test.xcodeproj */,
|
||||
74AC4D2764EA67BF3CCB6945 /* SDL2.xcodeproj */,
|
||||
);
|
||||
name = "Projects";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
7CAD5A9369602FFB276F7D1F /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
2CA309A8251B4799319A75CC /* libSDL2main.a */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
1DE9382939AA66E9091809E4 /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
588B349C6F5420EB30B13E65 /* libSDL2test.a */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
47BC3C9A4C2661136598672F /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
443F1DE8176376DF55143514 /* libSDL2.a */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* End PBXGroup section */
|
||||
|
||||
/* Begin PBXNativeTarget section */
|
||||
38C60FC159C2070E290A5671 /* testsprite2 */ = {
|
||||
isa = PBXNativeTarget;
|
||||
buildConfigurationList = 7202626507081FE5777B6B70 /* Build configuration list for PBXNativeTarget "testsprite2" */;
|
||||
buildPhases = (
|
||||
33B676B77895396725840F1E /* Resources */,
|
||||
22DA3C1D3735087578B74375 /* Sources */,
|
||||
470F590D701B019B00F57785 /* Frameworks */,
|
||||
9607AE3710C85E8F00CD1376 /* Postbuild */,
|
||||
);
|
||||
buildRules = (
|
||||
);
|
||||
dependencies = (
|
||||
2E69306F6810341363234647 /* PBXTargetDependency */,
|
||||
64FE137229B817422166691A /* PBXTargetDependency */,
|
||||
7F724DCA1B6919E807063BE1 /* PBXTargetDependency */,
|
||||
);
|
||||
name = "testsprite2";
|
||||
productInstallPath = "$(HOME)/bin";
|
||||
productName = "testsprite2";
|
||||
productReference = 62C31964189A3F01086350DA /* testsprite2 */;
|
||||
productType = "com.apple.product-type.tool";
|
||||
};
|
||||
/* End PBXNativeTarget section */
|
||||
|
||||
/* Begin PBXProject section */
|
||||
08FB7793FE84155DC02AAC07 /* Project object */ = {
|
||||
isa = PBXProject;
|
||||
buildConfigurationList = 1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "testsprite2" */;
|
||||
compatibilityVersion = "Xcode 3.2";
|
||||
hasScannedForEncodings = 1;
|
||||
mainGroup = 5D091CFB4E0149ED776459E0 /* testsprite2 */;
|
||||
projectDirPath = "";
|
||||
projectReferences = (
|
||||
{
|
||||
ProductGroup = 7CAD5A9369602FFB276F7D1F /* Products */;
|
||||
ProjectRef = 0A15222A271436721E4503E1 /* SDL2main.xcodeproj */;
|
||||
},
|
||||
{
|
||||
ProductGroup = 1DE9382939AA66E9091809E4 /* Products */;
|
||||
ProjectRef = 4F15022D08F4641D6CF43797 /* SDL2test.xcodeproj */;
|
||||
},
|
||||
{
|
||||
ProductGroup = 47BC3C9A4C2661136598672F /* Products */;
|
||||
ProjectRef = 74AC4D2764EA67BF3CCB6945 /* SDL2.xcodeproj */;
|
||||
},
|
||||
);
|
||||
projectRoot = "";
|
||||
targets = (
|
||||
38C60FC159C2070E290A5671 /* testsprite2 */,
|
||||
);
|
||||
};
|
||||
/* End PBXProject section */
|
||||
|
||||
/* Begin PBXReferenceProxy section */
|
||||
2CA309A8251B4799319A75CC /* libSDL2main.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
path = "Build/Debug/libSDL2main.a";
|
||||
remoteRef = 211F118744B633C976F83267 /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
588B349C6F5420EB30B13E65 /* libSDL2test.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
path = "Build/Debug/libSDL2test.a";
|
||||
remoteRef = 6FC529AD5A6B36512B3A76CD /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
443F1DE8176376DF55143514 /* libSDL2.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
path = "Build/Debug/libSDL2.a";
|
||||
remoteRef = 46316BD46C43574E6A4502AA /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
/* End PBXReferenceProxy section */
|
||||
|
||||
/* Begin PBXResourcesBuildPhase section */
|
||||
33B676B77895396725840F1E /* Resources */ = {
|
||||
isa = PBXResourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXResourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXShellScriptBuildPhase section */
|
||||
9607AE3710C85E8F00CD1376 /* Postbuild */ = {
|
||||
isa = PBXShellScriptBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
);
|
||||
inputPaths = (
|
||||
);
|
||||
name = Postbuild;
|
||||
outputPaths = (
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
shellPath = /bin/sh;
|
||||
shellScript = "if [ \"${CONFIGURATION}\" = \"Debug Universal\" ]; then\nif [ ! -d \"./Build/Debug\" ]; then mkdir -p \"./Build/Debug\"; fi\ncp \"./../../../../../test/icon.bmp\" \"./Build/Debug/icon.bmp\"\nfi\nif [ \"${CONFIGURATION}\" = \"Debug Native\" ]; then\nif [ ! -d \"./Build/Debug\" ]; then mkdir -p \"./Build/Debug\"; fi\ncp \"./../../../../../test/icon.bmp\" \"./Build/Debug/icon.bmp\"\nfi\nif [ \"${CONFIGURATION}\" = \"Release Universal\" ]; then\nif [ ! -d \"./Build/Release\" ]; then mkdir -p \"./Build/Release\"; fi\ncp \"./../../../../../test/icon.bmp\" \"./Build/Release/icon.bmp\"\nfi\nif [ \"${CONFIGURATION}\" = \"Release Native\" ]; then\nif [ ! -d \"./Build/Release\" ]; then mkdir -p \"./Build/Release\"; fi\ncp \"./../../../../../test/icon.bmp\" \"./Build/Release/icon.bmp\"\nfi";
|
||||
};
|
||||
/* End PBXShellScriptBuildPhase section */
|
||||
/* Begin PBXSourcesBuildPhase section */
|
||||
22DA3C1D3735087578B74375 /* Sources */ = {
|
||||
isa = PBXSourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
5F7866E97EA1152149AE5CCC /* testsprite2.c in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXSourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXVariantGroup section */
|
||||
/* End PBXVariantGroup section */
|
||||
|
||||
/* Begin PBXTargetDependency section */
|
||||
2E69306F6810341363234647 /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = "libSDL2main.a";
|
||||
targetProxy = 3C625ECB182A06036A4F0486 /* PBXContainerItemProxy */;
|
||||
};
|
||||
64FE137229B817422166691A /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = "libSDL2test.a";
|
||||
targetProxy = 41D05FC32C2604D6053232FE /* PBXContainerItemProxy */;
|
||||
};
|
||||
7F724DCA1B6919E807063BE1 /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = "libSDL2.a";
|
||||
targetProxy = 09C655B30FF117934B3C7D9F /* PBXContainerItemProxy */;
|
||||
};
|
||||
/* End PBXTargetDependency section */
|
||||
|
||||
/* Begin XCBuildConfiguration section */
|
||||
0CE60A962FFD0E9D0DA50C41 /* Debug Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
CONFIGURATION_BUILD_DIR = Build/Debug;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testsprite2";
|
||||
};
|
||||
name = "Debug Universal";
|
||||
};
|
||||
1EA71160727E4CB4726166EC /* Debug Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
CONFIGURATION_BUILD_DIR = Build/Debug;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testsprite2";
|
||||
};
|
||||
name = "Debug Native";
|
||||
};
|
||||
53C96EF2737748C258000959 /* Release Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
CONFIGURATION_BUILD_DIR = Build/Release;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testsprite2";
|
||||
};
|
||||
name = "Release Universal";
|
||||
};
|
||||
3FC3274740D8461E1533542E /* Release Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
CONFIGURATION_BUILD_DIR = Build/Release;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testsprite2";
|
||||
};
|
||||
name = "Release Native";
|
||||
};
|
||||
17733F9561A537250D0B524C /* Debug Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
COPY_PHASE_STRIP = NO;
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"_DEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Universal/Debug";
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
SYMROOT = "Build/Debug";
|
||||
};
|
||||
name = "Debug Universal";
|
||||
};
|
||||
382E6DBB26FD68EC153A3A1F /* Debug Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(NATIVE_ARCH_ACTUAL)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
COPY_PHASE_STRIP = NO;
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"_DEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Debug";
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
SYMROOT = "Build/Debug";
|
||||
};
|
||||
name = "Debug Native";
|
||||
};
|
||||
55E06771539C480366A252E5 /* Release Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 3;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"NDEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Universal/Release";
|
||||
ONLY_ACTIVE_ARCH = NO;
|
||||
SYMROOT = "Build/Release";
|
||||
};
|
||||
name = "Release Universal";
|
||||
};
|
||||
26F46B2572B36B1F7B9255D6 /* Release Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(NATIVE_ARCH_ACTUAL)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 3;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"NDEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Release";
|
||||
ONLY_ACTIVE_ARCH = NO;
|
||||
SYMROOT = "Build/Release";
|
||||
};
|
||||
name = "Release Native";
|
||||
};
|
||||
/* End XCBuildConfiguration section */
|
||||
|
||||
/* Begin XCConfigurationList section */
|
||||
7202626507081FE5777B6B70 /* Build configuration list for PBXNativeTarget "testsprite2" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
0CE60A962FFD0E9D0DA50C41 /* Debug Universal */,
|
||||
1EA71160727E4CB4726166EC /* Debug Native */,
|
||||
53C96EF2737748C258000959 /* Release Universal */,
|
||||
3FC3274740D8461E1533542E /* Release Native */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = "Debug Universal";
|
||||
};
|
||||
1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "testsprite2" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
17733F9561A537250D0B524C /* Debug Universal */,
|
||||
382E6DBB26FD68EC153A3A1F /* Debug Native */,
|
||||
55E06771539C480366A252E5 /* Release Universal */,
|
||||
26F46B2572B36B1F7B9255D6 /* Release Native */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = "Debug Universal";
|
||||
};
|
||||
/* End XCConfigurationList section */
|
||||
|
||||
};
|
||||
rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
|
||||
}
|
||||
@@ -0,0 +1,472 @@
|
||||
// !$*UTF8*$!
|
||||
{
|
||||
archiveVersion = 1;
|
||||
classes = {
|
||||
};
|
||||
objectVersion = 45;
|
||||
objects = {
|
||||
|
||||
/* Begin PBXBuildFile section */
|
||||
27E623027D5B166949572CEC /* testspriteminimal.c in Sources */ = {isa = PBXBuildFile; fileRef = 5C5B5F3F5D113E1300624B8F /* testspriteminimal.c */; };
|
||||
6B45343040343F29544C6DDB /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 03643FF645B37F635C747C98 /* AudioToolbox.framework */; };
|
||||
139A193A4D4311004E006C17 /* AudioUnit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 70AE63B30CFD64B073852859 /* AudioUnit.framework */; };
|
||||
331965BA5395700418E510FF /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 75B774206D920DCB4ACA445C /* Cocoa.framework */; };
|
||||
43DA1D9951D8457073494A34 /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7E0A509B211574C774350093 /* CoreAudio.framework */; };
|
||||
06EB5CA91BC95C2D0E6E0416 /* IOKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2F8E4F8D5D7F3EB9649439B4 /* IOKit.framework */; };
|
||||
7196486228C613B372D5323B /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5A52536869B83B5F09F41438 /* Carbon.framework */; };
|
||||
060C063729C36CED6EF95B99 /* ForceFeedback.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 44770D3A0BD9579536ED242B /* ForceFeedback.framework */; };
|
||||
20FD6C135BAE02BE1F56555E /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3AEB3C375817040B16677295 /* CoreFoundation.framework */; };
|
||||
64AF57D654DF2229636916F3 /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2E5019F146AA4A417363273E /* OpenGL.framework */; };
|
||||
1F3B752E4301229D0A81286C /* libSDL2main.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 0BAA4FEB744A2D98123C5F62 /* libSDL2main.a */; };
|
||||
1E45472A1E760D4670D01155 /* libSDL2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 71FF47C026D978E118FF3F69 /* libSDL2.a */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXContainerItemProxy section */
|
||||
48002E643D870A0C255D02CB /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 1454539D12F401915CF253F3 /* SDL2main.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = 0FF7291B375C79BC57696B66;
|
||||
remoteInfo = "libSDL2main.a";
|
||||
};
|
||||
018F682D1BBB3BE67E997B02 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 1454539D12F401915CF253F3 /* SDL2main.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = 1BAE4A0A77462FDC330812A3;
|
||||
remoteInfo = "libSDL2main.a";
|
||||
};
|
||||
31534DBB5A7A3C8A22ED35A4 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 5C665BC2287B5AC157C704F1 /* SDL2.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = 5E6D56F6655337845A3C44C3;
|
||||
remoteInfo = "libSDL2.a";
|
||||
};
|
||||
3CD438D60C53443666650D6F /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 5C665BC2287B5AC157C704F1 /* SDL2.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = 7E6A7BC23CFD134274963645;
|
||||
remoteInfo = "libSDL2.a";
|
||||
};
|
||||
/* End PBXContainerItemProxy section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
5C5B5F3F5D113E1300624B8F /* testspriteminimal.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "testspriteminimal.c"; path = "../../../../../test/testspriteminimal.c"; sourceTree = "<group>"; };
|
||||
03643FF645B37F635C747C98 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "AudioToolbox.framework"; path = "/System/Library/Frameworks/AudioToolbox.framework"; sourceTree = "<absolute>"; };
|
||||
70AE63B30CFD64B073852859 /* AudioUnit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "AudioUnit.framework"; path = "/System/Library/Frameworks/AudioUnit.framework"; sourceTree = "<absolute>"; };
|
||||
75B774206D920DCB4ACA445C /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "Cocoa.framework"; path = "/System/Library/Frameworks/Cocoa.framework"; sourceTree = "<absolute>"; };
|
||||
7E0A509B211574C774350093 /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreAudio.framework"; path = "/System/Library/Frameworks/CoreAudio.framework"; sourceTree = "<absolute>"; };
|
||||
2F8E4F8D5D7F3EB9649439B4 /* IOKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "IOKit.framework"; path = "/System/Library/Frameworks/IOKit.framework"; sourceTree = "<absolute>"; };
|
||||
5A52536869B83B5F09F41438 /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "Carbon.framework"; path = "/System/Library/Frameworks/Carbon.framework"; sourceTree = "<absolute>"; };
|
||||
44770D3A0BD9579536ED242B /* ForceFeedback.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "ForceFeedback.framework"; path = "/System/Library/Frameworks/ForceFeedback.framework"; sourceTree = "<absolute>"; };
|
||||
3AEB3C375817040B16677295 /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreFoundation.framework"; path = "/System/Library/Frameworks/CoreFoundation.framework"; sourceTree = "<absolute>"; };
|
||||
2E5019F146AA4A417363273E /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "OpenGL.framework"; path = "/System/Library/Frameworks/OpenGL.framework"; sourceTree = "<absolute>"; };
|
||||
1C5511B03C132C43210F754C /* testspriteminimal */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; name = "testspriteminimal"; path = "testspriteminimal"; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
1454539D12F401915CF253F3 /* SDL2main.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "SDL2main.xcodeproj"; path = "../../SDL2main/SDL2main.xcodeproj"; sourceTree = SOURCE_ROOT; };
|
||||
5C665BC2287B5AC157C704F1 /* SDL2.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "SDL2.xcodeproj"; path = "../../SDL2/SDL2.xcodeproj"; sourceTree = SOURCE_ROOT; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
/* Begin PBXFrameworksBuildPhase section */
|
||||
35376CE42553238D237E4771 /* Frameworks */ = {
|
||||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
6B45343040343F29544C6DDB /* AudioToolbox.framework in Frameworks */,
|
||||
139A193A4D4311004E006C17 /* AudioUnit.framework in Frameworks */,
|
||||
331965BA5395700418E510FF /* Cocoa.framework in Frameworks */,
|
||||
43DA1D9951D8457073494A34 /* CoreAudio.framework in Frameworks */,
|
||||
06EB5CA91BC95C2D0E6E0416 /* IOKit.framework in Frameworks */,
|
||||
7196486228C613B372D5323B /* Carbon.framework in Frameworks */,
|
||||
060C063729C36CED6EF95B99 /* ForceFeedback.framework in Frameworks */,
|
||||
20FD6C135BAE02BE1F56555E /* CoreFoundation.framework in Frameworks */,
|
||||
64AF57D654DF2229636916F3 /* OpenGL.framework in Frameworks */,
|
||||
1F3B752E4301229D0A81286C /* libSDL2main.a in Frameworks */,
|
||||
1E45472A1E760D4670D01155 /* libSDL2.a in Frameworks */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXFrameworksBuildPhase section */
|
||||
|
||||
/* Begin PBXGroup section */
|
||||
0F6B6860307D70A30AAC5B2D /* testspriteminimal */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
6DE9087401F329EF23822C5E /* test */,
|
||||
46F8039C3260525007AE6630 /* Frameworks */,
|
||||
6D2256153A304CFA3C8F769B /* Products */,
|
||||
4C1B2CC81E6712DB0F3C3A02 /* Projects */,
|
||||
);
|
||||
name = "testspriteminimal";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
6DE9087401F329EF23822C5E /* test */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
5C5B5F3F5D113E1300624B8F /* testspriteminimal.c */,
|
||||
);
|
||||
name = "test";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
46F8039C3260525007AE6630 /* Frameworks */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
03643FF645B37F635C747C98 /* AudioToolbox.framework */,
|
||||
70AE63B30CFD64B073852859 /* AudioUnit.framework */,
|
||||
75B774206D920DCB4ACA445C /* Cocoa.framework */,
|
||||
7E0A509B211574C774350093 /* CoreAudio.framework */,
|
||||
2F8E4F8D5D7F3EB9649439B4 /* IOKit.framework */,
|
||||
5A52536869B83B5F09F41438 /* Carbon.framework */,
|
||||
44770D3A0BD9579536ED242B /* ForceFeedback.framework */,
|
||||
3AEB3C375817040B16677295 /* CoreFoundation.framework */,
|
||||
2E5019F146AA4A417363273E /* OpenGL.framework */,
|
||||
);
|
||||
name = "Frameworks";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
6D2256153A304CFA3C8F769B /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
1C5511B03C132C43210F754C /* testspriteminimal */,
|
||||
);
|
||||
name = "Products";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
4C1B2CC81E6712DB0F3C3A02 /* Projects */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
1454539D12F401915CF253F3 /* SDL2main.xcodeproj */,
|
||||
5C665BC2287B5AC157C704F1 /* SDL2.xcodeproj */,
|
||||
);
|
||||
name = "Projects";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
0BF118363A3435F4478723A1 /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
0BAA4FEB744A2D98123C5F62 /* libSDL2main.a */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
4519225B3E52096222F910B8 /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
71FF47C026D978E118FF3F69 /* libSDL2.a */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* End PBXGroup section */
|
||||
|
||||
/* Begin PBXNativeTarget section */
|
||||
5BB421E23666669E17F1566E /* testspriteminimal */ = {
|
||||
isa = PBXNativeTarget;
|
||||
buildConfigurationList = 76CC57F73B940B14084C6D59 /* Build configuration list for PBXNativeTarget "testspriteminimal" */;
|
||||
buildPhases = (
|
||||
15DB070627286F1043E23739 /* Resources */,
|
||||
24C461884AC96B555168132C /* Sources */,
|
||||
35376CE42553238D237E4771 /* Frameworks */,
|
||||
9607AE3710C85E8F00CD1376 /* Postbuild */,
|
||||
);
|
||||
buildRules = (
|
||||
);
|
||||
dependencies = (
|
||||
68863D8D1E5C3561275A2F77 /* PBXTargetDependency */,
|
||||
1CBA13C305CC4F550A6246C0 /* PBXTargetDependency */,
|
||||
);
|
||||
name = "testspriteminimal";
|
||||
productInstallPath = "$(HOME)/bin";
|
||||
productName = "testspriteminimal";
|
||||
productReference = 1C5511B03C132C43210F754C /* testspriteminimal */;
|
||||
productType = "com.apple.product-type.tool";
|
||||
};
|
||||
/* End PBXNativeTarget section */
|
||||
|
||||
/* Begin PBXProject section */
|
||||
08FB7793FE84155DC02AAC07 /* Project object */ = {
|
||||
isa = PBXProject;
|
||||
buildConfigurationList = 1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "testspriteminimal" */;
|
||||
compatibilityVersion = "Xcode 3.2";
|
||||
hasScannedForEncodings = 1;
|
||||
mainGroup = 0F6B6860307D70A30AAC5B2D /* testspriteminimal */;
|
||||
projectDirPath = "";
|
||||
projectReferences = (
|
||||
{
|
||||
ProductGroup = 0BF118363A3435F4478723A1 /* Products */;
|
||||
ProjectRef = 1454539D12F401915CF253F3 /* SDL2main.xcodeproj */;
|
||||
},
|
||||
{
|
||||
ProductGroup = 4519225B3E52096222F910B8 /* Products */;
|
||||
ProjectRef = 5C665BC2287B5AC157C704F1 /* SDL2.xcodeproj */;
|
||||
},
|
||||
);
|
||||
projectRoot = "";
|
||||
targets = (
|
||||
5BB421E23666669E17F1566E /* testspriteminimal */,
|
||||
);
|
||||
};
|
||||
/* End PBXProject section */
|
||||
|
||||
/* Begin PBXReferenceProxy section */
|
||||
0BAA4FEB744A2D98123C5F62 /* libSDL2main.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
path = "Build/Debug/libSDL2main.a";
|
||||
remoteRef = 48002E643D870A0C255D02CB /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
71FF47C026D978E118FF3F69 /* libSDL2.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
path = "Build/Debug/libSDL2.a";
|
||||
remoteRef = 31534DBB5A7A3C8A22ED35A4 /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
/* End PBXReferenceProxy section */
|
||||
|
||||
/* Begin PBXResourcesBuildPhase section */
|
||||
15DB070627286F1043E23739 /* Resources */ = {
|
||||
isa = PBXResourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXResourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXShellScriptBuildPhase section */
|
||||
9607AE3710C85E8F00CD1376 /* Postbuild */ = {
|
||||
isa = PBXShellScriptBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
);
|
||||
inputPaths = (
|
||||
);
|
||||
name = Postbuild;
|
||||
outputPaths = (
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
shellPath = /bin/sh;
|
||||
shellScript = "if [ \"${CONFIGURATION}\" = \"Debug Universal\" ]; then\nif [ ! -d \"./Build/Debug\" ]; then mkdir -p \"./Build/Debug\"; fi\ncp \"./../../../../../test/icon.bmp\" \"./Build/Debug/icon.bmp\"\nfi\nif [ \"${CONFIGURATION}\" = \"Debug Native\" ]; then\nif [ ! -d \"./Build/Debug\" ]; then mkdir -p \"./Build/Debug\"; fi\ncp \"./../../../../../test/icon.bmp\" \"./Build/Debug/icon.bmp\"\nfi\nif [ \"${CONFIGURATION}\" = \"Release Universal\" ]; then\nif [ ! -d \"./Build/Release\" ]; then mkdir -p \"./Build/Release\"; fi\ncp \"./../../../../../test/icon.bmp\" \"./Build/Release/icon.bmp\"\nfi\nif [ \"${CONFIGURATION}\" = \"Release Native\" ]; then\nif [ ! -d \"./Build/Release\" ]; then mkdir -p \"./Build/Release\"; fi\ncp \"./../../../../../test/icon.bmp\" \"./Build/Release/icon.bmp\"\nfi";
|
||||
};
|
||||
/* End PBXShellScriptBuildPhase section */
|
||||
/* Begin PBXSourcesBuildPhase section */
|
||||
24C461884AC96B555168132C /* Sources */ = {
|
||||
isa = PBXSourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
27E623027D5B166949572CEC /* testspriteminimal.c in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXSourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXVariantGroup section */
|
||||
/* End PBXVariantGroup section */
|
||||
|
||||
/* Begin PBXTargetDependency section */
|
||||
68863D8D1E5C3561275A2F77 /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = "libSDL2main.a";
|
||||
targetProxy = 018F682D1BBB3BE67E997B02 /* PBXContainerItemProxy */;
|
||||
};
|
||||
1CBA13C305CC4F550A6246C0 /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = "libSDL2.a";
|
||||
targetProxy = 3CD438D60C53443666650D6F /* PBXContainerItemProxy */;
|
||||
};
|
||||
/* End PBXTargetDependency section */
|
||||
|
||||
/* Begin XCBuildConfiguration section */
|
||||
61E93CA267A85941468D6040 /* Debug Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
CONFIGURATION_BUILD_DIR = Build/Debug;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testspriteminimal";
|
||||
};
|
||||
name = "Debug Universal";
|
||||
};
|
||||
719032A11639081F3AA80A3C /* Debug Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
CONFIGURATION_BUILD_DIR = Build/Debug;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testspriteminimal";
|
||||
};
|
||||
name = "Debug Native";
|
||||
};
|
||||
234D54AD3D850FF267800898 /* Release Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
CONFIGURATION_BUILD_DIR = Build/Release;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testspriteminimal";
|
||||
};
|
||||
name = "Release Universal";
|
||||
};
|
||||
62F02A43161A1A583E2D1987 /* Release Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
CONFIGURATION_BUILD_DIR = Build/Release;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testspriteminimal";
|
||||
};
|
||||
name = "Release Native";
|
||||
};
|
||||
346E600568B3510822545FE9 /* Debug Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
COPY_PHASE_STRIP = NO;
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"_DEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Universal/Debug";
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
SYMROOT = "Build/Debug";
|
||||
};
|
||||
name = "Debug Universal";
|
||||
};
|
||||
6B5D3D9B3D661C8F7B0F248E /* Debug Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(NATIVE_ARCH_ACTUAL)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
COPY_PHASE_STRIP = NO;
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"_DEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Debug";
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
SYMROOT = "Build/Debug";
|
||||
};
|
||||
name = "Debug Native";
|
||||
};
|
||||
386D3D55302837AB48117594 /* Release Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 3;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"NDEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Universal/Release";
|
||||
ONLY_ACTIVE_ARCH = NO;
|
||||
SYMROOT = "Build/Release";
|
||||
};
|
||||
name = "Release Universal";
|
||||
};
|
||||
04111CE518C33A761A826D22 /* Release Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(NATIVE_ARCH_ACTUAL)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 3;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"NDEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Release";
|
||||
ONLY_ACTIVE_ARCH = NO;
|
||||
SYMROOT = "Build/Release";
|
||||
};
|
||||
name = "Release Native";
|
||||
};
|
||||
/* End XCBuildConfiguration section */
|
||||
|
||||
/* Begin XCConfigurationList section */
|
||||
76CC57F73B940B14084C6D59 /* Build configuration list for PBXNativeTarget "testspriteminimal" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
61E93CA267A85941468D6040 /* Debug Universal */,
|
||||
719032A11639081F3AA80A3C /* Debug Native */,
|
||||
234D54AD3D850FF267800898 /* Release Universal */,
|
||||
62F02A43161A1A583E2D1987 /* Release Native */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = "Debug Universal";
|
||||
};
|
||||
1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "testspriteminimal" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
346E600568B3510822545FE9 /* Debug Universal */,
|
||||
6B5D3D9B3D661C8F7B0F248E /* Debug Native */,
|
||||
386D3D55302837AB48117594 /* Release Universal */,
|
||||
04111CE518C33A761A826D22 /* Release Native */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = "Debug Universal";
|
||||
};
|
||||
/* End XCConfigurationList section */
|
||||
|
||||
};
|
||||
rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
|
||||
}
|
||||
472
premake/Xcode/Xcode4/tests/teststreaming/teststreaming.xcodeproj/project.pbxproj
Executable file
472
premake/Xcode/Xcode4/tests/teststreaming/teststreaming.xcodeproj/project.pbxproj
Executable file
@@ -0,0 +1,472 @@
|
||||
// !$*UTF8*$!
|
||||
{
|
||||
archiveVersion = 1;
|
||||
classes = {
|
||||
};
|
||||
objectVersion = 45;
|
||||
objects = {
|
||||
|
||||
/* Begin PBXBuildFile section */
|
||||
7C0C26F2003C06A170CF2EAD /* teststreaming.c in Sources */ = {isa = PBXBuildFile; fileRef = 2E3143AA555B555A23284972 /* teststreaming.c */; };
|
||||
548774F11E955BF3435E6144 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 204B4FE357957BBA767465C6 /* AudioToolbox.framework */; };
|
||||
57423C720B7274EE476F4E2A /* AudioUnit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6DF51FEE4D033935692E71C9 /* AudioUnit.framework */; };
|
||||
587A61EE5A903A7A2977771A /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 575B31B640A46955763603C4 /* Cocoa.framework */; };
|
||||
25DC1D202D8463D611820231 /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5AD57AD222C2083B0BD81FE7 /* CoreAudio.framework */; };
|
||||
4B4331FE3B1502776AF701A1 /* IOKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1AA908092E0C54383E64286A /* IOKit.framework */; };
|
||||
12B55B6554D84E140B316841 /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 02817B12149959F903F1774B /* Carbon.framework */; };
|
||||
552F0B172B98379E10521E53 /* ForceFeedback.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2481422D570A62764519246A /* ForceFeedback.framework */; };
|
||||
0DBF2BEB66EE52A904AC5856 /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0C295FB710E810F02DA01F99 /* CoreFoundation.framework */; };
|
||||
586363501DD116660D556EB9 /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2B6D11685B2C27C71E576BCE /* OpenGL.framework */; };
|
||||
467126A541103E501E5C4857 /* libSDL2main.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 642B02FC291817F157B33709 /* libSDL2main.a */; };
|
||||
4AD51DF34A614F036565075D /* libSDL2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 3BC23F4831096240172F295B /* libSDL2.a */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXContainerItemProxy section */
|
||||
14DD41DA702B47A811652A1C /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 2FA532766F555D455F171655 /* SDL2main.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = 0FF7291B375C79BC57696B66;
|
||||
remoteInfo = "libSDL2main.a";
|
||||
};
|
||||
335E21AE675856FD32C21E7C /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 2FA532766F555D455F171655 /* SDL2main.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = 1BAE4A0A77462FDC330812A3;
|
||||
remoteInfo = "libSDL2main.a";
|
||||
};
|
||||
6BEE09CA4CFA423F447E3488 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 65547A8479E335E841143848 /* SDL2.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = 5E6D56F6655337845A3C44C3;
|
||||
remoteInfo = "libSDL2.a";
|
||||
};
|
||||
52F21CB87AD61277583C6C30 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 65547A8479E335E841143848 /* SDL2.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = 7E6A7BC23CFD134274963645;
|
||||
remoteInfo = "libSDL2.a";
|
||||
};
|
||||
/* End PBXContainerItemProxy section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
2E3143AA555B555A23284972 /* teststreaming.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "teststreaming.c"; path = "../../../../../test/teststreaming.c"; sourceTree = "<group>"; };
|
||||
204B4FE357957BBA767465C6 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "AudioToolbox.framework"; path = "/System/Library/Frameworks/AudioToolbox.framework"; sourceTree = "<absolute>"; };
|
||||
6DF51FEE4D033935692E71C9 /* AudioUnit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "AudioUnit.framework"; path = "/System/Library/Frameworks/AudioUnit.framework"; sourceTree = "<absolute>"; };
|
||||
575B31B640A46955763603C4 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "Cocoa.framework"; path = "/System/Library/Frameworks/Cocoa.framework"; sourceTree = "<absolute>"; };
|
||||
5AD57AD222C2083B0BD81FE7 /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreAudio.framework"; path = "/System/Library/Frameworks/CoreAudio.framework"; sourceTree = "<absolute>"; };
|
||||
1AA908092E0C54383E64286A /* IOKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "IOKit.framework"; path = "/System/Library/Frameworks/IOKit.framework"; sourceTree = "<absolute>"; };
|
||||
02817B12149959F903F1774B /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "Carbon.framework"; path = "/System/Library/Frameworks/Carbon.framework"; sourceTree = "<absolute>"; };
|
||||
2481422D570A62764519246A /* ForceFeedback.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "ForceFeedback.framework"; path = "/System/Library/Frameworks/ForceFeedback.framework"; sourceTree = "<absolute>"; };
|
||||
0C295FB710E810F02DA01F99 /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreFoundation.framework"; path = "/System/Library/Frameworks/CoreFoundation.framework"; sourceTree = "<absolute>"; };
|
||||
2B6D11685B2C27C71E576BCE /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "OpenGL.framework"; path = "/System/Library/Frameworks/OpenGL.framework"; sourceTree = "<absolute>"; };
|
||||
14E901A456637F181C2F7A96 /* teststreaming */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; name = "teststreaming"; path = "teststreaming"; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
2FA532766F555D455F171655 /* SDL2main.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "SDL2main.xcodeproj"; path = "../../SDL2main/SDL2main.xcodeproj"; sourceTree = SOURCE_ROOT; };
|
||||
65547A8479E335E841143848 /* SDL2.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "SDL2.xcodeproj"; path = "../../SDL2/SDL2.xcodeproj"; sourceTree = SOURCE_ROOT; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
/* Begin PBXFrameworksBuildPhase section */
|
||||
0D165C2E0F8319DD3CA64721 /* Frameworks */ = {
|
||||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
548774F11E955BF3435E6144 /* AudioToolbox.framework in Frameworks */,
|
||||
57423C720B7274EE476F4E2A /* AudioUnit.framework in Frameworks */,
|
||||
587A61EE5A903A7A2977771A /* Cocoa.framework in Frameworks */,
|
||||
25DC1D202D8463D611820231 /* CoreAudio.framework in Frameworks */,
|
||||
4B4331FE3B1502776AF701A1 /* IOKit.framework in Frameworks */,
|
||||
12B55B6554D84E140B316841 /* Carbon.framework in Frameworks */,
|
||||
552F0B172B98379E10521E53 /* ForceFeedback.framework in Frameworks */,
|
||||
0DBF2BEB66EE52A904AC5856 /* CoreFoundation.framework in Frameworks */,
|
||||
586363501DD116660D556EB9 /* OpenGL.framework in Frameworks */,
|
||||
467126A541103E501E5C4857 /* libSDL2main.a in Frameworks */,
|
||||
4AD51DF34A614F036565075D /* libSDL2.a in Frameworks */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXFrameworksBuildPhase section */
|
||||
|
||||
/* Begin PBXGroup section */
|
||||
19F12D1B068B34711223727B /* teststreaming */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
04C9470736C7767114EF5B78 /* test */,
|
||||
1BF03721079159D417707948 /* Frameworks */,
|
||||
48F633FA627F212075121785 /* Products */,
|
||||
327609B2344E010C3C294F19 /* Projects */,
|
||||
);
|
||||
name = "teststreaming";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
04C9470736C7767114EF5B78 /* test */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
2E3143AA555B555A23284972 /* teststreaming.c */,
|
||||
);
|
||||
name = "test";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
1BF03721079159D417707948 /* Frameworks */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
204B4FE357957BBA767465C6 /* AudioToolbox.framework */,
|
||||
6DF51FEE4D033935692E71C9 /* AudioUnit.framework */,
|
||||
575B31B640A46955763603C4 /* Cocoa.framework */,
|
||||
5AD57AD222C2083B0BD81FE7 /* CoreAudio.framework */,
|
||||
1AA908092E0C54383E64286A /* IOKit.framework */,
|
||||
02817B12149959F903F1774B /* Carbon.framework */,
|
||||
2481422D570A62764519246A /* ForceFeedback.framework */,
|
||||
0C295FB710E810F02DA01F99 /* CoreFoundation.framework */,
|
||||
2B6D11685B2C27C71E576BCE /* OpenGL.framework */,
|
||||
);
|
||||
name = "Frameworks";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
48F633FA627F212075121785 /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
14E901A456637F181C2F7A96 /* teststreaming */,
|
||||
);
|
||||
name = "Products";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
327609B2344E010C3C294F19 /* Projects */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
2FA532766F555D455F171655 /* SDL2main.xcodeproj */,
|
||||
65547A8479E335E841143848 /* SDL2.xcodeproj */,
|
||||
);
|
||||
name = "Projects";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
2574031249C871D7706E6E45 /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
642B02FC291817F157B33709 /* libSDL2main.a */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
5EF95D9221C0608438E36BDA /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
3BC23F4831096240172F295B /* libSDL2.a */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* End PBXGroup section */
|
||||
|
||||
/* Begin PBXNativeTarget section */
|
||||
3FC20E8C2EB0566076D86200 /* teststreaming */ = {
|
||||
isa = PBXNativeTarget;
|
||||
buildConfigurationList = 6D9638E60ADA102C3E421651 /* Build configuration list for PBXNativeTarget "teststreaming" */;
|
||||
buildPhases = (
|
||||
5E1A0A46186A02770E564E57 /* Resources */,
|
||||
38C472E61606136D168E5294 /* Sources */,
|
||||
0D165C2E0F8319DD3CA64721 /* Frameworks */,
|
||||
9607AE3710C85E8F00CD1376 /* Postbuild */,
|
||||
);
|
||||
buildRules = (
|
||||
);
|
||||
dependencies = (
|
||||
6FBA404C59915D3A0F6E1199 /* PBXTargetDependency */,
|
||||
7C2D73F41C1A248A718E450A /* PBXTargetDependency */,
|
||||
);
|
||||
name = "teststreaming";
|
||||
productInstallPath = "$(HOME)/bin";
|
||||
productName = "teststreaming";
|
||||
productReference = 14E901A456637F181C2F7A96 /* teststreaming */;
|
||||
productType = "com.apple.product-type.tool";
|
||||
};
|
||||
/* End PBXNativeTarget section */
|
||||
|
||||
/* Begin PBXProject section */
|
||||
08FB7793FE84155DC02AAC07 /* Project object */ = {
|
||||
isa = PBXProject;
|
||||
buildConfigurationList = 1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "teststreaming" */;
|
||||
compatibilityVersion = "Xcode 3.2";
|
||||
hasScannedForEncodings = 1;
|
||||
mainGroup = 19F12D1B068B34711223727B /* teststreaming */;
|
||||
projectDirPath = "";
|
||||
projectReferences = (
|
||||
{
|
||||
ProductGroup = 2574031249C871D7706E6E45 /* Products */;
|
||||
ProjectRef = 2FA532766F555D455F171655 /* SDL2main.xcodeproj */;
|
||||
},
|
||||
{
|
||||
ProductGroup = 5EF95D9221C0608438E36BDA /* Products */;
|
||||
ProjectRef = 65547A8479E335E841143848 /* SDL2.xcodeproj */;
|
||||
},
|
||||
);
|
||||
projectRoot = "";
|
||||
targets = (
|
||||
3FC20E8C2EB0566076D86200 /* teststreaming */,
|
||||
);
|
||||
};
|
||||
/* End PBXProject section */
|
||||
|
||||
/* Begin PBXReferenceProxy section */
|
||||
642B02FC291817F157B33709 /* libSDL2main.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
path = "Build/Debug/libSDL2main.a";
|
||||
remoteRef = 14DD41DA702B47A811652A1C /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
3BC23F4831096240172F295B /* libSDL2.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
path = "Build/Debug/libSDL2.a";
|
||||
remoteRef = 6BEE09CA4CFA423F447E3488 /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
/* End PBXReferenceProxy section */
|
||||
|
||||
/* Begin PBXResourcesBuildPhase section */
|
||||
5E1A0A46186A02770E564E57 /* Resources */ = {
|
||||
isa = PBXResourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXResourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXShellScriptBuildPhase section */
|
||||
9607AE3710C85E8F00CD1376 /* Postbuild */ = {
|
||||
isa = PBXShellScriptBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
);
|
||||
inputPaths = (
|
||||
);
|
||||
name = Postbuild;
|
||||
outputPaths = (
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
shellPath = /bin/sh;
|
||||
shellScript = "if [ \"${CONFIGURATION}\" = \"Debug Universal\" ]; then\nif [ ! -d \"./Build/Debug\" ]; then mkdir -p \"./Build/Debug\"; fi\ncp \"./../../../../../test/moose.dat\" \"./Build/Debug/moose.dat\"\nfi\nif [ \"${CONFIGURATION}\" = \"Debug Native\" ]; then\nif [ ! -d \"./Build/Debug\" ]; then mkdir -p \"./Build/Debug\"; fi\ncp \"./../../../../../test/moose.dat\" \"./Build/Debug/moose.dat\"\nfi\nif [ \"${CONFIGURATION}\" = \"Release Universal\" ]; then\nif [ ! -d \"./Build/Release\" ]; then mkdir -p \"./Build/Release\"; fi\ncp \"./../../../../../test/moose.dat\" \"./Build/Release/moose.dat\"\nfi\nif [ \"${CONFIGURATION}\" = \"Release Native\" ]; then\nif [ ! -d \"./Build/Release\" ]; then mkdir -p \"./Build/Release\"; fi\ncp \"./../../../../../test/moose.dat\" \"./Build/Release/moose.dat\"\nfi";
|
||||
};
|
||||
/* End PBXShellScriptBuildPhase section */
|
||||
/* Begin PBXSourcesBuildPhase section */
|
||||
38C472E61606136D168E5294 /* Sources */ = {
|
||||
isa = PBXSourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
7C0C26F2003C06A170CF2EAD /* teststreaming.c in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXSourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXVariantGroup section */
|
||||
/* End PBXVariantGroup section */
|
||||
|
||||
/* Begin PBXTargetDependency section */
|
||||
6FBA404C59915D3A0F6E1199 /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = "libSDL2main.a";
|
||||
targetProxy = 335E21AE675856FD32C21E7C /* PBXContainerItemProxy */;
|
||||
};
|
||||
7C2D73F41C1A248A718E450A /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = "libSDL2.a";
|
||||
targetProxy = 52F21CB87AD61277583C6C30 /* PBXContainerItemProxy */;
|
||||
};
|
||||
/* End PBXTargetDependency section */
|
||||
|
||||
/* Begin XCBuildConfiguration section */
|
||||
6C54282C638735BF423B3149 /* Debug Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
CONFIGURATION_BUILD_DIR = Build/Debug;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "teststreaming";
|
||||
};
|
||||
name = "Debug Universal";
|
||||
};
|
||||
155A5986705456F463944A43 /* Debug Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
CONFIGURATION_BUILD_DIR = Build/Debug;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "teststreaming";
|
||||
};
|
||||
name = "Debug Native";
|
||||
};
|
||||
1903457F3535440A19F55DEF /* Release Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
CONFIGURATION_BUILD_DIR = Build/Release;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "teststreaming";
|
||||
};
|
||||
name = "Release Universal";
|
||||
};
|
||||
684F55C57F6B65BA43D427EB /* Release Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
CONFIGURATION_BUILD_DIR = Build/Release;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "teststreaming";
|
||||
};
|
||||
name = "Release Native";
|
||||
};
|
||||
5F3602A61E375F0A2AAF5DE3 /* Debug Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
COPY_PHASE_STRIP = NO;
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"_DEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Universal/Debug";
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
SYMROOT = "Build/Debug";
|
||||
};
|
||||
name = "Debug Universal";
|
||||
};
|
||||
7F1630FB5A2973F04B262C15 /* Debug Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(NATIVE_ARCH_ACTUAL)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
COPY_PHASE_STRIP = NO;
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"_DEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Debug";
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
SYMROOT = "Build/Debug";
|
||||
};
|
||||
name = "Debug Native";
|
||||
};
|
||||
35F705606FC04927585B5563 /* Release Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 3;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"NDEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Universal/Release";
|
||||
ONLY_ACTIVE_ARCH = NO;
|
||||
SYMROOT = "Build/Release";
|
||||
};
|
||||
name = "Release Universal";
|
||||
};
|
||||
45C9334E57F3238837A80AFB /* Release Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(NATIVE_ARCH_ACTUAL)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 3;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"NDEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Release";
|
||||
ONLY_ACTIVE_ARCH = NO;
|
||||
SYMROOT = "Build/Release";
|
||||
};
|
||||
name = "Release Native";
|
||||
};
|
||||
/* End XCBuildConfiguration section */
|
||||
|
||||
/* Begin XCConfigurationList section */
|
||||
6D9638E60ADA102C3E421651 /* Build configuration list for PBXNativeTarget "teststreaming" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
6C54282C638735BF423B3149 /* Debug Universal */,
|
||||
155A5986705456F463944A43 /* Debug Native */,
|
||||
1903457F3535440A19F55DEF /* Release Universal */,
|
||||
684F55C57F6B65BA43D427EB /* Release Native */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = "Debug Universal";
|
||||
};
|
||||
1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "teststreaming" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
5F3602A61E375F0A2AAF5DE3 /* Debug Universal */,
|
||||
7F1630FB5A2973F04B262C15 /* Debug Native */,
|
||||
35F705606FC04927585B5563 /* Release Universal */,
|
||||
45C9334E57F3238837A80AFB /* Release Native */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = "Debug Universal";
|
||||
};
|
||||
/* End XCConfigurationList section */
|
||||
|
||||
};
|
||||
rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
|
||||
}
|
||||
455
premake/Xcode/Xcode4/tests/testthread/testthread.xcodeproj/project.pbxproj
Executable file
455
premake/Xcode/Xcode4/tests/testthread/testthread.xcodeproj/project.pbxproj
Executable file
@@ -0,0 +1,455 @@
|
||||
// !$*UTF8*$!
|
||||
{
|
||||
archiveVersion = 1;
|
||||
classes = {
|
||||
};
|
||||
objectVersion = 45;
|
||||
objects = {
|
||||
|
||||
/* Begin PBXBuildFile section */
|
||||
6C987FEA78D241A403C65BEB /* testthread.c in Sources */ = {isa = PBXBuildFile; fileRef = 332759AD2E381543230E716A /* testthread.c */; };
|
||||
3325006B1B387CF80B52656E /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0F62096E179D02202D0F36C4 /* AudioToolbox.framework */; };
|
||||
18220A9D094458FE43C42718 /* AudioUnit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2ED62374359A430A7A982656 /* AudioUnit.framework */; };
|
||||
49EA57F52A73680320A36AB7 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1A202D893CB54CA51BB80290 /* Cocoa.framework */; };
|
||||
186B2D4C122222F73E887263 /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4A9863ED67D7598B693B5571 /* CoreAudio.framework */; };
|
||||
24D07A6C51CA2E427041726B /* IOKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7EDA4BB35BA752366A755E14 /* IOKit.framework */; };
|
||||
6C9F6DEA52D8124B2ACF0C24 /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0DE074B46D3541D25FEA2881 /* Carbon.framework */; };
|
||||
6B4658704BA82B5F251051CC /* ForceFeedback.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 16546CC12985732E5B911DB7 /* ForceFeedback.framework */; };
|
||||
657B15E4597E66B7333232FD /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 49A51D5F6DCE151D48D53E84 /* CoreFoundation.framework */; };
|
||||
047E70EB136773461B6128A4 /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 403579F55F170B8C41F235DE /* OpenGL.framework */; };
|
||||
04665DC831BA47073B534A55 /* libSDL2main.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 6AF646AE0959510A228A4E7B /* libSDL2main.a */; };
|
||||
310F0AD946A32CC21DC372F7 /* libSDL2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 48162B9E446C303F215D6F79 /* libSDL2.a */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXContainerItemProxy section */
|
||||
03205F5D6C706E6554870590 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 735E20C715F05275123D0625 /* SDL2main.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = 0FF7291B375C79BC57696B66;
|
||||
remoteInfo = "libSDL2main.a";
|
||||
};
|
||||
5B615C663982378A6A396828 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 735E20C715F05275123D0625 /* SDL2main.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = 1BAE4A0A77462FDC330812A3;
|
||||
remoteInfo = "libSDL2main.a";
|
||||
};
|
||||
469460076D9E2A393F2D2EDD /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 4B6D13677F1D5D1E07D67FA3 /* SDL2.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = 5E6D56F6655337845A3C44C3;
|
||||
remoteInfo = "libSDL2.a";
|
||||
};
|
||||
41412B4E12DD188D6E97005A /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 4B6D13677F1D5D1E07D67FA3 /* SDL2.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = 7E6A7BC23CFD134274963645;
|
||||
remoteInfo = "libSDL2.a";
|
||||
};
|
||||
/* End PBXContainerItemProxy section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
332759AD2E381543230E716A /* testthread.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "testthread.c"; path = "../../../../../test/testthread.c"; sourceTree = "<group>"; };
|
||||
0F62096E179D02202D0F36C4 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "AudioToolbox.framework"; path = "/System/Library/Frameworks/AudioToolbox.framework"; sourceTree = "<absolute>"; };
|
||||
2ED62374359A430A7A982656 /* AudioUnit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "AudioUnit.framework"; path = "/System/Library/Frameworks/AudioUnit.framework"; sourceTree = "<absolute>"; };
|
||||
1A202D893CB54CA51BB80290 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "Cocoa.framework"; path = "/System/Library/Frameworks/Cocoa.framework"; sourceTree = "<absolute>"; };
|
||||
4A9863ED67D7598B693B5571 /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreAudio.framework"; path = "/System/Library/Frameworks/CoreAudio.framework"; sourceTree = "<absolute>"; };
|
||||
7EDA4BB35BA752366A755E14 /* IOKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "IOKit.framework"; path = "/System/Library/Frameworks/IOKit.framework"; sourceTree = "<absolute>"; };
|
||||
0DE074B46D3541D25FEA2881 /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "Carbon.framework"; path = "/System/Library/Frameworks/Carbon.framework"; sourceTree = "<absolute>"; };
|
||||
16546CC12985732E5B911DB7 /* ForceFeedback.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "ForceFeedback.framework"; path = "/System/Library/Frameworks/ForceFeedback.framework"; sourceTree = "<absolute>"; };
|
||||
49A51D5F6DCE151D48D53E84 /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreFoundation.framework"; path = "/System/Library/Frameworks/CoreFoundation.framework"; sourceTree = "<absolute>"; };
|
||||
403579F55F170B8C41F235DE /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "OpenGL.framework"; path = "/System/Library/Frameworks/OpenGL.framework"; sourceTree = "<absolute>"; };
|
||||
624337703627624F3F6F2D93 /* testthread */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; name = "testthread"; path = "testthread"; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
735E20C715F05275123D0625 /* SDL2main.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "SDL2main.xcodeproj"; path = "../../SDL2main/SDL2main.xcodeproj"; sourceTree = SOURCE_ROOT; };
|
||||
4B6D13677F1D5D1E07D67FA3 /* SDL2.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "SDL2.xcodeproj"; path = "../../SDL2/SDL2.xcodeproj"; sourceTree = SOURCE_ROOT; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
/* Begin PBXFrameworksBuildPhase section */
|
||||
156A08572003290109DB115A /* Frameworks */ = {
|
||||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
3325006B1B387CF80B52656E /* AudioToolbox.framework in Frameworks */,
|
||||
18220A9D094458FE43C42718 /* AudioUnit.framework in Frameworks */,
|
||||
49EA57F52A73680320A36AB7 /* Cocoa.framework in Frameworks */,
|
||||
186B2D4C122222F73E887263 /* CoreAudio.framework in Frameworks */,
|
||||
24D07A6C51CA2E427041726B /* IOKit.framework in Frameworks */,
|
||||
6C9F6DEA52D8124B2ACF0C24 /* Carbon.framework in Frameworks */,
|
||||
6B4658704BA82B5F251051CC /* ForceFeedback.framework in Frameworks */,
|
||||
657B15E4597E66B7333232FD /* CoreFoundation.framework in Frameworks */,
|
||||
047E70EB136773461B6128A4 /* OpenGL.framework in Frameworks */,
|
||||
04665DC831BA47073B534A55 /* libSDL2main.a in Frameworks */,
|
||||
310F0AD946A32CC21DC372F7 /* libSDL2.a in Frameworks */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXFrameworksBuildPhase section */
|
||||
|
||||
/* Begin PBXGroup section */
|
||||
5BF409406B027173576138DA /* testthread */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
051753BB3EEC3311530718E0 /* test */,
|
||||
5A75768F3DB217182C55317F /* Frameworks */,
|
||||
55BF28F4572E47D846E02AF9 /* Products */,
|
||||
55CB13EF4FA01A0963633622 /* Projects */,
|
||||
);
|
||||
name = "testthread";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
051753BB3EEC3311530718E0 /* test */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
332759AD2E381543230E716A /* testthread.c */,
|
||||
);
|
||||
name = "test";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
5A75768F3DB217182C55317F /* Frameworks */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
0F62096E179D02202D0F36C4 /* AudioToolbox.framework */,
|
||||
2ED62374359A430A7A982656 /* AudioUnit.framework */,
|
||||
1A202D893CB54CA51BB80290 /* Cocoa.framework */,
|
||||
4A9863ED67D7598B693B5571 /* CoreAudio.framework */,
|
||||
7EDA4BB35BA752366A755E14 /* IOKit.framework */,
|
||||
0DE074B46D3541D25FEA2881 /* Carbon.framework */,
|
||||
16546CC12985732E5B911DB7 /* ForceFeedback.framework */,
|
||||
49A51D5F6DCE151D48D53E84 /* CoreFoundation.framework */,
|
||||
403579F55F170B8C41F235DE /* OpenGL.framework */,
|
||||
);
|
||||
name = "Frameworks";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
55BF28F4572E47D846E02AF9 /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
624337703627624F3F6F2D93 /* testthread */,
|
||||
);
|
||||
name = "Products";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
55CB13EF4FA01A0963633622 /* Projects */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
735E20C715F05275123D0625 /* SDL2main.xcodeproj */,
|
||||
4B6D13677F1D5D1E07D67FA3 /* SDL2.xcodeproj */,
|
||||
);
|
||||
name = "Projects";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
3992349C26424D857CE75DCE /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
6AF646AE0959510A228A4E7B /* libSDL2main.a */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
5ADD79772BFD291F349402AB /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
48162B9E446C303F215D6F79 /* libSDL2.a */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* End PBXGroup section */
|
||||
|
||||
/* Begin PBXNativeTarget section */
|
||||
4258427C05EC737B222F74C0 /* testthread */ = {
|
||||
isa = PBXNativeTarget;
|
||||
buildConfigurationList = 732313046CD80AC272D90ECA /* Build configuration list for PBXNativeTarget "testthread" */;
|
||||
buildPhases = (
|
||||
0A017C5B511541CF3A23063A /* Resources */,
|
||||
01AD078B5CFD0F5920074330 /* Sources */,
|
||||
156A08572003290109DB115A /* Frameworks */,
|
||||
);
|
||||
buildRules = (
|
||||
);
|
||||
dependencies = (
|
||||
299B2A9C1F857A4B6B486CB4 /* PBXTargetDependency */,
|
||||
54A9579A4FD628F22DD57BBB /* PBXTargetDependency */,
|
||||
);
|
||||
name = "testthread";
|
||||
productInstallPath = "$(HOME)/bin";
|
||||
productName = "testthread";
|
||||
productReference = 624337703627624F3F6F2D93 /* testthread */;
|
||||
productType = "com.apple.product-type.tool";
|
||||
};
|
||||
/* End PBXNativeTarget section */
|
||||
|
||||
/* Begin PBXProject section */
|
||||
08FB7793FE84155DC02AAC07 /* Project object */ = {
|
||||
isa = PBXProject;
|
||||
buildConfigurationList = 1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "testthread" */;
|
||||
compatibilityVersion = "Xcode 3.2";
|
||||
hasScannedForEncodings = 1;
|
||||
mainGroup = 5BF409406B027173576138DA /* testthread */;
|
||||
projectDirPath = "";
|
||||
projectReferences = (
|
||||
{
|
||||
ProductGroup = 3992349C26424D857CE75DCE /* Products */;
|
||||
ProjectRef = 735E20C715F05275123D0625 /* SDL2main.xcodeproj */;
|
||||
},
|
||||
{
|
||||
ProductGroup = 5ADD79772BFD291F349402AB /* Products */;
|
||||
ProjectRef = 4B6D13677F1D5D1E07D67FA3 /* SDL2.xcodeproj */;
|
||||
},
|
||||
);
|
||||
projectRoot = "";
|
||||
targets = (
|
||||
4258427C05EC737B222F74C0 /* testthread */,
|
||||
);
|
||||
};
|
||||
/* End PBXProject section */
|
||||
|
||||
/* Begin PBXReferenceProxy section */
|
||||
6AF646AE0959510A228A4E7B /* libSDL2main.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
path = "Build/Debug/libSDL2main.a";
|
||||
remoteRef = 03205F5D6C706E6554870590 /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
48162B9E446C303F215D6F79 /* libSDL2.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
path = "Build/Debug/libSDL2.a";
|
||||
remoteRef = 469460076D9E2A393F2D2EDD /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
/* End PBXReferenceProxy section */
|
||||
|
||||
/* Begin PBXResourcesBuildPhase section */
|
||||
0A017C5B511541CF3A23063A /* Resources */ = {
|
||||
isa = PBXResourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXResourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXSourcesBuildPhase section */
|
||||
01AD078B5CFD0F5920074330 /* Sources */ = {
|
||||
isa = PBXSourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
6C987FEA78D241A403C65BEB /* testthread.c in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXSourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXVariantGroup section */
|
||||
/* End PBXVariantGroup section */
|
||||
|
||||
/* Begin PBXTargetDependency section */
|
||||
299B2A9C1F857A4B6B486CB4 /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = "libSDL2main.a";
|
||||
targetProxy = 5B615C663982378A6A396828 /* PBXContainerItemProxy */;
|
||||
};
|
||||
54A9579A4FD628F22DD57BBB /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = "libSDL2.a";
|
||||
targetProxy = 41412B4E12DD188D6E97005A /* PBXContainerItemProxy */;
|
||||
};
|
||||
/* End PBXTargetDependency section */
|
||||
|
||||
/* Begin XCBuildConfiguration section */
|
||||
67AE7EDA1D5A203B28A86BC7 /* Debug Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
CONFIGURATION_BUILD_DIR = Build/Debug;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testthread";
|
||||
};
|
||||
name = "Debug Universal";
|
||||
};
|
||||
46E36A2810C4345C1523598C /* Debug Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
CONFIGURATION_BUILD_DIR = Build/Debug;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testthread";
|
||||
};
|
||||
name = "Debug Native";
|
||||
};
|
||||
56F83AF0646F3EE61E39677C /* Release Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
CONFIGURATION_BUILD_DIR = Build/Release;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testthread";
|
||||
};
|
||||
name = "Release Universal";
|
||||
};
|
||||
45FB12D56B5C243E67DA4537 /* Release Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
CONFIGURATION_BUILD_DIR = Build/Release;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testthread";
|
||||
};
|
||||
name = "Release Native";
|
||||
};
|
||||
65512E0E3DFD5223323C1F57 /* Debug Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
COPY_PHASE_STRIP = NO;
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"_DEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Universal/Debug";
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
SYMROOT = "Build/Debug";
|
||||
};
|
||||
name = "Debug Universal";
|
||||
};
|
||||
21745991422F210449313DA7 /* Debug Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(NATIVE_ARCH_ACTUAL)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
COPY_PHASE_STRIP = NO;
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"_DEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Debug";
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
SYMROOT = "Build/Debug";
|
||||
};
|
||||
name = "Debug Native";
|
||||
};
|
||||
380D7A6C4DD421671B563216 /* Release Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 3;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"NDEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Universal/Release";
|
||||
ONLY_ACTIVE_ARCH = NO;
|
||||
SYMROOT = "Build/Release";
|
||||
};
|
||||
name = "Release Universal";
|
||||
};
|
||||
3D9E0B0E015038EF793C5484 /* Release Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(NATIVE_ARCH_ACTUAL)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 3;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"NDEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Release";
|
||||
ONLY_ACTIVE_ARCH = NO;
|
||||
SYMROOT = "Build/Release";
|
||||
};
|
||||
name = "Release Native";
|
||||
};
|
||||
/* End XCBuildConfiguration section */
|
||||
|
||||
/* Begin XCConfigurationList section */
|
||||
732313046CD80AC272D90ECA /* Build configuration list for PBXNativeTarget "testthread" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
67AE7EDA1D5A203B28A86BC7 /* Debug Universal */,
|
||||
46E36A2810C4345C1523598C /* Debug Native */,
|
||||
56F83AF0646F3EE61E39677C /* Release Universal */,
|
||||
45FB12D56B5C243E67DA4537 /* Release Native */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = "Debug Universal";
|
||||
};
|
||||
1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "testthread" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
65512E0E3DFD5223323C1F57 /* Debug Universal */,
|
||||
21745991422F210449313DA7 /* Debug Native */,
|
||||
380D7A6C4DD421671B563216 /* Release Universal */,
|
||||
3D9E0B0E015038EF793C5484 /* Release Native */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = "Debug Universal";
|
||||
};
|
||||
/* End XCConfigurationList section */
|
||||
|
||||
};
|
||||
rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
|
||||
}
|
||||
455
premake/Xcode/Xcode4/tests/testtimer/testtimer.xcodeproj/project.pbxproj
Executable file
455
premake/Xcode/Xcode4/tests/testtimer/testtimer.xcodeproj/project.pbxproj
Executable file
@@ -0,0 +1,455 @@
|
||||
// !$*UTF8*$!
|
||||
{
|
||||
archiveVersion = 1;
|
||||
classes = {
|
||||
};
|
||||
objectVersion = 45;
|
||||
objects = {
|
||||
|
||||
/* Begin PBXBuildFile section */
|
||||
4D44492615DE623266847D33 /* testtimer.c in Sources */ = {isa = PBXBuildFile; fileRef = 6442519A624B2FC0276A2D6E /* testtimer.c */; };
|
||||
5DF67CF22C9A56833A17643C /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 35EA536E769F4D4F134E70D7 /* AudioToolbox.framework */; };
|
||||
618B07F71CA256DE32403051 /* AudioUnit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 56562CDE5DA90F58700F7C17 /* AudioUnit.framework */; };
|
||||
64B96DA775A00FB06DE107A7 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 35673D56150057DA49517791 /* Cocoa.framework */; };
|
||||
2C4B10447EDF0C3464682071 /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 225B232E28F6544076170FB0 /* CoreAudio.framework */; };
|
||||
4B31152154DF111A68EA7CF7 /* IOKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 72B960476F742E9478046318 /* IOKit.framework */; };
|
||||
5AC958B30C4D51B831FD070B /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3FEF16F166393D430AFD1814 /* Carbon.framework */; };
|
||||
04F1787640B27D7809425668 /* ForceFeedback.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7276533F072069DF3C1F24C3 /* ForceFeedback.framework */; };
|
||||
396E7D3D686640E062C454DC /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 54396E64797435604E4A007B /* CoreFoundation.framework */; };
|
||||
3BFA396347B810161DA33F77 /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 44E95E203A326155263E648E /* OpenGL.framework */; };
|
||||
06C3114A3F5424D7258E18F3 /* libSDL2main.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 457927A15E136D0770A63EB1 /* libSDL2main.a */; };
|
||||
7355645C0AD53F860A632008 /* libSDL2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 196A2F0B32FA430845022EC6 /* libSDL2.a */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXContainerItemProxy section */
|
||||
7067393434765B3E79CE0128 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 3CD61DE153E054F545D35610 /* SDL2main.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = 0FF7291B375C79BC57696B66;
|
||||
remoteInfo = "libSDL2main.a";
|
||||
};
|
||||
1B5517DA6AE62D6F5AC4165D /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 3CD61DE153E054F545D35610 /* SDL2main.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = 1BAE4A0A77462FDC330812A3;
|
||||
remoteInfo = "libSDL2main.a";
|
||||
};
|
||||
30176C0147AB4FA8525B5EFE /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 2B0A2490075D06744DB33CE3 /* SDL2.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = 5E6D56F6655337845A3C44C3;
|
||||
remoteInfo = "libSDL2.a";
|
||||
};
|
||||
31D94FFE40652C334F4C1F12 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 2B0A2490075D06744DB33CE3 /* SDL2.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = 7E6A7BC23CFD134274963645;
|
||||
remoteInfo = "libSDL2.a";
|
||||
};
|
||||
/* End PBXContainerItemProxy section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
6442519A624B2FC0276A2D6E /* testtimer.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "testtimer.c"; path = "../../../../../test/testtimer.c"; sourceTree = "<group>"; };
|
||||
35EA536E769F4D4F134E70D7 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "AudioToolbox.framework"; path = "/System/Library/Frameworks/AudioToolbox.framework"; sourceTree = "<absolute>"; };
|
||||
56562CDE5DA90F58700F7C17 /* AudioUnit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "AudioUnit.framework"; path = "/System/Library/Frameworks/AudioUnit.framework"; sourceTree = "<absolute>"; };
|
||||
35673D56150057DA49517791 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "Cocoa.framework"; path = "/System/Library/Frameworks/Cocoa.framework"; sourceTree = "<absolute>"; };
|
||||
225B232E28F6544076170FB0 /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreAudio.framework"; path = "/System/Library/Frameworks/CoreAudio.framework"; sourceTree = "<absolute>"; };
|
||||
72B960476F742E9478046318 /* IOKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "IOKit.framework"; path = "/System/Library/Frameworks/IOKit.framework"; sourceTree = "<absolute>"; };
|
||||
3FEF16F166393D430AFD1814 /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "Carbon.framework"; path = "/System/Library/Frameworks/Carbon.framework"; sourceTree = "<absolute>"; };
|
||||
7276533F072069DF3C1F24C3 /* ForceFeedback.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "ForceFeedback.framework"; path = "/System/Library/Frameworks/ForceFeedback.framework"; sourceTree = "<absolute>"; };
|
||||
54396E64797435604E4A007B /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreFoundation.framework"; path = "/System/Library/Frameworks/CoreFoundation.framework"; sourceTree = "<absolute>"; };
|
||||
44E95E203A326155263E648E /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "OpenGL.framework"; path = "/System/Library/Frameworks/OpenGL.framework"; sourceTree = "<absolute>"; };
|
||||
65E53F103F173EF4201B6804 /* testtimer */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; name = "testtimer"; path = "testtimer"; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
3CD61DE153E054F545D35610 /* SDL2main.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "SDL2main.xcodeproj"; path = "../../SDL2main/SDL2main.xcodeproj"; sourceTree = SOURCE_ROOT; };
|
||||
2B0A2490075D06744DB33CE3 /* SDL2.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "SDL2.xcodeproj"; path = "../../SDL2/SDL2.xcodeproj"; sourceTree = SOURCE_ROOT; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
/* Begin PBXFrameworksBuildPhase section */
|
||||
2DEC05406CD52E65007D4B92 /* Frameworks */ = {
|
||||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
5DF67CF22C9A56833A17643C /* AudioToolbox.framework in Frameworks */,
|
||||
618B07F71CA256DE32403051 /* AudioUnit.framework in Frameworks */,
|
||||
64B96DA775A00FB06DE107A7 /* Cocoa.framework in Frameworks */,
|
||||
2C4B10447EDF0C3464682071 /* CoreAudio.framework in Frameworks */,
|
||||
4B31152154DF111A68EA7CF7 /* IOKit.framework in Frameworks */,
|
||||
5AC958B30C4D51B831FD070B /* Carbon.framework in Frameworks */,
|
||||
04F1787640B27D7809425668 /* ForceFeedback.framework in Frameworks */,
|
||||
396E7D3D686640E062C454DC /* CoreFoundation.framework in Frameworks */,
|
||||
3BFA396347B810161DA33F77 /* OpenGL.framework in Frameworks */,
|
||||
06C3114A3F5424D7258E18F3 /* libSDL2main.a in Frameworks */,
|
||||
7355645C0AD53F860A632008 /* libSDL2.a in Frameworks */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXFrameworksBuildPhase section */
|
||||
|
||||
/* Begin PBXGroup section */
|
||||
052627BD6A8154B96D626EF7 /* testtimer */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
31237EC1559B64112DE20A39 /* test */,
|
||||
265474AB22EC358C002C59F2 /* Frameworks */,
|
||||
5122502E09D714E54E8E7992 /* Products */,
|
||||
7DAD13367A5E43DD01463F6F /* Projects */,
|
||||
);
|
||||
name = "testtimer";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
31237EC1559B64112DE20A39 /* test */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
6442519A624B2FC0276A2D6E /* testtimer.c */,
|
||||
);
|
||||
name = "test";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
265474AB22EC358C002C59F2 /* Frameworks */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
35EA536E769F4D4F134E70D7 /* AudioToolbox.framework */,
|
||||
56562CDE5DA90F58700F7C17 /* AudioUnit.framework */,
|
||||
35673D56150057DA49517791 /* Cocoa.framework */,
|
||||
225B232E28F6544076170FB0 /* CoreAudio.framework */,
|
||||
72B960476F742E9478046318 /* IOKit.framework */,
|
||||
3FEF16F166393D430AFD1814 /* Carbon.framework */,
|
||||
7276533F072069DF3C1F24C3 /* ForceFeedback.framework */,
|
||||
54396E64797435604E4A007B /* CoreFoundation.framework */,
|
||||
44E95E203A326155263E648E /* OpenGL.framework */,
|
||||
);
|
||||
name = "Frameworks";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
5122502E09D714E54E8E7992 /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
65E53F103F173EF4201B6804 /* testtimer */,
|
||||
);
|
||||
name = "Products";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
7DAD13367A5E43DD01463F6F /* Projects */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
3CD61DE153E054F545D35610 /* SDL2main.xcodeproj */,
|
||||
2B0A2490075D06744DB33CE3 /* SDL2.xcodeproj */,
|
||||
);
|
||||
name = "Projects";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
4238796D0B3160732BDF6B90 /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
457927A15E136D0770A63EB1 /* libSDL2main.a */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
3C502B7E09A42DCA414F45D5 /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
196A2F0B32FA430845022EC6 /* libSDL2.a */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* End PBXGroup section */
|
||||
|
||||
/* Begin PBXNativeTarget section */
|
||||
77503DD8471218546A930631 /* testtimer */ = {
|
||||
isa = PBXNativeTarget;
|
||||
buildConfigurationList = 73290F065E5D508178F73012 /* Build configuration list for PBXNativeTarget "testtimer" */;
|
||||
buildPhases = (
|
||||
7B06520D63F23548178A6795 /* Resources */,
|
||||
694A263511AB7E9F095A7CFE /* Sources */,
|
||||
2DEC05406CD52E65007D4B92 /* Frameworks */,
|
||||
);
|
||||
buildRules = (
|
||||
);
|
||||
dependencies = (
|
||||
5AA544A62FA4560722E7256D /* PBXTargetDependency */,
|
||||
06792A7970FF1B611F6F38B5 /* PBXTargetDependency */,
|
||||
);
|
||||
name = "testtimer";
|
||||
productInstallPath = "$(HOME)/bin";
|
||||
productName = "testtimer";
|
||||
productReference = 65E53F103F173EF4201B6804 /* testtimer */;
|
||||
productType = "com.apple.product-type.tool";
|
||||
};
|
||||
/* End PBXNativeTarget section */
|
||||
|
||||
/* Begin PBXProject section */
|
||||
08FB7793FE84155DC02AAC07 /* Project object */ = {
|
||||
isa = PBXProject;
|
||||
buildConfigurationList = 1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "testtimer" */;
|
||||
compatibilityVersion = "Xcode 3.2";
|
||||
hasScannedForEncodings = 1;
|
||||
mainGroup = 052627BD6A8154B96D626EF7 /* testtimer */;
|
||||
projectDirPath = "";
|
||||
projectReferences = (
|
||||
{
|
||||
ProductGroup = 4238796D0B3160732BDF6B90 /* Products */;
|
||||
ProjectRef = 3CD61DE153E054F545D35610 /* SDL2main.xcodeproj */;
|
||||
},
|
||||
{
|
||||
ProductGroup = 3C502B7E09A42DCA414F45D5 /* Products */;
|
||||
ProjectRef = 2B0A2490075D06744DB33CE3 /* SDL2.xcodeproj */;
|
||||
},
|
||||
);
|
||||
projectRoot = "";
|
||||
targets = (
|
||||
77503DD8471218546A930631 /* testtimer */,
|
||||
);
|
||||
};
|
||||
/* End PBXProject section */
|
||||
|
||||
/* Begin PBXReferenceProxy section */
|
||||
457927A15E136D0770A63EB1 /* libSDL2main.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
path = "Build/Debug/libSDL2main.a";
|
||||
remoteRef = 7067393434765B3E79CE0128 /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
196A2F0B32FA430845022EC6 /* libSDL2.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
path = "Build/Debug/libSDL2.a";
|
||||
remoteRef = 30176C0147AB4FA8525B5EFE /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
/* End PBXReferenceProxy section */
|
||||
|
||||
/* Begin PBXResourcesBuildPhase section */
|
||||
7B06520D63F23548178A6795 /* Resources */ = {
|
||||
isa = PBXResourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXResourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXSourcesBuildPhase section */
|
||||
694A263511AB7E9F095A7CFE /* Sources */ = {
|
||||
isa = PBXSourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
4D44492615DE623266847D33 /* testtimer.c in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXSourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXVariantGroup section */
|
||||
/* End PBXVariantGroup section */
|
||||
|
||||
/* Begin PBXTargetDependency section */
|
||||
5AA544A62FA4560722E7256D /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = "libSDL2main.a";
|
||||
targetProxy = 1B5517DA6AE62D6F5AC4165D /* PBXContainerItemProxy */;
|
||||
};
|
||||
06792A7970FF1B611F6F38B5 /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = "libSDL2.a";
|
||||
targetProxy = 31D94FFE40652C334F4C1F12 /* PBXContainerItemProxy */;
|
||||
};
|
||||
/* End PBXTargetDependency section */
|
||||
|
||||
/* Begin XCBuildConfiguration section */
|
||||
13EE7E3B610A6C0A0CC24819 /* Debug Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
CONFIGURATION_BUILD_DIR = Build/Debug;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testtimer";
|
||||
};
|
||||
name = "Debug Universal";
|
||||
};
|
||||
7C6911BF531741893C7812CE /* Debug Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
CONFIGURATION_BUILD_DIR = Build/Debug;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testtimer";
|
||||
};
|
||||
name = "Debug Native";
|
||||
};
|
||||
17DC777461D574F90A6E4EC6 /* Release Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
CONFIGURATION_BUILD_DIR = Build/Release;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testtimer";
|
||||
};
|
||||
name = "Release Universal";
|
||||
};
|
||||
06E555887FB438F310CA7EBA /* Release Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
CONFIGURATION_BUILD_DIR = Build/Release;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testtimer";
|
||||
};
|
||||
name = "Release Native";
|
||||
};
|
||||
693E65EE7167279E2006255B /* Debug Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
COPY_PHASE_STRIP = NO;
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"_DEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Universal/Debug";
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
SYMROOT = "Build/Debug";
|
||||
};
|
||||
name = "Debug Universal";
|
||||
};
|
||||
20A56EF54FC25D3026201E57 /* Debug Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(NATIVE_ARCH_ACTUAL)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
COPY_PHASE_STRIP = NO;
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"_DEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Debug";
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
SYMROOT = "Build/Debug";
|
||||
};
|
||||
name = "Debug Native";
|
||||
};
|
||||
4D707BC964A27A3A30885D76 /* Release Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 3;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"NDEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Universal/Release";
|
||||
ONLY_ACTIVE_ARCH = NO;
|
||||
SYMROOT = "Build/Release";
|
||||
};
|
||||
name = "Release Universal";
|
||||
};
|
||||
780A58AD761301AB319B60F0 /* Release Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(NATIVE_ARCH_ACTUAL)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 3;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"NDEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Release";
|
||||
ONLY_ACTIVE_ARCH = NO;
|
||||
SYMROOT = "Build/Release";
|
||||
};
|
||||
name = "Release Native";
|
||||
};
|
||||
/* End XCBuildConfiguration section */
|
||||
|
||||
/* Begin XCConfigurationList section */
|
||||
73290F065E5D508178F73012 /* Build configuration list for PBXNativeTarget "testtimer" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
13EE7E3B610A6C0A0CC24819 /* Debug Universal */,
|
||||
7C6911BF531741893C7812CE /* Debug Native */,
|
||||
17DC777461D574F90A6E4EC6 /* Release Universal */,
|
||||
06E555887FB438F310CA7EBA /* Release Native */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = "Debug Universal";
|
||||
};
|
||||
1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "testtimer" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
693E65EE7167279E2006255B /* Debug Universal */,
|
||||
20A56EF54FC25D3026201E57 /* Debug Native */,
|
||||
4D707BC964A27A3A30885D76 /* Release Universal */,
|
||||
780A58AD761301AB319B60F0 /* Release Native */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = "Debug Universal";
|
||||
};
|
||||
/* End XCConfigurationList section */
|
||||
|
||||
};
|
||||
rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
|
||||
}
|
||||
455
premake/Xcode/Xcode4/tests/testver/testver.xcodeproj/project.pbxproj
Executable file
455
premake/Xcode/Xcode4/tests/testver/testver.xcodeproj/project.pbxproj
Executable file
@@ -0,0 +1,455 @@
|
||||
// !$*UTF8*$!
|
||||
{
|
||||
archiveVersion = 1;
|
||||
classes = {
|
||||
};
|
||||
objectVersion = 45;
|
||||
objects = {
|
||||
|
||||
/* Begin PBXBuildFile section */
|
||||
7BC7626F7E8A2D7F7C7B25E4 /* testver.c in Sources */ = {isa = PBXBuildFile; fileRef = 324E37B818E82DEC6D30172C /* testver.c */; };
|
||||
352B4714224A58677ED64ABD /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 12CE2D9F56827D4B4FC51DAE /* AudioToolbox.framework */; };
|
||||
38EE37E93CE458C51B1F12A4 /* AudioUnit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4ECF0CAF63CA232B14AC6379 /* AudioUnit.framework */; };
|
||||
23B973975995520E47DA67DC /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 778C2B34002912641CD869E2 /* Cocoa.framework */; };
|
||||
7DD06AB733C57A456D772306 /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3AA939071DB0289778EA6C53 /* CoreAudio.framework */; };
|
||||
149203E60DC477AE598D3DCB /* IOKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 64A10F682FC763B85DA7151C /* IOKit.framework */; };
|
||||
1C6F612F71AE725B4EFC23A6 /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 04842C7276E40B7C072B4F31 /* Carbon.framework */; };
|
||||
1726779C628D4658428331C7 /* ForceFeedback.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 049B0BAA012B59B317206124 /* ForceFeedback.framework */; };
|
||||
60BD2DA3364C3BF567560046 /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 36D764FD3BAB7E12058D2B0E /* CoreFoundation.framework */; };
|
||||
74B547D86526342F08134807 /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2D532497545351992FD23FE9 /* OpenGL.framework */; };
|
||||
3F2F5A877A754F9B72425BF4 /* libSDL2main.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 219E2C42503E2F2762574A94 /* libSDL2main.a */; };
|
||||
6CFF777C18A23BEE46720342 /* libSDL2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 0893027903D127E0653A5BA4 /* libSDL2.a */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXContainerItemProxy section */
|
||||
34CD34D04768339B35A973A8 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 1A8D22DB0BA04AF33AF20085 /* SDL2main.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = 0FF7291B375C79BC57696B66;
|
||||
remoteInfo = "libSDL2main.a";
|
||||
};
|
||||
3B3D258954A357FA71560517 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 1A8D22DB0BA04AF33AF20085 /* SDL2main.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = 1BAE4A0A77462FDC330812A3;
|
||||
remoteInfo = "libSDL2main.a";
|
||||
};
|
||||
4DD7725C35774C103AF07FF4 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 76ED4EC04C914C43443C4F48 /* SDL2.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = 5E6D56F6655337845A3C44C3;
|
||||
remoteInfo = "libSDL2.a";
|
||||
};
|
||||
0C7B1CDE6C264F4A1A020245 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 76ED4EC04C914C43443C4F48 /* SDL2.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = 7E6A7BC23CFD134274963645;
|
||||
remoteInfo = "libSDL2.a";
|
||||
};
|
||||
/* End PBXContainerItemProxy section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
324E37B818E82DEC6D30172C /* testver.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "testver.c"; path = "../../../../../test/testver.c"; sourceTree = "<group>"; };
|
||||
12CE2D9F56827D4B4FC51DAE /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "AudioToolbox.framework"; path = "/System/Library/Frameworks/AudioToolbox.framework"; sourceTree = "<absolute>"; };
|
||||
4ECF0CAF63CA232B14AC6379 /* AudioUnit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "AudioUnit.framework"; path = "/System/Library/Frameworks/AudioUnit.framework"; sourceTree = "<absolute>"; };
|
||||
778C2B34002912641CD869E2 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "Cocoa.framework"; path = "/System/Library/Frameworks/Cocoa.framework"; sourceTree = "<absolute>"; };
|
||||
3AA939071DB0289778EA6C53 /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreAudio.framework"; path = "/System/Library/Frameworks/CoreAudio.framework"; sourceTree = "<absolute>"; };
|
||||
64A10F682FC763B85DA7151C /* IOKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "IOKit.framework"; path = "/System/Library/Frameworks/IOKit.framework"; sourceTree = "<absolute>"; };
|
||||
04842C7276E40B7C072B4F31 /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "Carbon.framework"; path = "/System/Library/Frameworks/Carbon.framework"; sourceTree = "<absolute>"; };
|
||||
049B0BAA012B59B317206124 /* ForceFeedback.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "ForceFeedback.framework"; path = "/System/Library/Frameworks/ForceFeedback.framework"; sourceTree = "<absolute>"; };
|
||||
36D764FD3BAB7E12058D2B0E /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreFoundation.framework"; path = "/System/Library/Frameworks/CoreFoundation.framework"; sourceTree = "<absolute>"; };
|
||||
2D532497545351992FD23FE9 /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "OpenGL.framework"; path = "/System/Library/Frameworks/OpenGL.framework"; sourceTree = "<absolute>"; };
|
||||
096561696DEB1CA92FC82DB2 /* testver */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; name = "testver"; path = "testver"; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
1A8D22DB0BA04AF33AF20085 /* SDL2main.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "SDL2main.xcodeproj"; path = "../../SDL2main/SDL2main.xcodeproj"; sourceTree = SOURCE_ROOT; };
|
||||
76ED4EC04C914C43443C4F48 /* SDL2.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "SDL2.xcodeproj"; path = "../../SDL2/SDL2.xcodeproj"; sourceTree = SOURCE_ROOT; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
/* Begin PBXFrameworksBuildPhase section */
|
||||
12AE190A76F7795D5AE4496A /* Frameworks */ = {
|
||||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
352B4714224A58677ED64ABD /* AudioToolbox.framework in Frameworks */,
|
||||
38EE37E93CE458C51B1F12A4 /* AudioUnit.framework in Frameworks */,
|
||||
23B973975995520E47DA67DC /* Cocoa.framework in Frameworks */,
|
||||
7DD06AB733C57A456D772306 /* CoreAudio.framework in Frameworks */,
|
||||
149203E60DC477AE598D3DCB /* IOKit.framework in Frameworks */,
|
||||
1C6F612F71AE725B4EFC23A6 /* Carbon.framework in Frameworks */,
|
||||
1726779C628D4658428331C7 /* ForceFeedback.framework in Frameworks */,
|
||||
60BD2DA3364C3BF567560046 /* CoreFoundation.framework in Frameworks */,
|
||||
74B547D86526342F08134807 /* OpenGL.framework in Frameworks */,
|
||||
3F2F5A877A754F9B72425BF4 /* libSDL2main.a in Frameworks */,
|
||||
6CFF777C18A23BEE46720342 /* libSDL2.a in Frameworks */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXFrameworksBuildPhase section */
|
||||
|
||||
/* Begin PBXGroup section */
|
||||
062A41333B73260D49151A3E /* testver */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
5E0C0F98571268762E63190D /* test */,
|
||||
457A4DF132E77D197A28161E /* Frameworks */,
|
||||
6C8A13343B7E5B791E8D5673 /* Products */,
|
||||
4D55341775276899391E0BC8 /* Projects */,
|
||||
);
|
||||
name = "testver";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
5E0C0F98571268762E63190D /* test */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
324E37B818E82DEC6D30172C /* testver.c */,
|
||||
);
|
||||
name = "test";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
457A4DF132E77D197A28161E /* Frameworks */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
12CE2D9F56827D4B4FC51DAE /* AudioToolbox.framework */,
|
||||
4ECF0CAF63CA232B14AC6379 /* AudioUnit.framework */,
|
||||
778C2B34002912641CD869E2 /* Cocoa.framework */,
|
||||
3AA939071DB0289778EA6C53 /* CoreAudio.framework */,
|
||||
64A10F682FC763B85DA7151C /* IOKit.framework */,
|
||||
04842C7276E40B7C072B4F31 /* Carbon.framework */,
|
||||
049B0BAA012B59B317206124 /* ForceFeedback.framework */,
|
||||
36D764FD3BAB7E12058D2B0E /* CoreFoundation.framework */,
|
||||
2D532497545351992FD23FE9 /* OpenGL.framework */,
|
||||
);
|
||||
name = "Frameworks";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
6C8A13343B7E5B791E8D5673 /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
096561696DEB1CA92FC82DB2 /* testver */,
|
||||
);
|
||||
name = "Products";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
4D55341775276899391E0BC8 /* Projects */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
1A8D22DB0BA04AF33AF20085 /* SDL2main.xcodeproj */,
|
||||
76ED4EC04C914C43443C4F48 /* SDL2.xcodeproj */,
|
||||
);
|
||||
name = "Projects";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
704355D31AB02E372A373456 /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
219E2C42503E2F2762574A94 /* libSDL2main.a */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
5B161EDC118F5099232A443E /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
0893027903D127E0653A5BA4 /* libSDL2.a */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* End PBXGroup section */
|
||||
|
||||
/* Begin PBXNativeTarget section */
|
||||
22B54C3B51B561432F0E7EF1 /* testver */ = {
|
||||
isa = PBXNativeTarget;
|
||||
buildConfigurationList = 16A21974388F72B848C11DAF /* Build configuration list for PBXNativeTarget "testver" */;
|
||||
buildPhases = (
|
||||
7F662FDB6EEF1A7841561ECD /* Resources */,
|
||||
499025DB7B640AB524170165 /* Sources */,
|
||||
12AE190A76F7795D5AE4496A /* Frameworks */,
|
||||
);
|
||||
buildRules = (
|
||||
);
|
||||
dependencies = (
|
||||
4AA9355E3246492E7E565CB2 /* PBXTargetDependency */,
|
||||
04286C1623230ED346DF0F33 /* PBXTargetDependency */,
|
||||
);
|
||||
name = "testver";
|
||||
productInstallPath = "$(HOME)/bin";
|
||||
productName = "testver";
|
||||
productReference = 096561696DEB1CA92FC82DB2 /* testver */;
|
||||
productType = "com.apple.product-type.tool";
|
||||
};
|
||||
/* End PBXNativeTarget section */
|
||||
|
||||
/* Begin PBXProject section */
|
||||
08FB7793FE84155DC02AAC07 /* Project object */ = {
|
||||
isa = PBXProject;
|
||||
buildConfigurationList = 1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "testver" */;
|
||||
compatibilityVersion = "Xcode 3.2";
|
||||
hasScannedForEncodings = 1;
|
||||
mainGroup = 062A41333B73260D49151A3E /* testver */;
|
||||
projectDirPath = "";
|
||||
projectReferences = (
|
||||
{
|
||||
ProductGroup = 704355D31AB02E372A373456 /* Products */;
|
||||
ProjectRef = 1A8D22DB0BA04AF33AF20085 /* SDL2main.xcodeproj */;
|
||||
},
|
||||
{
|
||||
ProductGroup = 5B161EDC118F5099232A443E /* Products */;
|
||||
ProjectRef = 76ED4EC04C914C43443C4F48 /* SDL2.xcodeproj */;
|
||||
},
|
||||
);
|
||||
projectRoot = "";
|
||||
targets = (
|
||||
22B54C3B51B561432F0E7EF1 /* testver */,
|
||||
);
|
||||
};
|
||||
/* End PBXProject section */
|
||||
|
||||
/* Begin PBXReferenceProxy section */
|
||||
219E2C42503E2F2762574A94 /* libSDL2main.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
path = "Build/Debug/libSDL2main.a";
|
||||
remoteRef = 34CD34D04768339B35A973A8 /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
0893027903D127E0653A5BA4 /* libSDL2.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
path = "Build/Debug/libSDL2.a";
|
||||
remoteRef = 4DD7725C35774C103AF07FF4 /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
/* End PBXReferenceProxy section */
|
||||
|
||||
/* Begin PBXResourcesBuildPhase section */
|
||||
7F662FDB6EEF1A7841561ECD /* Resources */ = {
|
||||
isa = PBXResourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXResourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXSourcesBuildPhase section */
|
||||
499025DB7B640AB524170165 /* Sources */ = {
|
||||
isa = PBXSourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
7BC7626F7E8A2D7F7C7B25E4 /* testver.c in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXSourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXVariantGroup section */
|
||||
/* End PBXVariantGroup section */
|
||||
|
||||
/* Begin PBXTargetDependency section */
|
||||
4AA9355E3246492E7E565CB2 /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = "libSDL2main.a";
|
||||
targetProxy = 3B3D258954A357FA71560517 /* PBXContainerItemProxy */;
|
||||
};
|
||||
04286C1623230ED346DF0F33 /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = "libSDL2.a";
|
||||
targetProxy = 0C7B1CDE6C264F4A1A020245 /* PBXContainerItemProxy */;
|
||||
};
|
||||
/* End PBXTargetDependency section */
|
||||
|
||||
/* Begin XCBuildConfiguration section */
|
||||
1CC7791166B85BBA13BD6410 /* Debug Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
CONFIGURATION_BUILD_DIR = Build/Debug;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testver";
|
||||
};
|
||||
name = "Debug Universal";
|
||||
};
|
||||
57FC7077395D3477049A4F74 /* Debug Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
CONFIGURATION_BUILD_DIR = Build/Debug;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testver";
|
||||
};
|
||||
name = "Debug Native";
|
||||
};
|
||||
4D96383466CC7F8E74254EF5 /* Release Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
CONFIGURATION_BUILD_DIR = Build/Release;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testver";
|
||||
};
|
||||
name = "Release Universal";
|
||||
};
|
||||
6F8D3CA92AAF47D03BFA3663 /* Release Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
CONFIGURATION_BUILD_DIR = Build/Release;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testver";
|
||||
};
|
||||
name = "Release Native";
|
||||
};
|
||||
028A384B5ED86C5376FB0129 /* Debug Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
COPY_PHASE_STRIP = NO;
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"_DEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Universal/Debug";
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
SYMROOT = "Build/Debug";
|
||||
};
|
||||
name = "Debug Universal";
|
||||
};
|
||||
7716057D01DB645D51CA28AE /* Debug Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(NATIVE_ARCH_ACTUAL)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
COPY_PHASE_STRIP = NO;
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"_DEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Debug";
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
SYMROOT = "Build/Debug";
|
||||
};
|
||||
name = "Debug Native";
|
||||
};
|
||||
4136563134E6738A07341455 /* Release Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 3;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"NDEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Universal/Release";
|
||||
ONLY_ACTIVE_ARCH = NO;
|
||||
SYMROOT = "Build/Release";
|
||||
};
|
||||
name = "Release Universal";
|
||||
};
|
||||
4D640B3A49856DD16CF15D28 /* Release Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(NATIVE_ARCH_ACTUAL)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 3;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"NDEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Release";
|
||||
ONLY_ACTIVE_ARCH = NO;
|
||||
SYMROOT = "Build/Release";
|
||||
};
|
||||
name = "Release Native";
|
||||
};
|
||||
/* End XCBuildConfiguration section */
|
||||
|
||||
/* Begin XCConfigurationList section */
|
||||
16A21974388F72B848C11DAF /* Build configuration list for PBXNativeTarget "testver" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
1CC7791166B85BBA13BD6410 /* Debug Universal */,
|
||||
57FC7077395D3477049A4F74 /* Debug Native */,
|
||||
4D96383466CC7F8E74254EF5 /* Release Universal */,
|
||||
6F8D3CA92AAF47D03BFA3663 /* Release Native */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = "Debug Universal";
|
||||
};
|
||||
1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "testver" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
028A384B5ED86C5376FB0129 /* Debug Universal */,
|
||||
7716057D01DB645D51CA28AE /* Debug Native */,
|
||||
4136563134E6738A07341455 /* Release Universal */,
|
||||
4D640B3A49856DD16CF15D28 /* Release Native */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = "Debug Universal";
|
||||
};
|
||||
/* End XCConfigurationList section */
|
||||
|
||||
};
|
||||
rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
|
||||
}
|
||||
498
premake/Xcode/Xcode4/tests/testwm2/testwm2.xcodeproj/project.pbxproj
Executable file
498
premake/Xcode/Xcode4/tests/testwm2/testwm2.xcodeproj/project.pbxproj
Executable file
@@ -0,0 +1,498 @@
|
||||
// !$*UTF8*$!
|
||||
{
|
||||
archiveVersion = 1;
|
||||
classes = {
|
||||
};
|
||||
objectVersion = 45;
|
||||
objects = {
|
||||
|
||||
/* Begin PBXBuildFile section */
|
||||
5D503E553F0C5D7B6EEB3028 /* testwm2.c in Sources */ = {isa = PBXBuildFile; fileRef = 2F40387F4F270D14438435C2 /* testwm2.c */; };
|
||||
32D6075C2E9C39FC5B1C45B0 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6E3E4F4A240E1AE87FC652C3 /* AudioToolbox.framework */; };
|
||||
519602B751A9473B2E0F0A17 /* AudioUnit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4DAB4315294576E073643E16 /* AudioUnit.framework */; };
|
||||
05E84C474A4130A9578850B5 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 054A5A6A07C85FF82436760D /* Cocoa.framework */; };
|
||||
1D4A7CE21799519B3F6242D2 /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 480D6B5057E11B5521632B42 /* CoreAudio.framework */; };
|
||||
35AF28611D7056C35D22040F /* IOKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 775B358F7FE52D4C655A22AF /* IOKit.framework */; };
|
||||
047A1E3131BE64CA3410442A /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 763E0BED7D2600BC69BC759E /* Carbon.framework */; };
|
||||
28F24E0015E91D2514D00FC0 /* ForceFeedback.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 254919F135163E4625BF2FB5 /* ForceFeedback.framework */; };
|
||||
77DA228838B7221F3F0E5382 /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 45543C9A40BA7B7630DF237F /* CoreFoundation.framework */; };
|
||||
46746AA04123089A709D7153 /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 315E245C3A947F1902552B7F /* OpenGL.framework */; };
|
||||
06DA7B8442421C96584A6442 /* libSDL2main.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 011662001B92336F7AFD7AF3 /* libSDL2main.a */; };
|
||||
052F0377001C3FD1489762CE /* libSDL2test.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 309F1C1F50A10ABD1448426B /* libSDL2test.a */; };
|
||||
7C1759420E7D4E58177A6FF8 /* libSDL2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 59105C2C723733696B2E1D59 /* libSDL2.a */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXContainerItemProxy section */
|
||||
29F51E3750821F87761B7E76 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 4C504D6207E61DE141765E39 /* SDL2main.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = 0FF7291B375C79BC57696B66;
|
||||
remoteInfo = "libSDL2main.a";
|
||||
};
|
||||
305D53EB2004154C5A6E2B3A /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 4C504D6207E61DE141765E39 /* SDL2main.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = 1BAE4A0A77462FDC330812A3;
|
||||
remoteInfo = "libSDL2main.a";
|
||||
};
|
||||
2C647B0A098C07DD4FEB0882 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 47E31F7C225663880E362D9F /* SDL2test.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = 1EB6664901BC163F215A4861;
|
||||
remoteInfo = "libSDL2test.a";
|
||||
};
|
||||
1779432957240AE615990332 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 47E31F7C225663880E362D9F /* SDL2test.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = 1258506950476B85239A79A3;
|
||||
remoteInfo = "libSDL2test.a";
|
||||
};
|
||||
02B82848508446AA47223651 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 55CA60F71F094206499C254C /* SDL2.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = 5E6D56F6655337845A3C44C3;
|
||||
remoteInfo = "libSDL2.a";
|
||||
};
|
||||
0DB9011E1746058568933C42 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 55CA60F71F094206499C254C /* SDL2.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = 7E6A7BC23CFD134274963645;
|
||||
remoteInfo = "libSDL2.a";
|
||||
};
|
||||
/* End PBXContainerItemProxy section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
2F40387F4F270D14438435C2 /* testwm2.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "testwm2.c"; path = "../../../../../test/testwm2.c"; sourceTree = "<group>"; };
|
||||
6E3E4F4A240E1AE87FC652C3 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "AudioToolbox.framework"; path = "/System/Library/Frameworks/AudioToolbox.framework"; sourceTree = "<absolute>"; };
|
||||
4DAB4315294576E073643E16 /* AudioUnit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "AudioUnit.framework"; path = "/System/Library/Frameworks/AudioUnit.framework"; sourceTree = "<absolute>"; };
|
||||
054A5A6A07C85FF82436760D /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "Cocoa.framework"; path = "/System/Library/Frameworks/Cocoa.framework"; sourceTree = "<absolute>"; };
|
||||
480D6B5057E11B5521632B42 /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreAudio.framework"; path = "/System/Library/Frameworks/CoreAudio.framework"; sourceTree = "<absolute>"; };
|
||||
775B358F7FE52D4C655A22AF /* IOKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "IOKit.framework"; path = "/System/Library/Frameworks/IOKit.framework"; sourceTree = "<absolute>"; };
|
||||
763E0BED7D2600BC69BC759E /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "Carbon.framework"; path = "/System/Library/Frameworks/Carbon.framework"; sourceTree = "<absolute>"; };
|
||||
254919F135163E4625BF2FB5 /* ForceFeedback.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "ForceFeedback.framework"; path = "/System/Library/Frameworks/ForceFeedback.framework"; sourceTree = "<absolute>"; };
|
||||
45543C9A40BA7B7630DF237F /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreFoundation.framework"; path = "/System/Library/Frameworks/CoreFoundation.framework"; sourceTree = "<absolute>"; };
|
||||
315E245C3A947F1902552B7F /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "OpenGL.framework"; path = "/System/Library/Frameworks/OpenGL.framework"; sourceTree = "<absolute>"; };
|
||||
35E44B6A5873714451E67831 /* testwm2 */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; name = "testwm2"; path = "testwm2"; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
4C504D6207E61DE141765E39 /* SDL2main.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "SDL2main.xcodeproj"; path = "../../SDL2main/SDL2main.xcodeproj"; sourceTree = SOURCE_ROOT; };
|
||||
47E31F7C225663880E362D9F /* SDL2test.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "SDL2test.xcodeproj"; path = "../../SDL2test/SDL2test.xcodeproj"; sourceTree = SOURCE_ROOT; };
|
||||
55CA60F71F094206499C254C /* SDL2.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "SDL2.xcodeproj"; path = "../../SDL2/SDL2.xcodeproj"; sourceTree = SOURCE_ROOT; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
/* Begin PBXFrameworksBuildPhase section */
|
||||
3DBD598F73182CBF440C06E1 /* Frameworks */ = {
|
||||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
32D6075C2E9C39FC5B1C45B0 /* AudioToolbox.framework in Frameworks */,
|
||||
519602B751A9473B2E0F0A17 /* AudioUnit.framework in Frameworks */,
|
||||
05E84C474A4130A9578850B5 /* Cocoa.framework in Frameworks */,
|
||||
1D4A7CE21799519B3F6242D2 /* CoreAudio.framework in Frameworks */,
|
||||
35AF28611D7056C35D22040F /* IOKit.framework in Frameworks */,
|
||||
047A1E3131BE64CA3410442A /* Carbon.framework in Frameworks */,
|
||||
28F24E0015E91D2514D00FC0 /* ForceFeedback.framework in Frameworks */,
|
||||
77DA228838B7221F3F0E5382 /* CoreFoundation.framework in Frameworks */,
|
||||
46746AA04123089A709D7153 /* OpenGL.framework in Frameworks */,
|
||||
06DA7B8442421C96584A6442 /* libSDL2main.a in Frameworks */,
|
||||
052F0377001C3FD1489762CE /* libSDL2test.a in Frameworks */,
|
||||
7C1759420E7D4E58177A6FF8 /* libSDL2.a in Frameworks */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXFrameworksBuildPhase section */
|
||||
|
||||
/* Begin PBXGroup section */
|
||||
401151A607EA22F449860502 /* testwm2 */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
68E11E2115A05982728532CC /* test */,
|
||||
1BB3361757A75191089A3E99 /* Frameworks */,
|
||||
1B8A31DB4EA9448F2CAE5BEC /* Products */,
|
||||
771C741865A9497F3EA34F49 /* Projects */,
|
||||
);
|
||||
name = "testwm2";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
68E11E2115A05982728532CC /* test */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
2F40387F4F270D14438435C2 /* testwm2.c */,
|
||||
);
|
||||
name = "test";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
1BB3361757A75191089A3E99 /* Frameworks */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
6E3E4F4A240E1AE87FC652C3 /* AudioToolbox.framework */,
|
||||
4DAB4315294576E073643E16 /* AudioUnit.framework */,
|
||||
054A5A6A07C85FF82436760D /* Cocoa.framework */,
|
||||
480D6B5057E11B5521632B42 /* CoreAudio.framework */,
|
||||
775B358F7FE52D4C655A22AF /* IOKit.framework */,
|
||||
763E0BED7D2600BC69BC759E /* Carbon.framework */,
|
||||
254919F135163E4625BF2FB5 /* ForceFeedback.framework */,
|
||||
45543C9A40BA7B7630DF237F /* CoreFoundation.framework */,
|
||||
315E245C3A947F1902552B7F /* OpenGL.framework */,
|
||||
);
|
||||
name = "Frameworks";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
1B8A31DB4EA9448F2CAE5BEC /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
35E44B6A5873714451E67831 /* testwm2 */,
|
||||
);
|
||||
name = "Products";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
771C741865A9497F3EA34F49 /* Projects */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
4C504D6207E61DE141765E39 /* SDL2main.xcodeproj */,
|
||||
47E31F7C225663880E362D9F /* SDL2test.xcodeproj */,
|
||||
55CA60F71F094206499C254C /* SDL2.xcodeproj */,
|
||||
);
|
||||
name = "Projects";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
195737D65DCB4EE759E61769 /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
011662001B92336F7AFD7AF3 /* libSDL2main.a */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
6CCC5F765A214B6E57560C5E /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
309F1C1F50A10ABD1448426B /* libSDL2test.a */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
3D2D59DA7D22596C776E640A /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
59105C2C723733696B2E1D59 /* libSDL2.a */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* End PBXGroup section */
|
||||
|
||||
/* Begin PBXNativeTarget section */
|
||||
6C10431257D90AF62EA7111B /* testwm2 */ = {
|
||||
isa = PBXNativeTarget;
|
||||
buildConfigurationList = 2EDA27D54B685A0C6BB35045 /* Build configuration list for PBXNativeTarget "testwm2" */;
|
||||
buildPhases = (
|
||||
6BAF6FAF74925E6F7C736415 /* Resources */,
|
||||
31AD04CF361A25922E393F96 /* Sources */,
|
||||
3DBD598F73182CBF440C06E1 /* Frameworks */,
|
||||
);
|
||||
buildRules = (
|
||||
);
|
||||
dependencies = (
|
||||
2698067776130AC26A3A2EA5 /* PBXTargetDependency */,
|
||||
660429241C7B78DF0C7A584D /* PBXTargetDependency */,
|
||||
43CA13A96A50417667336CD1 /* PBXTargetDependency */,
|
||||
);
|
||||
name = "testwm2";
|
||||
productInstallPath = "$(HOME)/bin";
|
||||
productName = "testwm2";
|
||||
productReference = 35E44B6A5873714451E67831 /* testwm2 */;
|
||||
productType = "com.apple.product-type.tool";
|
||||
};
|
||||
/* End PBXNativeTarget section */
|
||||
|
||||
/* Begin PBXProject section */
|
||||
08FB7793FE84155DC02AAC07 /* Project object */ = {
|
||||
isa = PBXProject;
|
||||
buildConfigurationList = 1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "testwm2" */;
|
||||
compatibilityVersion = "Xcode 3.2";
|
||||
hasScannedForEncodings = 1;
|
||||
mainGroup = 401151A607EA22F449860502 /* testwm2 */;
|
||||
projectDirPath = "";
|
||||
projectReferences = (
|
||||
{
|
||||
ProductGroup = 195737D65DCB4EE759E61769 /* Products */;
|
||||
ProjectRef = 4C504D6207E61DE141765E39 /* SDL2main.xcodeproj */;
|
||||
},
|
||||
{
|
||||
ProductGroup = 6CCC5F765A214B6E57560C5E /* Products */;
|
||||
ProjectRef = 47E31F7C225663880E362D9F /* SDL2test.xcodeproj */;
|
||||
},
|
||||
{
|
||||
ProductGroup = 3D2D59DA7D22596C776E640A /* Products */;
|
||||
ProjectRef = 55CA60F71F094206499C254C /* SDL2.xcodeproj */;
|
||||
},
|
||||
);
|
||||
projectRoot = "";
|
||||
targets = (
|
||||
6C10431257D90AF62EA7111B /* testwm2 */,
|
||||
);
|
||||
};
|
||||
/* End PBXProject section */
|
||||
|
||||
/* Begin PBXReferenceProxy section */
|
||||
011662001B92336F7AFD7AF3 /* libSDL2main.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
path = "Build/Debug/libSDL2main.a";
|
||||
remoteRef = 29F51E3750821F87761B7E76 /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
309F1C1F50A10ABD1448426B /* libSDL2test.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
path = "Build/Debug/libSDL2test.a";
|
||||
remoteRef = 2C647B0A098C07DD4FEB0882 /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
59105C2C723733696B2E1D59 /* libSDL2.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
path = "Build/Debug/libSDL2.a";
|
||||
remoteRef = 02B82848508446AA47223651 /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
/* End PBXReferenceProxy section */
|
||||
|
||||
/* Begin PBXResourcesBuildPhase section */
|
||||
6BAF6FAF74925E6F7C736415 /* Resources */ = {
|
||||
isa = PBXResourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXResourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXSourcesBuildPhase section */
|
||||
31AD04CF361A25922E393F96 /* Sources */ = {
|
||||
isa = PBXSourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
5D503E553F0C5D7B6EEB3028 /* testwm2.c in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXSourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXVariantGroup section */
|
||||
/* End PBXVariantGroup section */
|
||||
|
||||
/* Begin PBXTargetDependency section */
|
||||
2698067776130AC26A3A2EA5 /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = "libSDL2main.a";
|
||||
targetProxy = 305D53EB2004154C5A6E2B3A /* PBXContainerItemProxy */;
|
||||
};
|
||||
660429241C7B78DF0C7A584D /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = "libSDL2test.a";
|
||||
targetProxy = 1779432957240AE615990332 /* PBXContainerItemProxy */;
|
||||
};
|
||||
43CA13A96A50417667336CD1 /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = "libSDL2.a";
|
||||
targetProxy = 0DB9011E1746058568933C42 /* PBXContainerItemProxy */;
|
||||
};
|
||||
/* End PBXTargetDependency section */
|
||||
|
||||
/* Begin XCBuildConfiguration section */
|
||||
73DD49E7084D31E13432407B /* Debug Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
CONFIGURATION_BUILD_DIR = Build/Debug;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testwm2";
|
||||
};
|
||||
name = "Debug Universal";
|
||||
};
|
||||
0727396E6F8269E1365C06F2 /* Debug Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
CONFIGURATION_BUILD_DIR = Build/Debug;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testwm2";
|
||||
};
|
||||
name = "Debug Native";
|
||||
};
|
||||
0FB16A083403571729DC50C4 /* Release Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
CONFIGURATION_BUILD_DIR = Build/Release;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testwm2";
|
||||
};
|
||||
name = "Release Universal";
|
||||
};
|
||||
6C683E915ECA2BEF7BD55F12 /* Release Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
CONFIGURATION_BUILD_DIR = Build/Release;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "testwm2";
|
||||
};
|
||||
name = "Release Native";
|
||||
};
|
||||
527334560B90546C084B0906 /* Debug Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
COPY_PHASE_STRIP = NO;
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"_DEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Universal/Debug";
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
SYMROOT = "Build/Debug";
|
||||
};
|
||||
name = "Debug Universal";
|
||||
};
|
||||
02DF21E5728920C452813B4C /* Debug Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(NATIVE_ARCH_ACTUAL)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
COPY_PHASE_STRIP = NO;
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"_DEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Debug";
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
SYMROOT = "Build/Debug";
|
||||
};
|
||||
name = "Debug Native";
|
||||
};
|
||||
068E0EB312F46F67576C0294 /* Release Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 3;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"NDEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Universal/Release";
|
||||
ONLY_ACTIVE_ARCH = NO;
|
||||
SYMROOT = "Build/Release";
|
||||
};
|
||||
name = "Release Universal";
|
||||
};
|
||||
323A20BE3BA01A771C3B7987 /* Release Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(NATIVE_ARCH_ACTUAL)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 3;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"NDEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Release";
|
||||
ONLY_ACTIVE_ARCH = NO;
|
||||
SYMROOT = "Build/Release";
|
||||
};
|
||||
name = "Release Native";
|
||||
};
|
||||
/* End XCBuildConfiguration section */
|
||||
|
||||
/* Begin XCConfigurationList section */
|
||||
2EDA27D54B685A0C6BB35045 /* Build configuration list for PBXNativeTarget "testwm2" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
73DD49E7084D31E13432407B /* Debug Universal */,
|
||||
0727396E6F8269E1365C06F2 /* Debug Native */,
|
||||
0FB16A083403571729DC50C4 /* Release Universal */,
|
||||
6C683E915ECA2BEF7BD55F12 /* Release Native */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = "Debug Universal";
|
||||
};
|
||||
1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "testwm2" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
527334560B90546C084B0906 /* Debug Universal */,
|
||||
02DF21E5728920C452813B4C /* Debug Native */,
|
||||
068E0EB312F46F67576C0294 /* Release Universal */,
|
||||
323A20BE3BA01A771C3B7987 /* Release Native */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = "Debug Universal";
|
||||
};
|
||||
/* End XCConfigurationList section */
|
||||
|
||||
};
|
||||
rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
|
||||
}
|
||||
455
premake/Xcode/Xcode4/tests/torturethread/torturethread.xcodeproj/project.pbxproj
Executable file
455
premake/Xcode/Xcode4/tests/torturethread/torturethread.xcodeproj/project.pbxproj
Executable file
@@ -0,0 +1,455 @@
|
||||
// !$*UTF8*$!
|
||||
{
|
||||
archiveVersion = 1;
|
||||
classes = {
|
||||
};
|
||||
objectVersion = 45;
|
||||
objects = {
|
||||
|
||||
/* Begin PBXBuildFile section */
|
||||
246F01AC730219D51AFB7615 /* torturethread.c in Sources */ = {isa = PBXBuildFile; fileRef = 3F07011E7F67723501261B67 /* torturethread.c */; };
|
||||
694D772C7FFC7C2F23D83F16 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2BE767C5431A064F3A6B54EC /* AudioToolbox.framework */; };
|
||||
4BF34AF8671F52814F494843 /* AudioUnit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5B2D1BFD239A6B3833153839 /* AudioUnit.framework */; };
|
||||
37E61203407B0A0A386A5099 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5537326739E5001721F16149 /* Cocoa.framework */; };
|
||||
77CE7A3D3C00250E55EB3D8F /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 13E328CE0ED147E4536E03AD /* CoreAudio.framework */; };
|
||||
595E520A46AA6D0E324423D2 /* IOKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 28EC5CA8515B6DB473BA59FE /* IOKit.framework */; };
|
||||
1316135A3ADF40D63CA110AF /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6AB13E5F0B0A46606DD420EA /* Carbon.framework */; };
|
||||
7A610E714A6E007E5A3C364C /* ForceFeedback.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6CC0344355184FD213643FCE /* ForceFeedback.framework */; };
|
||||
0E8F550006B0403503517B55 /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4A7D035548C67EEB11F10CC3 /* CoreFoundation.framework */; };
|
||||
767675A2127D4ED6587660F5 /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1C694CE410B91AB641CF1239 /* OpenGL.framework */; };
|
||||
664E46D4145E42C734DE0D3A /* libSDL2main.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 20D069B22630310D5EBB05B1 /* libSDL2main.a */; };
|
||||
6D646A4E39546FC310DB4EF3 /* libSDL2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 22A454FE6FBE31A0353F47E4 /* libSDL2.a */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXContainerItemProxy section */
|
||||
6E7C218C79AE1C3E5B845689 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 072E01F247EF3B1A400C6828 /* SDL2main.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = 0FF7291B375C79BC57696B66;
|
||||
remoteInfo = "libSDL2main.a";
|
||||
};
|
||||
57B6142405BB3E3C77255EC5 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 072E01F247EF3B1A400C6828 /* SDL2main.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = 1BAE4A0A77462FDC330812A3;
|
||||
remoteInfo = "libSDL2main.a";
|
||||
};
|
||||
25A1255C5E3308BE274E17CE /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 159427C84FD2135D685F664A /* SDL2.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = 5E6D56F6655337845A3C44C3;
|
||||
remoteInfo = "libSDL2.a";
|
||||
};
|
||||
01BB50803BEF489E3B326B91 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 159427C84FD2135D685F664A /* SDL2.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = 7E6A7BC23CFD134274963645;
|
||||
remoteInfo = "libSDL2.a";
|
||||
};
|
||||
/* End PBXContainerItemProxy section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
3F07011E7F67723501261B67 /* torturethread.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "torturethread.c"; path = "../../../../../test/torturethread.c"; sourceTree = "<group>"; };
|
||||
2BE767C5431A064F3A6B54EC /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "AudioToolbox.framework"; path = "/System/Library/Frameworks/AudioToolbox.framework"; sourceTree = "<absolute>"; };
|
||||
5B2D1BFD239A6B3833153839 /* AudioUnit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "AudioUnit.framework"; path = "/System/Library/Frameworks/AudioUnit.framework"; sourceTree = "<absolute>"; };
|
||||
5537326739E5001721F16149 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "Cocoa.framework"; path = "/System/Library/Frameworks/Cocoa.framework"; sourceTree = "<absolute>"; };
|
||||
13E328CE0ED147E4536E03AD /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreAudio.framework"; path = "/System/Library/Frameworks/CoreAudio.framework"; sourceTree = "<absolute>"; };
|
||||
28EC5CA8515B6DB473BA59FE /* IOKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "IOKit.framework"; path = "/System/Library/Frameworks/IOKit.framework"; sourceTree = "<absolute>"; };
|
||||
6AB13E5F0B0A46606DD420EA /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "Carbon.framework"; path = "/System/Library/Frameworks/Carbon.framework"; sourceTree = "<absolute>"; };
|
||||
6CC0344355184FD213643FCE /* ForceFeedback.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "ForceFeedback.framework"; path = "/System/Library/Frameworks/ForceFeedback.framework"; sourceTree = "<absolute>"; };
|
||||
4A7D035548C67EEB11F10CC3 /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreFoundation.framework"; path = "/System/Library/Frameworks/CoreFoundation.framework"; sourceTree = "<absolute>"; };
|
||||
1C694CE410B91AB641CF1239 /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "OpenGL.framework"; path = "/System/Library/Frameworks/OpenGL.framework"; sourceTree = "<absolute>"; };
|
||||
7A1676731649440872F55D0B /* torturethread */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; name = "torturethread"; path = "torturethread"; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
072E01F247EF3B1A400C6828 /* SDL2main.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "SDL2main.xcodeproj"; path = "../../SDL2main/SDL2main.xcodeproj"; sourceTree = SOURCE_ROOT; };
|
||||
159427C84FD2135D685F664A /* SDL2.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "SDL2.xcodeproj"; path = "../../SDL2/SDL2.xcodeproj"; sourceTree = SOURCE_ROOT; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
/* Begin PBXFrameworksBuildPhase section */
|
||||
22F24EE735AA3B060AA96E2E /* Frameworks */ = {
|
||||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
694D772C7FFC7C2F23D83F16 /* AudioToolbox.framework in Frameworks */,
|
||||
4BF34AF8671F52814F494843 /* AudioUnit.framework in Frameworks */,
|
||||
37E61203407B0A0A386A5099 /* Cocoa.framework in Frameworks */,
|
||||
77CE7A3D3C00250E55EB3D8F /* CoreAudio.framework in Frameworks */,
|
||||
595E520A46AA6D0E324423D2 /* IOKit.framework in Frameworks */,
|
||||
1316135A3ADF40D63CA110AF /* Carbon.framework in Frameworks */,
|
||||
7A610E714A6E007E5A3C364C /* ForceFeedback.framework in Frameworks */,
|
||||
0E8F550006B0403503517B55 /* CoreFoundation.framework in Frameworks */,
|
||||
767675A2127D4ED6587660F5 /* OpenGL.framework in Frameworks */,
|
||||
664E46D4145E42C734DE0D3A /* libSDL2main.a in Frameworks */,
|
||||
6D646A4E39546FC310DB4EF3 /* libSDL2.a in Frameworks */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXFrameworksBuildPhase section */
|
||||
|
||||
/* Begin PBXGroup section */
|
||||
542708782B8F5A45218D4B11 /* torturethread */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
5F622DD864F5259F077E0B96 /* test */,
|
||||
65F54082534442FE5F3C6FB2 /* Frameworks */,
|
||||
14834D0F1D054E0E166621A2 /* Products */,
|
||||
4E0F5570346F6A4857C42910 /* Projects */,
|
||||
);
|
||||
name = "torturethread";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
5F622DD864F5259F077E0B96 /* test */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
3F07011E7F67723501261B67 /* torturethread.c */,
|
||||
);
|
||||
name = "test";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
65F54082534442FE5F3C6FB2 /* Frameworks */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
2BE767C5431A064F3A6B54EC /* AudioToolbox.framework */,
|
||||
5B2D1BFD239A6B3833153839 /* AudioUnit.framework */,
|
||||
5537326739E5001721F16149 /* Cocoa.framework */,
|
||||
13E328CE0ED147E4536E03AD /* CoreAudio.framework */,
|
||||
28EC5CA8515B6DB473BA59FE /* IOKit.framework */,
|
||||
6AB13E5F0B0A46606DD420EA /* Carbon.framework */,
|
||||
6CC0344355184FD213643FCE /* ForceFeedback.framework */,
|
||||
4A7D035548C67EEB11F10CC3 /* CoreFoundation.framework */,
|
||||
1C694CE410B91AB641CF1239 /* OpenGL.framework */,
|
||||
);
|
||||
name = "Frameworks";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
14834D0F1D054E0E166621A2 /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
7A1676731649440872F55D0B /* torturethread */,
|
||||
);
|
||||
name = "Products";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
4E0F5570346F6A4857C42910 /* Projects */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
072E01F247EF3B1A400C6828 /* SDL2main.xcodeproj */,
|
||||
159427C84FD2135D685F664A /* SDL2.xcodeproj */,
|
||||
);
|
||||
name = "Projects";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
71A114B313501D3A60DA451E /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
20D069B22630310D5EBB05B1 /* libSDL2main.a */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
019764BE0ADA2A9358711668 /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
22A454FE6FBE31A0353F47E4 /* libSDL2.a */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* End PBXGroup section */
|
||||
|
||||
/* Begin PBXNativeTarget section */
|
||||
1E4162C874937D7C0F0B4321 /* torturethread */ = {
|
||||
isa = PBXNativeTarget;
|
||||
buildConfigurationList = 6A8E214A249E25280BC54424 /* Build configuration list for PBXNativeTarget "torturethread" */;
|
||||
buildPhases = (
|
||||
2F7F51D51407692531B62CDC /* Resources */,
|
||||
4DFD3F8B7DC519DF353D67E1 /* Sources */,
|
||||
22F24EE735AA3B060AA96E2E /* Frameworks */,
|
||||
);
|
||||
buildRules = (
|
||||
);
|
||||
dependencies = (
|
||||
043808470C59457650923B9C /* PBXTargetDependency */,
|
||||
3C1D45FD04D353DE2F2608C5 /* PBXTargetDependency */,
|
||||
);
|
||||
name = "torturethread";
|
||||
productInstallPath = "$(HOME)/bin";
|
||||
productName = "torturethread";
|
||||
productReference = 7A1676731649440872F55D0B /* torturethread */;
|
||||
productType = "com.apple.product-type.tool";
|
||||
};
|
||||
/* End PBXNativeTarget section */
|
||||
|
||||
/* Begin PBXProject section */
|
||||
08FB7793FE84155DC02AAC07 /* Project object */ = {
|
||||
isa = PBXProject;
|
||||
buildConfigurationList = 1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "torturethread" */;
|
||||
compatibilityVersion = "Xcode 3.2";
|
||||
hasScannedForEncodings = 1;
|
||||
mainGroup = 542708782B8F5A45218D4B11 /* torturethread */;
|
||||
projectDirPath = "";
|
||||
projectReferences = (
|
||||
{
|
||||
ProductGroup = 71A114B313501D3A60DA451E /* Products */;
|
||||
ProjectRef = 072E01F247EF3B1A400C6828 /* SDL2main.xcodeproj */;
|
||||
},
|
||||
{
|
||||
ProductGroup = 019764BE0ADA2A9358711668 /* Products */;
|
||||
ProjectRef = 159427C84FD2135D685F664A /* SDL2.xcodeproj */;
|
||||
},
|
||||
);
|
||||
projectRoot = "";
|
||||
targets = (
|
||||
1E4162C874937D7C0F0B4321 /* torturethread */,
|
||||
);
|
||||
};
|
||||
/* End PBXProject section */
|
||||
|
||||
/* Begin PBXReferenceProxy section */
|
||||
20D069B22630310D5EBB05B1 /* libSDL2main.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
path = "Build/Debug/libSDL2main.a";
|
||||
remoteRef = 6E7C218C79AE1C3E5B845689 /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
22A454FE6FBE31A0353F47E4 /* libSDL2.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
path = "Build/Debug/libSDL2.a";
|
||||
remoteRef = 25A1255C5E3308BE274E17CE /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
/* End PBXReferenceProxy section */
|
||||
|
||||
/* Begin PBXResourcesBuildPhase section */
|
||||
2F7F51D51407692531B62CDC /* Resources */ = {
|
||||
isa = PBXResourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXResourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXSourcesBuildPhase section */
|
||||
4DFD3F8B7DC519DF353D67E1 /* Sources */ = {
|
||||
isa = PBXSourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
246F01AC730219D51AFB7615 /* torturethread.c in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXSourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXVariantGroup section */
|
||||
/* End PBXVariantGroup section */
|
||||
|
||||
/* Begin PBXTargetDependency section */
|
||||
043808470C59457650923B9C /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = "libSDL2main.a";
|
||||
targetProxy = 57B6142405BB3E3C77255EC5 /* PBXContainerItemProxy */;
|
||||
};
|
||||
3C1D45FD04D353DE2F2608C5 /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = "libSDL2.a";
|
||||
targetProxy = 01BB50803BEF489E3B326B91 /* PBXContainerItemProxy */;
|
||||
};
|
||||
/* End PBXTargetDependency section */
|
||||
|
||||
/* Begin XCBuildConfiguration section */
|
||||
54D52C945FE276636B5D49F9 /* Debug Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
CONFIGURATION_BUILD_DIR = Build/Debug;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "torturethread";
|
||||
};
|
||||
name = "Debug Universal";
|
||||
};
|
||||
5A9A570E5C8B510F4C6E0ACE /* Debug Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
CONFIGURATION_BUILD_DIR = Build/Debug;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "torturethread";
|
||||
};
|
||||
name = "Debug Native";
|
||||
};
|
||||
1A6B1E1B2922781534683B59 /* Release Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
CONFIGURATION_BUILD_DIR = Build/Release;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "torturethread";
|
||||
};
|
||||
name = "Release Universal";
|
||||
};
|
||||
21EF707D34E75E587A910298 /* Release Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
CONFIGURATION_BUILD_DIR = Build/Release;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/bin;
|
||||
PRODUCT_NAME = "torturethread";
|
||||
};
|
||||
name = "Release Native";
|
||||
};
|
||||
067A546E0A3C1DA571CC2AA7 /* Debug Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
COPY_PHASE_STRIP = NO;
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"_DEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Universal/Debug";
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
SYMROOT = "Build/Debug";
|
||||
};
|
||||
name = "Debug Universal";
|
||||
};
|
||||
0CC627EB5385752D65556A2E /* Debug Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(NATIVE_ARCH_ACTUAL)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
COPY_PHASE_STRIP = NO;
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"_DEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Debug";
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
SYMROOT = "Build/Debug";
|
||||
};
|
||||
name = "Debug Native";
|
||||
};
|
||||
09A54A2843B1442F71C423BC /* Release Universal */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 3;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"NDEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Universal/Release";
|
||||
ONLY_ACTIVE_ARCH = NO;
|
||||
SYMROOT = "Build/Release";
|
||||
};
|
||||
name = "Release Universal";
|
||||
};
|
||||
6D7B39FA55641C8450AF4E3C /* Release Native */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(NATIVE_ARCH_ACTUAL)";
|
||||
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
||||
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 3;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"USING_PREMAKE_CONFIG_H",
|
||||
"NDEBUG",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../..",
|
||||
"../../../../../include",
|
||||
);
|
||||
OBJROOT = "obj/Release";
|
||||
ONLY_ACTIVE_ARCH = NO;
|
||||
SYMROOT = "Build/Release";
|
||||
};
|
||||
name = "Release Native";
|
||||
};
|
||||
/* End XCBuildConfiguration section */
|
||||
|
||||
/* Begin XCConfigurationList section */
|
||||
6A8E214A249E25280BC54424 /* Build configuration list for PBXNativeTarget "torturethread" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
54D52C945FE276636B5D49F9 /* Debug Universal */,
|
||||
5A9A570E5C8B510F4C6E0ACE /* Debug Native */,
|
||||
1A6B1E1B2922781534683B59 /* Release Universal */,
|
||||
21EF707D34E75E587A910298 /* Release Native */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = "Debug Universal";
|
||||
};
|
||||
1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "torturethread" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
067A546E0A3C1DA571CC2AA7 /* Debug Universal */,
|
||||
0CC627EB5385752D65556A2E /* Debug Native */,
|
||||
09A54A2843B1442F71C423BC /* Release Universal */,
|
||||
6D7B39FA55641C8450AF4E3C /* Release Native */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = "Debug Universal";
|
||||
};
|
||||
/* End XCConfigurationList section */
|
||||
|
||||
};
|
||||
rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
|
||||
}
|
||||
Reference in New Issue
Block a user