// !$*UTF8*$! { archiveVersion = 1; classes = { }; objectVersion = 46; objects = { /* Begin PBXBuildFile section */ A42D0F6C1DBE478B003723FF /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A42D0F6B1DBE478B003723FF /* Foundation.framework */; }; A42D0F6E1DBE478B003723FF /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A42D0F6D1DBE478B003723FF /* CoreGraphics.framework */; }; A42D0F701DBE478B003723FF /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A42D0F6F1DBE478B003723FF /* UIKit.framework */; }; A42D0F761DBE478B003723FF /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = A42D0F741DBE478B003723FF /* InfoPlist.strings */; }; A42D0F781DBE478B003723FF /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = A42D0F771DBE478B003723FF /* main.m */; }; A42D0F7C1DBE478B003723FF /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = A42D0F7B1DBE478B003723FF /* AppDelegate.m */; }; A42D0F7F1DBE478B003723FF /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = A42D0F7D1DBE478B003723FF /* Main.storyboard */; }; A42D0F821DBE478B003723FF /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = A42D0F811DBE478B003723FF /* ViewController.m */; }; A42D0F841DBE478B003723FF /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = A42D0F831DBE478B003723FF /* Images.xcassets */; }; A42D0F8B1DBE478C003723FF /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A42D0F8A1DBE478C003723FF /* XCTest.framework */; }; A42D0F8C1DBE478C003723FF /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A42D0F6B1DBE478B003723FF /* Foundation.framework */; }; A42D0F8D1DBE478C003723FF /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A42D0F6F1DBE478B003723FF /* UIKit.framework */; }; A42D0F951DBE478C003723FF /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = A42D0F931DBE478C003723FF /* InfoPlist.strings */; }; A42D0F971DBE478C003723FF /* NotificationTests.m in Sources */ = {isa = PBXBuildFile; fileRef = A42D0F961DBE478C003723FF /* NotificationTests.m */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ A42D0F8E1DBE478C003723FF /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = A42D0F601DBE478B003723FF /* Project object */; proxyType = 1; remoteGlobalIDString = A42D0F671DBE478B003723FF; remoteInfo = Notification; }; /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ A42D0F681DBE478B003723FF /* Notification.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Notification.app; sourceTree = BUILT_PRODUCTS_DIR; }; A42D0F6B1DBE478B003723FF /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; A42D0F6D1DBE478B003723FF /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; }; A42D0F6F1DBE478B003723FF /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; A42D0F731DBE478B003723FF /* Notification-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Notification-Info.plist"; sourceTree = ""; }; A42D0F751DBE478B003723FF /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; A42D0F771DBE478B003723FF /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = ""; }; A42D0F791DBE478B003723FF /* Notification-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Notification-Prefix.pch"; sourceTree = ""; }; A42D0F7A1DBE478B003723FF /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = ""; }; A42D0F7B1DBE478B003723FF /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = ""; }; A42D0F7E1DBE478B003723FF /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; A42D0F801DBE478B003723FF /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = ""; }; A42D0F811DBE478B003723FF /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = ""; }; A42D0F831DBE478B003723FF /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = ""; }; A42D0F891DBE478C003723FF /* NotificationTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = NotificationTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; A42D0F8A1DBE478C003723FF /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; }; A42D0F921DBE478C003723FF /* NotificationTests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "NotificationTests-Info.plist"; sourceTree = ""; }; A42D0F941DBE478C003723FF /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; A42D0F961DBE478C003723FF /* NotificationTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = NotificationTests.m; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ A42D0F651DBE478B003723FF /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( A42D0F6E1DBE478B003723FF /* CoreGraphics.framework in Frameworks */, A42D0F701DBE478B003723FF /* UIKit.framework in Frameworks */, A42D0F6C1DBE478B003723FF /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; A42D0F861DBE478C003723FF /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( A42D0F8B1DBE478C003723FF /* XCTest.framework in Frameworks */, A42D0F8D1DBE478C003723FF /* UIKit.framework in Frameworks */, A42D0F8C1DBE478C003723FF /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ A42D0F5F1DBE478B003723FF = { isa = PBXGroup; children = ( A42D0F711DBE478B003723FF /* Notification */, A42D0F901DBE478C003723FF /* NotificationTests */, A42D0F6A1DBE478B003723FF /* Frameworks */, A42D0F691DBE478B003723FF /* Products */, ); sourceTree = ""; }; A42D0F691DBE478B003723FF /* Products */ = { isa = PBXGroup; children = ( A42D0F681DBE478B003723FF /* Notification.app */, A42D0F891DBE478C003723FF /* NotificationTests.xctest */, ); name = Products; sourceTree = ""; }; A42D0F6A1DBE478B003723FF /* Frameworks */ = { isa = PBXGroup; children = ( A42D0F6B1DBE478B003723FF /* Foundation.framework */, A42D0F6D1DBE478B003723FF /* CoreGraphics.framework */, A42D0F6F1DBE478B003723FF /* UIKit.framework */, A42D0F8A1DBE478C003723FF /* XCTest.framework */, ); name = Frameworks; sourceTree = ""; }; A42D0F711DBE478B003723FF /* Notification */ = { isa = PBXGroup; children = ( A42D0F7A1DBE478B003723FF /* AppDelegate.h */, A42D0F7B1DBE478B003723FF /* AppDelegate.m */, A42D0F7D1DBE478B003723FF /* Main.storyboard */, A42D0F801DBE478B003723FF /* ViewController.h */, A42D0F811DBE478B003723FF /* ViewController.m */, A42D0F831DBE478B003723FF /* Images.xcassets */, A42D0F721DBE478B003723FF /* Supporting Files */, ); path = Notification; sourceTree = ""; }; A42D0F721DBE478B003723FF /* Supporting Files */ = { isa = PBXGroup; children = ( A42D0F731DBE478B003723FF /* Notification-Info.plist */, A42D0F741DBE478B003723FF /* InfoPlist.strings */, A42D0F771DBE478B003723FF /* main.m */, A42D0F791DBE478B003723FF /* Notification-Prefix.pch */, ); name = "Supporting Files"; sourceTree = ""; }; A42D0F901DBE478C003723FF /* NotificationTests */ = { isa = PBXGroup; children = ( A42D0F961DBE478C003723FF /* NotificationTests.m */, A42D0F911DBE478C003723FF /* Supporting Files */, ); path = NotificationTests; sourceTree = ""; }; A42D0F911DBE478C003723FF /* Supporting Files */ = { isa = PBXGroup; children = ( A42D0F921DBE478C003723FF /* NotificationTests-Info.plist */, A42D0F931DBE478C003723FF /* InfoPlist.strings */, ); name = "Supporting Files"; sourceTree = ""; }; /* End PBXGroup section */ /* Begin PBXNativeTarget section */ A42D0F671DBE478B003723FF /* Notification */ = { isa = PBXNativeTarget; buildConfigurationList = A42D0F9A1DBE478C003723FF /* Build configuration list for PBXNativeTarget "Notification" */; buildPhases = ( A42D0F641DBE478B003723FF /* Sources */, A42D0F651DBE478B003723FF /* Frameworks */, A42D0F661DBE478B003723FF /* Resources */, ); buildRules = ( ); dependencies = ( ); name = Notification; productName = Notification; productReference = A42D0F681DBE478B003723FF /* Notification.app */; productType = "com.apple.product-type.application"; }; A42D0F881DBE478C003723FF /* NotificationTests */ = { isa = PBXNativeTarget; buildConfigurationList = A42D0F9D1DBE478C003723FF /* Build configuration list for PBXNativeTarget "NotificationTests" */; buildPhases = ( A42D0F851DBE478C003723FF /* Sources */, A42D0F861DBE478C003723FF /* Frameworks */, A42D0F871DBE478C003723FF /* Resources */, ); buildRules = ( ); dependencies = ( A42D0F8F1DBE478C003723FF /* PBXTargetDependency */, ); name = NotificationTests; productName = NotificationTests; productReference = A42D0F891DBE478C003723FF /* NotificationTests.xctest */; productType = "com.apple.product-type.bundle.unit-test"; }; /* End PBXNativeTarget section */ /* Begin PBXProject section */ A42D0F601DBE478B003723FF /* Project object */ = { isa = PBXProject; attributes = { LastUpgradeCheck = 0510; ORGANIZATIONNAME = Unisoft; TargetAttributes = { A42D0F881DBE478C003723FF = { TestTargetID = A42D0F671DBE478B003723FF; }; }; }; buildConfigurationList = A42D0F631DBE478B003723FF /* Build configuration list for PBXProject "Notification" */; compatibilityVersion = "Xcode 3.2"; developmentRegion = English; hasScannedForEncodings = 0; knownRegions = ( en, Base, ); mainGroup = A42D0F5F1DBE478B003723FF; productRefGroup = A42D0F691DBE478B003723FF /* Products */; projectDirPath = ""; projectRoot = ""; targets = ( A42D0F671DBE478B003723FF /* Notification */, A42D0F881DBE478C003723FF /* NotificationTests */, ); }; /* End PBXProject section */ /* Begin PBXResourcesBuildPhase section */ A42D0F661DBE478B003723FF /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( A42D0F841DBE478B003723FF /* Images.xcassets in Resources */, A42D0F761DBE478B003723FF /* InfoPlist.strings in Resources */, A42D0F7F1DBE478B003723FF /* Main.storyboard in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; A42D0F871DBE478C003723FF /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( A42D0F951DBE478C003723FF /* InfoPlist.strings in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXResourcesBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ A42D0F641DBE478B003723FF /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( A42D0F821DBE478B003723FF /* ViewController.m in Sources */, A42D0F7C1DBE478B003723FF /* AppDelegate.m in Sources */, A42D0F781DBE478B003723FF /* main.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; A42D0F851DBE478C003723FF /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( A42D0F971DBE478C003723FF /* NotificationTests.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ A42D0F8F1DBE478C003723FF /* PBXTargetDependency */ = { isa = PBXTargetDependency; target = A42D0F671DBE478B003723FF /* Notification */; targetProxy = A42D0F8E1DBE478C003723FF /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXVariantGroup section */ A42D0F741DBE478B003723FF /* InfoPlist.strings */ = { isa = PBXVariantGroup; children = ( A42D0F751DBE478B003723FF /* en */, ); name = InfoPlist.strings; sourceTree = ""; }; A42D0F7D1DBE478B003723FF /* Main.storyboard */ = { isa = PBXVariantGroup; children = ( A42D0F7E1DBE478B003723FF /* Base */, ); name = Main.storyboard; sourceTree = ""; }; A42D0F931DBE478C003723FF /* InfoPlist.strings */ = { isa = PBXVariantGroup; children = ( A42D0F941DBE478C003723FF /* en */, ); name = InfoPlist.strings; sourceTree = ""; }; /* End PBXVariantGroup section */ /* Begin XCBuildConfiguration section */ A42D0F981DBE478C003723FF /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; CLANG_CXX_LIBRARY = "libc++"; CLANG_ENABLE_MODULES = YES; CLANG_ENABLE_OBJC_ARC = YES; CLANG_WARN_BOOL_CONVERSION = YES; CLANG_WARN_CONSTANT_CONVERSION = YES; CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; CLANG_WARN_EMPTY_BODY = YES; CLANG_WARN_ENUM_CONVERSION = YES; CLANG_WARN_INT_CONVERSION = YES; CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; COPY_PHASE_STRIP = NO; GCC_C_LANGUAGE_STANDARD = gnu99; GCC_DYNAMIC_NO_PIC = NO; 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_ERROR; GCC_WARN_UNDECLARED_SELECTOR = YES; GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; IPHONEOS_DEPLOYMENT_TARGET = 7.1; ONLY_ACTIVE_ARCH = YES; SDKROOT = iphoneos; }; name = Debug; }; A42D0F991DBE478C003723FF /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; CLANG_CXX_LIBRARY = "libc++"; CLANG_ENABLE_MODULES = YES; CLANG_ENABLE_OBJC_ARC = YES; CLANG_WARN_BOOL_CONVERSION = YES; CLANG_WARN_CONSTANT_CONVERSION = YES; CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; CLANG_WARN_EMPTY_BODY = YES; CLANG_WARN_ENUM_CONVERSION = YES; CLANG_WARN_INT_CONVERSION = YES; CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; COPY_PHASE_STRIP = YES; ENABLE_NS_ASSERTIONS = NO; GCC_C_LANGUAGE_STANDARD = gnu99; GCC_WARN_64_TO_32_BIT_CONVERSION = YES; GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; GCC_WARN_UNDECLARED_SELECTOR = YES; GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; IPHONEOS_DEPLOYMENT_TARGET = 7.1; SDKROOT = iphoneos; VALIDATE_PRODUCT = YES; }; name = Release; }; A42D0F9B1DBE478C003723FF /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = "Notification/Notification-Prefix.pch"; INFOPLIST_FILE = "Notification/Notification-Info.plist"; PRODUCT_NAME = "$(TARGET_NAME)"; WRAPPER_EXTENSION = app; }; name = Debug; }; A42D0F9C1DBE478C003723FF /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = "Notification/Notification-Prefix.pch"; INFOPLIST_FILE = "Notification/Notification-Info.plist"; PRODUCT_NAME = "$(TARGET_NAME)"; WRAPPER_EXTENSION = app; }; name = Release; }; A42D0F9E1DBE478C003723FF /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/Notification.app/Notification"; FRAMEWORK_SEARCH_PATHS = ( "$(SDKROOT)/Developer/Library/Frameworks", "$(inherited)", "$(DEVELOPER_FRAMEWORKS_DIR)", ); GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = "Notification/Notification-Prefix.pch"; GCC_PREPROCESSOR_DEFINITIONS = ( "DEBUG=1", "$(inherited)", ); INFOPLIST_FILE = "NotificationTests/NotificationTests-Info.plist"; PRODUCT_NAME = "$(TARGET_NAME)"; TEST_HOST = "$(BUNDLE_LOADER)"; WRAPPER_EXTENSION = xctest; }; name = Debug; }; A42D0F9F1DBE478C003723FF /* Release */ = { isa = XCBuildConfiguration; buildSettings = { BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/Notification.app/Notification"; FRAMEWORK_SEARCH_PATHS = ( "$(SDKROOT)/Developer/Library/Frameworks", "$(inherited)", "$(DEVELOPER_FRAMEWORKS_DIR)", ); GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = "Notification/Notification-Prefix.pch"; INFOPLIST_FILE = "NotificationTests/NotificationTests-Info.plist"; PRODUCT_NAME = "$(TARGET_NAME)"; TEST_HOST = "$(BUNDLE_LOADER)"; WRAPPER_EXTENSION = xctest; }; name = Release; }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ A42D0F631DBE478B003723FF /* Build configuration list for PBXProject "Notification" */ = { isa = XCConfigurationList; buildConfigurations = ( A42D0F981DBE478C003723FF /* Debug */, A42D0F991DBE478C003723FF /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; A42D0F9A1DBE478C003723FF /* Build configuration list for PBXNativeTarget "Notification" */ = { isa = XCConfigurationList; buildConfigurations = ( A42D0F9B1DBE478C003723FF /* Debug */, A42D0F9C1DBE478C003723FF /* Release */, ); defaultConfigurationIsVisible = 0; }; A42D0F9D1DBE478C003723FF /* Build configuration list for PBXNativeTarget "NotificationTests" */ = { isa = XCConfigurationList; buildConfigurations = ( A42D0F9E1DBE478C003723FF /* Debug */, A42D0F9F1DBE478C003723FF /* Release */, ); defaultConfigurationIsVisible = 0; }; /* End XCConfigurationList section */ }; rootObject = A42D0F601DBE478B003723FF /* Project object */; }