1b1cce146SBarry Smith// !$*UTF8*$! 2b1cce146SBarry Smith{ 3b1cce146SBarry Smith archiveVersion = 1; 4b1cce146SBarry Smith classes = { 5b1cce146SBarry Smith }; 6b1cce146SBarry Smith objectVersion = 46; 7b1cce146SBarry Smith objects = { 8b1cce146SBarry Smith 9b1cce146SBarry Smith/* Begin PBXBuildFile section */ 101263af9aSBarry Smith D8A06756195FB1AA0052E182 /* PETSc.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D8A06755195FB1AA0052E182 /* PETSc.framework */; }; 11b1cce146SBarry Smith D8F8285815CB0A080091B85A /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D8F8285715CB0A080091B85A /* Cocoa.framework */; }; 12b1cce146SBarry Smith D8F8286215CB0A080091B85A /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = D8F8286015CB0A080091B85A /* InfoPlist.strings */; }; 13b1cce146SBarry Smith D8F8286415CB0A080091B85A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = D8F8286315CB0A080091B85A /* main.m */; }; 14b1cce146SBarry Smith D8F8286815CB0A080091B85A /* Credits.rtf in Resources */ = {isa = PBXBuildFile; fileRef = D8F8286615CB0A080091B85A /* Credits.rtf */; }; 15b1cce146SBarry Smith D8F8286B15CB0A080091B85A /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = D8F8286A15CB0A080091B85A /* AppDelegate.m */; }; 16b1cce146SBarry Smith D8F8286E15CB0A080091B85A /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = D8F8286C15CB0A080091B85A /* MainMenu.xib */; }; 17b1cce146SBarry Smith D8F8287A15CB0B5A0091B85A /* Accelerate.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D8F8287915CB0B5A0091B85A /* Accelerate.framework */; }; 18b1cce146SBarry Smith/* End PBXBuildFile section */ 19b1cce146SBarry Smith 20b1cce146SBarry Smith/* Begin PBXFileReference section */ 211263af9aSBarry Smith D8A06755195FB1AA0052E182 /* PETSc.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = PETSc.framework; path = ../../../../../../../../../Library/Frameworks/PETSc.framework; sourceTree = "<group>"; }; 22b1cce146SBarry Smith D8F8285315CB0A080091B85A /* PETSc cocoa example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "PETSc cocoa example.app"; sourceTree = BUILT_PRODUCTS_DIR; }; 23b1cce146SBarry Smith D8F8285715CB0A080091B85A /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; }; 24b1cce146SBarry Smith D8F8285A15CB0A080091B85A /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = System/Library/Frameworks/AppKit.framework; sourceTree = SDKROOT; }; 25b1cce146SBarry Smith D8F8285B15CB0A080091B85A /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = System/Library/Frameworks/CoreData.framework; sourceTree = SDKROOT; }; 26b1cce146SBarry Smith D8F8285C15CB0A080091B85A /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; 27b1cce146SBarry Smith D8F8285F15CB0A080091B85A /* PETSc cocoa example-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "PETSc cocoa example-Info.plist"; sourceTree = "<group>"; }; 28b1cce146SBarry Smith D8F8286115CB0A080091B85A /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; }; 29b1cce146SBarry Smith D8F8286315CB0A080091B85A /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; }; 30b1cce146SBarry Smith D8F8286515CB0A080091B85A /* PETSc cocoa example-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "PETSc cocoa example-Prefix.pch"; sourceTree = "<group>"; }; 31b1cce146SBarry Smith D8F8286715CB0A080091B85A /* en */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; name = en; path = en.lproj/Credits.rtf; sourceTree = "<group>"; }; 32b1cce146SBarry Smith D8F8286915CB0A080091B85A /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; }; 33b1cce146SBarry Smith D8F8286A15CB0A080091B85A /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; }; 34b1cce146SBarry Smith D8F8286D15CB0A080091B85A /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/MainMenu.xib; sourceTree = "<group>"; }; 35b1cce146SBarry Smith D8F8287915CB0B5A0091B85A /* Accelerate.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Accelerate.framework; path = System/Library/Frameworks/Accelerate.framework; sourceTree = SDKROOT; }; 36b1cce146SBarry Smith/* End PBXFileReference section */ 37b1cce146SBarry Smith 38b1cce146SBarry Smith/* Begin PBXFrameworksBuildPhase section */ 39b1cce146SBarry Smith D8F8285015CB0A080091B85A /* Frameworks */ = { 40b1cce146SBarry Smith isa = PBXFrameworksBuildPhase; 41b1cce146SBarry Smith buildActionMask = 2147483647; 42b1cce146SBarry Smith files = ( 431263af9aSBarry Smith D8A06756195FB1AA0052E182 /* PETSc.framework in Frameworks */, 44b1cce146SBarry Smith D8F8287A15CB0B5A0091B85A /* Accelerate.framework in Frameworks */, 45b1cce146SBarry Smith D8F8285815CB0A080091B85A /* Cocoa.framework in Frameworks */, 46b1cce146SBarry Smith ); 47b1cce146SBarry Smith runOnlyForDeploymentPostprocessing = 0; 48b1cce146SBarry Smith }; 49b1cce146SBarry Smith/* End PBXFrameworksBuildPhase section */ 50b1cce146SBarry Smith 51b1cce146SBarry Smith/* Begin PBXGroup section */ 52b1cce146SBarry Smith D8F8284815CB0A080091B85A = { 53b1cce146SBarry Smith isa = PBXGroup; 54b1cce146SBarry Smith children = ( 55b1cce146SBarry Smith D8F8287915CB0B5A0091B85A /* Accelerate.framework */, 56b1cce146SBarry Smith D8F8285D15CB0A080091B85A /* PETSc cocoa example */, 57b1cce146SBarry Smith D8F8285615CB0A080091B85A /* Frameworks */, 58b1cce146SBarry Smith D8F8285415CB0A080091B85A /* Products */, 59b1cce146SBarry Smith ); 60b1cce146SBarry Smith sourceTree = "<group>"; 61b1cce146SBarry Smith }; 62b1cce146SBarry Smith D8F8285415CB0A080091B85A /* Products */ = { 63b1cce146SBarry Smith isa = PBXGroup; 64b1cce146SBarry Smith children = ( 65b1cce146SBarry Smith D8F8285315CB0A080091B85A /* PETSc cocoa example.app */, 66b1cce146SBarry Smith ); 67b1cce146SBarry Smith name = Products; 68b1cce146SBarry Smith sourceTree = "<group>"; 69b1cce146SBarry Smith }; 70b1cce146SBarry Smith D8F8285615CB0A080091B85A /* Frameworks */ = { 71b1cce146SBarry Smith isa = PBXGroup; 72b1cce146SBarry Smith children = ( 731263af9aSBarry Smith D8A06755195FB1AA0052E182 /* PETSc.framework */, 74b1cce146SBarry Smith D8F8285715CB0A080091B85A /* Cocoa.framework */, 75b1cce146SBarry Smith D8F8285915CB0A080091B85A /* Other Frameworks */, 76b1cce146SBarry Smith ); 77b1cce146SBarry Smith name = Frameworks; 78b1cce146SBarry Smith sourceTree = "<group>"; 79b1cce146SBarry Smith }; 80b1cce146SBarry Smith D8F8285915CB0A080091B85A /* Other Frameworks */ = { 81b1cce146SBarry Smith isa = PBXGroup; 82b1cce146SBarry Smith children = ( 83b1cce146SBarry Smith D8F8285A15CB0A080091B85A /* AppKit.framework */, 84b1cce146SBarry Smith D8F8285B15CB0A080091B85A /* CoreData.framework */, 85b1cce146SBarry Smith D8F8285C15CB0A080091B85A /* Foundation.framework */, 86b1cce146SBarry Smith ); 87b1cce146SBarry Smith name = "Other Frameworks"; 88b1cce146SBarry Smith sourceTree = "<group>"; 89b1cce146SBarry Smith }; 90b1cce146SBarry Smith D8F8285D15CB0A080091B85A /* PETSc cocoa example */ = { 91b1cce146SBarry Smith isa = PBXGroup; 92b1cce146SBarry Smith children = ( 93b1cce146SBarry Smith D8F8286915CB0A080091B85A /* AppDelegate.h */, 94b1cce146SBarry Smith D8F8286A15CB0A080091B85A /* AppDelegate.m */, 95b1cce146SBarry Smith D8F8286C15CB0A080091B85A /* MainMenu.xib */, 96b1cce146SBarry Smith D8F8285E15CB0A080091B85A /* Supporting Files */, 97b1cce146SBarry Smith ); 98b1cce146SBarry Smith path = "PETSc cocoa example"; 99b1cce146SBarry Smith sourceTree = "<group>"; 100b1cce146SBarry Smith }; 101b1cce146SBarry Smith D8F8285E15CB0A080091B85A /* Supporting Files */ = { 102b1cce146SBarry Smith isa = PBXGroup; 103b1cce146SBarry Smith children = ( 104b1cce146SBarry Smith D8F8285F15CB0A080091B85A /* PETSc cocoa example-Info.plist */, 105b1cce146SBarry Smith D8F8286015CB0A080091B85A /* InfoPlist.strings */, 106b1cce146SBarry Smith D8F8286315CB0A080091B85A /* main.m */, 107b1cce146SBarry Smith D8F8286515CB0A080091B85A /* PETSc cocoa example-Prefix.pch */, 108b1cce146SBarry Smith D8F8286615CB0A080091B85A /* Credits.rtf */, 109b1cce146SBarry Smith ); 110b1cce146SBarry Smith name = "Supporting Files"; 111b1cce146SBarry Smith sourceTree = "<group>"; 112b1cce146SBarry Smith }; 113b1cce146SBarry Smith/* End PBXGroup section */ 114b1cce146SBarry Smith 115b1cce146SBarry Smith/* Begin PBXNativeTarget section */ 116b1cce146SBarry Smith D8F8285215CB0A080091B85A /* PETSc cocoa example */ = { 117b1cce146SBarry Smith isa = PBXNativeTarget; 118b1cce146SBarry Smith buildConfigurationList = D8F8287115CB0A080091B85A /* Build configuration list for PBXNativeTarget "PETSc cocoa example" */; 119b1cce146SBarry Smith buildPhases = ( 120b1cce146SBarry Smith D8F8284F15CB0A080091B85A /* Sources */, 121b1cce146SBarry Smith D8F8285015CB0A080091B85A /* Frameworks */, 122b1cce146SBarry Smith D8F8285115CB0A080091B85A /* Resources */, 123b1cce146SBarry Smith ); 124b1cce146SBarry Smith buildRules = ( 125b1cce146SBarry Smith ); 126b1cce146SBarry Smith dependencies = ( 127b1cce146SBarry Smith ); 128b1cce146SBarry Smith name = "PETSc cocoa example"; 129b1cce146SBarry Smith productName = "PETSc cocoa example"; 130b1cce146SBarry Smith productReference = D8F8285315CB0A080091B85A /* PETSc cocoa example.app */; 131b1cce146SBarry Smith productType = "com.apple.product-type.application"; 132b1cce146SBarry Smith }; 133b1cce146SBarry Smith/* End PBXNativeTarget section */ 134b1cce146SBarry Smith 135b1cce146SBarry Smith/* Begin PBXProject section */ 136b1cce146SBarry Smith D8F8284A15CB0A080091B85A /* Project object */ = { 137b1cce146SBarry Smith isa = PBXProject; 138b1cce146SBarry Smith attributes = { 139b1cce146SBarry Smith LastUpgradeCheck = 0440; 140b1cce146SBarry Smith ORGANIZATIONNAME = "Barry Smith"; 141b1cce146SBarry Smith }; 142b1cce146SBarry Smith buildConfigurationList = D8F8284D15CB0A080091B85A /* Build configuration list for PBXProject "PETSc cocoa example" */; 143b1cce146SBarry Smith compatibilityVersion = "Xcode 3.2"; 144b1cce146SBarry Smith developmentRegion = English; 145b1cce146SBarry Smith hasScannedForEncodings = 0; 146b1cce146SBarry Smith knownRegions = ( 147b1cce146SBarry Smith en, 148b1cce146SBarry Smith ); 149b1cce146SBarry Smith mainGroup = D8F8284815CB0A080091B85A; 150b1cce146SBarry Smith productRefGroup = D8F8285415CB0A080091B85A /* Products */; 151b1cce146SBarry Smith projectDirPath = ""; 152b1cce146SBarry Smith projectRoot = ""; 153b1cce146SBarry Smith targets = ( 154b1cce146SBarry Smith D8F8285215CB0A080091B85A /* PETSc cocoa example */, 155b1cce146SBarry Smith ); 156b1cce146SBarry Smith }; 157b1cce146SBarry Smith/* End PBXProject section */ 158b1cce146SBarry Smith 159b1cce146SBarry Smith/* Begin PBXResourcesBuildPhase section */ 160b1cce146SBarry Smith D8F8285115CB0A080091B85A /* Resources */ = { 161b1cce146SBarry Smith isa = PBXResourcesBuildPhase; 162b1cce146SBarry Smith buildActionMask = 2147483647; 163b1cce146SBarry Smith files = ( 164b1cce146SBarry Smith D8F8286215CB0A080091B85A /* InfoPlist.strings in Resources */, 165b1cce146SBarry Smith D8F8286815CB0A080091B85A /* Credits.rtf in Resources */, 166b1cce146SBarry Smith D8F8286E15CB0A080091B85A /* MainMenu.xib in Resources */, 167b1cce146SBarry Smith ); 168b1cce146SBarry Smith runOnlyForDeploymentPostprocessing = 0; 169b1cce146SBarry Smith }; 170b1cce146SBarry Smith/* End PBXResourcesBuildPhase section */ 171b1cce146SBarry Smith 172b1cce146SBarry Smith/* Begin PBXSourcesBuildPhase section */ 173b1cce146SBarry Smith D8F8284F15CB0A080091B85A /* Sources */ = { 174b1cce146SBarry Smith isa = PBXSourcesBuildPhase; 175b1cce146SBarry Smith buildActionMask = 2147483647; 176b1cce146SBarry Smith files = ( 177b1cce146SBarry Smith D8F8286415CB0A080091B85A /* main.m in Sources */, 178b1cce146SBarry Smith D8F8286B15CB0A080091B85A /* AppDelegate.m in Sources */, 179b1cce146SBarry Smith ); 180b1cce146SBarry Smith runOnlyForDeploymentPostprocessing = 0; 181b1cce146SBarry Smith }; 182b1cce146SBarry Smith/* End PBXSourcesBuildPhase section */ 183b1cce146SBarry Smith 184b1cce146SBarry Smith/* Begin PBXVariantGroup section */ 185b1cce146SBarry Smith D8F8286015CB0A080091B85A /* InfoPlist.strings */ = { 186b1cce146SBarry Smith isa = PBXVariantGroup; 187b1cce146SBarry Smith children = ( 188b1cce146SBarry Smith D8F8286115CB0A080091B85A /* en */, 189b1cce146SBarry Smith ); 190b1cce146SBarry Smith name = InfoPlist.strings; 191b1cce146SBarry Smith sourceTree = "<group>"; 192b1cce146SBarry Smith }; 193b1cce146SBarry Smith D8F8286615CB0A080091B85A /* Credits.rtf */ = { 194b1cce146SBarry Smith isa = PBXVariantGroup; 195b1cce146SBarry Smith children = ( 196b1cce146SBarry Smith D8F8286715CB0A080091B85A /* en */, 197b1cce146SBarry Smith ); 198b1cce146SBarry Smith name = Credits.rtf; 199b1cce146SBarry Smith sourceTree = "<group>"; 200b1cce146SBarry Smith }; 201b1cce146SBarry Smith D8F8286C15CB0A080091B85A /* MainMenu.xib */ = { 202b1cce146SBarry Smith isa = PBXVariantGroup; 203b1cce146SBarry Smith children = ( 204b1cce146SBarry Smith D8F8286D15CB0A080091B85A /* en */, 205b1cce146SBarry Smith ); 206b1cce146SBarry Smith name = MainMenu.xib; 207b1cce146SBarry Smith sourceTree = "<group>"; 208b1cce146SBarry Smith }; 209b1cce146SBarry Smith/* End PBXVariantGroup section */ 210b1cce146SBarry Smith 211b1cce146SBarry Smith/* Begin XCBuildConfiguration section */ 212b1cce146SBarry Smith D8F8286F15CB0A080091B85A /* Debug */ = { 213b1cce146SBarry Smith isa = XCBuildConfiguration; 214b1cce146SBarry Smith buildSettings = { 215b1cce146SBarry Smith ALWAYS_SEARCH_USER_PATHS = NO; 216b1cce146SBarry Smith ARCHS = "$(ARCHS_STANDARD_64_BIT)"; 217b1cce146SBarry Smith CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; 218b1cce146SBarry Smith CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; 219b1cce146SBarry Smith COPY_PHASE_STRIP = NO; 220b1cce146SBarry Smith GCC_C_LANGUAGE_STANDARD = gnu99; 221b1cce146SBarry Smith GCC_DYNAMIC_NO_PIC = NO; 222b1cce146SBarry Smith GCC_ENABLE_OBJC_EXCEPTIONS = YES; 223b1cce146SBarry Smith GCC_OPTIMIZATION_LEVEL = 0; 224b1cce146SBarry Smith GCC_PREPROCESSOR_DEFINITIONS = ( 225b1cce146SBarry Smith "DEBUG=1", 226b1cce146SBarry Smith "$(inherited)", 227b1cce146SBarry Smith ); 228b1cce146SBarry Smith GCC_SYMBOLS_PRIVATE_EXTERN = NO; 229b1cce146SBarry Smith GCC_WARN_64_TO_32_BIT_CONVERSION = YES; 230b1cce146SBarry Smith GCC_WARN_ABOUT_RETURN_TYPE = YES; 231b1cce146SBarry Smith GCC_WARN_UNINITIALIZED_AUTOS = YES; 232b1cce146SBarry Smith GCC_WARN_UNUSED_VARIABLE = YES; 233b1cce146SBarry Smith MACOSX_DEPLOYMENT_TARGET = 10.8; 234b1cce146SBarry Smith ONLY_ACTIVE_ARCH = YES; 235b1cce146SBarry Smith SDKROOT = macosx; 236b1cce146SBarry Smith }; 237b1cce146SBarry Smith name = Debug; 238b1cce146SBarry Smith }; 239b1cce146SBarry Smith D8F8287015CB0A080091B85A /* Release */ = { 240b1cce146SBarry Smith isa = XCBuildConfiguration; 241b1cce146SBarry Smith buildSettings = { 242b1cce146SBarry Smith ALWAYS_SEARCH_USER_PATHS = NO; 243b1cce146SBarry Smith ARCHS = "$(ARCHS_STANDARD_64_BIT)"; 244b1cce146SBarry Smith CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; 245b1cce146SBarry Smith CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; 246b1cce146SBarry Smith COPY_PHASE_STRIP = YES; 247b1cce146SBarry Smith DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; 248b1cce146SBarry Smith GCC_C_LANGUAGE_STANDARD = gnu99; 249b1cce146SBarry Smith GCC_ENABLE_OBJC_EXCEPTIONS = YES; 250b1cce146SBarry Smith GCC_WARN_64_TO_32_BIT_CONVERSION = YES; 251b1cce146SBarry Smith GCC_WARN_ABOUT_RETURN_TYPE = YES; 252b1cce146SBarry Smith GCC_WARN_UNINITIALIZED_AUTOS = YES; 253b1cce146SBarry Smith GCC_WARN_UNUSED_VARIABLE = YES; 254b1cce146SBarry Smith MACOSX_DEPLOYMENT_TARGET = 10.8; 255b1cce146SBarry Smith SDKROOT = macosx; 256b1cce146SBarry Smith }; 257b1cce146SBarry Smith name = Release; 258b1cce146SBarry Smith }; 259b1cce146SBarry Smith D8F8287215CB0A080091B85A /* Debug */ = { 260b1cce146SBarry Smith isa = XCBuildConfiguration; 261b1cce146SBarry Smith buildSettings = { 262b1cce146SBarry Smith COMBINE_HIDPI_IMAGES = YES; 263*d9dc08c3SBarry Smith FRAMEWORK_SEARCH_PATHS = "$(LOCAL_LIBRARY_DIR)/Frameworks/PETSc-OSX/debug"; 264b1cce146SBarry Smith GCC_PRECOMPILE_PREFIX_HEADER = YES; 265b1cce146SBarry Smith GCC_PREFIX_HEADER = "PETSc cocoa example/PETSc cocoa example-Prefix.pch"; 266b1cce146SBarry Smith INFOPLIST_FILE = "PETSc cocoa example/PETSc cocoa example-Info.plist"; 267b1cce146SBarry Smith PRODUCT_NAME = "$(TARGET_NAME)"; 268b1cce146SBarry Smith WRAPPER_EXTENSION = app; 269b1cce146SBarry Smith }; 270b1cce146SBarry Smith name = Debug; 271b1cce146SBarry Smith }; 272b1cce146SBarry Smith D8F8287315CB0A080091B85A /* Release */ = { 273b1cce146SBarry Smith isa = XCBuildConfiguration; 274b1cce146SBarry Smith buildSettings = { 275b1cce146SBarry Smith COMBINE_HIDPI_IMAGES = YES; 276aa489236SBarry Smith FRAMEWORK_SEARCH_PATHS = "$(LOCAL_LIBRARY_DIR)/Frameworks/PETSc-OSX/release"; 277b1cce146SBarry Smith GCC_PRECOMPILE_PREFIX_HEADER = YES; 278b1cce146SBarry Smith GCC_PREFIX_HEADER = "PETSc cocoa example/PETSc cocoa example-Prefix.pch"; 279b1cce146SBarry Smith INFOPLIST_FILE = "PETSc cocoa example/PETSc cocoa example-Info.plist"; 280b1cce146SBarry Smith PRODUCT_NAME = "$(TARGET_NAME)"; 281b1cce146SBarry Smith WRAPPER_EXTENSION = app; 282b1cce146SBarry Smith }; 283b1cce146SBarry Smith name = Release; 284b1cce146SBarry Smith }; 285b1cce146SBarry Smith/* End XCBuildConfiguration section */ 286b1cce146SBarry Smith 287b1cce146SBarry Smith/* Begin XCConfigurationList section */ 288b1cce146SBarry Smith D8F8284D15CB0A080091B85A /* Build configuration list for PBXProject "PETSc cocoa example" */ = { 289b1cce146SBarry Smith isa = XCConfigurationList; 290b1cce146SBarry Smith buildConfigurations = ( 291b1cce146SBarry Smith D8F8286F15CB0A080091B85A /* Debug */, 292b1cce146SBarry Smith D8F8287015CB0A080091B85A /* Release */, 293b1cce146SBarry Smith ); 294b1cce146SBarry Smith defaultConfigurationIsVisible = 0; 295b1cce146SBarry Smith defaultConfigurationName = Release; 296b1cce146SBarry Smith }; 297b1cce146SBarry Smith D8F8287115CB0A080091B85A /* Build configuration list for PBXNativeTarget "PETSc cocoa example" */ = { 298b1cce146SBarry Smith isa = XCConfigurationList; 299b1cce146SBarry Smith buildConfigurations = ( 300b1cce146SBarry Smith D8F8287215CB0A080091B85A /* Debug */, 301b1cce146SBarry Smith D8F8287315CB0A080091B85A /* Release */, 302b1cce146SBarry Smith ); 303b1cce146SBarry Smith defaultConfigurationIsVisible = 0; 3041263af9aSBarry Smith defaultConfigurationName = Release; 305b1cce146SBarry Smith }; 306b1cce146SBarry Smith/* End XCConfigurationList section */ 307b1cce146SBarry Smith }; 308b1cce146SBarry Smith rootObject = D8F8284A15CB0A080091B85A /* Project object */; 309b1cce146SBarry Smith} 310