diff --git "a/nb15074\345\210\230\346\272\242\350\276\211/IOS\345\244\247\344\275\234\344\270\232/my2048" "b/nb15074\345\210\230\346\272\242\350\276\211/IOS\345\244\247\344\275\234\344\270\232/my2048" new file mode 160000 index 00000000..793bb97e --- /dev/null +++ "b/nb15074\345\210\230\346\272\242\350\276\211/IOS\345\244\247\344\275\234\344\270\232/my2048" @@ -0,0 +1 @@ +Subproject commit 793bb97ed4c3e5b5ff1dcf4742d11526079f8a71 diff --git "a/nb15074\345\210\230\346\272\242\350\276\211/IOS\345\244\247\344\275\234\344\270\232/my2048.xcodeproj/project.pbxproj" "b/nb15074\345\210\230\346\272\242\350\276\211/IOS\345\244\247\344\275\234\344\270\232/my2048.xcodeproj/project.pbxproj" new file mode 100644 index 00000000..079fc0a5 --- /dev/null +++ "b/nb15074\345\210\230\346\272\242\350\276\211/IOS\345\244\247\344\275\234\344\270\232/my2048.xcodeproj/project.pbxproj" @@ -0,0 +1,509 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 46; + objects = { + +/* Begin PBXBuildFile section */ + 159F3F07194586FC009C7558 /* libWeiboSDK.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1895DA501942E8BE00D5809F /* libWeiboSDK.a */; }; + 1859EA2E19419F470004AAC7 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1859EA2D19419F470004AAC7 /* Foundation.framework */; }; + 1859EA3019419F470004AAC7 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1859EA2F19419F470004AAC7 /* CoreGraphics.framework */; }; + 1859EA3219419F470004AAC7 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1859EA3119419F470004AAC7 /* UIKit.framework */; }; + 1859EA3819419F470004AAC7 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 1859EA3619419F470004AAC7 /* InfoPlist.strings */; }; + 1859EA3A19419F470004AAC7 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 1859EA3919419F470004AAC7 /* main.m */; }; + 1859EA3E19419F470004AAC7 /* CLAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 1859EA3D19419F470004AAC7 /* CLAppDelegate.m */; }; + 1859EA4019419F470004AAC7 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 1859EA3F19419F470004AAC7 /* Images.xcassets */; }; + 1859EA4719419F470004AAC7 /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1859EA4619419F470004AAC7 /* XCTest.framework */; }; + 1859EA4819419F470004AAC7 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1859EA2D19419F470004AAC7 /* Foundation.framework */; }; + 1859EA4919419F470004AAC7 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1859EA3119419F470004AAC7 /* UIKit.framework */; }; + 1859EA5119419F470004AAC7 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 1859EA4F19419F470004AAC7 /* InfoPlist.strings */; }; + 1859EA5319419F470004AAC7 /* my2048Tests.m in Sources */ = {isa = PBXBuildFile; fileRef = 1859EA5219419F470004AAC7 /* my2048Tests.m */; }; + 1859EA5F19419F680004AAC7 /* CLMainViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 1859EA5D19419F680004AAC7 /* CLMainViewController.m */; }; + 1859EA6019419F680004AAC7 /* CLMainViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 1859EA5E19419F680004AAC7 /* CLMainViewController.xib */; }; + 1859EA6819419FBD0004AAC7 /* CLLuckyLabel.m in Sources */ = {isa = PBXBuildFile; fileRef = 1859EA6719419FBD0004AAC7 /* CLLuckyLabel.m */; }; + 1895DA541942E8BE00D5809F /* WeiboSDK.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 1895DA511942E8BE00D5809F /* WeiboSDK.bundle */; }; + 1895DA561942FD5000D5809F /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1895DA551942FD5000D5809F /* AudioToolbox.framework */; }; + 1895DA581942FE8000D5809F /* swipSound.caf in Resources */ = {isa = PBXBuildFile; fileRef = 1895DA571942FE8000D5809F /* swipSound.caf */; }; +/* End PBXBuildFile section */ + +/* Begin PBXContainerItemProxy section */ + 1859EA4A19419F470004AAC7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 1859EA2219419F470004AAC7 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1859EA2919419F470004AAC7; + remoteInfo = my2048; + }; +/* End PBXContainerItemProxy section */ + +/* Begin PBXFileReference section */ + 1859EA2A19419F470004AAC7 /* my2048.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = my2048.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 1859EA2D19419F470004AAC7 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; + 1859EA2F19419F470004AAC7 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; }; + 1859EA3119419F470004AAC7 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; + 1859EA3519419F470004AAC7 /* my2048-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "my2048-Info.plist"; sourceTree = ""; }; + 1859EA3719419F470004AAC7 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; + 1859EA3919419F470004AAC7 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = ""; }; + 1859EA3B19419F470004AAC7 /* my2048-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "my2048-Prefix.pch"; sourceTree = ""; }; + 1859EA3C19419F470004AAC7 /* CLAppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CLAppDelegate.h; sourceTree = ""; }; + 1859EA3D19419F470004AAC7 /* CLAppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = CLAppDelegate.m; sourceTree = ""; }; + 1859EA3F19419F470004AAC7 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = ""; }; + 1859EA4519419F470004AAC7 /* my2048Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = my2048Tests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; + 1859EA4619419F470004AAC7 /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; }; + 1859EA4E19419F470004AAC7 /* my2048Tests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "my2048Tests-Info.plist"; sourceTree = ""; }; + 1859EA5019419F470004AAC7 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; + 1859EA5219419F470004AAC7 /* my2048Tests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = my2048Tests.m; sourceTree = ""; }; + 1859EA5C19419F680004AAC7 /* CLMainViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CLMainViewController.h; sourceTree = ""; }; + 1859EA5D19419F680004AAC7 /* CLMainViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CLMainViewController.m; sourceTree = ""; }; + 1859EA5E19419F680004AAC7 /* CLMainViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = CLMainViewController.xib; sourceTree = ""; }; + 1859EA6619419FBD0004AAC7 /* CLLuckyLabel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CLLuckyLabel.h; sourceTree = ""; }; + 1859EA6719419FBD0004AAC7 /* CLLuckyLabel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CLLuckyLabel.m; sourceTree = ""; }; + 1895DA501942E8BE00D5809F /* libWeiboSDK.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libWeiboSDK.a; sourceTree = ""; }; + 1895DA511942E8BE00D5809F /* WeiboSDK.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; path = WeiboSDK.bundle; sourceTree = ""; }; + 1895DA521942E8BE00D5809F /* WeiboSDK.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WeiboSDK.h; sourceTree = ""; }; + 1895DA551942FD5000D5809F /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = System/Library/Frameworks/AudioToolbox.framework; sourceTree = SDKROOT; }; + 1895DA571942FE8000D5809F /* swipSound.caf */ = {isa = PBXFileReference; lastKnownFileType = file; path = swipSound.caf; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + 1859EA2719419F470004AAC7 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 159F3F07194586FC009C7558 /* libWeiboSDK.a in Frameworks */, + 1895DA561942FD5000D5809F /* AudioToolbox.framework in Frameworks */, + 1859EA3019419F470004AAC7 /* CoreGraphics.framework in Frameworks */, + 1859EA3219419F470004AAC7 /* UIKit.framework in Frameworks */, + 1859EA2E19419F470004AAC7 /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 1859EA4219419F470004AAC7 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 1859EA4719419F470004AAC7 /* XCTest.framework in Frameworks */, + 1859EA4919419F470004AAC7 /* UIKit.framework in Frameworks */, + 1859EA4819419F470004AAC7 /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + 1859EA2119419F470004AAC7 = { + isa = PBXGroup; + children = ( + 1859EA3319419F470004AAC7 /* my2048 */, + 1859EA4C19419F470004AAC7 /* my2048Tests */, + 1859EA2C19419F470004AAC7 /* Frameworks */, + 1859EA2B19419F470004AAC7 /* Products */, + ); + sourceTree = ""; + }; + 1859EA2B19419F470004AAC7 /* Products */ = { + isa = PBXGroup; + children = ( + 1859EA2A19419F470004AAC7 /* my2048.app */, + 1859EA4519419F470004AAC7 /* my2048Tests.xctest */, + ); + name = Products; + sourceTree = ""; + }; + 1859EA2C19419F470004AAC7 /* Frameworks */ = { + isa = PBXGroup; + children = ( + 1895DA551942FD5000D5809F /* AudioToolbox.framework */, + 1859EA2D19419F470004AAC7 /* Foundation.framework */, + 1859EA2F19419F470004AAC7 /* CoreGraphics.framework */, + 1859EA3119419F470004AAC7 /* UIKit.framework */, + 1859EA4619419F470004AAC7 /* XCTest.framework */, + ); + name = Frameworks; + sourceTree = ""; + }; + 1859EA3319419F470004AAC7 /* my2048 */ = { + isa = PBXGroup; + children = ( + 1895DA571942FE8000D5809F /* swipSound.caf */, + 1895DA4F1942E8BE00D5809F /* libWeiboSDK */, + 1859EA3C19419F470004AAC7 /* CLAppDelegate.h */, + 1859EA3D19419F470004AAC7 /* CLAppDelegate.m */, + 1859EA5C19419F680004AAC7 /* CLMainViewController.h */, + 1859EA5D19419F680004AAC7 /* CLMainViewController.m */, + 1859EA5E19419F680004AAC7 /* CLMainViewController.xib */, + 1859EA6619419FBD0004AAC7 /* CLLuckyLabel.h */, + 1859EA6719419FBD0004AAC7 /* CLLuckyLabel.m */, + 1859EA3F19419F470004AAC7 /* Images.xcassets */, + 1859EA3419419F470004AAC7 /* Supporting Files */, + ); + path = my2048; + sourceTree = ""; + }; + 1859EA3419419F470004AAC7 /* Supporting Files */ = { + isa = PBXGroup; + children = ( + 1859EA3519419F470004AAC7 /* my2048-Info.plist */, + 1859EA3619419F470004AAC7 /* InfoPlist.strings */, + 1859EA3919419F470004AAC7 /* main.m */, + 1859EA3B19419F470004AAC7 /* my2048-Prefix.pch */, + ); + name = "Supporting Files"; + sourceTree = ""; + }; + 1859EA4C19419F470004AAC7 /* my2048Tests */ = { + isa = PBXGroup; + children = ( + 1859EA5219419F470004AAC7 /* my2048Tests.m */, + 1859EA4D19419F470004AAC7 /* Supporting Files */, + ); + path = my2048Tests; + sourceTree = ""; + }; + 1859EA4D19419F470004AAC7 /* Supporting Files */ = { + isa = PBXGroup; + children = ( + 1859EA4E19419F470004AAC7 /* my2048Tests-Info.plist */, + 1859EA4F19419F470004AAC7 /* InfoPlist.strings */, + ); + name = "Supporting Files"; + sourceTree = ""; + }; + 1895DA4F1942E8BE00D5809F /* libWeiboSDK */ = { + isa = PBXGroup; + children = ( + 1895DA501942E8BE00D5809F /* libWeiboSDK.a */, + 1895DA511942E8BE00D5809F /* WeiboSDK.bundle */, + 1895DA521942E8BE00D5809F /* WeiboSDK.h */, + ); + path = libWeiboSDK; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXNativeTarget section */ + 1859EA2919419F470004AAC7 /* my2048 */ = { + isa = PBXNativeTarget; + buildConfigurationList = 1859EA5619419F470004AAC7 /* Build configuration list for PBXNativeTarget "my2048" */; + buildPhases = ( + 1859EA2619419F470004AAC7 /* Sources */, + 1859EA2719419F470004AAC7 /* Frameworks */, + 1859EA2819419F470004AAC7 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = my2048; + productName = my2048; + productReference = 1859EA2A19419F470004AAC7 /* my2048.app */; + productType = "com.apple.product-type.application"; + }; + 1859EA4419419F470004AAC7 /* my2048Tests */ = { + isa = PBXNativeTarget; + buildConfigurationList = 1859EA5919419F470004AAC7 /* Build configuration list for PBXNativeTarget "my2048Tests" */; + buildPhases = ( + 1859EA4119419F470004AAC7 /* Sources */, + 1859EA4219419F470004AAC7 /* Frameworks */, + 1859EA4319419F470004AAC7 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + 1859EA4B19419F470004AAC7 /* PBXTargetDependency */, + ); + name = my2048Tests; + productName = my2048Tests; + productReference = 1859EA4519419F470004AAC7 /* my2048Tests.xctest */; + productType = "com.apple.product-type.bundle.unit-test"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + 1859EA2219419F470004AAC7 /* Project object */ = { + isa = PBXProject; + attributes = { + CLASSPREFIX = CL; + LastUpgradeCheck = 0500; + ORGANIZATIONNAME = "Felix M Lannister"; + TargetAttributes = { + 1859EA4419419F470004AAC7 = { + TestTargetID = 1859EA2919419F470004AAC7; + }; + }; + }; + buildConfigurationList = 1859EA2519419F470004AAC7 /* Build configuration list for PBXProject "my2048" */; + compatibilityVersion = "Xcode 3.2"; + developmentRegion = English; + hasScannedForEncodings = 0; + knownRegions = ( + en, + ); + mainGroup = 1859EA2119419F470004AAC7; + productRefGroup = 1859EA2B19419F470004AAC7 /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + 1859EA2919419F470004AAC7 /* my2048 */, + 1859EA4419419F470004AAC7 /* my2048Tests */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + 1859EA2819419F470004AAC7 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 1859EA6019419F680004AAC7 /* CLMainViewController.xib in Resources */, + 1859EA3819419F470004AAC7 /* InfoPlist.strings in Resources */, + 1859EA4019419F470004AAC7 /* Images.xcassets in Resources */, + 1895DA541942E8BE00D5809F /* WeiboSDK.bundle in Resources */, + 1895DA581942FE8000D5809F /* swipSound.caf in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 1859EA4319419F470004AAC7 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 1859EA5119419F470004AAC7 /* InfoPlist.strings in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + 1859EA2619419F470004AAC7 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 1859EA6819419FBD0004AAC7 /* CLLuckyLabel.m in Sources */, + 1859EA5F19419F680004AAC7 /* CLMainViewController.m in Sources */, + 1859EA3A19419F470004AAC7 /* main.m in Sources */, + 1859EA3E19419F470004AAC7 /* CLAppDelegate.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 1859EA4119419F470004AAC7 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 1859EA5319419F470004AAC7 /* my2048Tests.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXTargetDependency section */ + 1859EA4B19419F470004AAC7 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = 1859EA2919419F470004AAC7 /* my2048 */; + targetProxy = 1859EA4A19419F470004AAC7 /* PBXContainerItemProxy */; + }; +/* End PBXTargetDependency section */ + +/* Begin PBXVariantGroup section */ + 1859EA3619419F470004AAC7 /* InfoPlist.strings */ = { + isa = PBXVariantGroup; + children = ( + 1859EA3719419F470004AAC7 /* en */, + ); + name = InfoPlist.strings; + sourceTree = ""; + }; + 1859EA4F19419F470004AAC7 /* InfoPlist.strings */ = { + isa = PBXVariantGroup; + children = ( + 1859EA5019419F470004AAC7 /* en */, + ); + name = InfoPlist.strings; + sourceTree = ""; + }; +/* End PBXVariantGroup section */ + +/* Begin XCBuildConfiguration section */ + 1859EA5419419F470004AAC7 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = "$(ARCHS_STANDARD_INCLUDING_64_BIT)"; + 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; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 7.0; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = iphoneos; + }; + name = Debug; + }; + 1859EA5519419F470004AAC7 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = "$(ARCHS_STANDARD_INCLUDING_64_BIT)"; + 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; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 7.0; + SDKROOT = iphoneos; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 1859EA5719419F470004AAC7 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "my2048/my2048-Prefix.pch"; + INFOPLIST_FILE = "my2048/my2048-Info.plist"; + LIBRARY_SEARCH_PATHS = ( + "$(inherited)", + ./my2048/libWeiboSDK, + ); + PRODUCT_NAME = "$(TARGET_NAME)"; + WRAPPER_EXTENSION = app; + }; + name = Debug; + }; + 1859EA5819419F470004AAC7 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "my2048/my2048-Prefix.pch"; + INFOPLIST_FILE = "my2048/my2048-Info.plist"; + LIBRARY_SEARCH_PATHS = ( + "$(inherited)", + ./my2048/libWeiboSDK, + ); + PRODUCT_NAME = "$(TARGET_NAME)"; + WRAPPER_EXTENSION = app; + }; + name = Release; + }; + 1859EA5A19419F470004AAC7 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = "$(ARCHS_STANDARD_INCLUDING_64_BIT)"; + BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/my2048.app/my2048"; + FRAMEWORK_SEARCH_PATHS = ( + "$(SDKROOT)/Developer/Library/Frameworks", + "$(inherited)", + "$(DEVELOPER_FRAMEWORKS_DIR)", + ); + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "my2048/my2048-Prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "DEBUG=1", + "$(inherited)", + ); + INFOPLIST_FILE = "my2048Tests/my2048Tests-Info.plist"; + PRODUCT_NAME = "$(TARGET_NAME)"; + TEST_HOST = "$(BUNDLE_LOADER)"; + WRAPPER_EXTENSION = xctest; + }; + name = Debug; + }; + 1859EA5B19419F470004AAC7 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = "$(ARCHS_STANDARD_INCLUDING_64_BIT)"; + BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/my2048.app/my2048"; + FRAMEWORK_SEARCH_PATHS = ( + "$(SDKROOT)/Developer/Library/Frameworks", + "$(inherited)", + "$(DEVELOPER_FRAMEWORKS_DIR)", + ); + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "my2048/my2048-Prefix.pch"; + INFOPLIST_FILE = "my2048Tests/my2048Tests-Info.plist"; + PRODUCT_NAME = "$(TARGET_NAME)"; + TEST_HOST = "$(BUNDLE_LOADER)"; + WRAPPER_EXTENSION = xctest; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 1859EA2519419F470004AAC7 /* Build configuration list for PBXProject "my2048" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 1859EA5419419F470004AAC7 /* Debug */, + 1859EA5519419F470004AAC7 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 1859EA5619419F470004AAC7 /* Build configuration list for PBXNativeTarget "my2048" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 1859EA5719419F470004AAC7 /* Debug */, + 1859EA5819419F470004AAC7 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 1859EA5919419F470004AAC7 /* Build configuration list for PBXNativeTarget "my2048Tests" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 1859EA5A19419F470004AAC7 /* Debug */, + 1859EA5B19419F470004AAC7 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; +/* End XCConfigurationList section */ + }; + rootObject = 1859EA2219419F470004AAC7 /* Project object */; +} diff --git "a/nb15074\345\210\230\346\272\242\350\276\211/IOS\345\244\247\344\275\234\344\270\232/my2048.xcodeproj/project.xcworkspace/contents.xcworkspacedata" "b/nb15074\345\210\230\346\272\242\350\276\211/IOS\345\244\247\344\275\234\344\270\232/my2048.xcodeproj/project.xcworkspace/contents.xcworkspacedata" new file mode 100644 index 00000000..185a5f10 --- /dev/null +++ "b/nb15074\345\210\230\346\272\242\350\276\211/IOS\345\244\247\344\275\234\344\270\232/my2048.xcodeproj/project.xcworkspace/contents.xcworkspacedata" @@ -0,0 +1,7 @@ + + + + + diff --git "a/nb15074\345\210\230\346\272\242\350\276\211/IOS\345\244\247\344\275\234\344\270\232/my2048Tests/en.lproj/InfoPlist.strings" "b/nb15074\345\210\230\346\272\242\350\276\211/IOS\345\244\247\344\275\234\344\270\232/my2048Tests/en.lproj/InfoPlist.strings" new file mode 100644 index 00000000..477b28ff --- /dev/null +++ "b/nb15074\345\210\230\346\272\242\350\276\211/IOS\345\244\247\344\275\234\344\270\232/my2048Tests/en.lproj/InfoPlist.strings" @@ -0,0 +1,2 @@ +/* Localized versions of Info.plist keys */ + diff --git "a/nb15074\345\210\230\346\272\242\350\276\211/IOS\345\244\247\344\275\234\344\270\232/my2048Tests/my2048Tests-Info.plist" "b/nb15074\345\210\230\346\272\242\350\276\211/IOS\345\244\247\344\275\234\344\270\232/my2048Tests/my2048Tests-Info.plist" new file mode 100644 index 00000000..c816dddb --- /dev/null +++ "b/nb15074\345\210\230\346\272\242\350\276\211/IOS\345\244\247\344\275\234\344\270\232/my2048Tests/my2048Tests-Info.plist" @@ -0,0 +1,33 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIdentifier + com.billioniare.${PRODUCT_NAME:rfc1034identifier} + CFBundleInfoDictionaryVersion + 6.0 + CFBundlePackageType + BNDL + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + 1 + CFBundleURLTypes + + + CFBundleURLSchemes + + wb2500021022 + + CFBundleURLName + + + + + diff --git "a/nb15074\345\210\230\346\272\242\350\276\211/IOS\345\244\247\344\275\234\344\270\232/my2048Tests/my2048Tests.m" "b/nb15074\345\210\230\346\272\242\350\276\211/IOS\345\244\247\344\275\234\344\270\232/my2048Tests/my2048Tests.m" new file mode 100644 index 00000000..fdcfb5e3 --- /dev/null +++ "b/nb15074\345\210\230\346\272\242\350\276\211/IOS\345\244\247\344\275\234\344\270\232/my2048Tests/my2048Tests.m" @@ -0,0 +1,34 @@ +// +// my2048Tests.m +// my2048Tests +// +// Created by LYH on 15/12/29. +// Copyright © 2015年 LYH. All rights reserved. +// + +#import + +@interface my2048Tests : XCTestCase + +@end + +@implementation my2048Tests + +- (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 +{ + XCTFail(@"No implementation for \"%s\"", __PRETTY_FUNCTION__); +} + +@end