diff --git a/CodableFirebase.xcodeproj/project.pbxproj b/CodableFirebase.xcodeproj/project.pbxproj new file mode 100644 index 0000000..911de73 --- /dev/null +++ b/CodableFirebase.xcodeproj/project.pbxproj @@ -0,0 +1,437 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 48; + objects = { + +/* Begin PBXBuildFile section */ + CE7DD3711F9CFA81000225C5 /* CodableFirebase.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CE7DD3671F9CFA81000225C5 /* CodableFirebase.framework */; }; + CE7DD3761F9CFA81000225C5 /* CodableFirebaseTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE7DD3751F9CFA81000225C5 /* CodableFirebaseTests.swift */; }; + CE7DD3781F9CFA81000225C5 /* CodableFirebase.h in Headers */ = {isa = PBXBuildFile; fileRef = CE7DD36A1F9CFA81000225C5 /* CodableFirebase.h */; settings = {ATTRIBUTES = (Public, ); }; }; +/* End PBXBuildFile section */ + +/* Begin PBXContainerItemProxy section */ + CE7DD3721F9CFA81000225C5 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = CE7DD35E1F9CFA80000225C5 /* Project object */; + proxyType = 1; + remoteGlobalIDString = CE7DD3661F9CFA81000225C5; + remoteInfo = CodableFirebase; + }; +/* End PBXContainerItemProxy section */ + +/* Begin PBXFileReference section */ + CE7DD3671F9CFA81000225C5 /* CodableFirebase.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = CodableFirebase.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + CE7DD36A1F9CFA81000225C5 /* CodableFirebase.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CodableFirebase.h; sourceTree = ""; }; + CE7DD36B1F9CFA81000225C5 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + CE7DD3701F9CFA81000225C5 /* CodableFirebaseTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = CodableFirebaseTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; + CE7DD3751F9CFA81000225C5 /* CodableFirebaseTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CodableFirebaseTests.swift; sourceTree = ""; }; + CE7DD3771F9CFA81000225C5 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + CE7DD3631F9CFA81000225C5 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + CE7DD36D1F9CFA81000225C5 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + CE7DD3711F9CFA81000225C5 /* CodableFirebase.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + CE7DD35D1F9CFA80000225C5 = { + isa = PBXGroup; + children = ( + CE7DD3691F9CFA81000225C5 /* CodableFirebase */, + CE7DD3741F9CFA81000225C5 /* CodableFirebaseTests */, + CE7DD3681F9CFA81000225C5 /* Products */, + ); + sourceTree = ""; + }; + CE7DD3681F9CFA81000225C5 /* Products */ = { + isa = PBXGroup; + children = ( + CE7DD3671F9CFA81000225C5 /* CodableFirebase.framework */, + CE7DD3701F9CFA81000225C5 /* CodableFirebaseTests.xctest */, + ); + name = Products; + sourceTree = ""; + }; + CE7DD3691F9CFA81000225C5 /* CodableFirebase */ = { + isa = PBXGroup; + children = ( + CE7DD36A1F9CFA81000225C5 /* CodableFirebase.h */, + CE7DD36B1F9CFA81000225C5 /* Info.plist */, + ); + path = CodableFirebase; + sourceTree = ""; + }; + CE7DD3741F9CFA81000225C5 /* CodableFirebaseTests */ = { + isa = PBXGroup; + children = ( + CE7DD3751F9CFA81000225C5 /* CodableFirebaseTests.swift */, + CE7DD3771F9CFA81000225C5 /* Info.plist */, + ); + path = CodableFirebaseTests; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXHeadersBuildPhase section */ + CE7DD3641F9CFA81000225C5 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + CE7DD3781F9CFA81000225C5 /* CodableFirebase.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXHeadersBuildPhase section */ + +/* Begin PBXNativeTarget section */ + CE7DD3661F9CFA81000225C5 /* CodableFirebase */ = { + isa = PBXNativeTarget; + buildConfigurationList = CE7DD37B1F9CFA81000225C5 /* Build configuration list for PBXNativeTarget "CodableFirebase" */; + buildPhases = ( + CE7DD3621F9CFA81000225C5 /* Sources */, + CE7DD3631F9CFA81000225C5 /* Frameworks */, + CE7DD3641F9CFA81000225C5 /* Headers */, + CE7DD3651F9CFA81000225C5 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = CodableFirebase; + productName = CodableFirebase; + productReference = CE7DD3671F9CFA81000225C5 /* CodableFirebase.framework */; + productType = "com.apple.product-type.framework"; + }; + CE7DD36F1F9CFA81000225C5 /* CodableFirebaseTests */ = { + isa = PBXNativeTarget; + buildConfigurationList = CE7DD37E1F9CFA81000225C5 /* Build configuration list for PBXNativeTarget "CodableFirebaseTests" */; + buildPhases = ( + CE7DD36C1F9CFA81000225C5 /* Sources */, + CE7DD36D1F9CFA81000225C5 /* Frameworks */, + CE7DD36E1F9CFA81000225C5 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + CE7DD3731F9CFA81000225C5 /* PBXTargetDependency */, + ); + name = CodableFirebaseTests; + productName = CodableFirebaseTests; + productReference = CE7DD3701F9CFA81000225C5 /* CodableFirebaseTests.xctest */; + productType = "com.apple.product-type.bundle.unit-test"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + CE7DD35E1F9CFA80000225C5 /* Project object */ = { + isa = PBXProject; + attributes = { + LastSwiftUpdateCheck = 0900; + LastUpgradeCheck = 0900; + ORGANIZATIONNAME = ViolentOctopus; + TargetAttributes = { + CE7DD3661F9CFA81000225C5 = { + CreatedOnToolsVersion = 9.0.1; + ProvisioningStyle = Automatic; + }; + CE7DD36F1F9CFA81000225C5 = { + CreatedOnToolsVersion = 9.0.1; + ProvisioningStyle = Automatic; + }; + }; + }; + buildConfigurationList = CE7DD3611F9CFA80000225C5 /* Build configuration list for PBXProject "CodableFirebase" */; + compatibilityVersion = "Xcode 8.0"; + developmentRegion = en; + hasScannedForEncodings = 0; + knownRegions = ( + en, + ); + mainGroup = CE7DD35D1F9CFA80000225C5; + productRefGroup = CE7DD3681F9CFA81000225C5 /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + CE7DD3661F9CFA81000225C5 /* CodableFirebase */, + CE7DD36F1F9CFA81000225C5 /* CodableFirebaseTests */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + CE7DD3651F9CFA81000225C5 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + CE7DD36E1F9CFA81000225C5 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + CE7DD3621F9CFA81000225C5 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + CE7DD36C1F9CFA81000225C5 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + CE7DD3761F9CFA81000225C5 /* CodableFirebaseTests.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXTargetDependency section */ + CE7DD3731F9CFA81000225C5 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = CE7DD3661F9CFA81000225C5 /* CodableFirebase */; + targetProxy = CE7DD3721F9CFA81000225C5 /* PBXContainerItemProxy */; + }; +/* End PBXTargetDependency section */ + +/* Begin XCBuildConfiguration section */ + CE7DD3791F9CFA81000225C5 /* 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 = "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 = 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; + IPHONEOS_DEPLOYMENT_TARGET = 11.0; + MTL_ENABLE_DEBUG_INFO = YES; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = iphoneos; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; + CE7DD37A1F9CFA81000225C5 /* 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 = "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 = 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; + IPHONEOS_DEPLOYMENT_TARGET = 11.0; + MTL_ENABLE_DEBUG_INFO = NO; + SDKROOT = iphoneos; + SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; + VALIDATE_PRODUCT = YES; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; + CE7DD37C1F9CFA81000225C5 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + CODE_SIGN_IDENTITY = ""; + CODE_SIGN_STYLE = Automatic; + DEFINES_MODULE = YES; + DEVELOPMENT_TEAM = 7H6SM4X3H7; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + INFOPLIST_FILE = CodableFirebase/Info.plist; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + PRODUCT_BUNDLE_IDENTIFIER = com.violentoctopus.CodableFirebase; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + SKIP_INSTALL = YES; + SWIFT_VERSION = 4.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + CE7DD37D1F9CFA81000225C5 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + CODE_SIGN_IDENTITY = ""; + CODE_SIGN_STYLE = Automatic; + DEFINES_MODULE = YES; + DEVELOPMENT_TEAM = 7H6SM4X3H7; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + INFOPLIST_FILE = CodableFirebase/Info.plist; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + PRODUCT_BUNDLE_IDENTIFIER = com.violentoctopus.CodableFirebase; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + SKIP_INSTALL = YES; + SWIFT_VERSION = 4.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Release; + }; + CE7DD37F1F9CFA81000225C5 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + CODE_SIGN_STYLE = Automatic; + DEVELOPMENT_TEAM = 7H6SM4X3H7; + INFOPLIST_FILE = CodableFirebaseTests/Info.plist; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + PRODUCT_BUNDLE_IDENTIFIER = com.violentoctopus.CodableFirebaseTests; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_VERSION = 4.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + CE7DD3801F9CFA81000225C5 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + CODE_SIGN_STYLE = Automatic; + DEVELOPMENT_TEAM = 7H6SM4X3H7; + INFOPLIST_FILE = CodableFirebaseTests/Info.plist; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + PRODUCT_BUNDLE_IDENTIFIER = com.violentoctopus.CodableFirebaseTests; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_VERSION = 4.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + CE7DD3611F9CFA80000225C5 /* Build configuration list for PBXProject "CodableFirebase" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + CE7DD3791F9CFA81000225C5 /* Debug */, + CE7DD37A1F9CFA81000225C5 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + CE7DD37B1F9CFA81000225C5 /* Build configuration list for PBXNativeTarget "CodableFirebase" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + CE7DD37C1F9CFA81000225C5 /* Debug */, + CE7DD37D1F9CFA81000225C5 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + CE7DD37E1F9CFA81000225C5 /* Build configuration list for PBXNativeTarget "CodableFirebaseTests" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + CE7DD37F1F9CFA81000225C5 /* Debug */, + CE7DD3801F9CFA81000225C5 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; +/* End XCConfigurationList section */ + }; + rootObject = CE7DD35E1F9CFA80000225C5 /* Project object */; +} diff --git a/CodableFirebase.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/CodableFirebase.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100644 index 0000000..04bc02c --- /dev/null +++ b/CodableFirebase.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/CodableFirebase.xcodeproj/xcshareddata/xcschemes/CodableFirebase.xcscheme b/CodableFirebase.xcodeproj/xcshareddata/xcschemes/CodableFirebase.xcscheme new file mode 100644 index 0000000..cce84c5 --- /dev/null +++ b/CodableFirebase.xcodeproj/xcshareddata/xcschemes/CodableFirebase.xcscheme @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/CodableFirebase/CodableFirebase.h b/CodableFirebase/CodableFirebase.h new file mode 100644 index 0000000..bd08cf5 --- /dev/null +++ b/CodableFirebase/CodableFirebase.h @@ -0,0 +1,19 @@ +// +// CodableFirebase.h +// CodableFirebase +// +// Created by Oleksii on 22/10/2017. +// Copyright © 2017 ViolentOctopus. All rights reserved. +// + +#import + +//! Project version number for CodableFirebase. +FOUNDATION_EXPORT double CodableFirebaseVersionNumber; + +//! Project version string for CodableFirebase. +FOUNDATION_EXPORT const unsigned char CodableFirebaseVersionString[]; + +// In this header, you should import all the public headers of your framework using statements like #import + + diff --git a/CodableFirebase/Info.plist b/CodableFirebase/Info.plist new file mode 100644 index 0000000..1007fd9 --- /dev/null +++ b/CodableFirebase/Info.plist @@ -0,0 +1,24 @@ + + + + + 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) + NSPrincipalClass + + + diff --git a/CodableFirebaseTests/CodableFirebaseTests.swift b/CodableFirebaseTests/CodableFirebaseTests.swift new file mode 100644 index 0000000..e667a25 --- /dev/null +++ b/CodableFirebaseTests/CodableFirebaseTests.swift @@ -0,0 +1,36 @@ +// +// CodableFirebaseTests.swift +// CodableFirebaseTests +// +// Created by Oleksii on 22/10/2017. +// Copyright © 2017 ViolentOctopus. All rights reserved. +// + +import XCTest +@testable import CodableFirebase + +class CodableFirebaseTests: 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. + } + } + +} diff --git a/CodableFirebaseTests/Info.plist b/CodableFirebaseTests/Info.plist new file mode 100644 index 0000000..6c40a6c --- /dev/null +++ b/CodableFirebaseTests/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 + +