diff --git a/sp/src/xcode/halflife2singleplayer/halflife2singleplayer.xcodeproj/project.pbxproj b/sp/src/xcode/halflife2singleplayer/halflife2singleplayer.xcodeproj/project.pbxproj new file mode 100644 index 000000000..80f92bdd2 --- /dev/null +++ b/sp/src/xcode/halflife2singleplayer/halflife2singleplayer.xcodeproj/project.pbxproj @@ -0,0 +1,167 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 46; + objects = { + +/* Begin PBXFileReference section */ + 994F9D001783738100BE75BA /* game_hl2_osx32.mak */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; name = game_hl2_osx32.mak; path = ../../game_hl2_osx32.mak; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXGroup section */ + 994F9CF11783720300BE75BA = { + isa = PBXGroup; + children = ( + 994F9D001783738100BE75BA /* game_hl2_osx32.mak */, + ); + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXLegacyTarget section */ + 994F9CF61783720400BE75BA /* halflife2singleplayer */ = { + isa = PBXLegacyTarget; + buildArgumentsString = "-f game_hl2_osx32.mak"; + buildConfigurationList = 994F9CF91783720400BE75BA /* Build configuration list for PBXLegacyTarget "halflife2singleplayer" */; + buildPhases = ( + ); + buildToolPath = /usr/bin/make; + buildWorkingDirectory = /Users/jfm/srcsdk/sp/src; + dependencies = ( + ); + name = halflife2singleplayer; + passBuildSettingsInEnvironment = 0; + productName = halflife2singleplayer; + }; +/* End PBXLegacyTarget section */ + +/* Begin PBXProject section */ + 994F9CF21783720400BE75BA /* Project object */ = { + isa = PBXProject; + attributes = { + LastUpgradeCheck = 0460; + ORGANIZATIONNAME = Na; + }; + buildConfigurationList = 994F9CF51783720400BE75BA /* Build configuration list for PBXProject "halflife2singleplayer" */; + compatibilityVersion = "Xcode 3.2"; + developmentRegion = English; + hasScannedForEncodings = 0; + knownRegions = ( + en, + ); + mainGroup = 994F9CF11783720300BE75BA; + projectDirPath = ""; + projectRoot = ""; + targets = ( + 994F9CF61783720400BE75BA /* halflife2singleplayer */, + ); + }; +/* End PBXProject section */ + +/* Begin XCBuildConfiguration section */ + 994F9CF71783720400BE75BA /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + COPY_PHASE_STRIP = NO; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_DYNAMIC_NO_PIC = NO; + GCC_ENABLE_OBJC_EXCEPTIONS = YES; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ( + "DEBUG=1", + "$(inherited)", + ); + GCC_SYMBOLS_PRIVATE_EXTERN = NO; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + MACOSX_DEPLOYMENT_TARGET = 10.8; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = macosx; + }; + name = Debug; + }; + 994F9CF81783720400BE75BA /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + COPY_PHASE_STRIP = YES; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_ENABLE_OBJC_EXCEPTIONS = YES; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + MACOSX_DEPLOYMENT_TARGET = 10.8; + SDKROOT = macosx; + }; + name = Release; + }; + 994F9CFA1783720400BE75BA /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + COMBINE_HIDPI_IMAGES = YES; + DEBUGGING_SYMBOLS = YES; + GCC_GENERATE_DEBUGGING_SYMBOLS = YES; + GCC_OPTIMIZATION_LEVEL = 0; + OTHER_CFLAGS = ""; + OTHER_LDFLAGS = ""; + PRODUCT_NAME = "$(TARGET_NAME)"; + }; + name = Debug; + }; + 994F9CFB1783720400BE75BA /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + COMBINE_HIDPI_IMAGES = YES; + OTHER_CFLAGS = ""; + OTHER_LDFLAGS = ""; + PRODUCT_NAME = "$(TARGET_NAME)"; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 994F9CF51783720400BE75BA /* Build configuration list for PBXProject "halflife2singleplayer" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 994F9CF71783720400BE75BA /* Debug */, + 994F9CF81783720400BE75BA /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 994F9CF91783720400BE75BA /* Build configuration list for PBXLegacyTarget "halflife2singleplayer" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 994F9CFA1783720400BE75BA /* Debug */, + 994F9CFB1783720400BE75BA /* Release */, + ); + defaultConfigurationIsVisible = 0; + }; +/* End XCConfigurationList section */ + }; + rootObject = 994F9CF21783720400BE75BA /* Project object */; +} diff --git a/sp/src/xcode/halflife2singleplayer/halflife2singleplayer.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/sp/src/xcode/halflife2singleplayer/halflife2singleplayer.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100644 index 000000000..6d0e56dca --- /dev/null +++ b/sp/src/xcode/halflife2singleplayer/halflife2singleplayer.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/sp/src/xcode/halflife2singleplayer/halflife2singleplayer.xcodeproj/project.xcworkspace/xcuserdata/jfm.xcuserdatad/UserInterfaceState.xcuserstate b/sp/src/xcode/halflife2singleplayer/halflife2singleplayer.xcodeproj/project.xcworkspace/xcuserdata/jfm.xcuserdatad/UserInterfaceState.xcuserstate new file mode 100644 index 000000000..3d1de8887 Binary files /dev/null and b/sp/src/xcode/halflife2singleplayer/halflife2singleplayer.xcodeproj/project.xcworkspace/xcuserdata/jfm.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/sp/src/xcode/halflife2singleplayer/halflife2singleplayer.xcodeproj/project.xcworkspace/xcuserdata/jfm.xcuserdatad/WorkspaceSettings.xcsettings b/sp/src/xcode/halflife2singleplayer/halflife2singleplayer.xcodeproj/project.xcworkspace/xcuserdata/jfm.xcuserdatad/WorkspaceSettings.xcsettings new file mode 100644 index 000000000..bfffcfe01 --- /dev/null +++ b/sp/src/xcode/halflife2singleplayer/halflife2singleplayer.xcodeproj/project.xcworkspace/xcuserdata/jfm.xcuserdatad/WorkspaceSettings.xcsettings @@ -0,0 +1,10 @@ + + + + + HasAskedToTakeAutomaticSnapshotBeforeSignificantChanges + + SnapshotAutomaticallyBeforeSignificantChanges + + + diff --git a/sp/src/xcode/halflife2singleplayer/halflife2singleplayer.xcodeproj/xcuserdata/jfm.xcuserdatad/xcschemes/halflife2singleplayer copy.xcscheme b/sp/src/xcode/halflife2singleplayer/halflife2singleplayer.xcodeproj/xcuserdata/jfm.xcuserdatad/xcschemes/halflife2singleplayer copy.xcscheme new file mode 100644 index 000000000..d56e6d06a --- /dev/null +++ b/sp/src/xcode/halflife2singleplayer/halflife2singleplayer.xcodeproj/xcuserdata/jfm.xcuserdatad/xcschemes/halflife2singleplayer copy.xcscheme @@ -0,0 +1,59 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sp/src/xcode/halflife2singleplayer/halflife2singleplayer.xcodeproj/xcuserdata/jfm.xcuserdatad/xcschemes/halflife2singleplayer.xcscheme b/sp/src/xcode/halflife2singleplayer/halflife2singleplayer.xcodeproj/xcuserdata/jfm.xcuserdatad/xcschemes/halflife2singleplayer.xcscheme new file mode 100644 index 000000000..a880c3d99 --- /dev/null +++ b/sp/src/xcode/halflife2singleplayer/halflife2singleplayer.xcodeproj/xcuserdata/jfm.xcuserdatad/xcschemes/halflife2singleplayer.xcscheme @@ -0,0 +1,59 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sp/src/xcode/halflife2singleplayer/halflife2singleplayer.xcodeproj/xcuserdata/jfm.xcuserdatad/xcschemes/xcschememanagement.plist b/sp/src/xcode/halflife2singleplayer/halflife2singleplayer.xcodeproj/xcuserdata/jfm.xcuserdatad/xcschemes/xcschememanagement.plist new file mode 100644 index 000000000..96f48ace5 --- /dev/null +++ b/sp/src/xcode/halflife2singleplayer/halflife2singleplayer.xcodeproj/xcuserdata/jfm.xcuserdatad/xcschemes/xcschememanagement.plist @@ -0,0 +1,32 @@ + + + + + SchemeUserState + + halflife2singleplayer copy.xcscheme + + orderHint + 1 + + halflife2singleplayer.xcscheme + + orderHint + 0 + + + SuppressBuildableAutocreation + + 994F9CF61783720400BE75BA + + primary + + + 994F9CFC178372F100BE75BA + + primary + + + + +