Files
youle_app_ios/msext.xcodeproj/project.pbxproj
benjaminchao b106a628a5 Initial Commit
2015-07-23 09:32:59 +08:00

432 lines
16 KiB
Plaintext

// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {
/* Begin PBXBuildFile section */
E5FA4EC11B607BC9006FB4C2 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = E5FA4EC01B607BC9006FB4C2 /* main.m */; };
E5FA4EC41B607BC9006FB4C2 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = E5FA4EC31B607BC9006FB4C2 /* AppDelegate.m */; };
E5FA4EC71B607BC9006FB4C2 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E5FA4EC61B607BC9006FB4C2 /* ViewController.m */; };
E5FA4ECA1B607BC9006FB4C2 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = E5FA4EC81B607BC9006FB4C2 /* Main.storyboard */; };
E5FA4ECC1B607BC9006FB4C2 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = E5FA4ECB1B607BC9006FB4C2 /* Images.xcassets */; };
E5FA4ECF1B607BC9006FB4C2 /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = E5FA4ECD1B607BC9006FB4C2 /* LaunchScreen.xib */; };
E5FA4EDB1B607BC9006FB4C2 /* msextTests.m in Sources */ = {isa = PBXBuildFile; fileRef = E5FA4EDA1B607BC9006FB4C2 /* msextTests.m */; };
/* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */
E5FA4ED51B607BC9006FB4C2 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = E5FA4EB31B607BC9006FB4C2 /* Project object */;
proxyType = 1;
remoteGlobalIDString = E5FA4EBA1B607BC9006FB4C2;
remoteInfo = msext;
};
/* End PBXContainerItemProxy section */
/* Begin PBXFileReference section */
E5FA4EBB1B607BC9006FB4C2 /* msext.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = msext.app; sourceTree = BUILT_PRODUCTS_DIR; };
E5FA4EBF1B607BC9006FB4C2 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
E5FA4EC01B607BC9006FB4C2 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
E5FA4EC21B607BC9006FB4C2 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
E5FA4EC31B607BC9006FB4C2 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
E5FA4EC51B607BC9006FB4C2 /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; };
E5FA4EC61B607BC9006FB4C2 /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; };
E5FA4EC91B607BC9006FB4C2 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
E5FA4ECB1B607BC9006FB4C2 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
E5FA4ECE1B607BC9006FB4C2 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = "<group>"; };
E5FA4ED41B607BC9006FB4C2 /* msextTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = msextTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
E5FA4ED91B607BC9006FB4C2 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
E5FA4EDA1B607BC9006FB4C2 /* msextTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = msextTests.m; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
E5FA4EB81B607BC9006FB4C2 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
E5FA4ED11B607BC9006FB4C2 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
E5FA4EB21B607BC9006FB4C2 = {
isa = PBXGroup;
children = (
E5FA4EBD1B607BC9006FB4C2 /* msext */,
E5FA4ED71B607BC9006FB4C2 /* msextTests */,
E5FA4EBC1B607BC9006FB4C2 /* Products */,
);
sourceTree = "<group>";
};
E5FA4EBC1B607BC9006FB4C2 /* Products */ = {
isa = PBXGroup;
children = (
E5FA4EBB1B607BC9006FB4C2 /* msext.app */,
E5FA4ED41B607BC9006FB4C2 /* msextTests.xctest */,
);
name = Products;
sourceTree = "<group>";
};
E5FA4EBD1B607BC9006FB4C2 /* msext */ = {
isa = PBXGroup;
children = (
E5FA4EC21B607BC9006FB4C2 /* AppDelegate.h */,
E5FA4EC31B607BC9006FB4C2 /* AppDelegate.m */,
E5FA4EC51B607BC9006FB4C2 /* ViewController.h */,
E5FA4EC61B607BC9006FB4C2 /* ViewController.m */,
E5FA4EC81B607BC9006FB4C2 /* Main.storyboard */,
E5FA4ECB1B607BC9006FB4C2 /* Images.xcassets */,
E5FA4ECD1B607BC9006FB4C2 /* LaunchScreen.xib */,
E5FA4EBE1B607BC9006FB4C2 /* Supporting Files */,
);
path = msext;
sourceTree = "<group>";
};
E5FA4EBE1B607BC9006FB4C2 /* Supporting Files */ = {
isa = PBXGroup;
children = (
E5FA4EBF1B607BC9006FB4C2 /* Info.plist */,
E5FA4EC01B607BC9006FB4C2 /* main.m */,
);
name = "Supporting Files";
sourceTree = "<group>";
};
E5FA4ED71B607BC9006FB4C2 /* msextTests */ = {
isa = PBXGroup;
children = (
E5FA4EDA1B607BC9006FB4C2 /* msextTests.m */,
E5FA4ED81B607BC9006FB4C2 /* Supporting Files */,
);
path = msextTests;
sourceTree = "<group>";
};
E5FA4ED81B607BC9006FB4C2 /* Supporting Files */ = {
isa = PBXGroup;
children = (
E5FA4ED91B607BC9006FB4C2 /* Info.plist */,
);
name = "Supporting Files";
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
E5FA4EBA1B607BC9006FB4C2 /* msext */ = {
isa = PBXNativeTarget;
buildConfigurationList = E5FA4EDE1B607BC9006FB4C2 /* Build configuration list for PBXNativeTarget "msext" */;
buildPhases = (
E5FA4EB71B607BC9006FB4C2 /* Sources */,
E5FA4EB81B607BC9006FB4C2 /* Frameworks */,
E5FA4EB91B607BC9006FB4C2 /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = msext;
productName = msext;
productReference = E5FA4EBB1B607BC9006FB4C2 /* msext.app */;
productType = "com.apple.product-type.application";
};
E5FA4ED31B607BC9006FB4C2 /* msextTests */ = {
isa = PBXNativeTarget;
buildConfigurationList = E5FA4EE11B607BC9006FB4C2 /* Build configuration list for PBXNativeTarget "msextTests" */;
buildPhases = (
E5FA4ED01B607BC9006FB4C2 /* Sources */,
E5FA4ED11B607BC9006FB4C2 /* Frameworks */,
E5FA4ED21B607BC9006FB4C2 /* Resources */,
);
buildRules = (
);
dependencies = (
E5FA4ED61B607BC9006FB4C2 /* PBXTargetDependency */,
);
name = msextTests;
productName = msextTests;
productReference = E5FA4ED41B607BC9006FB4C2 /* msextTests.xctest */;
productType = "com.apple.product-type.bundle.unit-test";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
E5FA4EB31B607BC9006FB4C2 /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0640;
ORGANIZATIONNAME = chao;
TargetAttributes = {
E5FA4EBA1B607BC9006FB4C2 = {
CreatedOnToolsVersion = 6.4;
};
E5FA4ED31B607BC9006FB4C2 = {
CreatedOnToolsVersion = 6.4;
TestTargetID = E5FA4EBA1B607BC9006FB4C2;
};
};
};
buildConfigurationList = E5FA4EB61B607BC9006FB4C2 /* Build configuration list for PBXProject "msext" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = E5FA4EB21B607BC9006FB4C2;
productRefGroup = E5FA4EBC1B607BC9006FB4C2 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
E5FA4EBA1B607BC9006FB4C2 /* msext */,
E5FA4ED31B607BC9006FB4C2 /* msextTests */,
);
};
/* End PBXProject section */
/* Begin PBXResourcesBuildPhase section */
E5FA4EB91B607BC9006FB4C2 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
E5FA4ECA1B607BC9006FB4C2 /* Main.storyboard in Resources */,
E5FA4ECF1B607BC9006FB4C2 /* LaunchScreen.xib in Resources */,
E5FA4ECC1B607BC9006FB4C2 /* Images.xcassets in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
E5FA4ED21B607BC9006FB4C2 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
E5FA4EB71B607BC9006FB4C2 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
E5FA4EC71B607BC9006FB4C2 /* ViewController.m in Sources */,
E5FA4EC41B607BC9006FB4C2 /* AppDelegate.m in Sources */,
E5FA4EC11B607BC9006FB4C2 /* main.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
E5FA4ED01B607BC9006FB4C2 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
E5FA4EDB1B607BC9006FB4C2 /* msextTests.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin PBXTargetDependency section */
E5FA4ED61B607BC9006FB4C2 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = E5FA4EBA1B607BC9006FB4C2 /* msext */;
targetProxy = E5FA4ED51B607BC9006FB4C2 /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */
/* Begin PBXVariantGroup section */
E5FA4EC81B607BC9006FB4C2 /* Main.storyboard */ = {
isa = PBXVariantGroup;
children = (
E5FA4EC91B607BC9006FB4C2 /* Base */,
);
name = Main.storyboard;
sourceTree = "<group>";
};
E5FA4ECD1B607BC9006FB4C2 /* LaunchScreen.xib */ = {
isa = PBXVariantGroup;
children = (
E5FA4ECE1B607BC9006FB4C2 /* Base */,
);
name = LaunchScreen.xib;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */
/* Begin XCBuildConfiguration section */
E5FA4EDC1B607BC9006FB4C2 /* 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_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_DYNAMIC_NO_PIC = NO;
GCC_NO_COMMON_BLOCKS = 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_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 = 8.4;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
};
name = Debug;
};
E5FA4EDD1B607BC9006FB4C2 /* 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_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_NO_COMMON_BLOCKS = YES;
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 = 8.4;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
VALIDATE_PRODUCT = YES;
};
name = Release;
};
E5FA4EDF1B607BC9006FB4C2 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
INFOPLIST_FILE = msext/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Debug;
};
E5FA4EE01B607BC9006FB4C2 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
INFOPLIST_FILE = msext/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Release;
};
E5FA4EE21B607BC9006FB4C2 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
BUNDLE_LOADER = "$(TEST_HOST)";
FRAMEWORK_SEARCH_PATHS = (
"$(SDKROOT)/Developer/Library/Frameworks",
"$(inherited)",
);
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
"$(inherited)",
);
INFOPLIST_FILE = msextTests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_NAME = "$(TARGET_NAME)";
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/msext.app/msext";
};
name = Debug;
};
E5FA4EE31B607BC9006FB4C2 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
BUNDLE_LOADER = "$(TEST_HOST)";
FRAMEWORK_SEARCH_PATHS = (
"$(SDKROOT)/Developer/Library/Frameworks",
"$(inherited)",
);
INFOPLIST_FILE = msextTests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_NAME = "$(TARGET_NAME)";
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/msext.app/msext";
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
E5FA4EB61B607BC9006FB4C2 /* Build configuration list for PBXProject "msext" */ = {
isa = XCConfigurationList;
buildConfigurations = (
E5FA4EDC1B607BC9006FB4C2 /* Debug */,
E5FA4EDD1B607BC9006FB4C2 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
E5FA4EDE1B607BC9006FB4C2 /* Build configuration list for PBXNativeTarget "msext" */ = {
isa = XCConfigurationList;
buildConfigurations = (
E5FA4EDF1B607BC9006FB4C2 /* Debug */,
E5FA4EE01B607BC9006FB4C2 /* Release */,
);
defaultConfigurationIsVisible = 0;
};
E5FA4EE11B607BC9006FB4C2 /* Build configuration list for PBXNativeTarget "msextTests" */ = {
isa = XCConfigurationList;
buildConfigurations = (
E5FA4EE21B607BC9006FB4C2 /* Debug */,
E5FA4EE31B607BC9006FB4C2 /* Release */,
);
defaultConfigurationIsVisible = 0;
};
/* End XCConfigurationList section */
};
rootObject = E5FA4EB31B607BC9006FB4C2 /* Project object */;
}