3331
+ − 1 // !$*UTF8*$!
+ − 2 {
+ − 3 archiveVersion = 1;
+ − 4 classes = {
+ − 5 };
+ − 6 objectVersion = 46;
+ − 7 objects = {
+ − 8
+ − 9 /* Begin PBXBuildFile section */
+ − 10 002F39FA09D0881F00EBEB88 /* SDL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 002F39F909D0881F00EBEB88 /* SDL.framework */; };
+ − 11 002F3A0009D0884600EBEB88 /* SDL.framework in Copy Frameworks into .app bundle */ = {isa = PBXBuildFile; fileRef = 002F39F909D0881F00EBEB88 /* SDL.framework */; };
+ − 12 002F3A3F09D088BA00EBEB88 /* main.c in Sources */ = {isa = PBXBuildFile; fileRef = 002F3A3E09D088BA00EBEB88 /* main.c */; };
+ − 13 8D11072B0486CEB800E47090 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */; };
+ − 14 8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */; };
+ − 15 /* End PBXBuildFile section */
+ − 16
+ − 17 /* Begin PBXCopyFilesBuildPhase section */
+ − 18 002F39FD09D0883400EBEB88 /* Copy Frameworks into .app bundle */ = {
+ − 19 isa = PBXCopyFilesBuildPhase;
+ − 20 buildActionMask = 2147483647;
+ − 21 dstPath = "";
+ − 22 dstSubfolderSpec = 10;
+ − 23 files = (
+ − 24 002F3A0009D0884600EBEB88 /* SDL.framework in Copy Frameworks into .app bundle */,
+ − 25 );
+ − 26 name = "Copy Frameworks into .app bundle";
+ − 27 runOnlyForDeploymentPostprocessing = 0;
+ − 28 };
+ − 29 /* End PBXCopyFilesBuildPhase section */
+ − 30
+ − 31 /* Begin PBXFileReference section */
+ − 32 002F39F909D0881F00EBEB88 /* SDL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SDL.framework; path = /Library/Frameworks/SDL.framework; sourceTree = "<absolute>"; };
+ − 33 002F3A3E09D088BA00EBEB88 /* main.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = main.c; sourceTree = SOURCE_ROOT; };
+ − 34 089C165DFE840E0CC02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; };
+ − 35 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; };
+ − 36 29B97324FDCFA39411CA2CEA /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = /System/Library/Frameworks/AppKit.framework; sourceTree = "<absolute>"; };
+ − 37 29B97325FDCFA39411CA2CEA /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; };
+ − 38 32CA4F630368D1EE00C91783 /* ___PROJECTNAME____Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "___PROJECTNAME____Prefix.pch"; sourceTree = "<group>"; };
+ − 39 8D1107310486CEB800E47090 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; };
+ − 40 8D1107320486CEB800E47090 /* ___PROJECTNAME___.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "___PROJECTNAME___.app"; sourceTree = BUILT_PRODUCTS_DIR; };
+ − 41 /* End PBXFileReference section */
+ − 42
+ − 43 /* Begin PBXFrameworksBuildPhase section */
+ − 44 8D11072E0486CEB800E47090 /* Frameworks */ = {
+ − 45 isa = PBXFrameworksBuildPhase;
+ − 46 buildActionMask = 2147483647;
+ − 47 files = (
+ − 48 002F39FA09D0881F00EBEB88 /* SDL.framework in Frameworks */,
+ − 49 8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */,
+ − 50 );
+ − 51 runOnlyForDeploymentPostprocessing = 0;
+ − 52 };
+ − 53 /* End PBXFrameworksBuildPhase section */
+ − 54
+ − 55 /* Begin PBXGroup section */
+ − 56 080E96DDFE201D6D7F000001 /* Classes */ = {
+ − 57 isa = PBXGroup;
+ − 58 children = (
+ − 59 );
+ − 60 name = Classes;
+ − 61 sourceTree = "<group>";
+ − 62 };
+ − 63 1058C7A0FEA54F0111CA2CBB /* Linked Frameworks */ = {
+ − 64 isa = PBXGroup;
+ − 65 children = (
+ − 66 002F39F909D0881F00EBEB88 /* SDL.framework */,
+ − 67 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */,
+ − 68 );
+ − 69 name = "Linked Frameworks";
+ − 70 sourceTree = "<group>";
+ − 71 };
+ − 72 1058C7A2FEA54F0111CA2CBB /* Other Frameworks */ = {
+ − 73 isa = PBXGroup;
+ − 74 children = (
+ − 75 29B97324FDCFA39411CA2CEA /* AppKit.framework */,
+ − 76 29B97325FDCFA39411CA2CEA /* Foundation.framework */,
+ − 77 );
+ − 78 name = "Other Frameworks";
+ − 79 sourceTree = "<group>";
+ − 80 };
+ − 81 19C28FACFE9D520D11CA2CBB /* Products */ = {
+ − 82 isa = PBXGroup;
+ − 83 children = (
+ − 84 8D1107320486CEB800E47090 /* ___PROJECTNAME___.app */,
+ − 85 );
+ − 86 name = Products;
+ − 87 sourceTree = "<group>";
+ − 88 };
+ − 89 29B97314FDCFA39411CA2CEA /* ___PROJECTNAMEASXML___ */ = {
+ − 90 isa = PBXGroup;
+ − 91 children = (
+ − 92 080E96DDFE201D6D7F000001 /* Classes */,
+ − 93 29B97315FDCFA39411CA2CEA /* Other Sources */,
+ − 94 29B97317FDCFA39411CA2CEA /* Resources */,
+ − 95 29B97323FDCFA39411CA2CEA /* Frameworks */,
+ − 96 19C28FACFE9D520D11CA2CBB /* Products */,
+ − 97 );
+ − 98 name = "___PROJECTNAMEASXML___";
+ − 99 sourceTree = "<group>";
+ − 100 };
+ − 101 29B97315FDCFA39411CA2CEA /* Other Sources */ = {
+ − 102 isa = PBXGroup;
+ − 103 children = (
+ − 104 32CA4F630368D1EE00C91783 /* ___PROJECTNAME____Prefix.pch */,
+ − 105 002F3A3E09D088BA00EBEB88 /* main.c */,
+ − 106 );
+ − 107 name = "Other Sources";
+ − 108 sourceTree = "<group>";
+ − 109 };
+ − 110 29B97317FDCFA39411CA2CEA /* Resources */ = {
+ − 111 isa = PBXGroup;
+ − 112 children = (
+ − 113 8D1107310486CEB800E47090 /* Info.plist */,
+ − 114 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */,
+ − 115 );
+ − 116 name = Resources;
+ − 117 sourceTree = "<group>";
+ − 118 };
+ − 119 29B97323FDCFA39411CA2CEA /* Frameworks */ = {
+ − 120 isa = PBXGroup;
+ − 121 children = (
+ − 122 1058C7A0FEA54F0111CA2CBB /* Linked Frameworks */,
+ − 123 1058C7A2FEA54F0111CA2CBB /* Other Frameworks */,
+ − 124 );
+ − 125 name = Frameworks;
+ − 126 sourceTree = "<group>";
+ − 127 };
+ − 128 /* End PBXGroup section */
+ − 129
+ − 130 /* Begin PBXNativeTarget section */
+ − 131 8D1107260486CEB800E47090 /* ___PROJECTNAME___ */ = {
+ − 132 isa = PBXNativeTarget;
+ − 133 buildConfigurationList = C01FCF4A08A954540054247B /* Build configuration list for PBXNativeTarget "___PROJECTNAME___" */;
+ − 134 buildPhases = (
+ − 135 8D1107290486CEB800E47090 /* Resources */,
+ − 136 8D11072C0486CEB800E47090 /* Sources */,
+ − 137 8D11072E0486CEB800E47090 /* Frameworks */,
+ − 138 002F39FD09D0883400EBEB88 /* Copy Frameworks into .app bundle */,
+ − 139 );
+ − 140 buildRules = (
+ − 141 );
+ − 142 dependencies = (
+ − 143 );
+ − 144 name = "___PROJECTNAME___";
+ − 145 productInstallPath = "$(HOME)/Applications";
+ − 146 productName = "___PROJECTNAME___";
+ − 147 productReference = 8D1107320486CEB800E47090 /* ___PROJECTNAME___.app */;
+ − 148 productType = "com.apple.product-type.application";
+ − 149 };
+ − 150 /* End PBXNativeTarget section */
+ − 151
+ − 152 /* Begin PBXProject section */
+ − 153 29B97313FDCFA39411CA2CEA /* Project object */ = {
+ − 154 isa = PBXProject;
+ − 155 buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "___PROJECTNAME___" */;
+ − 156 compatibilityVersion = "Xcode 3.2";
+ − 157 hasScannedForEncodings = 1;
+ − 158 mainGroup = 29B97314FDCFA39411CA2CEA /* ___PROJECTNAMEASXML___ */;
+ − 159 projectDirPath = "";
+ − 160 projectRoot = "";
+ − 161 targets = (
+ − 162 8D1107260486CEB800E47090 /* ___PROJECTNAME___ */,
+ − 163 );
+ − 164 };
+ − 165 /* End PBXProject section */
+ − 166
+ − 167 /* Begin PBXResourcesBuildPhase section */
+ − 168 8D1107290486CEB800E47090 /* Resources */ = {
+ − 169 isa = PBXResourcesBuildPhase;
+ − 170 buildActionMask = 2147483647;
+ − 171 files = (
+ − 172 8D11072B0486CEB800E47090 /* InfoPlist.strings in Resources */,
+ − 173 );
+ − 174 runOnlyForDeploymentPostprocessing = 0;
+ − 175 };
+ − 176 /* End PBXResourcesBuildPhase section */
+ − 177
+ − 178 /* Begin PBXSourcesBuildPhase section */
+ − 179 8D11072C0486CEB800E47090 /* Sources */ = {
+ − 180 isa = PBXSourcesBuildPhase;
+ − 181 buildActionMask = 2147483647;
+ − 182 files = (
+ − 183 002F3A3F09D088BA00EBEB88 /* main.c in Sources */,
+ − 184 );
+ − 185 runOnlyForDeploymentPostprocessing = 0;
+ − 186 };
+ − 187 /* End PBXSourcesBuildPhase section */
+ − 188
+ − 189 /* Begin PBXVariantGroup section */
+ − 190 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */ = {
+ − 191 isa = PBXVariantGroup;
+ − 192 children = (
+ − 193 089C165DFE840E0CC02AAC07 /* English */,
+ − 194 );
+ − 195 name = InfoPlist.strings;
+ − 196 sourceTree = "<group>";
+ − 197 };
+ − 198 /* End PBXVariantGroup section */
+ − 199
+ − 200 /* Begin XCBuildConfiguration section */
+ − 201 C01FCF4B08A954540054247B /* Debug */ = {
+ − 202 isa = XCBuildConfiguration;
+ − 203 buildSettings = {
+ − 204 COPY_PHASE_STRIP = NO;
+ − 205 GCC_DYNAMIC_NO_PIC = NO;
+ − 206 GCC_ENABLE_FIX_AND_CONTINUE = YES;
+ − 207 GCC_MODEL_TUNING = G5;
+ − 208 GCC_OPTIMIZATION_LEVEL = 0;
3339
+ − 209 GCC_PRECOMPILE_PREFIX_HEADER = YES;
+ − 210 GCC_PREFIX_HEADER = "___PROJECTNAMEASIDENTIFIER____Prefix.pch";
3331
+ − 211 INFOPLIST_FILE = Info.plist;
+ − 212 INSTALL_PATH = "$(HOME)/Applications";
+ − 213 PRODUCT_NAME = "___PROJECTNAME___";
+ − 214 WRAPPER_EXTENSION = app;
+ − 215 };
+ − 216 name = Debug;
+ − 217 };
+ − 218 C01FCF4C08A954540054247B /* Release */ = {
+ − 219 isa = XCBuildConfiguration;
+ − 220 buildSettings = {
+ − 221 GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
+ − 222 GCC_MODEL_TUNING = G5;
3339
+ − 223 GCC_PRECOMPILE_PREFIX_HEADER = YES;
+ − 224 GCC_PREFIX_HEADER = "___PROJECTNAMEASIDENTIFIER____Prefix.pch";
3331
+ − 225 INFOPLIST_FILE = Info.plist;
+ − 226 INSTALL_PATH = "$(HOME)/Applications";
+ − 227 PRODUCT_NAME = "___PROJECTNAME___";
+ − 228 WRAPPER_EXTENSION = app;
+ − 229 };
+ − 230 name = Release;
+ − 231 };
+ − 232 C01FCF4F08A954540054247B /* Debug */ = {
+ − 233 isa = XCBuildConfiguration;
+ − 234 buildSettings = {
+ − 235 ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
+ − 236 FRAMEWORK_SEARCH_PATHS = (
+ − 237 "$(HOME)/Library/Frameworks",
+ − 238 /Library/Frameworks,
+ − 239 "$(FRAMEWORK_SEARCH_PATHS)",
+ − 240 );
3339
+ − 241 GCC_C_LANGUAGE_STANDARD = c99;
3331
+ − 242 GCC_VERSION = 4.0;
+ − 243 "GCC_VERSION[arch=x86_64]" = 4.2;
+ − 244 GCC_WARN_ABOUT_RETURN_TYPE = YES;
+ − 245 GCC_WARN_UNUSED_VARIABLE = YES;
+ − 246 HEADER_SEARCH_PATHS = (
+ − 247 "$(HOME)/Library/Frameworks/SDL.framework/Headers",
+ − 248 /Library/Frameworks/SDL.framework/Headers,
+ − 249 "$(HEADER_SEARCH_PATHS)",
+ − 250 );
+ − 251 PREBINDING = NO;
+ − 252 SDKROOT = macosx10.4;
+ − 253 "SDKROOT[arch=x86_64]" = macosx10.6;
+ − 254 };
+ − 255 name = Debug;
+ − 256 };
+ − 257 C01FCF5008A954540054247B /* Release */ = {
+ − 258 isa = XCBuildConfiguration;
+ − 259 buildSettings = {
+ − 260 ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
+ − 261 FRAMEWORK_SEARCH_PATHS = (
+ − 262 "$(HOME)/Library/Frameworks",
+ − 263 /Library/Frameworks,
+ − 264 "$(FRAMEWORK_SEARCH_PATHS)",
+ − 265 );
3339
+ − 266 GCC_C_LANGUAGE_STANDARD = c99;
3331
+ − 267 GCC_VERSION = 4.0;
+ − 268 "GCC_VERSION[arch=x86_64]" = 4.2;
+ − 269 GCC_WARN_ABOUT_RETURN_TYPE = YES;
+ − 270 GCC_WARN_UNUSED_VARIABLE = YES;
+ − 271 HEADER_SEARCH_PATHS = (
+ − 272 "$(HOME)/Library/Frameworks/SDL.framework/Headers",
+ − 273 /Library/Frameworks/SDL.framework/Headers,
+ − 274 "$(HEADER_SEARCH_PATHS)",
+ − 275 );
+ − 276 PREBINDING = NO;
+ − 277 SDKROOT = macosx10.4;
+ − 278 "SDKROOT[arch=x86_64]" = macosx10.6;
+ − 279 };
+ − 280 name = Release;
+ − 281 };
+ − 282 /* End XCBuildConfiguration section */
+ − 283
+ − 284 /* Begin XCConfigurationList section */
+ − 285 C01FCF4A08A954540054247B /* Build configuration list for PBXNativeTarget "___PROJECTNAME___" */ = {
+ − 286 isa = XCConfigurationList;
+ − 287 buildConfigurations = (
+ − 288 C01FCF4B08A954540054247B /* Debug */,
+ − 289 C01FCF4C08A954540054247B /* Release */,
+ − 290 );
+ − 291 defaultConfigurationIsVisible = 0;
+ − 292 defaultConfigurationName = Release;
+ − 293 };
+ − 294 C01FCF4E08A954540054247B /* Build configuration list for PBXProject "___PROJECTNAME___" */ = {
+ − 295 isa = XCConfigurationList;
+ − 296 buildConfigurations = (
+ − 297 C01FCF4F08A954540054247B /* Debug */,
+ − 298 C01FCF5008A954540054247B /* Release */,
+ − 299 );
+ − 300 defaultConfigurationIsVisible = 0;
+ − 301 defaultConfigurationName = Release;
+ − 302 };
+ − 303 /* End XCConfigurationList section */
+ − 304 };
+ − 305 rootObject = 29B97313FDCFA39411CA2CEA /* Project object */;
+ − 306 }