// !$*UTF8*$! { archiveVersion = 1; classes = { }; objectVersion = 46; objects = { /* Begin PBXBuildFile section */ 3B20EF2C1584EA9A006C0CDF /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3B20EF2B1584EA9A006C0CDF /* Cocoa.framework */; }; 3B20EF361584EA9A006C0CDF /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 3B20EF341584EA9A006C0CDF /* InfoPlist.strings */; }; 3B20EF381584EA9A006C0CDF /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B20EF371584EA9A006C0CDF /* main.m */; }; 3B20EF3C1584EA9A006C0CDF /* Credits.rtf in Resources */ = {isa = PBXBuildFile; fileRef = 3B20EF3A1584EA9A006C0CDF /* Credits.rtf */; }; 3B20EF3F1584EA9A006C0CDF /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B20EF3E1584EA9A006C0CDF /* AppDelegate.m */; }; 3B20EF421584EA9A006C0CDF /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 3B20EF401584EA9A006C0CDF /* MainMenu.xib */; }; /* End PBXBuildFile section */ /* Begin PBXFileReference section */ 3B20EF271584EA9A006C0CDF /* iLyrics.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = iLyrics.app; sourceTree = BUILT_PRODUCTS_DIR; }; 3B20EF2B1584EA9A006C0CDF /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; }; 3B20EF2E1584EA9A006C0CDF /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = System/Library/Frameworks/AppKit.framework; sourceTree = SDKROOT; }; 3B20EF2F1584EA9A006C0CDF /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = System/Library/Frameworks/CoreData.framework; sourceTree = SDKROOT; }; 3B20EF301584EA9A006C0CDF /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; 3B20EF331584EA9A006C0CDF /* iLyrics-Info.plist */ = {isa = PBXFileReference; path = "iLyrics-Info.plist"; sourceTree = ""; }; 3B20EF351584EA9A006C0CDF /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; 3B20EF371584EA9A006C0CDF /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = ""; }; 3B20EF391584EA9A006C0CDF /* iLyrics-Prefix.pch */ = {isa = PBXFileReference; path = "iLyrics-Prefix.pch"; sourceTree = ""; }; 3B20EF3B1584EA9A006C0CDF /* en */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; name = en; path = en.lproj/Credits.rtf; sourceTree = ""; }; 3B20EF3D1584EA9A006C0CDF /* AppDelegate.h */ = {isa = PBXFileReference; path = AppDelegate.h; sourceTree = ""; }; 3B20EF3E1584EA9A006C0CDF /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = ""; }; 3B20EF411584EA9A006C0CDF /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/MainMenu.xib; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ 3B20EF241584EA9A006C0CDF /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( 3B20EF2C1584EA9A006C0CDF /* Cocoa.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ 3B20EF1C1584EA9A006C0CDF = { isa = PBXGroup; children = ( 3B20EF311584EA9A006C0CDF /* iLyrics */, 3B20EF2A1584EA9A006C0CDF /* Frameworks */, 3B20EF281584EA9A006C0CDF /* Products */, ); sourceTree = ""; }; 3B20EF281584EA9A006C0CDF /* Products */ = { isa = PBXGroup; children = ( 3B20EF271584EA9A006C0CDF /* iLyrics.app */, ); name = Products; sourceTree = ""; }; 3B20EF2A1584EA9A006C0CDF /* Frameworks */ = { isa = PBXGroup; children = ( 3B20EF2B1584EA9A006C0CDF /* Cocoa.framework */, 3B20EF2D1584EA9A006C0CDF /* Other Frameworks */, ); name = Frameworks; sourceTree = ""; }; 3B20EF2D1584EA9A006C0CDF /* Other Frameworks */ = { isa = PBXGroup; children = ( 3B20EF2E1584EA9A006C0CDF /* AppKit.framework */, 3B20EF2F1584EA9A006C0CDF /* CoreData.framework */, 3B20EF301584EA9A006C0CDF /* Foundation.framework */, ); name = "Other Frameworks"; sourceTree = ""; }; 3B20EF311584EA9A006C0CDF /* iLyrics */ = { isa = PBXGroup; children = ( 3B20EF3D1584EA9A006C0CDF /* AppDelegate.h */, 3B20EF3E1584EA9A006C0CDF /* AppDelegate.m */, 3B20EF401584EA9A006C0CDF /* MainMenu.xib */, 3B20EF321584EA9A006C0CDF /* Supporting Files */, ); path = iLyrics; sourceTree = ""; }; 3B20EF321584EA9A006C0CDF /* Supporting Files */ = { isa = PBXGroup; children = ( 3B20EF331584EA9A006C0CDF /* iLyrics-Info.plist */, 3B20EF341584EA9A006C0CDF /* InfoPlist.strings */, 3B20EF371584EA9A006C0CDF /* main.m */, 3B20EF391584EA9A006C0CDF /* iLyrics-Prefix.pch */, 3B20EF3A1584EA9A006C0CDF /* Credits.rtf */, ); name = "Supporting Files"; sourceTree = ""; }; /* End PBXGroup section */ /* Begin PBXNativeTarget section */ 3B20EF261584EA9A006C0CDF /* iLyrics */ = { isa = PBXNativeTarget; buildConfigurationList = 3B20EF451584EA9A006C0CDF /* Build configuration list for PBXNativeTarget "iLyrics" */; buildPhases = ( 3B20EF231584EA9A006C0CDF /* Sources */, 3B20EF241584EA9A006C0CDF /* Frameworks */, 3B20EF251584EA9A006C0CDF /* Resources */, ); buildRules = ( ); dependencies = ( ); name = iLyrics; productName = iLyrics; productReference = 3B20EF271584EA9A006C0CDF /* iLyrics.app */; productType = "com.apple.product-type.application"; }; /* End PBXNativeTarget section */ /* Begin PBXProject section */ 3B20EF1E1584EA9A006C0CDF /* Project object */ = { isa = PBXProject; attributes = { LastUpgradeCheck = 0430; }; buildConfigurationList = 3B20EF211584EA9A006C0CDF /* Build configuration list for PBXProject "iLyrics" */; compatibilityVersion = "Xcode 3.2"; developmentRegion = English; hasScannedForEncodings = 0; knownRegions = ( en, ); mainGroup = 3B20EF1C1584EA9A006C0CDF; productRefGroup = 3B20EF281584EA9A006C0CDF /* Products */; projectDirPath = ""; projectRoot = ""; targets = ( 3B20EF261584EA9A006C0CDF /* iLyrics */, ); }; /* End PBXProject section */ /* Begin PBXResourcesBuildPhase section */ 3B20EF251584EA9A006C0CDF /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( 3B20EF361584EA9A006C0CDF /* InfoPlist.strings in Resources */, 3B20EF3C1584EA9A006C0CDF /* Credits.rtf in Resources */, 3B20EF421584EA9A006C0CDF /* MainMenu.xib in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXResourcesBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ 3B20EF231584EA9A006C0CDF /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( 3B20EF381584EA9A006C0CDF /* main.m in Sources */, 3B20EF3F1584EA9A006C0CDF /* AppDelegate.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXSourcesBuildPhase section */ /* Begin PBXVariantGroup section */ 3B20EF341584EA9A006C0CDF /* InfoPlist.strings */ = { isa = PBXVariantGroup; children = ( 3B20EF351584EA9A006C0CDF /* en */, ); name = InfoPlist.strings; sourceTree = ""; }; 3B20EF3A1584EA9A006C0CDF /* Credits.rtf */ = { isa = PBXVariantGroup; children = ( 3B20EF3B1584EA9A006C0CDF /* en */, ); name = Credits.rtf; sourceTree = ""; }; 3B20EF401584EA9A006C0CDF /* MainMenu.xib */ = { isa = PBXVariantGroup; children = ( 3B20EF411584EA9A006C0CDF /* en */, ); name = MainMenu.xib; sourceTree = ""; }; /* End PBXVariantGroup section */ /* Begin XCBuildConfiguration section */ 3B20EF431584EA9A006C0CDF /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; CLANG_ENABLE_OBJC_ARC = 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_VERSION = com.apple.compilers.llvm.clang.1_0; 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.7; ONLY_ACTIVE_ARCH = YES; SDKROOT = macosx; }; name = Debug; }; 3B20EF441584EA9A006C0CDF /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; CLANG_ENABLE_OBJC_ARC = YES; COPY_PHASE_STRIP = YES; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; GCC_C_LANGUAGE_STANDARD = gnu99; GCC_ENABLE_OBJC_EXCEPTIONS = YES; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; 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.7; SDKROOT = macosx; }; name = Release; }; 3B20EF461584EA9A006C0CDF /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = "iLyrics/iLyrics-Prefix.pch"; INFOPLIST_FILE = "iLyrics/iLyrics-Info.plist"; PRODUCT_NAME = "$(TARGET_NAME)"; WRAPPER_EXTENSION = app; }; name = Debug; }; 3B20EF471584EA9A006C0CDF /* Release */ = { isa = XCBuildConfiguration; buildSettings = { GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = "iLyrics/iLyrics-Prefix.pch"; INFOPLIST_FILE = "iLyrics/iLyrics-Info.plist"; PRODUCT_NAME = "$(TARGET_NAME)"; WRAPPER_EXTENSION = app; }; name = Release; }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ 3B20EF211584EA9A006C0CDF /* Build configuration list for PBXProject "iLyrics" */ = { isa = XCConfigurationList; buildConfigurations = ( 3B20EF431584EA9A006C0CDF /* Debug */, 3B20EF441584EA9A006C0CDF /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; 3B20EF451584EA9A006C0CDF /* Build configuration list for PBXNativeTarget "iLyrics" */ = { isa = XCConfigurationList; buildConfigurations = ( 3B20EF461584EA9A006C0CDF /* Debug */, 3B20EF471584EA9A006C0CDF /* Release */, ); defaultConfigurationIsVisible = 0; }; /* End XCConfigurationList section */ }; rootObject = 3B20EF1E1584EA9A006C0CDF /* Project object */; }