sgl
diff sgl.xcodeproj/project.pbxproj @ 37:b3374e30361c
xcode project for uikit version, untested
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Wed, 27 Jun 2012 05:15:50 +0300 |
parents | |
children | f7de32814f34 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/sgl.xcodeproj/project.pbxproj Wed Jun 27 05:15:50 2012 +0300 1.3 @@ -0,0 +1,268 @@ 1.4 +// !$*UTF8*$! 1.5 +{ 1.6 + archiveVersion = 1; 1.7 + classes = { 1.8 + }; 1.9 + objectVersion = 46; 1.10 + objects = { 1.11 + 1.12 +/* Begin PBXBuildFile section */ 1.13 + 06C7522B159AA36B006C47C6 /* ios_init.h in Headers */ = {isa = PBXBuildFile; fileRef = 06C75229159AA36A006C47C6 /* ios_init.h */; }; 1.14 + 06C7522C159AA36B006C47C6 /* ios_init.m in Sources */ = {isa = PBXBuildFile; fileRef = 06C7522A159AA36A006C47C6 /* ios_init.m */; }; 1.15 + 06F9D62514F7332500246CD7 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 06F9D62414F7332500246CD7 /* Foundation.framework */; }; 1.16 + 06F9D63514F7453B00246CD7 /* sgl.h in Headers */ = {isa = PBXBuildFile; fileRef = 06F9D63414F7453B00246CD7 /* sgl.h */; }; 1.17 + 06F9D65714F7456100246CD7 /* cb.c in Sources */ = {isa = PBXBuildFile; fileRef = 06F9D63714F7456100246CD7 /* cb.c */; }; 1.18 + 06F9D65A14F7456100246CD7 /* config.h in Headers */ = {isa = PBXBuildFile; fileRef = 06F9D63A14F7456100246CD7 /* config.h */; }; 1.19 + 06F9D65B14F7456100246CD7 /* log.c in Sources */ = {isa = PBXBuildFile; fileRef = 06F9D63B14F7456100246CD7 /* log.c */; }; 1.20 + 06F9D65D14F7456100246CD7 /* log.h in Headers */ = {isa = PBXBuildFile; fileRef = 06F9D63D14F7456100246CD7 /* log.h */; }; 1.21 + 06F9D66214F7456100246CD7 /* sgl.c in Sources */ = {isa = PBXBuildFile; fileRef = 06F9D64214F7456100246CD7 /* sgl.c */; }; 1.22 + 06F9D66514F7456100246CD7 /* wsys.c in Sources */ = {isa = PBXBuildFile; fileRef = 06F9D64514F7456100246CD7 /* wsys.c */; }; 1.23 + 06F9D66714F7456100246CD7 /* wsys.h in Headers */ = {isa = PBXBuildFile; fileRef = 06F9D64714F7456100246CD7 /* wsys.h */; }; 1.24 + 06F9D67814F88B1300246CD7 /* wsys_ios.m in Sources */ = {isa = PBXBuildFile; fileRef = 06F9D67714F88B1300246CD7 /* wsys_ios.m */; }; 1.25 +/* End PBXBuildFile section */ 1.26 + 1.27 +/* Begin PBXFileReference section */ 1.28 + 06C75229159AA36A006C47C6 /* ios_init.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ios_init.h; sourceTree = "<group>"; }; 1.29 + 06C7522A159AA36A006C47C6 /* ios_init.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ios_init.m; sourceTree = "<group>"; }; 1.30 + 06F9D62114F7332500246CD7 /* libsgl.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libsgl.a; sourceTree = BUILT_PRODUCTS_DIR; }; 1.31 + 06F9D62414F7332500246CD7 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; 1.32 + 06F9D63414F7453B00246CD7 /* sgl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = sgl.h; sourceTree = "<group>"; }; 1.33 + 06F9D63714F7456100246CD7 /* cb.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = cb.c; sourceTree = "<group>"; }; 1.34 + 06F9D63A14F7456100246CD7 /* config.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = config.h; sourceTree = "<group>"; }; 1.35 + 06F9D63B14F7456100246CD7 /* log.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = log.c; sourceTree = "<group>"; }; 1.36 + 06F9D63D14F7456100246CD7 /* log.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = log.h; sourceTree = "<group>"; }; 1.37 + 06F9D64214F7456100246CD7 /* sgl.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = sgl.c; sourceTree = "<group>"; }; 1.38 + 06F9D64514F7456100246CD7 /* wsys.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = wsys.c; sourceTree = "<group>"; }; 1.39 + 06F9D64714F7456100246CD7 /* wsys.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = wsys.h; sourceTree = "<group>"; }; 1.40 + 06F9D67714F88B1300246CD7 /* wsys_ios.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = wsys_ios.m; sourceTree = "<group>"; }; 1.41 +/* End PBXFileReference section */ 1.42 + 1.43 +/* Begin PBXFrameworksBuildPhase section */ 1.44 + 06F9D61E14F7332500246CD7 /* Frameworks */ = { 1.45 + isa = PBXFrameworksBuildPhase; 1.46 + buildActionMask = 2147483647; 1.47 + files = ( 1.48 + 06F9D62514F7332500246CD7 /* Foundation.framework in Frameworks */, 1.49 + ); 1.50 + runOnlyForDeploymentPostprocessing = 0; 1.51 + }; 1.52 +/* End PBXFrameworksBuildPhase section */ 1.53 + 1.54 +/* Begin PBXGroup section */ 1.55 + 06F9D61614F7332500246CD7 = { 1.56 + isa = PBXGroup; 1.57 + children = ( 1.58 + 06F9D63614F7456100246CD7 /* src */, 1.59 + 06F9D63314F7453B00246CD7 /* include */, 1.60 + 06F9D62314F7332500246CD7 /* Frameworks */, 1.61 + 06F9D62214F7332500246CD7 /* Products */, 1.62 + ); 1.63 + sourceTree = "<group>"; 1.64 + }; 1.65 + 06F9D62214F7332500246CD7 /* Products */ = { 1.66 + isa = PBXGroup; 1.67 + children = ( 1.68 + 06F9D62114F7332500246CD7 /* libsgl.a */, 1.69 + ); 1.70 + name = Products; 1.71 + sourceTree = "<group>"; 1.72 + }; 1.73 + 06F9D62314F7332500246CD7 /* Frameworks */ = { 1.74 + isa = PBXGroup; 1.75 + children = ( 1.76 + 06F9D62414F7332500246CD7 /* Foundation.framework */, 1.77 + ); 1.78 + name = Frameworks; 1.79 + sourceTree = "<group>"; 1.80 + }; 1.81 + 06F9D63314F7453B00246CD7 /* include */ = { 1.82 + isa = PBXGroup; 1.83 + children = ( 1.84 + 06F9D63414F7453B00246CD7 /* sgl.h */, 1.85 + ); 1.86 + path = include; 1.87 + sourceTree = "<group>"; 1.88 + }; 1.89 + 06F9D63614F7456100246CD7 /* src */ = { 1.90 + isa = PBXGroup; 1.91 + children = ( 1.92 + 06C75229159AA36A006C47C6 /* ios_init.h */, 1.93 + 06C7522A159AA36A006C47C6 /* ios_init.m */, 1.94 + 06F9D67714F88B1300246CD7 /* wsys_ios.m */, 1.95 + 06F9D63714F7456100246CD7 /* cb.c */, 1.96 + 06F9D63A14F7456100246CD7 /* config.h */, 1.97 + 06F9D63B14F7456100246CD7 /* log.c */, 1.98 + 06F9D63D14F7456100246CD7 /* log.h */, 1.99 + 06F9D64214F7456100246CD7 /* sgl.c */, 1.100 + 06F9D64514F7456100246CD7 /* wsys.c */, 1.101 + 06F9D64714F7456100246CD7 /* wsys.h */, 1.102 + ); 1.103 + path = src; 1.104 + sourceTree = "<group>"; 1.105 + }; 1.106 +/* End PBXGroup section */ 1.107 + 1.108 +/* Begin PBXHeadersBuildPhase section */ 1.109 + 06F9D61F14F7332500246CD7 /* Headers */ = { 1.110 + isa = PBXHeadersBuildPhase; 1.111 + buildActionMask = 2147483647; 1.112 + files = ( 1.113 + 06F9D63514F7453B00246CD7 /* sgl.h in Headers */, 1.114 + 06F9D65A14F7456100246CD7 /* config.h in Headers */, 1.115 + 06F9D65D14F7456100246CD7 /* log.h in Headers */, 1.116 + 06F9D66714F7456100246CD7 /* wsys.h in Headers */, 1.117 + 06C7522B159AA36B006C47C6 /* ios_init.h in Headers */, 1.118 + ); 1.119 + runOnlyForDeploymentPostprocessing = 0; 1.120 + }; 1.121 +/* End PBXHeadersBuildPhase section */ 1.122 + 1.123 +/* Begin PBXNativeTarget section */ 1.124 + 06F9D62014F7332500246CD7 /* sgl */ = { 1.125 + isa = PBXNativeTarget; 1.126 + buildConfigurationList = 06F9D62E14F7332500246CD7 /* Build configuration list for PBXNativeTarget "sgl" */; 1.127 + buildPhases = ( 1.128 + 06F9D61D14F7332500246CD7 /* Sources */, 1.129 + 06F9D61E14F7332500246CD7 /* Frameworks */, 1.130 + 06F9D61F14F7332500246CD7 /* Headers */, 1.131 + ); 1.132 + buildRules = ( 1.133 + ); 1.134 + dependencies = ( 1.135 + ); 1.136 + name = sgl; 1.137 + productName = sgl; 1.138 + productReference = 06F9D62114F7332500246CD7 /* libsgl.a */; 1.139 + productType = "com.apple.product-type.library.static"; 1.140 + }; 1.141 +/* End PBXNativeTarget section */ 1.142 + 1.143 +/* Begin PBXProject section */ 1.144 + 06F9D61814F7332500246CD7 /* Project object */ = { 1.145 + isa = PBXProject; 1.146 + attributes = { 1.147 + LastUpgradeCheck = 0430; 1.148 + }; 1.149 + buildConfigurationList = 06F9D61B14F7332500246CD7 /* Build configuration list for PBXProject "sgl" */; 1.150 + compatibilityVersion = "Xcode 3.2"; 1.151 + developmentRegion = English; 1.152 + hasScannedForEncodings = 0; 1.153 + knownRegions = ( 1.154 + en, 1.155 + ); 1.156 + mainGroup = 06F9D61614F7332500246CD7; 1.157 + productRefGroup = 06F9D62214F7332500246CD7 /* Products */; 1.158 + projectDirPath = ""; 1.159 + projectRoot = ""; 1.160 + targets = ( 1.161 + 06F9D62014F7332500246CD7 /* sgl */, 1.162 + ); 1.163 + }; 1.164 +/* End PBXProject section */ 1.165 + 1.166 +/* Begin PBXSourcesBuildPhase section */ 1.167 + 06F9D61D14F7332500246CD7 /* Sources */ = { 1.168 + isa = PBXSourcesBuildPhase; 1.169 + buildActionMask = 2147483647; 1.170 + files = ( 1.171 + 06F9D65714F7456100246CD7 /* cb.c in Sources */, 1.172 + 06F9D65B14F7456100246CD7 /* log.c in Sources */, 1.173 + 06F9D66214F7456100246CD7 /* sgl.c in Sources */, 1.174 + 06F9D66514F7456100246CD7 /* wsys.c in Sources */, 1.175 + 06F9D67814F88B1300246CD7 /* wsys_ios.m in Sources */, 1.176 + 06C7522C159AA36B006C47C6 /* ios_init.m in Sources */, 1.177 + ); 1.178 + runOnlyForDeploymentPostprocessing = 0; 1.179 + }; 1.180 +/* End PBXSourcesBuildPhase section */ 1.181 + 1.182 +/* Begin XCBuildConfiguration section */ 1.183 + 06F9D62C14F7332500246CD7 /* Debug */ = { 1.184 + isa = XCBuildConfiguration; 1.185 + buildSettings = { 1.186 + ALWAYS_SEARCH_USER_PATHS = NO; 1.187 + ARCHS = "$(ARCHS_STANDARD_32_BIT)"; 1.188 + COPY_PHASE_STRIP = NO; 1.189 + GCC_C_LANGUAGE_STANDARD = gnu99; 1.190 + GCC_DYNAMIC_NO_PIC = NO; 1.191 + GCC_OPTIMIZATION_LEVEL = 0; 1.192 + GCC_PREPROCESSOR_DEFINITIONS = ( 1.193 + "DEBUG=1", 1.194 + "$(inherited)", 1.195 + ); 1.196 + GCC_SYMBOLS_PRIVATE_EXTERN = NO; 1.197 + GCC_VERSION = com.apple.compilers.llvm.clang.1_0; 1.198 + GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES; 1.199 + GCC_WARN_ABOUT_RETURN_TYPE = YES; 1.200 + GCC_WARN_UNUSED_VARIABLE = YES; 1.201 + IPHONEOS_DEPLOYMENT_TARGET = 5.0; 1.202 + SDKROOT = iphoneos; 1.203 + }; 1.204 + name = Debug; 1.205 + }; 1.206 + 06F9D62D14F7332500246CD7 /* Release */ = { 1.207 + isa = XCBuildConfiguration; 1.208 + buildSettings = { 1.209 + ALWAYS_SEARCH_USER_PATHS = NO; 1.210 + ARCHS = "$(ARCHS_STANDARD_32_BIT)"; 1.211 + COPY_PHASE_STRIP = YES; 1.212 + GCC_C_LANGUAGE_STANDARD = gnu99; 1.213 + GCC_VERSION = com.apple.compilers.llvm.clang.1_0; 1.214 + GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES; 1.215 + GCC_WARN_ABOUT_RETURN_TYPE = YES; 1.216 + GCC_WARN_UNUSED_VARIABLE = YES; 1.217 + IPHONEOS_DEPLOYMENT_TARGET = 5.0; 1.218 + SDKROOT = iphoneos; 1.219 + VALIDATE_PRODUCT = YES; 1.220 + }; 1.221 + name = Release; 1.222 + }; 1.223 + 06F9D62F14F7332500246CD7 /* Debug */ = { 1.224 + isa = XCBuildConfiguration; 1.225 + buildSettings = { 1.226 + DSTROOT = /tmp/sgl.dst; 1.227 + GCC_PRECOMPILE_PREFIX_HEADER = NO; 1.228 + GCC_PREFIX_HEADER = ""; 1.229 + OTHER_LDFLAGS = "-ObjC"; 1.230 + PRODUCT_NAME = "$(TARGET_NAME)"; 1.231 + SKIP_INSTALL = YES; 1.232 + }; 1.233 + name = Debug; 1.234 + }; 1.235 + 06F9D63014F7332500246CD7 /* Release */ = { 1.236 + isa = XCBuildConfiguration; 1.237 + buildSettings = { 1.238 + DSTROOT = /tmp/sgl.dst; 1.239 + GCC_PRECOMPILE_PREFIX_HEADER = NO; 1.240 + GCC_PREFIX_HEADER = ""; 1.241 + OTHER_LDFLAGS = "-ObjC"; 1.242 + PRODUCT_NAME = "$(TARGET_NAME)"; 1.243 + SKIP_INSTALL = YES; 1.244 + }; 1.245 + name = Release; 1.246 + }; 1.247 +/* End XCBuildConfiguration section */ 1.248 + 1.249 +/* Begin XCConfigurationList section */ 1.250 + 06F9D61B14F7332500246CD7 /* Build configuration list for PBXProject "sgl" */ = { 1.251 + isa = XCConfigurationList; 1.252 + buildConfigurations = ( 1.253 + 06F9D62C14F7332500246CD7 /* Debug */, 1.254 + 06F9D62D14F7332500246CD7 /* Release */, 1.255 + ); 1.256 + defaultConfigurationIsVisible = 0; 1.257 + defaultConfigurationName = Release; 1.258 + }; 1.259 + 06F9D62E14F7332500246CD7 /* Build configuration list for PBXNativeTarget "sgl" */ = { 1.260 + isa = XCConfigurationList; 1.261 + buildConfigurations = ( 1.262 + 06F9D62F14F7332500246CD7 /* Debug */, 1.263 + 06F9D63014F7332500246CD7 /* Release */, 1.264 + ); 1.265 + defaultConfigurationIsVisible = 0; 1.266 + defaultConfigurationName = Release; 1.267 + }; 1.268 +/* End XCConfigurationList section */ 1.269 + }; 1.270 + rootObject = 06F9D61814F7332500246CD7 /* Project object */; 1.271 +}