summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArek Korbik <arek@xiph.org>2007-01-18 13:08:02 +0000
committerArek Korbik <arek@xiph.org>2007-01-18 13:08:02 +0000
commit9fd0e63b471ecdde966eea995d3eb9fc27035089 (patch)
tree6d360327bd96673248dcabb82367238027c6a07d
parent123453d41318c038da6016782c9db163b50d969c (diff)
downloadogg-git-9fd0e63b471ecdde966eea995d3eb9fc27035089.tar.gz
Updated/added Xcode build files.
svn path=/trunk/ogg/; revision=12345
-rw-r--r--macosx/Ogg.xcodeproj/project.pbxproj188
1 files changed, 78 insertions, 110 deletions
diff --git a/macosx/Ogg.xcodeproj/project.pbxproj b/macosx/Ogg.xcodeproj/project.pbxproj
index 73e50f4..596ccda 100644
--- a/macosx/Ogg.xcodeproj/project.pbxproj
+++ b/macosx/Ogg.xcodeproj/project.pbxproj
@@ -11,34 +11,12 @@
730F236409181A8D00AB638C /* framing.c in Sources */ = {isa = PBXBuildFile; fileRef = 730F236209181A8D00AB638C /* framing.c */; };
730F236709181ABE00AB638C /* ogg.h in Headers */ = {isa = PBXBuildFile; fileRef = 730F236509181ABE00AB638C /* ogg.h */; settings = {ATTRIBUTES = (Public, ); }; };
730F236809181ABE00AB638C /* os_types.h in Headers */ = {isa = PBXBuildFile; fileRef = 730F236609181ABE00AB638C /* os_types.h */; settings = {ATTRIBUTES = (Public, ); }; };
+ 734FB2E70B18B36F00D561D7 /* bitwise.c in Sources */ = {isa = PBXBuildFile; fileRef = 730F236109181A8D00AB638C /* bitwise.c */; };
+ 734FB2E80B18B36F00D561D7 /* framing.c in Sources */ = {isa = PBXBuildFile; fileRef = 730F236209181A8D00AB638C /* framing.c */; };
8D07F2BE0486CC7A007CD1D0 /* Ogg_Prefix.pch in Headers */ = {isa = PBXBuildFile; fileRef = 32BAE0B70371A74B00C91783 /* Ogg_Prefix.pch */; };
8D07F2C00486CC7A007CD1D0 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C1666FE841158C02AAC07 /* InfoPlist.strings */; };
/* End PBXBuildFile section */
-/* Begin PBXBuildStyle section */
- 4F0BB7EC011F40E904CA0E50 /* Development */ = {
- isa = PBXBuildStyle;
- buildSettings = {
- COPY_PHASE_STRIP = NO;
- GCC_DYNAMIC_NO_PIC = NO;
- GCC_ENABLE_FIX_AND_CONTINUE = YES;
- GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
- GCC_OPTIMIZATION_LEVEL = 0;
- ZERO_LINK = YES;
- };
- name = Development;
- };
- 4F0BB7ED011F40E904CA0E50 /* Deployment */ = {
- isa = PBXBuildStyle;
- buildSettings = {
- COPY_PHASE_STRIP = YES;
- GCC_ENABLE_FIX_AND_CONTINUE = NO;
- ZERO_LINK = NO;
- };
- name = Deployment;
- };
-/* End PBXBuildStyle section */
-
/* Begin PBXFileReference section */
089C1667FE841158C02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; };
32BAE0B70371A74B00C91783 /* Ogg_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Ogg_Prefix.pch; sourceTree = "<group>"; };
@@ -46,11 +24,19 @@
730F236209181A8D00AB638C /* framing.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = framing.c; path = ../src/framing.c; sourceTree = SOURCE_ROOT; };
730F236509181ABE00AB638C /* ogg.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = ogg.h; path = ../include/ogg/ogg.h; sourceTree = SOURCE_ROOT; };
730F236609181ABE00AB638C /* os_types.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = os_types.h; path = ../include/ogg/os_types.h; sourceTree = SOURCE_ROOT; };
+ 734FB2E50B18B33E00D561D7 /* libogg.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libogg.a; sourceTree = BUILT_PRODUCTS_DIR; };
8D07F2C70486CC7A007CD1D0 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; };
8D07F2C80486CC7A007CD1D0 /* Ogg.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Ogg.framework; sourceTree = BUILT_PRODUCTS_DIR; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
+ 734FB2E30B18B33E00D561D7 /* Frameworks */ = {
+ isa = PBXFrameworksBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
8D07F2C30486CC7A007CD1D0 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
@@ -65,6 +51,7 @@
isa = PBXGroup;
children = (
8D07F2C80486CC7A007CD1D0 /* Ogg.framework */,
+ 734FB2E50B18B33E00D561D7 /* libogg.a */,
);
name = Products;
sourceTree = "<group>";
@@ -119,6 +106,13 @@
/* End PBXGroup section */
/* Begin PBXHeadersBuildPhase section */
+ 734FB2E10B18B33E00D561D7 /* Headers */ = {
+ isa = PBXHeadersBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
8D07F2BD0486CC7A007CD1D0 /* Headers */ = {
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
@@ -132,6 +126,23 @@
/* End PBXHeadersBuildPhase section */
/* Begin PBXNativeTarget section */
+ 734FB2E40B18B33E00D561D7 /* libogg (static) */ = {
+ isa = PBXNativeTarget;
+ buildConfigurationList = 734FB2ED0B18B3B900D561D7 /* Build configuration list for PBXNativeTarget "libogg (static)" */;
+ buildPhases = (
+ 734FB2E10B18B33E00D561D7 /* Headers */,
+ 734FB2E20B18B33E00D561D7 /* Sources */,
+ 734FB2E30B18B33E00D561D7 /* Frameworks */,
+ );
+ buildRules = (
+ );
+ dependencies = (
+ );
+ name = "libogg (static)";
+ productName = ogg;
+ productReference = 734FB2E50B18B33E00D561D7 /* libogg.a */;
+ productType = "com.apple.product-type.library.static";
+ };
8D07F2BC0486CC7A007CD1D0 /* Ogg */ = {
isa = PBXNativeTarget;
buildConfigurationList = 730F235409181A3A00AB638C /* Build configuration list for PBXNativeTarget "Ogg" */;
@@ -144,19 +155,6 @@
);
buildRules = (
);
- buildSettings = {
- DYLIB_COMPATIBILITY_VERSION = 1;
- DYLIB_CURRENT_VERSION = 1;
- FRAMEWORK_VERSION = A;
- GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
- GCC_PRECOMPILE_PREFIX_HEADER = YES;
- GCC_PREFIX_HEADER = Ogg_Prefix.pch;
- INFOPLIST_FILE = Info.plist;
- INSTALL_PATH = "$(HOME)/Library/Frameworks";
- LIBRARY_STYLE = DYNAMIC;
- PRODUCT_NAME = Ogg;
- WRAPPER_EXTENSION = framework;
- };
dependencies = (
);
name = Ogg;
@@ -171,18 +169,13 @@
0867D690FE84028FC02AAC07 /* Project object */ = {
isa = PBXProject;
buildConfigurationList = 730F235809181A3A00AB638C /* Build configuration list for PBXProject "Ogg" */;
- buildSettings = {
- };
- buildStyles = (
- 4F0BB7EC011F40E904CA0E50 /* Development */,
- 4F0BB7ED011F40E904CA0E50 /* Deployment */,
- );
hasScannedForEncodings = 1;
mainGroup = 0867D691FE84028FC02AAC07 /* Ogg */;
productRefGroup = 034768DDFF38A45A11DB9C8B /* Products */;
projectDirPath = "";
targets = (
8D07F2BC0486CC7A007CD1D0 /* Ogg */,
+ 734FB2E40B18B33E00D561D7 /* libogg (static) */,
);
};
/* End PBXProject section */
@@ -209,6 +202,15 @@
/* End PBXRezBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
+ 734FB2E20B18B33E00D561D7 /* Sources */ = {
+ isa = PBXSourcesBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ 734FB2E70B18B36F00D561D7 /* bitwise.c in Sources */,
+ 734FB2E80B18B36F00D561D7 /* framing.c in Sources */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
8D07F2C10486CC7A007CD1D0 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
@@ -232,7 +234,7 @@
/* End PBXVariantGroup section */
/* Begin XCBuildConfiguration section */
- 730F235509181A3A00AB638C /* Development */ = {
+ 730F235509181A3A00AB638C /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
COPY_PHASE_STRIP = NO;
@@ -250,9 +252,9 @@
WRAPPER_EXTENSION = framework;
ZERO_LINK = YES;
};
- name = Development;
+ name = Debug;
};
- 730F235609181A3A00AB638C /* Deployment */ = {
+ 730F235609181A3A00AB638C /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
COPY_PHASE_STRIP = YES;
@@ -269,18 +271,18 @@
WRAPPER_EXTENSION = framework;
ZERO_LINK = NO;
};
- name = Deployment;
+ name = Release;
};
- 730F235909181A3A00AB638C /* Development */ = {
+ 730F235909181A3A00AB638C /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PREPROCESSOR_DEFINITIONS = __MACOSX__;
SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
};
- name = Development;
+ name = Debug;
};
- 730F235A09181A3A00AB638C /* Deployment */ = {
+ 730F235A09181A3A00AB638C /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = (
@@ -296,73 +298,34 @@
);
SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
};
- name = Deployment;
+ name = Release;
};
- 733D19C409FD6025009384C9 /* Development UB */ = {
+ 734FB2EE0B18B3B900D561D7 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
COPY_PHASE_STRIP = NO;
- DYLIB_COMPATIBILITY_VERSION = 1;
- DYLIB_CURRENT_VERSION = 1;
- FRAMEWORK_VERSION = A;
GCC_DYNAMIC_NO_PIC = NO;
GCC_ENABLE_FIX_AND_CONTINUE = YES;
GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
- GCC_PRECOMPILE_PREFIX_HEADER = YES;
- GCC_PREFIX_HEADER = Ogg_Prefix.pch;
- INFOPLIST_FILE = Info.plist;
- INSTALL_PATH = /Library/Frameworks;
- PRODUCT_NAME = Ogg;
- WRAPPER_EXTENSION = framework;
+ INSTALL_PATH = /usr/local/lib;
+ PREBINDING = NO;
+ PRODUCT_NAME = ogg;
ZERO_LINK = YES;
};
- name = "Development UB";
+ name = Debug;
};
- 733D19C509FD6025009384C9 /* Deployment non-UB */ = {
+ 734FB2EF0B18B3B900D561D7 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
COPY_PHASE_STRIP = YES;
- DYLIB_COMPATIBILITY_VERSION = 1;
- DYLIB_CURRENT_VERSION = 1;
- FRAMEWORK_VERSION = A;
GCC_ENABLE_FIX_AND_CONTINUE = NO;
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
- GCC_PRECOMPILE_PREFIX_HEADER = YES;
- GCC_PREFIX_HEADER = Ogg_Prefix.pch;
- INFOPLIST_FILE = Info.plist;
- INSTALL_PATH = /Library/Frameworks;
- PRODUCT_NAME = Ogg;
- WRAPPER_EXTENSION = framework;
+ INSTALL_PATH = /usr/local/lib;
+ PREBINDING = NO;
+ PRODUCT_NAME = ogg;
ZERO_LINK = NO;
};
- name = "Deployment non-UB";
- };
- 733D19C609FD6025009384C9 /* Development UB */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- ARCHS = (
- ppc,
- i386,
- );
- GCC_OPTIMIZATION_LEVEL = 0;
- GCC_PREPROCESSOR_DEFINITIONS = __MACOSX__;
- SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
- };
- name = "Development UB";
- };
- 733D19C709FD6025009384C9 /* Deployment non-UB */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- GCC_OPTIMIZATION_LEVEL = 3;
- GCC_PREPROCESSOR_DEFINITIONS = __MACOSX__;
- OTHER_CFLAGS = (
- "$(OTHER_CFLAGS)",
- "-ffast-math",
- "-falign-loops=16",
- );
- SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
- };
- name = "Deployment non-UB";
+ name = Release;
};
/* End XCBuildConfiguration section */
@@ -370,24 +333,29 @@
730F235409181A3A00AB638C /* Build configuration list for PBXNativeTarget "Ogg" */ = {
isa = XCConfigurationList;
buildConfigurations = (
- 730F235509181A3A00AB638C /* Development */,
- 733D19C409FD6025009384C9 /* Development UB */,
- 730F235609181A3A00AB638C /* Deployment */,
- 733D19C509FD6025009384C9 /* Deployment non-UB */,
+ 730F235509181A3A00AB638C /* Debug */,
+ 730F235609181A3A00AB638C /* Release */,
);
defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Deployment;
+ defaultConfigurationName = Release;
};
730F235809181A3A00AB638C /* Build configuration list for PBXProject "Ogg" */ = {
isa = XCConfigurationList;
buildConfigurations = (
- 730F235909181A3A00AB638C /* Development */,
- 733D19C609FD6025009384C9 /* Development UB */,
- 730F235A09181A3A00AB638C /* Deployment */,
- 733D19C709FD6025009384C9 /* Deployment non-UB */,
+ 730F235909181A3A00AB638C /* Debug */,
+ 730F235A09181A3A00AB638C /* Release */,
+ );
+ defaultConfigurationIsVisible = 0;
+ defaultConfigurationName = Release;
+ };
+ 734FB2ED0B18B3B900D561D7 /* Build configuration list for PBXNativeTarget "libogg (static)" */ = {
+ isa = XCConfigurationList;
+ buildConfigurations = (
+ 734FB2EE0B18B3B900D561D7 /* Debug */,
+ 734FB2EF0B18B3B900D561D7 /* Release */,
);
defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Deployment;
+ defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};