summaryrefslogtreecommitdiff
path: root/samples/xcode/sound/sound.xcodeproj/project.pbxproj
diff options
context:
space:
mode:
Diffstat (limited to 'samples/xcode/sound/sound.xcodeproj/project.pbxproj')
-rw-r--r--samples/xcode/sound/sound.xcodeproj/project.pbxproj250
1 files changed, 250 insertions, 0 deletions
diff --git a/samples/xcode/sound/sound.xcodeproj/project.pbxproj b/samples/xcode/sound/sound.xcodeproj/project.pbxproj
new file mode 100644
index 0000000..3c20406
--- /dev/null
+++ b/samples/xcode/sound/sound.xcodeproj/project.pbxproj
@@ -0,0 +1,250 @@
+// !$*UTF8*$!
+{
+ archiveVersion = 1;
+ classes = {
+ };
+ objectVersion = 42;
+ objects = {
+
+/* Begin PBXBuildFile section */
+ 8DD76F6A0486A84900D96B5E /* sound.1 in CopyFiles */ = {isa = PBXBuildFile; fileRef = C6859E8B029090EE04C91782 /* sound.1 */; };
+ A2000C5C0CA0161200E4030E /* Sound.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A2000C5B0CA0161200E4030E /* Sound.cpp */; };
+ A2E671D80C852D01000FEF9E /* OpenAL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A2E671D70C852D01000FEF9E /* OpenAL.framework */; };
+ A2E6727E0C85AD96000FEF9E /* Ogg.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A2E6727D0C85AD96000FEF9E /* Ogg.framework */; };
+ A2E672850C85AD9C000FEF9E /* Vorbis.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A2E672840C85AD9C000FEF9E /* Vorbis.framework */; };
+/* End PBXBuildFile section */
+
+/* Begin PBXCopyFilesBuildPhase section */
+ 8DD76F690486A84900D96B5E /* CopyFiles */ = {
+ isa = PBXCopyFilesBuildPhase;
+ buildActionMask = 8;
+ dstPath = /usr/share/man/man1/;
+ dstSubfolderSpec = 0;
+ files = (
+ 8DD76F6A0486A84900D96B5E /* sound.1 in CopyFiles */,
+ );
+ runOnlyForDeploymentPostprocessing = 1;
+ };
+/* End PBXCopyFilesBuildPhase section */
+
+/* Begin PBXFileReference section */
+ 8DD76F6C0486A84900D96B5E /* Sound */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = Sound; sourceTree = BUILT_PRODUCTS_DIR; };
+ A2000C5B0CA0161200E4030E /* Sound.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Sound.cpp; sourceTree = "<group>"; };
+ A2E671D70C852D01000FEF9E /* OpenAL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenAL.framework; path = /System/Library/Frameworks/OpenAL.framework; sourceTree = "<absolute>"; };
+ A2E6727D0C85AD96000FEF9E /* Ogg.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Ogg.framework; path = "../../../extlibs/libs-xcode/Ogg.framework"; sourceTree = SOURCE_ROOT; };
+ A2E672840C85AD9C000FEF9E /* Vorbis.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Vorbis.framework; path = "../../../extlibs/libs-xcode/Vorbis.framework"; sourceTree = SOURCE_ROOT; };
+ C6859E8B029090EE04C91782 /* sound.1 */ = {isa = PBXFileReference; lastKnownFileType = text.man; path = sound.1; sourceTree = "<group>"; };
+/* End PBXFileReference section */
+
+/* Begin PBXFrameworksBuildPhase section */
+ 8DD76F660486A84900D96B5E /* Frameworks */ = {
+ isa = PBXFrameworksBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ A2E671D80C852D01000FEF9E /* OpenAL.framework in Frameworks */,
+ A2E6727E0C85AD96000FEF9E /* Ogg.framework in Frameworks */,
+ A2E672850C85AD9C000FEF9E /* Vorbis.framework in Frameworks */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+/* End PBXFrameworksBuildPhase section */
+
+/* Begin PBXGroup section */
+ 08FB7794FE84155DC02AAC07 /* sound */ = {
+ isa = PBXGroup;
+ children = (
+ 08FB7795FE84155DC02AAC07 /* Source */,
+ C6859E8C029090F304C91782 /* Documentation */,
+ A2E671D60C852CEE000FEF9E /* External Frameworks and Libraries */,
+ 1AB674ADFE9D54B511CA2CBB /* Products */,
+ );
+ name = sound;
+ sourceTree = "<group>";
+ };
+ 08FB7795FE84155DC02AAC07 /* Source */ = {
+ isa = PBXGroup;
+ children = (
+ A2000C5B0CA0161200E4030E /* Sound.cpp */,
+ );
+ name = Source;
+ sourceTree = "<group>";
+ };
+ 1AB674ADFE9D54B511CA2CBB /* Products */ = {
+ isa = PBXGroup;
+ children = (
+ 8DD76F6C0486A84900D96B5E /* Sound */,
+ );
+ name = Products;
+ sourceTree = "<group>";
+ };
+ A2E671D60C852CEE000FEF9E /* External Frameworks and Libraries */ = {
+ isa = PBXGroup;
+ children = (
+ A2E6727D0C85AD96000FEF9E /* Ogg.framework */,
+ A2E672840C85AD9C000FEF9E /* Vorbis.framework */,
+ A2E671D70C852D01000FEF9E /* OpenAL.framework */,
+ );
+ name = "External Frameworks and Libraries";
+ sourceTree = "<group>";
+ };
+ C6859E8C029090F304C91782 /* Documentation */ = {
+ isa = PBXGroup;
+ children = (
+ C6859E8B029090EE04C91782 /* sound.1 */,
+ );
+ name = Documentation;
+ sourceTree = "<group>";
+ };
+/* End PBXGroup section */
+
+/* Begin PBXNativeTarget section */
+ 8DD76F620486A84900D96B5E /* sound */ = {
+ isa = PBXNativeTarget;
+ buildConfigurationList = 1DEB923108733DC60010E9CD /* Build configuration list for PBXNativeTarget "sound" */;
+ buildPhases = (
+ 8DD76F640486A84900D96B5E /* Sources */,
+ 8DD76F660486A84900D96B5E /* Frameworks */,
+ 8DD76F690486A84900D96B5E /* CopyFiles */,
+ );
+ buildRules = (
+ );
+ dependencies = (
+ );
+ name = sound;
+ productInstallPath = "$(HOME)/bin";
+ productName = sound;
+ productReference = 8DD76F6C0486A84900D96B5E /* Sound */;
+ productType = "com.apple.product-type.tool";
+ };
+/* End PBXNativeTarget section */
+
+/* Begin PBXProject section */
+ 08FB7793FE84155DC02AAC07 /* Project object */ = {
+ isa = PBXProject;
+ buildConfigurationList = 1DEB923508733DC60010E9CD /* Build configuration list for PBXProject "sound" */;
+ hasScannedForEncodings = 1;
+ mainGroup = 08FB7794FE84155DC02AAC07 /* sound */;
+ projectDirPath = "";
+ targets = (
+ 8DD76F620486A84900D96B5E /* sound */,
+ );
+ };
+/* End PBXProject section */
+
+/* Begin PBXSourcesBuildPhase section */
+ 8DD76F640486A84900D96B5E /* Sources */ = {
+ isa = PBXSourcesBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ A2000C5C0CA0161200E4030E /* Sound.cpp in Sources */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+/* End PBXSourcesBuildPhase section */
+
+/* Begin XCBuildConfiguration section */
+ 1DEB923208733DC60010E9CD /* Debug */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ COPY_PHASE_STRIP = NO;
+ FRAMEWORK_SEARCH_PATHS = "../../../extlibs/libs-xcode";
+ GCC_DYNAMIC_NO_PIC = NO;
+ GCC_ENABLE_FIX_AND_CONTINUE = YES;
+ GCC_MODEL_TUNING = G5;
+ GCC_OPTIMIZATION_LEVEL = 0;
+ INSTALL_PATH = "$(executable_path)";
+ LIBRARY_SEARCH_PATHS = "../../../extlibs/libs-xcode";
+ OTHER_LDFLAGS = (
+ "../../../xcode/audio/build/Debug/sfml-audio-d.a",
+ "../../../xcode/system/build/Debug/sfml-system-d.a",
+ );
+ PRODUCT_NAME = "Sound Debug";
+ ZERO_LINK = NO;
+ };
+ name = Debug;
+ };
+ 1DEB923308733DC60010E9CD /* Release */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ ARCHS = (
+ ppc,
+ i386,
+ );
+ FRAMEWORK_SEARCH_PATHS = "$(inherited)";
+ GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
+ GCC_MODEL_TUNING = G5;
+ INSTALL_PATH = "$(executable_path)";
+ LIBRARY_SEARCH_PATHS = "../../../extlibs/libs-xcode";
+ OTHER_LDFLAGS = (
+ "../../../xcode/audio/build/Release/sfml-audio.a",
+ "../../../xcode/system/build/Release/sfml-system.a",
+ );
+ PRODUCT_NAME = Sound;
+ };
+ name = Release;
+ };
+ 1DEB923608733DC60010E9CD /* Debug */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ ARCHS = (
+ ppc,
+ i386,
+ );
+ DEPLOYMENT_LOCATION = NO;
+ FRAMEWORK_SEARCH_PATHS = "../../../extlibs/libs-xcode";
+ GCC_WARN_ABOUT_RETURN_TYPE = YES;
+ GCC_WARN_UNUSED_VARIABLE = YES;
+ HEADER_SEARCH_PATHS = ../../../src;
+ INSTALL_PATH = "$(inherited)";
+ OTHER_LDFLAGS = "";
+ PREBINDING = NO;
+ SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
+ SKIP_INSTALL = YES;
+ };
+ name = Debug;
+ };
+ 1DEB923708733DC60010E9CD /* Release */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ ARCHS = (
+ ppc,
+ i386,
+ );
+ DEPLOYMENT_LOCATION = NO;
+ FRAMEWORK_SEARCH_PATHS = "../../../extlibs/libs-xcode";
+ GCC_WARN_ABOUT_RETURN_TYPE = YES;
+ GCC_WARN_UNUSED_VARIABLE = YES;
+ HEADER_SEARCH_PATHS = ../../../src;
+ INSTALL_PATH = "$(inherited)";
+ OTHER_LDFLAGS = "";
+ PREBINDING = NO;
+ SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
+ SKIP_INSTALL = YES;
+ };
+ name = Release;
+ };
+/* End XCBuildConfiguration section */
+
+/* Begin XCConfigurationList section */
+ 1DEB923108733DC60010E9CD /* Build configuration list for PBXNativeTarget "sound" */ = {
+ isa = XCConfigurationList;
+ buildConfigurations = (
+ 1DEB923208733DC60010E9CD /* Debug */,
+ 1DEB923308733DC60010E9CD /* Release */,
+ );
+ defaultConfigurationIsVisible = 0;
+ defaultConfigurationName = Release;
+ };
+ 1DEB923508733DC60010E9CD /* Build configuration list for PBXProject "sound" */ = {
+ isa = XCConfigurationList;
+ buildConfigurations = (
+ 1DEB923608733DC60010E9CD /* Debug */,
+ 1DEB923708733DC60010E9CD /* Release */,
+ );
+ defaultConfigurationIsVisible = 0;
+ defaultConfigurationName = Release;
+ };
+/* End XCConfigurationList section */
+ };
+ rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
+}