From e654449d63b986cea238bfa6c97f56972aa024b5 Mon Sep 17 00:00:00 2001 From: kyyamagu Date: Tue, 29 Dec 2015 17:13:37 +0900 Subject: [PATCH] Initial Commit --- .../project.pbxproj | 391 ++++++++++++++++++ .../contents.xcworkspacedata | 7 + .../xcschemes/KYNavigationProgress.xcscheme | 99 +++++ .../xcschemes/xcschememanagement.plist | 27 ++ KYNavigationProgress/Info.plist | 26 ++ KYNavigationProgress/KYNavigationProgress.h | 19 + KYNavigationProgressTests/Info.plist | 24 ++ .../KYNavigationProgressTests.swift | 36 ++ 8 files changed, 629 insertions(+) create mode 100644 KYNavigationProgress.xcodeproj/project.pbxproj create mode 100644 KYNavigationProgress.xcodeproj/project.xcworkspace/contents.xcworkspacedata create mode 100644 KYNavigationProgress.xcodeproj/xcuserdata/01012237.xcuserdatad/xcschemes/KYNavigationProgress.xcscheme create mode 100644 KYNavigationProgress.xcodeproj/xcuserdata/01012237.xcuserdatad/xcschemes/xcschememanagement.plist create mode 100644 KYNavigationProgress/Info.plist create mode 100644 KYNavigationProgress/KYNavigationProgress.h create mode 100644 KYNavigationProgressTests/Info.plist create mode 100644 KYNavigationProgressTests/KYNavigationProgressTests.swift diff --git a/KYNavigationProgress.xcodeproj/project.pbxproj b/KYNavigationProgress.xcodeproj/project.pbxproj new file mode 100644 index 0000000..f9bb3b7 --- /dev/null +++ b/KYNavigationProgress.xcodeproj/project.pbxproj @@ -0,0 +1,391 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 46; + objects = { + +/* Begin PBXBuildFile section */ + C2A91C171C32782F006D1CAE /* KYNavigationProgress.h in Headers */ = {isa = PBXBuildFile; fileRef = C2A91C161C32782F006D1CAE /* KYNavigationProgress.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C2A91C1E1C32782F006D1CAE /* KYNavigationProgress.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C2A91C131C32782F006D1CAE /* KYNavigationProgress.framework */; }; + C2A91C231C32782F006D1CAE /* KYNavigationProgressTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C2A91C221C32782F006D1CAE /* KYNavigationProgressTests.swift */; }; +/* End PBXBuildFile section */ + +/* Begin PBXContainerItemProxy section */ + C2A91C1F1C32782F006D1CAE /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = C2A91C0A1C32782F006D1CAE /* Project object */; + proxyType = 1; + remoteGlobalIDString = C2A91C121C32782F006D1CAE; + remoteInfo = KYNavigationProgress; + }; +/* End PBXContainerItemProxy section */ + +/* Begin PBXFileReference section */ + C2A91C131C32782F006D1CAE /* KYNavigationProgress.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = KYNavigationProgress.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + C2A91C161C32782F006D1CAE /* KYNavigationProgress.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = KYNavigationProgress.h; sourceTree = ""; }; + C2A91C181C32782F006D1CAE /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + C2A91C1D1C32782F006D1CAE /* KYNavigationProgressTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = KYNavigationProgressTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; + C2A91C221C32782F006D1CAE /* KYNavigationProgressTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KYNavigationProgressTests.swift; sourceTree = ""; }; + C2A91C241C32782F006D1CAE /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + C2A91C0F1C32782F006D1CAE /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + C2A91C1A1C32782F006D1CAE /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + C2A91C1E1C32782F006D1CAE /* KYNavigationProgress.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + C2A91C091C32782F006D1CAE = { + isa = PBXGroup; + children = ( + C2A91C151C32782F006D1CAE /* KYNavigationProgress */, + C2A91C211C32782F006D1CAE /* KYNavigationProgressTests */, + C2A91C141C32782F006D1CAE /* Products */, + ); + sourceTree = ""; + }; + C2A91C141C32782F006D1CAE /* Products */ = { + isa = PBXGroup; + children = ( + C2A91C131C32782F006D1CAE /* KYNavigationProgress.framework */, + C2A91C1D1C32782F006D1CAE /* KYNavigationProgressTests.xctest */, + ); + name = Products; + sourceTree = ""; + }; + C2A91C151C32782F006D1CAE /* KYNavigationProgress */ = { + isa = PBXGroup; + children = ( + C2A91C161C32782F006D1CAE /* KYNavigationProgress.h */, + C2A91C181C32782F006D1CAE /* Info.plist */, + ); + path = KYNavigationProgress; + sourceTree = ""; + }; + C2A91C211C32782F006D1CAE /* KYNavigationProgressTests */ = { + isa = PBXGroup; + children = ( + C2A91C221C32782F006D1CAE /* KYNavigationProgressTests.swift */, + C2A91C241C32782F006D1CAE /* Info.plist */, + ); + path = KYNavigationProgressTests; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXHeadersBuildPhase section */ + C2A91C101C32782F006D1CAE /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + C2A91C171C32782F006D1CAE /* KYNavigationProgress.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXHeadersBuildPhase section */ + +/* Begin PBXNativeTarget section */ + C2A91C121C32782F006D1CAE /* KYNavigationProgress */ = { + isa = PBXNativeTarget; + buildConfigurationList = C2A91C271C32782F006D1CAE /* Build configuration list for PBXNativeTarget "KYNavigationProgress" */; + buildPhases = ( + C2A91C0E1C32782F006D1CAE /* Sources */, + C2A91C0F1C32782F006D1CAE /* Frameworks */, + C2A91C101C32782F006D1CAE /* Headers */, + C2A91C111C32782F006D1CAE /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = KYNavigationProgress; + productName = KYNavigationProgress; + productReference = C2A91C131C32782F006D1CAE /* KYNavigationProgress.framework */; + productType = "com.apple.product-type.framework"; + }; + C2A91C1C1C32782F006D1CAE /* KYNavigationProgressTests */ = { + isa = PBXNativeTarget; + buildConfigurationList = C2A91C2A1C32782F006D1CAE /* Build configuration list for PBXNativeTarget "KYNavigationProgressTests" */; + buildPhases = ( + C2A91C191C32782F006D1CAE /* Sources */, + C2A91C1A1C32782F006D1CAE /* Frameworks */, + C2A91C1B1C32782F006D1CAE /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + C2A91C201C32782F006D1CAE /* PBXTargetDependency */, + ); + name = KYNavigationProgressTests; + productName = KYNavigationProgressTests; + productReference = C2A91C1D1C32782F006D1CAE /* KYNavigationProgressTests.xctest */; + productType = "com.apple.product-type.bundle.unit-test"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + C2A91C0A1C32782F006D1CAE /* Project object */ = { + isa = PBXProject; + attributes = { + LastSwiftUpdateCheck = 0720; + LastUpgradeCheck = 0720; + ORGANIZATIONNAME = kyo__hei; + TargetAttributes = { + C2A91C121C32782F006D1CAE = { + CreatedOnToolsVersion = 7.2; + }; + C2A91C1C1C32782F006D1CAE = { + CreatedOnToolsVersion = 7.2; + }; + }; + }; + buildConfigurationList = C2A91C0D1C32782F006D1CAE /* Build configuration list for PBXProject "KYNavigationProgress" */; + compatibilityVersion = "Xcode 3.2"; + developmentRegion = English; + hasScannedForEncodings = 0; + knownRegions = ( + en, + ); + mainGroup = C2A91C091C32782F006D1CAE; + productRefGroup = C2A91C141C32782F006D1CAE /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + C2A91C121C32782F006D1CAE /* KYNavigationProgress */, + C2A91C1C1C32782F006D1CAE /* KYNavigationProgressTests */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + C2A91C111C32782F006D1CAE /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + C2A91C1B1C32782F006D1CAE /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + C2A91C0E1C32782F006D1CAE /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + C2A91C191C32782F006D1CAE /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + C2A91C231C32782F006D1CAE /* KYNavigationProgressTests.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXTargetDependency section */ + C2A91C201C32782F006D1CAE /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = C2A91C121C32782F006D1CAE /* KYNavigationProgress */; + targetProxy = C2A91C1F1C32782F006D1CAE /* PBXContainerItemProxy */; + }; +/* End PBXTargetDependency section */ + +/* Begin XCBuildConfiguration section */ + C2A91C251C32782F006D1CAE /* 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; + CURRENT_PROJECT_VERSION = 1; + DEBUG_INFORMATION_FORMAT = dwarf; + ENABLE_STRICT_OBJC_MSGSEND = YES; + ENABLE_TESTABILITY = 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_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 = 9.2; + MTL_ENABLE_DEBUG_INFO = YES; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = iphoneos; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; + C2A91C261C32782F006D1CAE /* 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; + CURRENT_PROJECT_VERSION = 1; + 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 = 9.2; + MTL_ENABLE_DEBUG_INFO = NO; + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; + C2A91C281C32782F006D1CAE /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + INFOPLIST_FILE = KYNavigationProgress/Info.plist; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + PRODUCT_BUNDLE_IDENTIFIER = "com.kyo--hei.KYNavigationProgress"; + PRODUCT_NAME = "$(TARGET_NAME)"; + SKIP_INSTALL = YES; + }; + name = Debug; + }; + C2A91C291C32782F006D1CAE /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + INFOPLIST_FILE = KYNavigationProgress/Info.plist; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + PRODUCT_BUNDLE_IDENTIFIER = "com.kyo--hei.KYNavigationProgress"; + PRODUCT_NAME = "$(TARGET_NAME)"; + SKIP_INSTALL = YES; + }; + name = Release; + }; + C2A91C2B1C32782F006D1CAE /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + INFOPLIST_FILE = KYNavigationProgressTests/Info.plist; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + PRODUCT_BUNDLE_IDENTIFIER = "com.kyo--hei.KYNavigationProgressTests"; + PRODUCT_NAME = "$(TARGET_NAME)"; + }; + name = Debug; + }; + C2A91C2C1C32782F006D1CAE /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + INFOPLIST_FILE = KYNavigationProgressTests/Info.plist; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + PRODUCT_BUNDLE_IDENTIFIER = "com.kyo--hei.KYNavigationProgressTests"; + PRODUCT_NAME = "$(TARGET_NAME)"; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + C2A91C0D1C32782F006D1CAE /* Build configuration list for PBXProject "KYNavigationProgress" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + C2A91C251C32782F006D1CAE /* Debug */, + C2A91C261C32782F006D1CAE /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + C2A91C271C32782F006D1CAE /* Build configuration list for PBXNativeTarget "KYNavigationProgress" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + C2A91C281C32782F006D1CAE /* Debug */, + C2A91C291C32782F006D1CAE /* Release */, + ); + defaultConfigurationIsVisible = 0; + }; + C2A91C2A1C32782F006D1CAE /* Build configuration list for PBXNativeTarget "KYNavigationProgressTests" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + C2A91C2B1C32782F006D1CAE /* Debug */, + C2A91C2C1C32782F006D1CAE /* Release */, + ); + defaultConfigurationIsVisible = 0; + }; +/* End XCConfigurationList section */ + }; + rootObject = C2A91C0A1C32782F006D1CAE /* Project object */; +} diff --git a/KYNavigationProgress.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/KYNavigationProgress.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100644 index 0000000..9f4953b --- /dev/null +++ b/KYNavigationProgress.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/KYNavigationProgress.xcodeproj/xcuserdata/01012237.xcuserdatad/xcschemes/KYNavigationProgress.xcscheme b/KYNavigationProgress.xcodeproj/xcuserdata/01012237.xcuserdatad/xcschemes/KYNavigationProgress.xcscheme new file mode 100644 index 0000000..2701069 --- /dev/null +++ b/KYNavigationProgress.xcodeproj/xcuserdata/01012237.xcuserdatad/xcschemes/KYNavigationProgress.xcscheme @@ -0,0 +1,99 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/KYNavigationProgress.xcodeproj/xcuserdata/01012237.xcuserdatad/xcschemes/xcschememanagement.plist b/KYNavigationProgress.xcodeproj/xcuserdata/01012237.xcuserdatad/xcschemes/xcschememanagement.plist new file mode 100644 index 0000000..a71e032 --- /dev/null +++ b/KYNavigationProgress.xcodeproj/xcuserdata/01012237.xcuserdatad/xcschemes/xcschememanagement.plist @@ -0,0 +1,27 @@ + + + + + SchemeUserState + + KYNavigationProgress.xcscheme + + orderHint + 0 + + + SuppressBuildableAutocreation + + C2A91C121C32782F006D1CAE + + primary + + + C2A91C1C1C32782F006D1CAE + + primary + + + + + diff --git a/KYNavigationProgress/Info.plist b/KYNavigationProgress/Info.plist new file mode 100644 index 0000000..d3de8ee --- /dev/null +++ b/KYNavigationProgress/Info.plist @@ -0,0 +1,26 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + $(EXECUTABLE_NAME) + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + $(PRODUCT_NAME) + CFBundlePackageType + FMWK + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + $(CURRENT_PROJECT_VERSION) + NSPrincipalClass + + + diff --git a/KYNavigationProgress/KYNavigationProgress.h b/KYNavigationProgress/KYNavigationProgress.h new file mode 100644 index 0000000..f889f8d --- /dev/null +++ b/KYNavigationProgress/KYNavigationProgress.h @@ -0,0 +1,19 @@ +// +// KYNavigationProgress.h +// KYNavigationProgress +// +// Created by 山口 恭兵 on 2015/12/29. +// Copyright © 2015年 kyo__hei. All rights reserved. +// + +#import + +//! Project version number for KYNavigationProgress. +FOUNDATION_EXPORT double KYNavigationProgressVersionNumber; + +//! Project version string for KYNavigationProgress. +FOUNDATION_EXPORT const unsigned char KYNavigationProgressVersionString[]; + +// In this header, you should import all the public headers of your framework using statements like #import + + diff --git a/KYNavigationProgressTests/Info.plist b/KYNavigationProgressTests/Info.plist new file mode 100644 index 0000000..ba72822 --- /dev/null +++ b/KYNavigationProgressTests/Info.plist @@ -0,0 +1,24 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + $(EXECUTABLE_NAME) + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + $(PRODUCT_NAME) + CFBundlePackageType + BNDL + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + 1 + + diff --git a/KYNavigationProgressTests/KYNavigationProgressTests.swift b/KYNavigationProgressTests/KYNavigationProgressTests.swift new file mode 100644 index 0000000..0f0cd6f --- /dev/null +++ b/KYNavigationProgressTests/KYNavigationProgressTests.swift @@ -0,0 +1,36 @@ +// +// KYNavigationProgressTests.swift +// KYNavigationProgressTests +// +// Created by 山口 恭兵 on 2015/12/29. +// Copyright © 2015年 kyo__hei. All rights reserved. +// + +import XCTest +@testable import KYNavigationProgress + +class KYNavigationProgressTests: XCTestCase { + + override func setUp() { + super.setUp() + // Put setup code here. This method is called before the invocation of each test method in the class. + } + + override func tearDown() { + // Put teardown code here. This method is called after the invocation of each test method in the class. + super.tearDown() + } + + func testExample() { + // This is an example of a functional test case. + // Use XCTAssert and related functions to verify your tests produce the correct results. + } + + func testPerformanceExample() { + // This is an example of a performance test case. + self.measureBlock { + // Put the code you want to measure the time of here. + } + } + +}