diff options
Diffstat (limited to 'Drop Serve.xcodeproj/project.pbxproj')
| -rw-r--r-- | Drop Serve.xcodeproj/project.pbxproj | 302 |
1 files changed, 302 insertions, 0 deletions
diff --git a/Drop Serve.xcodeproj/project.pbxproj b/Drop Serve.xcodeproj/project.pbxproj new file mode 100644 index 0000000..079959b --- /dev/null +++ b/Drop Serve.xcodeproj/project.pbxproj @@ -0,0 +1,302 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 46; + objects = { + +/* Begin PBXBuildFile section */ + D1CA9AF9253211040013B767 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D1CA9AF8253211040013B767 /* Cocoa.framework */; }; + D1CA9B03253211040013B767 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = D1CA9B01253211040013B767 /* InfoPlist.strings */; }; + D1CA9B05253211050013B767 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = D1CA9B04253211050013B767 /* main.m */; }; + D1CA9B09253211050013B767 /* Credits.rtf in Resources */ = {isa = PBXBuildFile; fileRef = D1CA9B07253211050013B767 /* Credits.rtf */; }; + D1CA9B0C253211050013B767 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = D1CA9B0B253211050013B767 /* AppDelegate.m */; }; + D1CA9B0F253211050013B767 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = D1CA9B0D253211050013B767 /* MainMenu.xib */; }; +/* End PBXBuildFile section */ + +/* Begin PBXFileReference section */ + D1CA9AF4253211040013B767 /* Drop Serve.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Drop Serve.app"; sourceTree = BUILT_PRODUCTS_DIR; }; + D1CA9AF8253211040013B767 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; }; + D1CA9AFB253211040013B767 /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = System/Library/Frameworks/AppKit.framework; sourceTree = SDKROOT; }; + D1CA9AFC253211040013B767 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = System/Library/Frameworks/CoreData.framework; sourceTree = SDKROOT; }; + D1CA9AFD253211040013B767 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; + D1CA9B00253211040013B767 /* Drop Serve-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Drop Serve-Info.plist"; sourceTree = "<group>"; }; + D1CA9B02253211040013B767 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; }; + D1CA9B04253211050013B767 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; }; + D1CA9B06253211050013B767 /* Drop Serve-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Drop Serve-Prefix.pch"; sourceTree = "<group>"; }; + D1CA9B08253211050013B767 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; name = en; path = en.lproj/Credits.rtf; sourceTree = "<group>"; }; + D1CA9B0A253211050013B767 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; }; + D1CA9B0B253211050013B767 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; }; + D1CA9B0E253211050013B767 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/MainMenu.xib; sourceTree = "<group>"; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + D1CA9AF1253211040013B767 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + D1CA9AF9253211040013B767 /* Cocoa.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + D1CA9AE9253211040013B767 = { + isa = PBXGroup; + children = ( + D1CA9AFE253211040013B767 /* Drop Serve */, + D1CA9AF7253211040013B767 /* Frameworks */, + D1CA9AF5253211040013B767 /* Products */, + ); + sourceTree = "<group>"; + }; + D1CA9AF5253211040013B767 /* Products */ = { + isa = PBXGroup; + children = ( + D1CA9AF4253211040013B767 /* Drop Serve.app */, + ); + name = Products; + sourceTree = "<group>"; + }; + D1CA9AF7253211040013B767 /* Frameworks */ = { + isa = PBXGroup; + children = ( + D1CA9AF8253211040013B767 /* Cocoa.framework */, + D1CA9AFA253211040013B767 /* Other Frameworks */, + ); + name = Frameworks; + sourceTree = "<group>"; + }; + D1CA9AFA253211040013B767 /* Other Frameworks */ = { + isa = PBXGroup; + children = ( + D1CA9AFB253211040013B767 /* AppKit.framework */, + D1CA9AFC253211040013B767 /* CoreData.framework */, + D1CA9AFD253211040013B767 /* Foundation.framework */, + ); + name = "Other Frameworks"; + sourceTree = "<group>"; + }; + D1CA9AFE253211040013B767 /* Drop Serve */ = { + isa = PBXGroup; + children = ( + D1CA9B0A253211050013B767 /* AppDelegate.h */, + D1CA9B0B253211050013B767 /* AppDelegate.m */, + D1CA9B0D253211050013B767 /* MainMenu.xib */, + D1CA9AFF253211040013B767 /* Supporting Files */, + ); + path = "Drop Serve"; + sourceTree = "<group>"; + }; + D1CA9AFF253211040013B767 /* Supporting Files */ = { + isa = PBXGroup; + children = ( + D1CA9B00253211040013B767 /* Drop Serve-Info.plist */, + D1CA9B01253211040013B767 /* InfoPlist.strings */, + D1CA9B04253211050013B767 /* main.m */, + D1CA9B06253211050013B767 /* Drop Serve-Prefix.pch */, + D1CA9B07253211050013B767 /* Credits.rtf */, + ); + name = "Supporting Files"; + sourceTree = "<group>"; + }; +/* End PBXGroup section */ + +/* Begin PBXNativeTarget section */ + D1CA9AF3253211040013B767 /* Drop Serve */ = { + isa = PBXNativeTarget; + buildConfigurationList = D1CA9B12253211050013B767 /* Build configuration list for PBXNativeTarget "Drop Serve" */; + buildPhases = ( + D1CA9AF0253211040013B767 /* Sources */, + D1CA9AF1253211040013B767 /* Frameworks */, + D1CA9AF2253211040013B767 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = "Drop Serve"; + productName = "Drop Serve"; + productReference = D1CA9AF4253211040013B767 /* Drop Serve.app */; + productType = "com.apple.product-type.application"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + D1CA9AEB253211040013B767 /* Project object */ = { + isa = PBXProject; + attributes = { + LastUpgradeCheck = 0450; + ORGANIZATIONNAME = TW; + }; + buildConfigurationList = D1CA9AEE253211040013B767 /* Build configuration list for PBXProject "Drop Serve" */; + compatibilityVersion = "Xcode 3.2"; + developmentRegion = English; + hasScannedForEncodings = 0; + knownRegions = ( + en, + ); + mainGroup = D1CA9AE9253211040013B767; + productRefGroup = D1CA9AF5253211040013B767 /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + D1CA9AF3253211040013B767 /* Drop Serve */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + D1CA9AF2253211040013B767 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + D1CA9B03253211040013B767 /* InfoPlist.strings in Resources */, + D1CA9B09253211050013B767 /* Credits.rtf in Resources */, + D1CA9B0F253211050013B767 /* MainMenu.xib in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + D1CA9AF0253211040013B767 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + D1CA9B05253211050013B767 /* main.m in Sources */, + D1CA9B0C253211050013B767 /* AppDelegate.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXVariantGroup section */ + D1CA9B01253211040013B767 /* InfoPlist.strings */ = { + isa = PBXVariantGroup; + children = ( + D1CA9B02253211040013B767 /* en */, + ); + name = InfoPlist.strings; + sourceTree = "<group>"; + }; + D1CA9B07253211050013B767 /* Credits.rtf */ = { + isa = PBXVariantGroup; + children = ( + D1CA9B08253211050013B767 /* en */, + ); + name = Credits.rtf; + sourceTree = "<group>"; + }; + D1CA9B0D253211050013B767 /* MainMenu.xib */ = { + isa = PBXVariantGroup; + children = ( + D1CA9B0E253211050013B767 /* en */, + ); + name = MainMenu.xib; + sourceTree = "<group>"; + }; +/* End PBXVariantGroup section */ + +/* Begin XCBuildConfiguration section */ + D1CA9B10253211050013B767 /* 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_EMPTY_BODY = 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; + }; + D1CA9B11253211050013B767 /* 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_EMPTY_BODY = 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; + }; + D1CA9B13253211050013B767 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + COMBINE_HIDPI_IMAGES = YES; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "Drop Serve/Drop Serve-Prefix.pch"; + INFOPLIST_FILE = "Drop Serve/Drop Serve-Info.plist"; + PRODUCT_NAME = "$(TARGET_NAME)"; + WRAPPER_EXTENSION = app; + }; + name = Debug; + }; + D1CA9B14253211050013B767 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + COMBINE_HIDPI_IMAGES = YES; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "Drop Serve/Drop Serve-Prefix.pch"; + INFOPLIST_FILE = "Drop Serve/Drop Serve-Info.plist"; + PRODUCT_NAME = "$(TARGET_NAME)"; + WRAPPER_EXTENSION = app; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + D1CA9AEE253211040013B767 /* Build configuration list for PBXProject "Drop Serve" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + D1CA9B10253211050013B767 /* Debug */, + D1CA9B11253211050013B767 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + D1CA9B12253211050013B767 /* Build configuration list for PBXNativeTarget "Drop Serve" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + D1CA9B13253211050013B767 /* Debug */, + D1CA9B14253211050013B767 /* Release */, + ); + defaultConfigurationIsVisible = 0; + }; +/* End XCConfigurationList section */ + }; + rootObject = D1CA9AEB253211040013B767 /* Project object */; +} |
