// !$*UTF8*$! { archiveVersion = 1; classes = { }; objectVersion = 46; objects = { /* Begin PBXBuildFile section */ CDE0C281174C4C0F009ED558 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CDE0C280174C4C0F009ED558 /* UIKit.framework */; }; CDE0C283174C4C0F009ED558 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CDE0C282174C4C0F009ED558 /* Foundation.framework */; }; CDE0C285174C4C0F009ED558 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CDE0C284174C4C0F009ED558 /* CoreGraphics.framework */; }; CDE0C28B174C4C0F009ED558 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = CDE0C289174C4C0F009ED558 /* InfoPlist.strings */; }; CDE0C28D174C4C0F009ED558 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = CDE0C28C174C4C0F009ED558 /* main.m */; }; CDE0C291174C4C0F009ED558 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = CDE0C290174C4C0F009ED558 /* AppDelegate.m */; }; CDE0C293174C4C0F009ED558 /* Default.png in Resources */ = {isa = PBXBuildFile; fileRef = CDE0C292174C4C0F009ED558 /* Default.png */; }; CDE0C295174C4C0F009ED558 /* Default@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = CDE0C294174C4C0F009ED558 /* Default@2x.png */; }; CDE0C297174C4C0F009ED558 /* Default-568h@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = CDE0C296174C4C0F009ED558 /* Default-568h@2x.png */; }; CDE0C2A0174C4D7E009ED558 /* FirstViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = CDE0C29E174C4D7E009ED558 /* FirstViewController.m */; }; CDE0C2A1174C4D7E009ED558 /* FirstViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = CDE0C29F174C4D7E009ED558 /* FirstViewController.xib */; }; CDE0C2A5174C571D009ED558 /* SecondViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = CDE0C2A3174C571D009ED558 /* SecondViewController.m */; }; CDE0C2A6174C571D009ED558 /* SecondViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = CDE0C2A4174C571D009ED558 /* SecondViewController.xib */; }; /* End PBXBuildFile section */ /* Begin PBXFileReference section */ CDE0C27D174C4C0F009ED558 /* MultiViewXIBNav.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = MultiViewXIBNav.app; sourceTree = BUILT_PRODUCTS_DIR; }; CDE0C280174C4C0F009ED558 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; CDE0C282174C4C0F009ED558 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; CDE0C284174C4C0F009ED558 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; }; CDE0C288174C4C0F009ED558 /* MultiViewXIBNav-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "MultiViewXIBNav-Info.plist"; sourceTree = ""; }; CDE0C28A174C4C0F009ED558 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; CDE0C28C174C4C0F009ED558 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = ""; }; CDE0C28E174C4C0F009ED558 /* MultiViewXIBNav-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "MultiViewXIBNav-Prefix.pch"; sourceTree = ""; }; CDE0C28F174C4C0F009ED558 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = ""; }; CDE0C290174C4C0F009ED558 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = ""; }; CDE0C292174C4C0F009ED558 /* Default.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Default.png; sourceTree = ""; }; CDE0C294174C4C0F009ED558 /* Default@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default@2x.png"; sourceTree = ""; }; CDE0C296174C4C0F009ED558 /* Default-568h@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default-568h@2x.png"; sourceTree = ""; }; CDE0C29D174C4D7E009ED558 /* FirstViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = FirstViewController.h; path = ../FirstViewController.h; sourceTree = ""; }; CDE0C29E174C4D7E009ED558 /* FirstViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = FirstViewController.m; path = ../FirstViewController.m; sourceTree = ""; }; CDE0C29F174C4D7E009ED558 /* FirstViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; name = FirstViewController.xib; path = ../FirstViewController.xib; sourceTree = ""; }; CDE0C2A2174C571D009ED558 /* SecondViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SecondViewController.h; sourceTree = ""; }; CDE0C2A3174C571D009ED558 /* SecondViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SecondViewController.m; sourceTree = ""; }; CDE0C2A4174C571D009ED558 /* SecondViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = SecondViewController.xib; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ CDE0C27A174C4C0F009ED558 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( CDE0C281174C4C0F009ED558 /* UIKit.framework in Frameworks */, CDE0C283174C4C0F009ED558 /* Foundation.framework in Frameworks */, CDE0C285174C4C0F009ED558 /* CoreGraphics.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ CDE0C274174C4C0E009ED558 = { isa = PBXGroup; children = ( CDE0C286174C4C0F009ED558 /* MultiViewXIBNav */, CDE0C27F174C4C0F009ED558 /* Frameworks */, CDE0C27E174C4C0F009ED558 /* Products */, ); sourceTree = ""; }; CDE0C27E174C4C0F009ED558 /* Products */ = { isa = PBXGroup; children = ( CDE0C27D174C4C0F009ED558 /* MultiViewXIBNav.app */, ); name = Products; sourceTree = ""; }; CDE0C27F174C4C0F009ED558 /* Frameworks */ = { isa = PBXGroup; children = ( CDE0C280174C4C0F009ED558 /* UIKit.framework */, CDE0C282174C4C0F009ED558 /* Foundation.framework */, CDE0C284174C4C0F009ED558 /* CoreGraphics.framework */, ); name = Frameworks; sourceTree = ""; }; CDE0C286174C4C0F009ED558 /* MultiViewXIBNav */ = { isa = PBXGroup; children = ( CDE0C29D174C4D7E009ED558 /* FirstViewController.h */, CDE0C29E174C4D7E009ED558 /* FirstViewController.m */, CDE0C29F174C4D7E009ED558 /* FirstViewController.xib */, CDE0C28F174C4C0F009ED558 /* AppDelegate.h */, CDE0C2A2174C571D009ED558 /* SecondViewController.h */, CDE0C2A3174C571D009ED558 /* SecondViewController.m */, CDE0C2A4174C571D009ED558 /* SecondViewController.xib */, CDE0C290174C4C0F009ED558 /* AppDelegate.m */, CDE0C287174C4C0F009ED558 /* Supporting Files */, ); path = MultiViewXIBNav; sourceTree = ""; }; CDE0C287174C4C0F009ED558 /* Supporting Files */ = { isa = PBXGroup; children = ( CDE0C288174C4C0F009ED558 /* MultiViewXIBNav-Info.plist */, CDE0C289174C4C0F009ED558 /* InfoPlist.strings */, CDE0C28C174C4C0F009ED558 /* main.m */, CDE0C28E174C4C0F009ED558 /* MultiViewXIBNav-Prefix.pch */, CDE0C292174C4C0F009ED558 /* Default.png */, CDE0C294174C4C0F009ED558 /* Default@2x.png */, CDE0C296174C4C0F009ED558 /* Default-568h@2x.png */, ); name = "Supporting Files"; sourceTree = ""; }; /* End PBXGroup section */ /* Begin PBXNativeTarget section */ CDE0C27C174C4C0F009ED558 /* MultiViewXIBNav */ = { isa = PBXNativeTarget; buildConfigurationList = CDE0C29A174C4C0F009ED558 /* Build configuration list for PBXNativeTarget "MultiViewXIBNav" */; buildPhases = ( CDE0C279174C4C0F009ED558 /* Sources */, CDE0C27A174C4C0F009ED558 /* Frameworks */, CDE0C27B174C4C0F009ED558 /* Resources */, ); buildRules = ( ); dependencies = ( ); name = MultiViewXIBNav; productName = MultiViewXIBNav; productReference = CDE0C27D174C4C0F009ED558 /* MultiViewXIBNav.app */; productType = "com.apple.product-type.application"; }; /* End PBXNativeTarget section */ /* Begin PBXProject section */ CDE0C275174C4C0E009ED558 /* Project object */ = { isa = PBXProject; attributes = { LastUpgradeCheck = 0460; ORGANIZATIONNAME = "mo khan"; }; buildConfigurationList = CDE0C278174C4C0E009ED558 /* Build configuration list for PBXProject "MultiViewXIBNav" */; compatibilityVersion = "Xcode 3.2"; developmentRegion = English; hasScannedForEncodings = 0; knownRegions = ( en, ); mainGroup = CDE0C274174C4C0E009ED558; productRefGroup = CDE0C27E174C4C0F009ED558 /* Products */; projectDirPath = ""; projectRoot = ""; targets = ( CDE0C27C174C4C0F009ED558 /* MultiViewXIBNav */, ); }; /* End PBXProject section */ /* Begin PBXResourcesBuildPhase section */ CDE0C27B174C4C0F009ED558 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( CDE0C28B174C4C0F009ED558 /* InfoPlist.strings in Resources */, CDE0C293174C4C0F009ED558 /* Default.png in Resources */, CDE0C295174C4C0F009ED558 /* Default@2x.png in Resources */, CDE0C297174C4C0F009ED558 /* Default-568h@2x.png in Resources */, CDE0C2A1174C4D7E009ED558 /* FirstViewController.xib in Resources */, CDE0C2A6174C571D009ED558 /* SecondViewController.xib in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXResourcesBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ CDE0C279174C4C0F009ED558 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( CDE0C28D174C4C0F009ED558 /* main.m in Sources */, CDE0C291174C4C0F009ED558 /* AppDelegate.m in Sources */, CDE0C2A0174C4D7E009ED558 /* FirstViewController.m in Sources */, CDE0C2A5174C571D009ED558 /* SecondViewController.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXSourcesBuildPhase section */ /* Begin PBXVariantGroup section */ CDE0C289174C4C0F009ED558 /* InfoPlist.strings */ = { isa = PBXVariantGroup; children = ( CDE0C28A174C4C0F009ED558 /* en */, ); name = InfoPlist.strings; sourceTree = ""; }; /* End PBXVariantGroup section */ /* Begin XCBuildConfiguration section */ CDE0C298174C4C0F009ED558 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; CLANG_CXX_LIBRARY = "libc++"; CLANG_ENABLE_OBJC_ARC = YES; 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; "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_ABOUT_RETURN_TYPE = YES; GCC_WARN_UNINITIALIZED_AUTOS = YES; GCC_WARN_UNUSED_VARIABLE = YES; IPHONEOS_DEPLOYMENT_TARGET = 6.1; ONLY_ACTIVE_ARCH = YES; SDKROOT = iphoneos; }; name = Debug; }; CDE0C299174C4C0F009ED558 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; CLANG_CXX_LIBRARY = "libc++"; CLANG_ENABLE_OBJC_ARC = YES; 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; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; COPY_PHASE_STRIP = YES; GCC_C_LANGUAGE_STANDARD = gnu99; GCC_WARN_ABOUT_RETURN_TYPE = YES; GCC_WARN_UNINITIALIZED_AUTOS = YES; GCC_WARN_UNUSED_VARIABLE = YES; IPHONEOS_DEPLOYMENT_TARGET = 6.1; OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1"; SDKROOT = iphoneos; VALIDATE_PRODUCT = YES; }; name = Release; }; CDE0C29B174C4C0F009ED558 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = "MultiViewXIBNav/MultiViewXIBNav-Prefix.pch"; INFOPLIST_FILE = "MultiViewXIBNav/MultiViewXIBNav-Info.plist"; PRODUCT_NAME = "$(TARGET_NAME)"; WRAPPER_EXTENSION = app; }; name = Debug; }; CDE0C29C174C4C0F009ED558 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = "MultiViewXIBNav/MultiViewXIBNav-Prefix.pch"; INFOPLIST_FILE = "MultiViewXIBNav/MultiViewXIBNav-Info.plist"; PRODUCT_NAME = "$(TARGET_NAME)"; WRAPPER_EXTENSION = app; }; name = Release; }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ CDE0C278174C4C0E009ED558 /* Build configuration list for PBXProject "MultiViewXIBNav" */ = { isa = XCConfigurationList; buildConfigurations = ( CDE0C298174C4C0F009ED558 /* Debug */, CDE0C299174C4C0F009ED558 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; CDE0C29A174C4C0F009ED558 /* Build configuration list for PBXNativeTarget "MultiViewXIBNav" */ = { isa = XCConfigurationList; buildConfigurations = ( CDE0C29B174C4C0F009ED558 /* Debug */, CDE0C29C174C4C0F009ED558 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; /* End XCConfigurationList section */ }; rootObject = CDE0C275174C4C0E009ED558 /* Project object */; }