From ace7b8acd7e9bddd779eaf469eebb5e894f166d0 Mon Sep 17 00:00:00 2001 From: Cruz Date: Sun, 28 Oct 2018 16:23:41 +0900 Subject: [PATCH 1/3] Support Carthage --- Comets.xcodeproj/project.pbxproj | 474 ++++++++++++++++++ .../contents.xcworkspacedata | 7 + .../xcshareddata/IDEWorkspaceChecks.plist | 8 + .../xcshareddata/xcschemes/Comets.xcscheme | 99 ++++ Comets/Comets.h | 19 + Comets/Info.plist | 22 + CometsTests/CometsTests.swift | 34 ++ CometsTests/Info.plist | 22 + 8 files changed, 685 insertions(+) create mode 100644 Comets.xcodeproj/project.pbxproj create mode 100644 Comets.xcodeproj/project.xcworkspace/contents.xcworkspacedata create mode 100644 Comets.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist create mode 100644 Comets.xcodeproj/xcshareddata/xcschemes/Comets.xcscheme create mode 100644 Comets/Comets.h create mode 100644 Comets/Info.plist create mode 100644 CometsTests/CometsTests.swift create mode 100644 CometsTests/Info.plist diff --git a/Comets.xcodeproj/project.pbxproj b/Comets.xcodeproj/project.pbxproj new file mode 100644 index 0000000..3f06035 --- /dev/null +++ b/Comets.xcodeproj/project.pbxproj @@ -0,0 +1,474 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 50; + objects = { + +/* Begin PBXBuildFile section */ + FC32B35D21859A88000A10E0 /* Comets.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FC32B35321859A88000A10E0 /* Comets.framework */; }; + FC32B36221859A88000A10E0 /* CometsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC32B36121859A88000A10E0 /* CometsTests.swift */; }; + FC32B36421859A88000A10E0 /* Comets.h in Headers */ = {isa = PBXBuildFile; fileRef = FC32B35621859A88000A10E0 /* Comets.h */; settings = {ATTRIBUTES = (Public, ); }; }; + FC32B37021859AE9000A10E0 /* UIImage+Rotate.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC32B36E21859AE9000A10E0 /* UIImage+Rotate.swift */; }; + FC32B37121859AE9000A10E0 /* Comet.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC32B36F21859AE9000A10E0 /* Comet.swift */; }; +/* End PBXBuildFile section */ + +/* Begin PBXContainerItemProxy section */ + FC32B35E21859A88000A10E0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = FC32B34A21859A88000A10E0 /* Project object */; + proxyType = 1; + remoteGlobalIDString = FC32B35221859A88000A10E0; + remoteInfo = Comets; + }; +/* End PBXContainerItemProxy section */ + +/* Begin PBXFileReference section */ + FC32B35321859A88000A10E0 /* Comets.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Comets.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + FC32B35621859A88000A10E0 /* Comets.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Comets.h; sourceTree = ""; }; + FC32B35721859A88000A10E0 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + FC32B35C21859A88000A10E0 /* CometsTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = CometsTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; + FC32B36121859A88000A10E0 /* CometsTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CometsTests.swift; sourceTree = ""; }; + FC32B36321859A88000A10E0 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + FC32B36E21859AE9000A10E0 /* UIImage+Rotate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UIImage+Rotate.swift"; sourceTree = ""; }; + FC32B36F21859AE9000A10E0 /* Comet.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Comet.swift; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + FC32B35021859A88000A10E0 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + FC32B35921859A88000A10E0 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + FC32B35D21859A88000A10E0 /* Comets.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + FC32B34921859A88000A10E0 = { + isa = PBXGroup; + children = ( + FC32B35521859A88000A10E0 /* Comets */, + FC32B36021859A88000A10E0 /* CometsTests */, + FC32B35421859A88000A10E0 /* Products */, + ); + sourceTree = ""; + }; + FC32B35421859A88000A10E0 /* Products */ = { + isa = PBXGroup; + children = ( + FC32B35321859A88000A10E0 /* Comets.framework */, + FC32B35C21859A88000A10E0 /* CometsTests.xctest */, + ); + name = Products; + sourceTree = ""; + }; + FC32B35521859A88000A10E0 /* Comets */ = { + isa = PBXGroup; + children = ( + FC32B36D21859AE9000A10E0 /* Sources */, + FC32B35621859A88000A10E0 /* Comets.h */, + FC32B35721859A88000A10E0 /* Info.plist */, + ); + path = Comets; + sourceTree = ""; + }; + FC32B36021859A88000A10E0 /* CometsTests */ = { + isa = PBXGroup; + children = ( + FC32B36121859A88000A10E0 /* CometsTests.swift */, + FC32B36321859A88000A10E0 /* Info.plist */, + ); + path = CometsTests; + sourceTree = ""; + }; + FC32B36D21859AE9000A10E0 /* Sources */ = { + isa = PBXGroup; + children = ( + FC32B36E21859AE9000A10E0 /* UIImage+Rotate.swift */, + FC32B36F21859AE9000A10E0 /* Comet.swift */, + ); + path = Sources; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXHeadersBuildPhase section */ + FC32B34E21859A88000A10E0 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + FC32B36421859A88000A10E0 /* Comets.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXHeadersBuildPhase section */ + +/* Begin PBXNativeTarget section */ + FC32B35221859A88000A10E0 /* Comets */ = { + isa = PBXNativeTarget; + buildConfigurationList = FC32B36721859A88000A10E0 /* Build configuration list for PBXNativeTarget "Comets" */; + buildPhases = ( + FC32B34E21859A88000A10E0 /* Headers */, + FC32B34F21859A88000A10E0 /* Sources */, + FC32B35021859A88000A10E0 /* Frameworks */, + FC32B35121859A88000A10E0 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = Comets; + productName = Comets; + productReference = FC32B35321859A88000A10E0 /* Comets.framework */; + productType = "com.apple.product-type.framework"; + }; + FC32B35B21859A88000A10E0 /* CometsTests */ = { + isa = PBXNativeTarget; + buildConfigurationList = FC32B36A21859A88000A10E0 /* Build configuration list for PBXNativeTarget "CometsTests" */; + buildPhases = ( + FC32B35821859A88000A10E0 /* Sources */, + FC32B35921859A88000A10E0 /* Frameworks */, + FC32B35A21859A88000A10E0 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + FC32B35F21859A88000A10E0 /* PBXTargetDependency */, + ); + name = CometsTests; + productName = CometsTests; + productReference = FC32B35C21859A88000A10E0 /* CometsTests.xctest */; + productType = "com.apple.product-type.bundle.unit-test"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + FC32B34A21859A88000A10E0 /* Project object */ = { + isa = PBXProject; + attributes = { + LastSwiftUpdateCheck = 1000; + LastUpgradeCheck = 1000; + ORGANIZATIONNAME = Cruz; + TargetAttributes = { + FC32B35221859A88000A10E0 = { + CreatedOnToolsVersion = 10.0; + }; + FC32B35B21859A88000A10E0 = { + CreatedOnToolsVersion = 10.0; + }; + }; + }; + buildConfigurationList = FC32B34D21859A88000A10E0 /* Build configuration list for PBXProject "Comets" */; + compatibilityVersion = "Xcode 9.3"; + developmentRegion = en; + hasScannedForEncodings = 0; + knownRegions = ( + en, + ); + mainGroup = FC32B34921859A88000A10E0; + productRefGroup = FC32B35421859A88000A10E0 /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + FC32B35221859A88000A10E0 /* Comets */, + FC32B35B21859A88000A10E0 /* CometsTests */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + FC32B35121859A88000A10E0 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + FC32B35A21859A88000A10E0 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + FC32B34F21859A88000A10E0 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + FC32B37121859AE9000A10E0 /* Comet.swift in Sources */, + FC32B37021859AE9000A10E0 /* UIImage+Rotate.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + FC32B35821859A88000A10E0 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + FC32B36221859A88000A10E0 /* CometsTests.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXTargetDependency section */ + FC32B35F21859A88000A10E0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = FC32B35221859A88000A10E0 /* Comets */; + targetProxy = FC32B35E21859A88000A10E0 /* PBXContainerItemProxy */; + }; +/* End PBXTargetDependency section */ + +/* Begin XCBuildConfiguration section */ + FC32B36521859A88000A10E0 /* 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_ENABLE_OBJC_WEAK = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = 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_IMPLICIT_RETAIN_SELF = 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 = 12.0; + MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; + MTL_FAST_MATH = 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; + }; + FC32B36621859A88000A10E0 /* 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_ENABLE_OBJC_WEAK = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = 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_IMPLICIT_RETAIN_SELF = 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 = 12.0; + MTL_ENABLE_DEBUG_INFO = NO; + MTL_FAST_MATH = YES; + SDKROOT = iphoneos; + SWIFT_COMPILATION_MODE = wholemodule; + SWIFT_OPTIMIZATION_LEVEL = "-O"; + VALIDATE_PRODUCT = YES; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; + FC32B36821859A88000A10E0 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + CODE_SIGN_IDENTITY = ""; + CODE_SIGN_STYLE = Automatic; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + INFOPLIST_FILE = Comets/Info.plist; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + PRODUCT_BUNDLE_IDENTIFIER = Cruz.Comets; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + SKIP_INSTALL = YES; + SWIFT_VERSION = 4.2; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + FC32B36921859A88000A10E0 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + CODE_SIGN_IDENTITY = ""; + CODE_SIGN_STYLE = Automatic; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + INFOPLIST_FILE = Comets/Info.plist; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + PRODUCT_BUNDLE_IDENTIFIER = Cruz.Comets; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + SKIP_INSTALL = YES; + SWIFT_VERSION = 4.2; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Release; + }; + FC32B36B21859A88000A10E0 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; + CODE_SIGN_STYLE = Automatic; + INFOPLIST_FILE = CometsTests/Info.plist; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + PRODUCT_BUNDLE_IDENTIFIER = Cruz.CometsTests; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_VERSION = 4.2; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + FC32B36C21859A88000A10E0 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; + CODE_SIGN_STYLE = Automatic; + INFOPLIST_FILE = CometsTests/Info.plist; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + PRODUCT_BUNDLE_IDENTIFIER = Cruz.CometsTests; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_VERSION = 4.2; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + FC32B34D21859A88000A10E0 /* Build configuration list for PBXProject "Comets" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + FC32B36521859A88000A10E0 /* Debug */, + FC32B36621859A88000A10E0 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + FC32B36721859A88000A10E0 /* Build configuration list for PBXNativeTarget "Comets" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + FC32B36821859A88000A10E0 /* Debug */, + FC32B36921859A88000A10E0 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + FC32B36A21859A88000A10E0 /* Build configuration list for PBXNativeTarget "CometsTests" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + FC32B36B21859A88000A10E0 /* Debug */, + FC32B36C21859A88000A10E0 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; +/* End XCConfigurationList section */ + }; + rootObject = FC32B34A21859A88000A10E0 /* Project object */; +} diff --git a/Comets.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/Comets.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100644 index 0000000..7c60bae --- /dev/null +++ b/Comets.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/Comets.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/Comets.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist new file mode 100644 index 0000000..18d9810 --- /dev/null +++ b/Comets.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist @@ -0,0 +1,8 @@ + + + + + IDEDidComputeMac32BitWarning + + + diff --git a/Comets.xcodeproj/xcshareddata/xcschemes/Comets.xcscheme b/Comets.xcodeproj/xcshareddata/xcschemes/Comets.xcscheme new file mode 100644 index 0000000..787ae32 --- /dev/null +++ b/Comets.xcodeproj/xcshareddata/xcschemes/Comets.xcscheme @@ -0,0 +1,99 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Comets/Comets.h b/Comets/Comets.h new file mode 100644 index 0000000..f024c99 --- /dev/null +++ b/Comets/Comets.h @@ -0,0 +1,19 @@ +// +// Comets.h +// Comets +// +// Created by Cruz on 28/10/2018. +// Copyright © 2018 Cruz. All rights reserved. +// + +#import + +//! Project version number for Comets. +FOUNDATION_EXPORT double CometsVersionNumber; + +//! Project version string for Comets. +FOUNDATION_EXPORT const unsigned char CometsVersionString[]; + +// In this header, you should import all the public headers of your framework using statements like #import + + diff --git a/Comets/Info.plist b/Comets/Info.plist new file mode 100644 index 0000000..e1c33fb --- /dev/null +++ b/Comets/Info.plist @@ -0,0 +1,22 @@ + + + + + CFBundleDevelopmentRegion + $(DEVELOPMENT_LANGUAGE) + CFBundleExecutable + $(EXECUTABLE_NAME) + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + $(PRODUCT_NAME) + CFBundlePackageType + FMWK + CFBundleShortVersionString + 0.2.0 + CFBundleVersion + $(CURRENT_PROJECT_VERSION) + + diff --git a/CometsTests/CometsTests.swift b/CometsTests/CometsTests.swift new file mode 100644 index 0000000..181ad22 --- /dev/null +++ b/CometsTests/CometsTests.swift @@ -0,0 +1,34 @@ +// +// CometsTests.swift +// CometsTests +// +// Created by Cruz on 28/10/2018. +// Copyright © 2018 Cruz. All rights reserved. +// + +import XCTest +@testable import Comets + +class CometsTests: XCTestCase { + + override func 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. + } + + 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/CometsTests/Info.plist b/CometsTests/Info.plist new file mode 100644 index 0000000..b0aed4e --- /dev/null +++ b/CometsTests/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 + 0.2.0 + CFBundleVersion + 1 + + From 060cb499d93ae9ab2a68d628cc5b5aa627d2d2de Mon Sep 17 00:00:00 2001 From: Cruz Date: Sun, 28 Oct 2018 16:24:43 +0900 Subject: [PATCH 2/3] Bumping version to 0.2.0 --- Comets.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Comets.podspec b/Comets.podspec index 147ea60..4023d14 100644 --- a/Comets.podspec +++ b/Comets.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'Comets' - s.version = '0.1.1' + s.version = '0.2.0' s.summary = '☄️Comets: Animating Particles in Swift' # This description is used to generate tags and improve search results. From e157088a941b66ff693e85d271a0e5250e8ad0ae Mon Sep 17 00:00:00 2001 From: Cruz Date: Sun, 28 Oct 2018 16:25:44 +0900 Subject: [PATCH 3/3] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 83ce807..47d22b1 100644 --- a/README.md +++ b/README.md @@ -52,13 +52,18 @@ for comet in comets { Comets is written in Xcode 10, Swift 4.2, iOS 9.0 Required ## 📲 Installation -Comets is available through [Cocoapods](http://cocoapods.org) +Comets is available through [Cocoapods](http://cocoapods.org) or [Carthage](https://github.com/Carthage/Carthage). ### Cocoapods ```ruby pod "Comets" ``` +### Carthage +``` +github "cruisediary/Comets" ~> 0.2.0 +``` + ## ❤️ Contribution Pull requests are always welcomed 🏄🏼