Atlas - project.pbxproj
Home / ext / SDL2 / Xcode-iOS / SDLtest / SDL2test.xcodeproj Lines: 1 | Size: 20555 bytes [Download] [Show on GitHub] [Search similar files] [Raw] [Raw (proxy)][FILE BEGIN]1// !$*UTF8*$! 2{ 3 archiveVersion = 1; 4 classes = { 5 }; 6 objectVersion = 46; 7 objects = { 8 9/* Begin PBXBuildFile section */ 10 AA1EE462176059AB0029C7A5 /* SDL_test_common.c in Sources */ = {isa = PBXBuildFile; fileRef = AA1EE454176059AB0029C7A5 /* SDL_test_common.c */; }; 11 AA1EE463176059AB0029C7A5 /* SDL_test_compare.c in Sources */ = {isa = PBXBuildFile; fileRef = AA1EE455176059AB0029C7A5 /* SDL_test_compare.c */; }; 12 AA1EE464176059AB0029C7A5 /* SDL_test_crc32.c in Sources */ = {isa = PBXBuildFile; fileRef = AA1EE456176059AB0029C7A5 /* SDL_test_crc32.c */; }; 13 AA1EE465176059AB0029C7A5 /* SDL_test_font.c in Sources */ = {isa = PBXBuildFile; fileRef = AA1EE457176059AB0029C7A5 /* SDL_test_font.c */; }; 14 AA1EE466176059AB0029C7A5 /* SDL_test_fuzzer.c in Sources */ = {isa = PBXBuildFile; fileRef = AA1EE458176059AB0029C7A5 /* SDL_test_fuzzer.c */; }; 15 AA1EE467176059AB0029C7A5 /* SDL_test_harness.c in Sources */ = {isa = PBXBuildFile; fileRef = AA1EE459176059AB0029C7A5 /* SDL_test_harness.c */; }; 16 AA1EE468176059AB0029C7A5 /* SDL_test_imageBlit.c in Sources */ = {isa = PBXBuildFile; fileRef = AA1EE45A176059AB0029C7A5 /* SDL_test_imageBlit.c */; }; 17 AA1EE469176059AB0029C7A5 /* SDL_test_imageBlitBlend.c in Sources */ = {isa = PBXBuildFile; fileRef = AA1EE45B176059AB0029C7A5 /* SDL_test_imageBlitBlend.c */; }; 18 AA1EE46A176059AB0029C7A5 /* SDL_test_imageFace.c in Sources */ = {isa = PBXBuildFile; fileRef = AA1EE45C176059AB0029C7A5 /* SDL_test_imageFace.c */; }; 19 AA1EE46B176059AB0029C7A5 /* SDL_test_imagePrimitives.c in Sources */ = {isa = PBXBuildFile; fileRef = AA1EE45D176059AB0029C7A5 /* SDL_test_imagePrimitives.c */; }; 20 AA1EE46C176059AB0029C7A5 /* SDL_test_imagePrimitivesBlend.c in Sources */ = {isa = PBXBuildFile; fileRef = AA1EE45E176059AB0029C7A5 /* SDL_test_imagePrimitivesBlend.c */; }; 21 AA1EE46D176059AB0029C7A5 /* SDL_test_log.c in Sources */ = {isa = PBXBuildFile; fileRef = AA1EE45F176059AB0029C7A5 /* SDL_test_log.c */; }; 22 AA1EE46E176059AB0029C7A5 /* SDL_test_md5.c in Sources */ = {isa = PBXBuildFile; fileRef = AA1EE460176059AB0029C7A5 /* SDL_test_md5.c */; }; 23 AA1EE46F176059AB0029C7A5 /* SDL_test_random.c in Sources */ = {isa = PBXBuildFile; fileRef = AA1EE461176059AB0029C7A5 /* SDL_test_random.c */; }; 24 AAF030011F9009B100B9A9FB /* SDL_test_memory.c in Sources */ = {isa = PBXBuildFile; fileRef = AAF02FFF1F9009B100B9A9FB /* SDL_test_memory.c */; }; 25 AAF030021F9009B100B9A9FB /* SDL_test_assert.c in Sources */ = {isa = PBXBuildFile; fileRef = AAF030001F9009B100B9A9FB /* SDL_test_assert.c */; }; 26 FA3D99011BC4E5BC002C96C8 /* SDL_test_common.c in Sources */ = {isa = PBXBuildFile; fileRef = AA1EE454176059AB0029C7A5 /* SDL_test_common.c */; }; 27 FA3D99021BC4E5BC002C96C8 /* SDL_test_compare.c in Sources */ = {isa = PBXBuildFile; fileRef = AA1EE455176059AB0029C7A5 /* SDL_test_compare.c */; }; 28 FA3D99031BC4E5BC002C96C8 /* SDL_test_crc32.c in Sources */ = {isa = PBXBuildFile; fileRef = AA1EE456176059AB0029C7A5 /* SDL_test_crc32.c */; }; 29 FA3D99041BC4E5BC002C96C8 /* SDL_test_font.c in Sources */ = {isa = PBXBuildFile; fileRef = AA1EE457176059AB0029C7A5 /* SDL_test_font.c */; }; 30 FA3D99051BC4E5BC002C96C8 /* SDL_test_fuzzer.c in Sources */ = {isa = PBXBuildFile; fileRef = AA1EE458176059AB0029C7A5 /* SDL_test_fuzzer.c */; }; 31 FA3D99061BC4E5BC002C96C8 /* SDL_test_harness.c in Sources */ = {isa = PBXBuildFile; fileRef = AA1EE459176059AB0029C7A5 /* SDL_test_harness.c */; }; 32 FA3D99071BC4E5BC002C96C8 /* SDL_test_imageBlit.c in Sources */ = {isa = PBXBuildFile; fileRef = AA1EE45A176059AB0029C7A5 /* SDL_test_imageBlit.c */; }; 33 FA3D99081BC4E5BC002C96C8 /* SDL_test_imageBlitBlend.c in Sources */ = {isa = PBXBuildFile; fileRef = AA1EE45B176059AB0029C7A5 /* SDL_test_imageBlitBlend.c */; }; 34 FA3D99091BC4E5BC002C96C8 /* SDL_test_imageFace.c in Sources */ = {isa = PBXBuildFile; fileRef = AA1EE45C176059AB0029C7A5 /* SDL_test_imageFace.c */; }; 35 FA3D990A1BC4E5BC002C96C8 /* SDL_test_imagePrimitives.c in Sources */ = {isa = PBXBuildFile; fileRef = AA1EE45D176059AB0029C7A5 /* SDL_test_imagePrimitives.c */; }; 36 FA3D990B1BC4E5BC002C96C8 /* SDL_test_imagePrimitivesBlend.c in Sources */ = {isa = PBXBuildFile; fileRef = AA1EE45E176059AB0029C7A5 /* SDL_test_imagePrimitivesBlend.c */; }; 37 FA3D990C1BC4E5BC002C96C8 /* SDL_test_log.c in Sources */ = {isa = PBXBuildFile; fileRef = AA1EE45F176059AB0029C7A5 /* SDL_test_log.c */; }; 38 FA3D990D1BC4E5BC002C96C8 /* SDL_test_md5.c in Sources */ = {isa = PBXBuildFile; fileRef = AA1EE460176059AB0029C7A5 /* SDL_test_md5.c */; }; 39 FA3D990E1BC4E5BC002C96C8 /* SDL_test_random.c in Sources */ = {isa = PBXBuildFile; fileRef = AA1EE461176059AB0029C7A5 /* SDL_test_random.c */; }; 40/* End PBXBuildFile section */ 41 42/* Begin PBXCopyFilesBuildPhase section */ 43 FA3D98F61BC4E5A2002C96C8 /* CopyFiles */ = { 44 isa = PBXCopyFilesBuildPhase; 45 buildActionMask = 2147483647; 46 dstPath = "include/$(PRODUCT_NAME)"; 47 dstSubfolderSpec = 16; 48 files = ( 49 ); 50 runOnlyForDeploymentPostprocessing = 0; 51 }; 52/* End PBXCopyFilesBuildPhase section */ 53 54/* Begin PBXFileReference section */ 55 AA1EE4461760589B0029C7A5 /* libSDL2test.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libSDL2test.a; sourceTree = BUILT_PRODUCTS_DIR; }; 56 AA1EE454176059AB0029C7A5 /* SDL_test_common.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_test_common.c; sourceTree = "<group>"; }; 57 AA1EE455176059AB0029C7A5 /* SDL_test_compare.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_test_compare.c; sourceTree = "<group>"; }; 58 AA1EE456176059AB0029C7A5 /* SDL_test_crc32.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_test_crc32.c; sourceTree = "<group>"; }; 59 AA1EE457176059AB0029C7A5 /* SDL_test_font.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_test_font.c; sourceTree = "<group>"; }; 60 AA1EE458176059AB0029C7A5 /* SDL_test_fuzzer.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_test_fuzzer.c; sourceTree = "<group>"; }; 61 AA1EE459176059AB0029C7A5 /* SDL_test_harness.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_test_harness.c; sourceTree = "<group>"; }; 62 AA1EE45A176059AB0029C7A5 /* SDL_test_imageBlit.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_test_imageBlit.c; sourceTree = "<group>"; }; 63 AA1EE45B176059AB0029C7A5 /* SDL_test_imageBlitBlend.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_test_imageBlitBlend.c; sourceTree = "<group>"; }; 64 AA1EE45C176059AB0029C7A5 /* SDL_test_imageFace.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_test_imageFace.c; sourceTree = "<group>"; }; 65 AA1EE45D176059AB0029C7A5 /* SDL_test_imagePrimitives.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_test_imagePrimitives.c; sourceTree = "<group>"; }; 66 AA1EE45E176059AB0029C7A5 /* SDL_test_imagePrimitivesBlend.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_test_imagePrimitivesBlend.c; sourceTree = "<group>"; }; 67 AA1EE45F176059AB0029C7A5 /* SDL_test_log.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_test_log.c; sourceTree = "<group>"; }; 68 AA1EE460176059AB0029C7A5 /* SDL_test_md5.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_test_md5.c; sourceTree = "<group>"; }; 69 AA1EE461176059AB0029C7A5 /* SDL_test_random.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_test_random.c; sourceTree = "<group>"; }; 70 AAF02FFF1F9009B100B9A9FB /* SDL_test_memory.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_test_memory.c; sourceTree = "<group>"; }; 71 AAF030001F9009B100B9A9FB /* SDL_test_assert.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_test_assert.c; sourceTree = "<group>"; }; 72 FA3D98F81BC4E5A2002C96C8 /* libSDL2test-TV.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libSDL2test-TV.a"; sourceTree = BUILT_PRODUCTS_DIR; }; 73/* End PBXFileReference section */ 74 75/* Begin PBXFrameworksBuildPhase section */ 76 AA1EE4431760589B0029C7A5 /* Frameworks */ = { 77 isa = PBXFrameworksBuildPhase; 78 buildActionMask = 2147483647; 79 files = ( 80 ); 81 runOnlyForDeploymentPostprocessing = 0; 82 }; 83 FA3D98F51BC4E5A2002C96C8 /* Frameworks */ = { 84 isa = PBXFrameworksBuildPhase; 85 buildActionMask = 2147483647; 86 files = ( 87 ); 88 runOnlyForDeploymentPostprocessing = 0; 89 }; 90/* End PBXFrameworksBuildPhase section */ 91 92/* Begin PBXGroup section */ 93 AA1EE43D1760589B0029C7A5 = { 94 isa = PBXGroup; 95 children = ( 96 AA1EE453176059770029C7A5 /* Library Source */, 97 AA1EE4471760589B0029C7A5 /* Products */, 98 ); 99 sourceTree = "<group>"; 100 }; 101 AA1EE4471760589B0029C7A5 /* Products */ = { 102 isa = PBXGroup; 103 children = ( 104 AA1EE4461760589B0029C7A5 /* libSDL2test.a */, 105 FA3D98F81BC4E5A2002C96C8 /* libSDL2test-TV.a */, 106 ); 107 name = Products; 108 sourceTree = "<group>"; 109 }; 110 AA1EE453176059770029C7A5 /* Library Source */ = { 111 isa = PBXGroup; 112 children = ( 113 AAF030001F9009B100B9A9FB /* SDL_test_assert.c */, 114 AA1EE454176059AB0029C7A5 /* SDL_test_common.c */, 115 AA1EE455176059AB0029C7A5 /* SDL_test_compare.c */, 116 AA1EE456176059AB0029C7A5 /* SDL_test_crc32.c */, 117 AA1EE457176059AB0029C7A5 /* SDL_test_font.c */, 118 AA1EE458176059AB0029C7A5 /* SDL_test_fuzzer.c */, 119 AA1EE459176059AB0029C7A5 /* SDL_test_harness.c */, 120 AA1EE45A176059AB0029C7A5 /* SDL_test_imageBlit.c */, 121 AA1EE45B176059AB0029C7A5 /* SDL_test_imageBlitBlend.c */, 122 AA1EE45C176059AB0029C7A5 /* SDL_test_imageFace.c */, 123 AA1EE45D176059AB0029C7A5 /* SDL_test_imagePrimitives.c */, 124 AA1EE45E176059AB0029C7A5 /* SDL_test_imagePrimitivesBlend.c */, 125 AA1EE45F176059AB0029C7A5 /* SDL_test_log.c */, 126 AA1EE460176059AB0029C7A5 /* SDL_test_md5.c */, 127 AAF02FFF1F9009B100B9A9FB /* SDL_test_memory.c */, 128 AA1EE461176059AB0029C7A5 /* SDL_test_random.c */, 129 ); 130 name = "Library Source"; 131 path = ../../src/test; 132 sourceTree = "<group>"; 133 }; 134/* End PBXGroup section */ 135 136/* Begin PBXHeadersBuildPhase section */ 137 AA1EE4441760589B0029C7A5 /* Headers */ = { 138 isa = PBXHeadersBuildPhase; 139 buildActionMask = 2147483647; 140 files = ( 141 ); 142 runOnlyForDeploymentPostprocessing = 0; 143 }; 144/* End PBXHeadersBuildPhase section */ 145 146/* Begin PBXNativeTarget section */ 147 AA1EE4451760589B0029C7A5 /* SDL2test */ = { 148 isa = PBXNativeTarget; 149 buildConfigurationList = AA1EE44A1760589B0029C7A5 /* Build configuration list for PBXNativeTarget "SDL2test" */; 150 buildPhases = ( 151 AA1EE4421760589B0029C7A5 /* Sources */, 152 AA1EE4431760589B0029C7A5 /* Frameworks */, 153 AA1EE4441760589B0029C7A5 /* Headers */, 154 ); 155 buildRules = ( 156 ); 157 dependencies = ( 158 ); 159 name = SDL2test; 160 productName = SDL2test; 161 productReference = AA1EE4461760589B0029C7A5 /* libSDL2test.a */; 162 productType = "com.apple.product-type.library.static"; 163 }; 164 FA3D98F71BC4E5A2002C96C8 /* SDL2test-TV */ = { 165 isa = PBXNativeTarget; 166 buildConfigurationList = FA3D99001BC4E5A3002C96C8 /* Build configuration list for PBXNativeTarget "SDL2test-TV" */; 167 buildPhases = ( 168 FA3D98F41BC4E5A2002C96C8 /* Sources */, 169 FA3D98F51BC4E5A2002C96C8 /* Frameworks */, 170 FA3D98F61BC4E5A2002C96C8 /* CopyFiles */, 171 ); 172 buildRules = ( 173 ); 174 dependencies = ( 175 ); 176 name = "SDL2test-TV"; 177 productName = "SDL2test-TV"; 178 productReference = FA3D98F81BC4E5A2002C96C8 /* libSDL2test-TV.a */; 179 productType = "com.apple.product-type.library.static"; 180 }; 181/* End PBXNativeTarget section */ 182 183/* Begin PBXProject section */ 184 AA1EE43E1760589B0029C7A5 /* Project object */ = { 185 isa = PBXProject; 186 attributes = { 187 LastUpgradeCheck = 0460; 188 ORGANIZATIONNAME = "Sam Lantinga"; 189 TargetAttributes = { 190 FA3D98F71BC4E5A2002C96C8 = { 191 CreatedOnToolsVersion = 7.1; 192 }; 193 }; 194 }; 195 buildConfigurationList = AA1EE4411760589B0029C7A5 /* Build configuration list for PBXProject "SDL2test" */; 196 compatibilityVersion = "Xcode 3.2"; 197 developmentRegion = English; 198 hasScannedForEncodings = 0; 199 knownRegions = ( 200 en, 201 ); 202 mainGroup = AA1EE43D1760589B0029C7A5; 203 productRefGroup = AA1EE4471760589B0029C7A5 /* Products */; 204 projectDirPath = ""; 205 projectRoot = ""; 206 targets = ( 207 AA1EE4451760589B0029C7A5 /* SDL2test */, 208 FA3D98F71BC4E5A2002C96C8 /* SDL2test-TV */, 209 ); 210 }; 211/* End PBXProject section */ 212 213/* Begin PBXSourcesBuildPhase section */ 214 AA1EE4421760589B0029C7A5 /* Sources */ = { 215 isa = PBXSourcesBuildPhase; 216 buildActionMask = 2147483647; 217 files = ( 218 AA1EE462176059AB0029C7A5 /* SDL_test_common.c in Sources */, 219 AA1EE463176059AB0029C7A5 /* SDL_test_compare.c in Sources */, 220 AA1EE464176059AB0029C7A5 /* SDL_test_crc32.c in Sources */, 221 AA1EE465176059AB0029C7A5 /* SDL_test_font.c in Sources */, 222 AA1EE466176059AB0029C7A5 /* SDL_test_fuzzer.c in Sources */, 223 AAF030021F9009B100B9A9FB /* SDL_test_assert.c in Sources */, 224 AA1EE467176059AB0029C7A5 /* SDL_test_harness.c in Sources */, 225 AA1EE468176059AB0029C7A5 /* SDL_test_imageBlit.c in Sources */, 226 AA1EE469176059AB0029C7A5 /* SDL_test_imageBlitBlend.c in Sources */, 227 AA1EE46A176059AB0029C7A5 /* SDL_test_imageFace.c in Sources */, 228 AA1EE46B176059AB0029C7A5 /* SDL_test_imagePrimitives.c in Sources */, 229 AA1EE46C176059AB0029C7A5 /* SDL_test_imagePrimitivesBlend.c in Sources */, 230 AAF030011F9009B100B9A9FB /* SDL_test_memory.c in Sources */, 231 AA1EE46D176059AB0029C7A5 /* SDL_test_log.c in Sources */, 232 AA1EE46E176059AB0029C7A5 /* SDL_test_md5.c in Sources */, 233 AA1EE46F176059AB0029C7A5 /* SDL_test_random.c in Sources */, 234 ); 235 runOnlyForDeploymentPostprocessing = 0; 236 }; 237 FA3D98F41BC4E5A2002C96C8 /* Sources */ = { 238 isa = PBXSourcesBuildPhase; 239 buildActionMask = 2147483647; 240 files = ( 241 FA3D99011BC4E5BC002C96C8 /* SDL_test_common.c in Sources */, 242 FA3D99021BC4E5BC002C96C8 /* SDL_test_compare.c in Sources */, 243 FA3D99031BC4E5BC002C96C8 /* SDL_test_crc32.c in Sources */, 244 FA3D99041BC4E5BC002C96C8 /* SDL_test_font.c in Sources */, 245 FA3D99051BC4E5BC002C96C8 /* SDL_test_fuzzer.c in Sources */, 246 FA3D99061BC4E5BC002C96C8 /* SDL_test_harness.c in Sources */, 247 FA3D99071BC4E5BC002C96C8 /* SDL_test_imageBlit.c in Sources */, 248 FA3D99081BC4E5BC002C96C8 /* SDL_test_imageBlitBlend.c in Sources */, 249 FA3D99091BC4E5BC002C96C8 /* SDL_test_imageFace.c in Sources */, 250 FA3D990A1BC4E5BC002C96C8 /* SDL_test_imagePrimitives.c in Sources */, 251 FA3D990B1BC4E5BC002C96C8 /* SDL_test_imagePrimitivesBlend.c in Sources */, 252 FA3D990C1BC4E5BC002C96C8 /* SDL_test_log.c in Sources */, 253 FA3D990D1BC4E5BC002C96C8 /* SDL_test_md5.c in Sources */, 254 FA3D990E1BC4E5BC002C96C8 /* SDL_test_random.c in Sources */, 255 ); 256 runOnlyForDeploymentPostprocessing = 0; 257 }; 258/* End PBXSourcesBuildPhase section */ 259 260/* Begin XCBuildConfiguration section */ 261 AA1EE4481760589B0029C7A5 /* Debug */ = { 262 isa = XCBuildConfiguration; 263 buildSettings = { 264 ALWAYS_SEARCH_USER_PATHS = NO; 265 CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; 266 CLANG_CXX_LIBRARY = "libc++"; 267 CLANG_WARN_CONSTANT_CONVERSION = YES; 268 CLANG_WARN_EMPTY_BODY = YES; 269 CLANG_WARN_ENUM_CONVERSION = YES; 270 CLANG_WARN_INT_CONVERSION = YES; 271 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; 272 COPY_PHASE_STRIP = NO; 273 GCC_C_LANGUAGE_STANDARD = gnu99; 274 GCC_DYNAMIC_NO_PIC = NO; 275 GCC_ENABLE_OBJC_EXCEPTIONS = YES; 276 GCC_OPTIMIZATION_LEVEL = 0; 277 GCC_PREPROCESSOR_DEFINITIONS = ( 278 "DEBUG=1", 279 "$(inherited)", 280 ); 281 GCC_SYMBOLS_PRIVATE_EXTERN = NO; 282 GCC_WARN_64_TO_32_BIT_CONVERSION = YES; 283 GCC_WARN_ABOUT_RETURN_TYPE = YES; 284 GCC_WARN_UNINITIALIZED_AUTOS = YES; 285 GCC_WARN_UNUSED_VARIABLE = YES; 286 HEADER_SEARCH_PATHS = ../../include; 287 MACOSX_DEPLOYMENT_TARGET = 10.8; 288 ONLY_ACTIVE_ARCH = YES; 289 SDKROOT = iphoneos; 290 }; 291 name = Debug; 292 }; 293 AA1EE4491760589B0029C7A5 /* Release */ = { 294 isa = XCBuildConfiguration; 295 buildSettings = { 296 ALWAYS_SEARCH_USER_PATHS = NO; 297 CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; 298 CLANG_CXX_LIBRARY = "libc++"; 299 CLANG_WARN_CONSTANT_CONVERSION = YES; 300 CLANG_WARN_EMPTY_BODY = YES; 301 CLANG_WARN_ENUM_CONVERSION = YES; 302 CLANG_WARN_INT_CONVERSION = YES; 303 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; 304 COPY_PHASE_STRIP = YES; 305 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; 306 GCC_C_LANGUAGE_STANDARD = gnu99; 307 GCC_ENABLE_OBJC_EXCEPTIONS = YES; 308 GCC_WARN_64_TO_32_BIT_CONVERSION = YES; 309 GCC_WARN_ABOUT_RETURN_TYPE = YES; 310 GCC_WARN_UNINITIALIZED_AUTOS = YES; 311 GCC_WARN_UNUSED_VARIABLE = YES; 312 HEADER_SEARCH_PATHS = ../../include; 313 MACOSX_DEPLOYMENT_TARGET = 10.8; 314 SDKROOT = iphoneos; 315 }; 316 name = Release; 317 }; 318 AA1EE44B1760589B0029C7A5 /* Debug */ = { 319 isa = XCBuildConfiguration; 320 buildSettings = { 321 EXECUTABLE_PREFIX = lib; 322 IPHONEOS_DEPLOYMENT_TARGET = 8.0; 323 PRODUCT_NAME = "$(TARGET_NAME)"; 324 }; 325 name = Debug; 326 }; 327 AA1EE44C1760589B0029C7A5 /* Release */ = { 328 isa = XCBuildConfiguration; 329 buildSettings = { 330 EXECUTABLE_PREFIX = lib; 331 IPHONEOS_DEPLOYMENT_TARGET = 8.0; 332 PRODUCT_NAME = "$(TARGET_NAME)"; 333 }; 334 name = Release; 335 }; 336 FA3D98FE1BC4E5A3002C96C8 /* Debug */ = { 337 isa = XCBuildConfiguration; 338 buildSettings = { 339 CLANG_ENABLE_MODULES = YES; 340 CLANG_ENABLE_OBJC_ARC = YES; 341 CLANG_WARN_BOOL_CONVERSION = YES; 342 CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; 343 CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; 344 CLANG_WARN_UNREACHABLE_CODE = YES; 345 DEBUG_INFORMATION_FORMAT = dwarf; 346 ENABLE_STRICT_OBJC_MSGSEND = YES; 347 ENABLE_TESTABILITY = YES; 348 GCC_NO_COMMON_BLOCKS = YES; 349 GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; 350 GCC_WARN_UNDECLARED_SELECTOR = YES; 351 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; 352 GCC_WARN_UNUSED_FUNCTION = YES; 353 MTL_ENABLE_DEBUG_INFO = YES; 354 OTHER_LDFLAGS = "-ObjC"; 355 PRODUCT_NAME = "$(TARGET_NAME)"; 356 SDKROOT = appletvos; 357 SKIP_INSTALL = YES; 358 TVOS_DEPLOYMENT_TARGET = 9.0; 359 }; 360 name = Debug; 361 }; 362 FA3D98FF1BC4E5A3002C96C8 /* Release */ = { 363 isa = XCBuildConfiguration; 364 buildSettings = { 365 CLANG_ENABLE_MODULES = YES; 366 CLANG_ENABLE_OBJC_ARC = YES; 367 CLANG_WARN_BOOL_CONVERSION = YES; 368 CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; 369 CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; 370 CLANG_WARN_UNREACHABLE_CODE = YES; 371 COPY_PHASE_STRIP = NO; 372 ENABLE_NS_ASSERTIONS = NO; 373 ENABLE_STRICT_OBJC_MSGSEND = YES; 374 GCC_NO_COMMON_BLOCKS = YES; 375 GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; 376 GCC_WARN_UNDECLARED_SELECTOR = YES; 377 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; 378 GCC_WARN_UNUSED_FUNCTION = YES; 379 MTL_ENABLE_DEBUG_INFO = NO; 380 OTHER_LDFLAGS = "-ObjC"; 381 PRODUCT_NAME = "$(TARGET_NAME)"; 382 SDKROOT = appletvos; 383 SKIP_INSTALL = YES; 384 TVOS_DEPLOYMENT_TARGET = 9.0; 385 VALIDATE_PRODUCT = YES; 386 }; 387 name = Release; 388 }; 389/* End XCBuildConfiguration section */ 390 391/* Begin XCConfigurationList section */ 392 AA1EE4411760589B0029C7A5 /* Build configuration list for PBXProject "SDL2test" */ = { 393 isa = XCConfigurationList; 394 buildConfigurations = ( 395 AA1EE4481760589B0029C7A5 /* Debug */, 396 AA1EE4491760589B0029C7A5 /* Release */, 397 ); 398 defaultConfigurationIsVisible = 0; 399 defaultConfigurationName = Release; 400 }; 401 AA1EE44A1760589B0029C7A5 /* Build configuration list for PBXNativeTarget "SDL2test" */ = { 402 isa = XCConfigurationList; 403 buildConfigurations = ( 404 AA1EE44B1760589B0029C7A5 /* Debug */, 405 AA1EE44C1760589B0029C7A5 /* Release */, 406 ); 407 defaultConfigurationIsVisible = 0; 408 defaultConfigurationName = Release; 409 }; 410 FA3D99001BC4E5A3002C96C8 /* Build configuration list for PBXNativeTarget "SDL2test-TV" */ = { 411 isa = XCConfigurationList; 412 buildConfigurations = ( 413 FA3D98FE1BC4E5A3002C96C8 /* Debug */, 414 FA3D98FF1BC4E5A3002C96C8 /* Release */, 415 ); 416 defaultConfigurationIsVisible = 0; 417 defaultConfigurationName = Release; 418 }; 419/* End XCConfigurationList section */ 420 }; 421 rootObject = AA1EE43E1760589B0029C7A5 /* Project object */; 422} 423[FILE END](C) 2025 0x4248 (C) 2025 4248 Media and 4248 Systems, All part of 0x4248 See LICENCE files for more information. Not all files are by 0x4248 always check Licencing.