mirror of
https://github.com/zhigang1992/MultiLayerNavigation.git
synced 2026-05-12 17:58:07 +08:00
313 lines
14 KiB
Plaintext
313 lines
14 KiB
Plaintext
// !$*UTF8*$!
|
|
{
|
|
archiveVersion = 1;
|
|
classes = {
|
|
};
|
|
objectVersion = 46;
|
|
objects = {
|
|
|
|
/* Begin PBXBuildFile section */
|
|
67C602FF1717C6A500629C0E /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 67C602FE1717C6A500629C0E /* UIKit.framework */; };
|
|
67C603011717C6A500629C0E /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 67C603001717C6A500629C0E /* Foundation.framework */; };
|
|
67C603031717C6A500629C0E /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 67C603021717C6A500629C0E /* CoreGraphics.framework */; };
|
|
67C603091717C6A500629C0E /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 67C603071717C6A500629C0E /* InfoPlist.strings */; };
|
|
67C6030B1717C6A500629C0E /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 67C6030A1717C6A500629C0E /* main.m */; };
|
|
67C6030F1717C6A500629C0E /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 67C6030E1717C6A500629C0E /* AppDelegate.m */; };
|
|
67C603111717C6A500629C0E /* Default.png in Resources */ = {isa = PBXBuildFile; fileRef = 67C603101717C6A500629C0E /* Default.png */; };
|
|
67C603131717C6A500629C0E /* Default@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 67C603121717C6A500629C0E /* Default@2x.png */; };
|
|
67C603151717C6A500629C0E /* Default-568h@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 67C603141717C6A500629C0E /* Default-568h@2x.png */; };
|
|
67C603181717C6A500629C0E /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 67C603171717C6A500629C0E /* ViewController.m */; };
|
|
67C603251717DE5A00629C0E /* leftside_shadow_bg@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 67C603241717DE5A00629C0E /* leftside_shadow_bg@2x.png */; };
|
|
67F1E622171D11C800A8CE9F /* MLNavigationController.m in Sources */ = {isa = PBXBuildFile; fileRef = 67F1E61F171D11C800A8CE9F /* MLNavigationController.m */; };
|
|
/* End PBXBuildFile section */
|
|
|
|
/* Begin PBXFileReference section */
|
|
67C602FB1717C6A500629C0E /* MultiLayerNavigation.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = MultiLayerNavigation.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
67C602FE1717C6A500629C0E /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
|
|
67C603001717C6A500629C0E /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
|
|
67C603021717C6A500629C0E /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
|
|
67C603061717C6A500629C0E /* MultiLayerNavigation-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "MultiLayerNavigation-Info.plist"; sourceTree = "<group>"; };
|
|
67C603081717C6A500629C0E /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
|
67C6030A1717C6A500629C0E /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
|
|
67C6030C1717C6A500629C0E /* MultiLayerNavigation-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "MultiLayerNavigation-Prefix.pch"; sourceTree = "<group>"; };
|
|
67C6030D1717C6A500629C0E /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
|
|
67C6030E1717C6A500629C0E /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
|
|
67C603101717C6A500629C0E /* Default.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Default.png; sourceTree = "<group>"; };
|
|
67C603121717C6A500629C0E /* Default@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default@2x.png"; sourceTree = "<group>"; };
|
|
67C603141717C6A500629C0E /* Default-568h@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default-568h@2x.png"; sourceTree = "<group>"; };
|
|
67C603161717C6A500629C0E /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; };
|
|
67C603171717C6A500629C0E /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; };
|
|
67C603241717DE5A00629C0E /* leftside_shadow_bg@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "leftside_shadow_bg@2x.png"; sourceTree = "<group>"; };
|
|
67F1E61E171D11C800A8CE9F /* MLNavigationController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MLNavigationController.h; sourceTree = "<group>"; };
|
|
67F1E61F171D11C800A8CE9F /* MLNavigationController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MLNavigationController.m; sourceTree = "<group>"; };
|
|
/* End PBXFileReference section */
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
67C602F81717C6A500629C0E /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
67C602FF1717C6A500629C0E /* UIKit.framework in Frameworks */,
|
|
67C603011717C6A500629C0E /* Foundation.framework in Frameworks */,
|
|
67C603031717C6A500629C0E /* CoreGraphics.framework in Frameworks */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXFrameworksBuildPhase section */
|
|
|
|
/* Begin PBXGroup section */
|
|
67C602F21717C6A400629C0E = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
67C603041717C6A500629C0E /* MultiLayerNavigation */,
|
|
67C602FD1717C6A500629C0E /* Frameworks */,
|
|
67C602FC1717C6A500629C0E /* Products */,
|
|
);
|
|
sourceTree = "<group>";
|
|
};
|
|
67C602FC1717C6A500629C0E /* Products */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
67C602FB1717C6A500629C0E /* MultiLayerNavigation.app */,
|
|
);
|
|
name = Products;
|
|
sourceTree = "<group>";
|
|
};
|
|
67C602FD1717C6A500629C0E /* Frameworks */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
67C602FE1717C6A500629C0E /* UIKit.framework */,
|
|
67C603001717C6A500629C0E /* Foundation.framework */,
|
|
67C603021717C6A500629C0E /* CoreGraphics.framework */,
|
|
);
|
|
name = Frameworks;
|
|
sourceTree = "<group>";
|
|
};
|
|
67C603041717C6A500629C0E /* MultiLayerNavigation */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
67F1E61D171D11C800A8CE9F /* Src */,
|
|
67C6030D1717C6A500629C0E /* AppDelegate.h */,
|
|
67C6030E1717C6A500629C0E /* AppDelegate.m */,
|
|
67C603161717C6A500629C0E /* ViewController.h */,
|
|
67C603171717C6A500629C0E /* ViewController.m */,
|
|
67C603051717C6A500629C0E /* Supporting Files */,
|
|
);
|
|
path = MultiLayerNavigation;
|
|
sourceTree = "<group>";
|
|
};
|
|
67C603051717C6A500629C0E /* Supporting Files */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
67C603241717DE5A00629C0E /* leftside_shadow_bg@2x.png */,
|
|
67C603061717C6A500629C0E /* MultiLayerNavigation-Info.plist */,
|
|
67C603071717C6A500629C0E /* InfoPlist.strings */,
|
|
67C6030A1717C6A500629C0E /* main.m */,
|
|
67C6030C1717C6A500629C0E /* MultiLayerNavigation-Prefix.pch */,
|
|
67C603101717C6A500629C0E /* Default.png */,
|
|
67C603121717C6A500629C0E /* Default@2x.png */,
|
|
67C603141717C6A500629C0E /* Default-568h@2x.png */,
|
|
);
|
|
name = "Supporting Files";
|
|
sourceTree = "<group>";
|
|
};
|
|
67F1E61D171D11C800A8CE9F /* Src */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
67F1E61E171D11C800A8CE9F /* MLNavigationController.h */,
|
|
67F1E61F171D11C800A8CE9F /* MLNavigationController.m */,
|
|
);
|
|
path = Src;
|
|
sourceTree = SOURCE_ROOT;
|
|
};
|
|
/* End PBXGroup section */
|
|
|
|
/* Begin PBXNativeTarget section */
|
|
67C602FA1717C6A500629C0E /* MultiLayerNavigation */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = 67C6031E1717C6A500629C0E /* Build configuration list for PBXNativeTarget "MultiLayerNavigation" */;
|
|
buildPhases = (
|
|
67C602F71717C6A500629C0E /* Sources */,
|
|
67C602F81717C6A500629C0E /* Frameworks */,
|
|
67C602F91717C6A500629C0E /* Resources */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
);
|
|
name = MultiLayerNavigation;
|
|
productName = MultiLayerNavigation;
|
|
productReference = 67C602FB1717C6A500629C0E /* MultiLayerNavigation.app */;
|
|
productType = "com.apple.product-type.application";
|
|
};
|
|
/* End PBXNativeTarget section */
|
|
|
|
/* Begin PBXProject section */
|
|
67C602F31717C6A500629C0E /* Project object */ = {
|
|
isa = PBXProject;
|
|
attributes = {
|
|
LastUpgradeCheck = 0460;
|
|
ORGANIZATIONNAME = "Feather Chan";
|
|
};
|
|
buildConfigurationList = 67C602F61717C6A500629C0E /* Build configuration list for PBXProject "MultiLayerNavigation" */;
|
|
compatibilityVersion = "Xcode 3.2";
|
|
developmentRegion = English;
|
|
hasScannedForEncodings = 0;
|
|
knownRegions = (
|
|
en,
|
|
);
|
|
mainGroup = 67C602F21717C6A400629C0E;
|
|
productRefGroup = 67C602FC1717C6A500629C0E /* Products */;
|
|
projectDirPath = "";
|
|
projectRoot = "";
|
|
targets = (
|
|
67C602FA1717C6A500629C0E /* MultiLayerNavigation */,
|
|
);
|
|
};
|
|
/* End PBXProject section */
|
|
|
|
/* Begin PBXResourcesBuildPhase section */
|
|
67C602F91717C6A500629C0E /* Resources */ = {
|
|
isa = PBXResourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
67C603091717C6A500629C0E /* InfoPlist.strings in Resources */,
|
|
67C603111717C6A500629C0E /* Default.png in Resources */,
|
|
67C603131717C6A500629C0E /* Default@2x.png in Resources */,
|
|
67C603151717C6A500629C0E /* Default-568h@2x.png in Resources */,
|
|
67C603251717DE5A00629C0E /* leftside_shadow_bg@2x.png in Resources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXResourcesBuildPhase section */
|
|
|
|
/* Begin PBXSourcesBuildPhase section */
|
|
67C602F71717C6A500629C0E /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
67C6030B1717C6A500629C0E /* main.m in Sources */,
|
|
67C6030F1717C6A500629C0E /* AppDelegate.m in Sources */,
|
|
67C603181717C6A500629C0E /* ViewController.m in Sources */,
|
|
67F1E622171D11C800A8CE9F /* MLNavigationController.m in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXSourcesBuildPhase section */
|
|
|
|
/* Begin PBXVariantGroup section */
|
|
67C603071717C6A500629C0E /* InfoPlist.strings */ = {
|
|
isa = PBXVariantGroup;
|
|
children = (
|
|
67C603081717C6A500629C0E /* en */,
|
|
);
|
|
name = InfoPlist.strings;
|
|
sourceTree = "<group>";
|
|
};
|
|
/* End PBXVariantGroup section */
|
|
|
|
/* Begin XCBuildConfiguration section */
|
|
67C6031C1717C6A500629C0E /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
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;
|
|
"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 = 4.3;
|
|
ONLY_ACTIVE_ARCH = YES;
|
|
SDKROOT = iphoneos;
|
|
};
|
|
name = Debug;
|
|
};
|
|
67C6031D1717C6A500629C0E /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
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;
|
|
"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 = 4.3;
|
|
OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1";
|
|
SDKROOT = iphoneos;
|
|
VALIDATE_PRODUCT = YES;
|
|
};
|
|
name = Release;
|
|
};
|
|
67C6031F1717C6A500629C0E /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
|
GCC_PREFIX_HEADER = "MultiLayerNavigation/MultiLayerNavigation-Prefix.pch";
|
|
INFOPLIST_FILE = "MultiLayerNavigation/MultiLayerNavigation-Info.plist";
|
|
IPHONEOS_DEPLOYMENT_TARGET = 4.3;
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
WRAPPER_EXTENSION = app;
|
|
};
|
|
name = Debug;
|
|
};
|
|
67C603201717C6A500629C0E /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
|
GCC_PREFIX_HEADER = "MultiLayerNavigation/MultiLayerNavigation-Prefix.pch";
|
|
INFOPLIST_FILE = "MultiLayerNavigation/MultiLayerNavigation-Info.plist";
|
|
IPHONEOS_DEPLOYMENT_TARGET = 4.3;
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
WRAPPER_EXTENSION = app;
|
|
};
|
|
name = Release;
|
|
};
|
|
/* End XCBuildConfiguration section */
|
|
|
|
/* Begin XCConfigurationList section */
|
|
67C602F61717C6A500629C0E /* Build configuration list for PBXProject "MultiLayerNavigation" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
67C6031C1717C6A500629C0E /* Debug */,
|
|
67C6031D1717C6A500629C0E /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
67C6031E1717C6A500629C0E /* Build configuration list for PBXNativeTarget "MultiLayerNavigation" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
67C6031F1717C6A500629C0E /* Debug */,
|
|
67C603201717C6A500629C0E /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
/* End XCConfigurationList section */
|
|
};
|
|
rootObject = 67C602F31717C6A500629C0E /* Project object */;
|
|
}
|