From 2fe0b9d1b4b2e850cd83c1221fe35122aa7ef0a6 Mon Sep 17 00:00:00 2001 From: wu736139669 Date: Fri, 20 Mar 2015 16:18:46 +0800 Subject: [PATCH] init --- Question.xcodeproj/project.pbxproj | 427 ++++++++++++++++++ .../contents.xcworkspacedata | 7 + .../UserInterfaceState.xcuserstate | Bin 0 -> 8553 bytes .../xcschemes/Question.xcscheme | 112 +++++ .../xcschemes/xcschememanagement.plist | 27 ++ Question/AppDelegate.h | 17 + Question/AppDelegate.m | 45 ++ Question/Base.lproj/LaunchScreen.xib | 41 ++ Question/Base.lproj/Main.storyboard | 25 + .../AppIcon.appiconset/Contents.json | 38 ++ Question/Info.plist | 40 ++ Question/ViewController.h | 15 + Question/ViewController.m | 27 ++ Question/main.m | 16 + QuestionTests/Info.plist | 24 + QuestionTests/QuestionTests.m | 40 ++ 16 files changed, 901 insertions(+) create mode 100644 Question.xcodeproj/project.pbxproj create mode 100644 Question.xcodeproj/project.xcworkspace/contents.xcworkspacedata create mode 100644 Question.xcodeproj/project.xcworkspace/xcuserdata/xmfish.xcuserdatad/UserInterfaceState.xcuserstate create mode 100644 Question.xcodeproj/xcuserdata/xmfish.xcuserdatad/xcschemes/Question.xcscheme create mode 100644 Question.xcodeproj/xcuserdata/xmfish.xcuserdatad/xcschemes/xcschememanagement.plist create mode 100644 Question/AppDelegate.h create mode 100644 Question/AppDelegate.m create mode 100644 Question/Base.lproj/LaunchScreen.xib create mode 100644 Question/Base.lproj/Main.storyboard create mode 100644 Question/Images.xcassets/AppIcon.appiconset/Contents.json create mode 100644 Question/Info.plist create mode 100644 Question/ViewController.h create mode 100644 Question/ViewController.m create mode 100644 Question/main.m create mode 100644 QuestionTests/Info.plist create mode 100644 QuestionTests/QuestionTests.m diff --git a/Question.xcodeproj/project.pbxproj b/Question.xcodeproj/project.pbxproj new file mode 100644 index 0000000..3a4805f --- /dev/null +++ b/Question.xcodeproj/project.pbxproj @@ -0,0 +1,427 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 46; + objects = { + +/* Begin PBXBuildFile section */ + A93C82661ABC0C0600443DEB /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = A93C82651ABC0C0600443DEB /* main.m */; }; + A93C82691ABC0C0600443DEB /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = A93C82681ABC0C0600443DEB /* AppDelegate.m */; }; + A93C826C1ABC0C0600443DEB /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = A93C826B1ABC0C0600443DEB /* ViewController.m */; }; + A93C826F1ABC0C0600443DEB /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = A93C826D1ABC0C0600443DEB /* Main.storyboard */; }; + A93C82711ABC0C0600443DEB /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = A93C82701ABC0C0600443DEB /* Images.xcassets */; }; + A93C82741ABC0C0600443DEB /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = A93C82721ABC0C0600443DEB /* LaunchScreen.xib */; }; + A93C82801ABC0C0600443DEB /* QuestionTests.m in Sources */ = {isa = PBXBuildFile; fileRef = A93C827F1ABC0C0600443DEB /* QuestionTests.m */; }; +/* End PBXBuildFile section */ + +/* Begin PBXContainerItemProxy section */ + A93C827A1ABC0C0600443DEB /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = A93C82581ABC0C0600443DEB /* Project object */; + proxyType = 1; + remoteGlobalIDString = A93C825F1ABC0C0600443DEB; + remoteInfo = Question; + }; +/* End PBXContainerItemProxy section */ + +/* Begin PBXFileReference section */ + A93C82601ABC0C0600443DEB /* Question.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Question.app; sourceTree = BUILT_PRODUCTS_DIR; }; + A93C82641ABC0C0600443DEB /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + A93C82651ABC0C0600443DEB /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = ""; }; + A93C82671ABC0C0600443DEB /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = ""; }; + A93C82681ABC0C0600443DEB /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = ""; }; + A93C826A1ABC0C0600443DEB /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = ""; }; + A93C826B1ABC0C0600443DEB /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = ""; }; + A93C826E1ABC0C0600443DEB /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; + A93C82701ABC0C0600443DEB /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = ""; }; + A93C82731ABC0C0600443DEB /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = ""; }; + A93C82791ABC0C0600443DEB /* QuestionTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = QuestionTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; + A93C827E1ABC0C0600443DEB /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + A93C827F1ABC0C0600443DEB /* QuestionTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = QuestionTests.m; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + A93C825D1ABC0C0600443DEB /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + A93C82761ABC0C0600443DEB /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + A93C82571ABC0C0600443DEB = { + isa = PBXGroup; + children = ( + A93C82621ABC0C0600443DEB /* Question */, + A93C827C1ABC0C0600443DEB /* QuestionTests */, + A93C82611ABC0C0600443DEB /* Products */, + ); + sourceTree = ""; + }; + A93C82611ABC0C0600443DEB /* Products */ = { + isa = PBXGroup; + children = ( + A93C82601ABC0C0600443DEB /* Question.app */, + A93C82791ABC0C0600443DEB /* QuestionTests.xctest */, + ); + name = Products; + sourceTree = ""; + }; + A93C82621ABC0C0600443DEB /* Question */ = { + isa = PBXGroup; + children = ( + A93C82671ABC0C0600443DEB /* AppDelegate.h */, + A93C82681ABC0C0600443DEB /* AppDelegate.m */, + A93C826A1ABC0C0600443DEB /* ViewController.h */, + A93C826B1ABC0C0600443DEB /* ViewController.m */, + A93C826D1ABC0C0600443DEB /* Main.storyboard */, + A93C82701ABC0C0600443DEB /* Images.xcassets */, + A93C82721ABC0C0600443DEB /* LaunchScreen.xib */, + A93C82631ABC0C0600443DEB /* Supporting Files */, + ); + path = Question; + sourceTree = ""; + }; + A93C82631ABC0C0600443DEB /* Supporting Files */ = { + isa = PBXGroup; + children = ( + A93C82641ABC0C0600443DEB /* Info.plist */, + A93C82651ABC0C0600443DEB /* main.m */, + ); + name = "Supporting Files"; + sourceTree = ""; + }; + A93C827C1ABC0C0600443DEB /* QuestionTests */ = { + isa = PBXGroup; + children = ( + A93C827F1ABC0C0600443DEB /* QuestionTests.m */, + A93C827D1ABC0C0600443DEB /* Supporting Files */, + ); + path = QuestionTests; + sourceTree = ""; + }; + A93C827D1ABC0C0600443DEB /* Supporting Files */ = { + isa = PBXGroup; + children = ( + A93C827E1ABC0C0600443DEB /* Info.plist */, + ); + name = "Supporting Files"; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXNativeTarget section */ + A93C825F1ABC0C0600443DEB /* Question */ = { + isa = PBXNativeTarget; + buildConfigurationList = A93C82831ABC0C0600443DEB /* Build configuration list for PBXNativeTarget "Question" */; + buildPhases = ( + A93C825C1ABC0C0600443DEB /* Sources */, + A93C825D1ABC0C0600443DEB /* Frameworks */, + A93C825E1ABC0C0600443DEB /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = Question; + productName = Question; + productReference = A93C82601ABC0C0600443DEB /* Question.app */; + productType = "com.apple.product-type.application"; + }; + A93C82781ABC0C0600443DEB /* QuestionTests */ = { + isa = PBXNativeTarget; + buildConfigurationList = A93C82861ABC0C0600443DEB /* Build configuration list for PBXNativeTarget "QuestionTests" */; + buildPhases = ( + A93C82751ABC0C0600443DEB /* Sources */, + A93C82761ABC0C0600443DEB /* Frameworks */, + A93C82771ABC0C0600443DEB /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + A93C827B1ABC0C0600443DEB /* PBXTargetDependency */, + ); + name = QuestionTests; + productName = QuestionTests; + productReference = A93C82791ABC0C0600443DEB /* QuestionTests.xctest */; + productType = "com.apple.product-type.bundle.unit-test"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + A93C82581ABC0C0600443DEB /* Project object */ = { + isa = PBXProject; + attributes = { + LastUpgradeCheck = 0620; + ORGANIZATIONNAME = ash; + TargetAttributes = { + A93C825F1ABC0C0600443DEB = { + CreatedOnToolsVersion = 6.2; + }; + A93C82781ABC0C0600443DEB = { + CreatedOnToolsVersion = 6.2; + TestTargetID = A93C825F1ABC0C0600443DEB; + }; + }; + }; + buildConfigurationList = A93C825B1ABC0C0600443DEB /* Build configuration list for PBXProject "Question" */; + compatibilityVersion = "Xcode 3.2"; + developmentRegion = English; + hasScannedForEncodings = 0; + knownRegions = ( + en, + Base, + ); + mainGroup = A93C82571ABC0C0600443DEB; + productRefGroup = A93C82611ABC0C0600443DEB /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + A93C825F1ABC0C0600443DEB /* Question */, + A93C82781ABC0C0600443DEB /* QuestionTests */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + A93C825E1ABC0C0600443DEB /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + A93C826F1ABC0C0600443DEB /* Main.storyboard in Resources */, + A93C82741ABC0C0600443DEB /* LaunchScreen.xib in Resources */, + A93C82711ABC0C0600443DEB /* Images.xcassets in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + A93C82771ABC0C0600443DEB /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + A93C825C1ABC0C0600443DEB /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + A93C826C1ABC0C0600443DEB /* ViewController.m in Sources */, + A93C82691ABC0C0600443DEB /* AppDelegate.m in Sources */, + A93C82661ABC0C0600443DEB /* main.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + A93C82751ABC0C0600443DEB /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + A93C82801ABC0C0600443DEB /* QuestionTests.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXTargetDependency section */ + A93C827B1ABC0C0600443DEB /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = A93C825F1ABC0C0600443DEB /* Question */; + targetProxy = A93C827A1ABC0C0600443DEB /* PBXContainerItemProxy */; + }; +/* End PBXTargetDependency section */ + +/* Begin PBXVariantGroup section */ + A93C826D1ABC0C0600443DEB /* Main.storyboard */ = { + isa = PBXVariantGroup; + children = ( + A93C826E1ABC0C0600443DEB /* Base */, + ); + name = Main.storyboard; + sourceTree = ""; + }; + A93C82721ABC0C0600443DEB /* LaunchScreen.xib */ = { + isa = PBXVariantGroup; + children = ( + A93C82731ABC0C0600443DEB /* Base */, + ); + name = LaunchScreen.xib; + sourceTree = ""; + }; +/* End PBXVariantGroup section */ + +/* Begin XCBuildConfiguration section */ + A93C82811ABC0C0600443DEB /* 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; + ENABLE_STRICT_OBJC_MSGSEND = YES; + 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 = 8.2; + MTL_ENABLE_DEBUG_INFO = YES; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = iphoneos; + }; + name = Debug; + }; + A93C82821ABC0C0600443DEB /* 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; + ENABLE_NS_ASSERTIONS = NO; + ENABLE_STRICT_OBJC_MSGSEND = YES; + 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 = 8.2; + MTL_ENABLE_DEBUG_INFO = NO; + SDKROOT = iphoneos; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + A93C82841ABC0C0600443DEB /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + INFOPLIST_FILE = Question/Info.plist; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + PRODUCT_NAME = "$(TARGET_NAME)"; + }; + name = Debug; + }; + A93C82851ABC0C0600443DEB /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + INFOPLIST_FILE = Question/Info.plist; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + PRODUCT_NAME = "$(TARGET_NAME)"; + }; + name = Release; + }; + A93C82871ABC0C0600443DEB /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + BUNDLE_LOADER = "$(TEST_HOST)"; + FRAMEWORK_SEARCH_PATHS = ( + "$(SDKROOT)/Developer/Library/Frameworks", + "$(inherited)", + ); + GCC_PREPROCESSOR_DEFINITIONS = ( + "DEBUG=1", + "$(inherited)", + ); + INFOPLIST_FILE = QuestionTests/Info.plist; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + PRODUCT_NAME = "$(TARGET_NAME)"; + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Question.app/Question"; + }; + name = Debug; + }; + A93C82881ABC0C0600443DEB /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + BUNDLE_LOADER = "$(TEST_HOST)"; + FRAMEWORK_SEARCH_PATHS = ( + "$(SDKROOT)/Developer/Library/Frameworks", + "$(inherited)", + ); + INFOPLIST_FILE = QuestionTests/Info.plist; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + PRODUCT_NAME = "$(TARGET_NAME)"; + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Question.app/Question"; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + A93C825B1ABC0C0600443DEB /* Build configuration list for PBXProject "Question" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + A93C82811ABC0C0600443DEB /* Debug */, + A93C82821ABC0C0600443DEB /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + A93C82831ABC0C0600443DEB /* Build configuration list for PBXNativeTarget "Question" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + A93C82841ABC0C0600443DEB /* Debug */, + A93C82851ABC0C0600443DEB /* Release */, + ); + defaultConfigurationIsVisible = 0; + }; + A93C82861ABC0C0600443DEB /* Build configuration list for PBXNativeTarget "QuestionTests" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + A93C82871ABC0C0600443DEB /* Debug */, + A93C82881ABC0C0600443DEB /* Release */, + ); + defaultConfigurationIsVisible = 0; + }; +/* End XCConfigurationList section */ + }; + rootObject = A93C82581ABC0C0600443DEB /* Project object */; +} diff --git a/Question.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/Question.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100644 index 0000000..8075ea4 --- /dev/null +++ b/Question.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/Question.xcodeproj/project.xcworkspace/xcuserdata/xmfish.xcuserdatad/UserInterfaceState.xcuserstate b/Question.xcodeproj/project.xcworkspace/xcuserdata/xmfish.xcuserdatad/UserInterfaceState.xcuserstate new file mode 100644 index 0000000000000000000000000000000000000000..e6ef5f9df8c793f3a9873664ecfc73e45631f8e4 GIT binary patch literal 8553 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 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Question.xcodeproj/xcuserdata/xmfish.xcuserdatad/xcschemes/xcschememanagement.plist b/Question.xcodeproj/xcuserdata/xmfish.xcuserdatad/xcschemes/xcschememanagement.plist new file mode 100644 index 0000000..78a3d56 --- /dev/null +++ b/Question.xcodeproj/xcuserdata/xmfish.xcuserdatad/xcschemes/xcschememanagement.plist @@ -0,0 +1,27 @@ + + + + + SchemeUserState + + Question.xcscheme + + orderHint + 0 + + + SuppressBuildableAutocreation + + A93C825F1ABC0C0600443DEB + + primary + + + A93C82781ABC0C0600443DEB + + primary + + + + + diff --git a/Question/AppDelegate.h b/Question/AppDelegate.h new file mode 100644 index 0000000..de0dbdf --- /dev/null +++ b/Question/AppDelegate.h @@ -0,0 +1,17 @@ +// +// AppDelegate.h +// Question +// +// Created by xmfish on 15/3/20. +// Copyright (c) 2015年 ash. All rights reserved. +// + +#import + +@interface AppDelegate : UIResponder + +@property (strong, nonatomic) UIWindow *window; + + +@end + diff --git a/Question/AppDelegate.m b/Question/AppDelegate.m new file mode 100644 index 0000000..f754ebd --- /dev/null +++ b/Question/AppDelegate.m @@ -0,0 +1,45 @@ +// +// AppDelegate.m +// Question +// +// Created by xmfish on 15/3/20. +// Copyright (c) 2015年 ash. All rights reserved. +// + +#import "AppDelegate.h" + +@interface AppDelegate () + +@end + +@implementation AppDelegate + + +- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { + // Override point for customization after application launch. + return YES; +} + +- (void)applicationWillResignActive:(UIApplication *)application { + // Sent when the application is about to move from active to inactive state. This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) or when the user quits the application and it begins the transition to the background state. + // Use this method to pause ongoing tasks, disable timers, and throttle down OpenGL ES frame rates. Games should use this method to pause the game. +} + +- (void)applicationDidEnterBackground:(UIApplication *)application { + // Use this method to release shared resources, save user data, invalidate timers, and store enough application state information to restore your application to its current state in case it is terminated later. + // If your application supports background execution, this method is called instead of applicationWillTerminate: when the user quits. +} + +- (void)applicationWillEnterForeground:(UIApplication *)application { + // Called as part of the transition from the background to the inactive state; here you can undo many of the changes made on entering the background. +} + +- (void)applicationDidBecomeActive:(UIApplication *)application { + // Restart any tasks that were paused (or not yet started) while the application was inactive. If the application was previously in the background, optionally refresh the user interface. +} + +- (void)applicationWillTerminate:(UIApplication *)application { + // Called when the application is about to terminate. Save data if appropriate. See also applicationDidEnterBackground:. +} + +@end diff --git a/Question/Base.lproj/LaunchScreen.xib b/Question/Base.lproj/LaunchScreen.xib new file mode 100644 index 0000000..d9b786c --- /dev/null +++ b/Question/Base.lproj/LaunchScreen.xib @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Question/Base.lproj/Main.storyboard b/Question/Base.lproj/Main.storyboard new file mode 100644 index 0000000..d912f9d --- /dev/null +++ b/Question/Base.lproj/Main.storyboard @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Question/Images.xcassets/AppIcon.appiconset/Contents.json b/Question/Images.xcassets/AppIcon.appiconset/Contents.json new file mode 100644 index 0000000..118c98f --- /dev/null +++ b/Question/Images.xcassets/AppIcon.appiconset/Contents.json @@ -0,0 +1,38 @@ +{ + "images" : [ + { + "idiom" : "iphone", + "size" : "29x29", + "scale" : "2x" + }, + { + "idiom" : "iphone", + "size" : "29x29", + "scale" : "3x" + }, + { + "idiom" : "iphone", + "size" : "40x40", + "scale" : "2x" + }, + { + "idiom" : "iphone", + "size" : "40x40", + "scale" : "3x" + }, + { + "idiom" : "iphone", + "size" : "60x60", + "scale" : "2x" + }, + { + "idiom" : "iphone", + "size" : "60x60", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/Question/Info.plist b/Question/Info.plist new file mode 100644 index 0000000..2dcbbef --- /dev/null +++ b/Question/Info.plist @@ -0,0 +1,40 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + $(EXECUTABLE_NAME) + CFBundleIdentifier + ash.$(PRODUCT_NAME:rfc1034identifier) + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + $(PRODUCT_NAME) + CFBundlePackageType + APPL + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + 1 + LSRequiresIPhoneOS + + UILaunchStoryboardName + LaunchScreen + UIMainStoryboardFile + Main + UIRequiredDeviceCapabilities + + armv7 + + UISupportedInterfaceOrientations + + UIInterfaceOrientationPortrait + UIInterfaceOrientationLandscapeLeft + UIInterfaceOrientationLandscapeRight + + + diff --git a/Question/ViewController.h b/Question/ViewController.h new file mode 100644 index 0000000..5849941 --- /dev/null +++ b/Question/ViewController.h @@ -0,0 +1,15 @@ +// +// ViewController.h +// Question +// +// Created by xmfish on 15/3/20. +// Copyright (c) 2015年 ash. All rights reserved. +// + +#import + +@interface ViewController : UIViewController + + +@end + diff --git a/Question/ViewController.m b/Question/ViewController.m new file mode 100644 index 0000000..62e6647 --- /dev/null +++ b/Question/ViewController.m @@ -0,0 +1,27 @@ +// +// ViewController.m +// Question +// +// Created by xmfish on 15/3/20. +// Copyright (c) 2015年 ash. All rights reserved. +// + +#import "ViewController.h" + +@interface ViewController () + +@end + +@implementation ViewController + +- (void)viewDidLoad { + [super viewDidLoad]; + // Do any additional setup after loading the view, typically from a nib. +} + +- (void)didReceiveMemoryWarning { + [super didReceiveMemoryWarning]; + // Dispose of any resources that can be recreated. +} + +@end diff --git a/Question/main.m b/Question/main.m new file mode 100644 index 0000000..8d3765e --- /dev/null +++ b/Question/main.m @@ -0,0 +1,16 @@ +// +// main.m +// Question +// +// Created by xmfish on 15/3/20. +// Copyright (c) 2015年 ash. All rights reserved. +// + +#import +#import "AppDelegate.h" + +int main(int argc, char * argv[]) { + @autoreleasepool { + return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class])); + } +} diff --git a/QuestionTests/Info.plist b/QuestionTests/Info.plist new file mode 100644 index 0000000..8acf107 --- /dev/null +++ b/QuestionTests/Info.plist @@ -0,0 +1,24 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + $(EXECUTABLE_NAME) + CFBundleIdentifier + ash.$(PRODUCT_NAME:rfc1034identifier) + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + $(PRODUCT_NAME) + CFBundlePackageType + BNDL + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + 1 + + diff --git a/QuestionTests/QuestionTests.m b/QuestionTests/QuestionTests.m new file mode 100644 index 0000000..41019ac --- /dev/null +++ b/QuestionTests/QuestionTests.m @@ -0,0 +1,40 @@ +// +// QuestionTests.m +// QuestionTests +// +// Created by xmfish on 15/3/20. +// Copyright (c) 2015年 ash. All rights reserved. +// + +#import +#import + +@interface QuestionTests : XCTestCase + +@end + +@implementation QuestionTests + +- (void)setUp { + [super setUp]; + // Put setup code here. This method is called before the invocation of each test method in the class. +} + +- (void)tearDown { + // Put teardown code here. This method is called after the invocation of each test method in the class. + [super tearDown]; +} + +- (void)testExample { + // This is an example of a functional test case. + XCTAssert(YES, @"Pass"); +} + +- (void)testPerformanceExample { + // This is an example of a performance test case. + [self measureBlock:^{ + // Put the code you want to measure the time of here. + }]; +} + +@end