commit ed4f4c99152a540c9f7c00c794ea2ebaa0d0940a Author: Damiaan Dufaux Date: Sat Jul 29 11:44:03 2017 +0200 Initial Commit diff --git a/MsgPack.xcodeproj/project.pbxproj b/MsgPack.xcodeproj/project.pbxproj new file mode 100644 index 0000000..b29f089 --- /dev/null +++ b/MsgPack.xcodeproj/project.pbxproj @@ -0,0 +1,430 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 48; + objects = { + +/* Begin PBXBuildFile section */ + 74FA3B501F2C9060005CE521 /* MsgPack.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 74FA3B461F2C9060005CE521 /* MsgPack.framework */; }; + 74FA3B551F2C9060005CE521 /* MsgPackTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74FA3B541F2C9060005CE521 /* MsgPackTests.swift */; }; + 74FA3B571F2C9060005CE521 /* MsgPack.h in Headers */ = {isa = PBXBuildFile; fileRef = 74FA3B491F2C9060005CE521 /* MsgPack.h */; settings = {ATTRIBUTES = (Public, ); }; }; +/* End PBXBuildFile section */ + +/* Begin PBXContainerItemProxy section */ + 74FA3B511F2C9060005CE521 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 74FA3B3D1F2C9060005CE521 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 74FA3B451F2C9060005CE521; + remoteInfo = MsgPack; + }; +/* End PBXContainerItemProxy section */ + +/* Begin PBXFileReference section */ + 74FA3B461F2C9060005CE521 /* MsgPack.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = MsgPack.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 74FA3B491F2C9060005CE521 /* MsgPack.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MsgPack.h; sourceTree = ""; }; + 74FA3B4A1F2C9060005CE521 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 74FA3B4F1F2C9060005CE521 /* MsgPackTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = MsgPackTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; + 74FA3B541F2C9060005CE521 /* MsgPackTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MsgPackTests.swift; sourceTree = ""; }; + 74FA3B561F2C9060005CE521 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + 74FA3B421F2C9060005CE521 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 74FA3B4C1F2C9060005CE521 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 74FA3B501F2C9060005CE521 /* MsgPack.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + 74FA3B3C1F2C9060005CE521 = { + isa = PBXGroup; + children = ( + 74FA3B481F2C9060005CE521 /* MsgPack */, + 74FA3B531F2C9060005CE521 /* MsgPackTests */, + 74FA3B471F2C9060005CE521 /* Products */, + ); + sourceTree = ""; + }; + 74FA3B471F2C9060005CE521 /* Products */ = { + isa = PBXGroup; + children = ( + 74FA3B461F2C9060005CE521 /* MsgPack.framework */, + 74FA3B4F1F2C9060005CE521 /* MsgPackTests.xctest */, + ); + name = Products; + sourceTree = ""; + }; + 74FA3B481F2C9060005CE521 /* MsgPack */ = { + isa = PBXGroup; + children = ( + 74FA3B491F2C9060005CE521 /* MsgPack.h */, + 74FA3B4A1F2C9060005CE521 /* Info.plist */, + ); + path = MsgPack; + sourceTree = ""; + }; + 74FA3B531F2C9060005CE521 /* MsgPackTests */ = { + isa = PBXGroup; + children = ( + 74FA3B541F2C9060005CE521 /* MsgPackTests.swift */, + 74FA3B561F2C9060005CE521 /* Info.plist */, + ); + path = MsgPackTests; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXHeadersBuildPhase section */ + 74FA3B431F2C9060005CE521 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 74FA3B571F2C9060005CE521 /* MsgPack.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXHeadersBuildPhase section */ + +/* Begin PBXNativeTarget section */ + 74FA3B451F2C9060005CE521 /* MsgPack */ = { + isa = PBXNativeTarget; + buildConfigurationList = 74FA3B5A1F2C9060005CE521 /* Build configuration list for PBXNativeTarget "MsgPack" */; + buildPhases = ( + 74FA3B411F2C9060005CE521 /* Sources */, + 74FA3B421F2C9060005CE521 /* Frameworks */, + 74FA3B431F2C9060005CE521 /* Headers */, + 74FA3B441F2C9060005CE521 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = MsgPack; + productName = MsgPack; + productReference = 74FA3B461F2C9060005CE521 /* MsgPack.framework */; + productType = "com.apple.product-type.framework"; + }; + 74FA3B4E1F2C9060005CE521 /* MsgPackTests */ = { + isa = PBXNativeTarget; + buildConfigurationList = 74FA3B5D1F2C9060005CE521 /* Build configuration list for PBXNativeTarget "MsgPackTests" */; + buildPhases = ( + 74FA3B4B1F2C9060005CE521 /* Sources */, + 74FA3B4C1F2C9060005CE521 /* Frameworks */, + 74FA3B4D1F2C9060005CE521 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + 74FA3B521F2C9060005CE521 /* PBXTargetDependency */, + ); + name = MsgPackTests; + productName = MsgPackTests; + productReference = 74FA3B4F1F2C9060005CE521 /* MsgPackTests.xctest */; + productType = "com.apple.product-type.bundle.unit-test"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + 74FA3B3D1F2C9060005CE521 /* Project object */ = { + isa = PBXProject; + attributes = { + LastSwiftUpdateCheck = 0900; + LastUpgradeCheck = 0900; + ORGANIZATIONNAME = dPro; + TargetAttributes = { + 74FA3B451F2C9060005CE521 = { + CreatedOnToolsVersion = 9.0; + }; + 74FA3B4E1F2C9060005CE521 = { + CreatedOnToolsVersion = 9.0; + }; + }; + }; + buildConfigurationList = 74FA3B401F2C9060005CE521 /* Build configuration list for PBXProject "MsgPack" */; + compatibilityVersion = "Xcode 8.0"; + developmentRegion = en; + hasScannedForEncodings = 0; + knownRegions = ( + en, + ); + mainGroup = 74FA3B3C1F2C9060005CE521; + productRefGroup = 74FA3B471F2C9060005CE521 /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + 74FA3B451F2C9060005CE521 /* MsgPack */, + 74FA3B4E1F2C9060005CE521 /* MsgPackTests */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + 74FA3B441F2C9060005CE521 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 74FA3B4D1F2C9060005CE521 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + 74FA3B411F2C9060005CE521 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 74FA3B4B1F2C9060005CE521 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 74FA3B551F2C9060005CE521 /* MsgPackTests.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXTargetDependency section */ + 74FA3B521F2C9060005CE521 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = 74FA3B451F2C9060005CE521 /* MsgPack */; + targetProxy = 74FA3B511F2C9060005CE521 /* PBXContainerItemProxy */; + }; +/* End PBXTargetDependency section */ + +/* Begin XCBuildConfiguration section */ + 74FA3B581F2C9060005CE521 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_ANALYZER_NONNULL = YES; + CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_DOCUMENTATION_COMMENTS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + CODE_SIGN_IDENTITY = "Mac 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 = gnu11; + 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; + MACOSX_DEPLOYMENT_TARGET = 10.12; + MTL_ENABLE_DEBUG_INFO = YES; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = macosx; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; + 74FA3B591F2C9060005CE521 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_ANALYZER_NONNULL = YES; + CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_DOCUMENTATION_COMMENTS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + CODE_SIGN_IDENTITY = "Mac 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 = gnu11; + 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; + MACOSX_DEPLOYMENT_TARGET = 10.12; + MTL_ENABLE_DEBUG_INFO = NO; + SDKROOT = macosx; + SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; + 74FA3B5B1F2C9060005CE521 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + CODE_SIGN_IDENTITY = ""; + COMBINE_HIDPI_IMAGES = YES; + DEFINES_MODULE = YES; + DEVELOPMENT_TEAM = 7TD9A665TC; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + FRAMEWORK_VERSION = A; + INFOPLIST_FILE = MsgPack/Info.plist; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks"; + PRODUCT_BUNDLE_IDENTIFIER = com.devian.MsgPack; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + SKIP_INSTALL = YES; + SWIFT_VERSION = 4.0; + }; + name = Debug; + }; + 74FA3B5C1F2C9060005CE521 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + CODE_SIGN_IDENTITY = ""; + COMBINE_HIDPI_IMAGES = YES; + DEFINES_MODULE = YES; + DEVELOPMENT_TEAM = 7TD9A665TC; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + FRAMEWORK_VERSION = A; + INFOPLIST_FILE = MsgPack/Info.plist; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks"; + PRODUCT_BUNDLE_IDENTIFIER = com.devian.MsgPack; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + SKIP_INSTALL = YES; + SWIFT_VERSION = 4.0; + }; + name = Release; + }; + 74FA3B5E1F2C9060005CE521 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + COMBINE_HIDPI_IMAGES = YES; + DEVELOPMENT_TEAM = 7TD9A665TC; + INFOPLIST_FILE = MsgPackTests/Info.plist; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks"; + PRODUCT_BUNDLE_IDENTIFIER = com.devian.MsgPackTests; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_VERSION = 4.0; + }; + name = Debug; + }; + 74FA3B5F1F2C9060005CE521 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + COMBINE_HIDPI_IMAGES = YES; + DEVELOPMENT_TEAM = 7TD9A665TC; + INFOPLIST_FILE = MsgPackTests/Info.plist; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks"; + PRODUCT_BUNDLE_IDENTIFIER = com.devian.MsgPackTests; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_VERSION = 4.0; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 74FA3B401F2C9060005CE521 /* Build configuration list for PBXProject "MsgPack" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 74FA3B581F2C9060005CE521 /* Debug */, + 74FA3B591F2C9060005CE521 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 74FA3B5A1F2C9060005CE521 /* Build configuration list for PBXNativeTarget "MsgPack" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 74FA3B5B1F2C9060005CE521 /* Debug */, + 74FA3B5C1F2C9060005CE521 /* Release */, + ); + defaultConfigurationIsVisible = 0; + }; + 74FA3B5D1F2C9060005CE521 /* Build configuration list for PBXNativeTarget "MsgPackTests" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 74FA3B5E1F2C9060005CE521 /* Debug */, + 74FA3B5F1F2C9060005CE521 /* Release */, + ); + defaultConfigurationIsVisible = 0; + }; +/* End XCConfigurationList section */ + }; + rootObject = 74FA3B3D1F2C9060005CE521 /* Project object */; +} diff --git a/MsgPack.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/MsgPack.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100644 index 0000000..73c3dc4 --- /dev/null +++ b/MsgPack.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/MsgPack.xcodeproj/xcuserdata/damiaan.xcuserdatad/xcschemes/xcschememanagement.plist b/MsgPack.xcodeproj/xcuserdata/damiaan.xcuserdatad/xcschemes/xcschememanagement.plist new file mode 100644 index 0000000..78f7478 --- /dev/null +++ b/MsgPack.xcodeproj/xcuserdata/damiaan.xcuserdatad/xcschemes/xcschememanagement.plist @@ -0,0 +1,14 @@ + + + + + SchemeUserState + + MsgPack.xcscheme + + orderHint + 0 + + + + diff --git a/MsgPack/Info.plist b/MsgPack/Info.plist new file mode 100644 index 0000000..6ed6d3a --- /dev/null +++ b/MsgPack/Info.plist @@ -0,0 +1,26 @@ + + + + + CFBundleDevelopmentRegion + $(DEVELOPMENT_LANGUAGE) + CFBundleExecutable + $(EXECUTABLE_NAME) + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + $(PRODUCT_NAME) + CFBundlePackageType + FMWK + CFBundleShortVersionString + 1.0 + CFBundleVersion + $(CURRENT_PROJECT_VERSION) + NSHumanReadableCopyright + Copyright © 2017 dPro. All rights reserved. + NSPrincipalClass + + + diff --git a/MsgPack/MsgPack.h b/MsgPack/MsgPack.h new file mode 100644 index 0000000..753942d --- /dev/null +++ b/MsgPack/MsgPack.h @@ -0,0 +1,19 @@ +// +// MsgPack.h +// MsgPack +// +// Created by Damiaan on 29/07/17. +// Copyright © 2017 dPro. All rights reserved. +// + +#import + +//! Project version number for MsgPack. +FOUNDATION_EXPORT double MsgPackVersionNumber; + +//! Project version string for MsgPack. +FOUNDATION_EXPORT const unsigned char MsgPackVersionString[]; + +// In this header, you should import all the public headers of your framework using statements like #import + + diff --git a/MsgPackTests/Info.plist b/MsgPackTests/Info.plist new file mode 100644 index 0000000..6c40a6c --- /dev/null +++ b/MsgPackTests/Info.plist @@ -0,0 +1,22 @@ + + + + + CFBundleDevelopmentRegion + $(DEVELOPMENT_LANGUAGE) + CFBundleExecutable + $(EXECUTABLE_NAME) + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + $(PRODUCT_NAME) + CFBundlePackageType + BNDL + CFBundleShortVersionString + 1.0 + CFBundleVersion + 1 + + diff --git a/MsgPackTests/MsgPackTests.swift b/MsgPackTests/MsgPackTests.swift new file mode 100644 index 0000000..a75b7db --- /dev/null +++ b/MsgPackTests/MsgPackTests.swift @@ -0,0 +1,36 @@ +// +// MsgPackTests.swift +// MsgPackTests +// +// Created by Damiaan on 29/07/17. +// Copyright © 2017 dPro. All rights reserved. +// + +import XCTest +@testable import MsgPack + +class MsgPackTests: 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.measure { + // Put the code you want to measure the time of here. + } + } + +}