From d374a30e8b0a489d00616e81dd177405563d5593 Mon Sep 17 00:00:00 2001 From: Muukii Date: Fri, 2 Jun 2023 19:03:42 +0900 Subject: [PATCH] Remove outdated files --- Cartfile | 1 - Cartfile.resolved | 1 - Carthage/Checkouts/TransitionPatch/.gitignore | 81 --- .../Checkouts/TransitionPatch/.swift-version | 1 - Carthage/Checkouts/TransitionPatch/LICENSE | 21 - Carthage/Checkouts/TransitionPatch/README.md | 38 -- .../TransitionPatch/TransitionPatch.podspec | 20 - .../TransitionPatch.xcodeproj/project.pbxproj | 466 ------------------ .../contents.xcworkspacedata | 7 - .../xcshareddata/IDEWorkspaceChecks.plist | 8 - .../xcschemes/TransitionPatch.xcscheme | 99 ---- .../TransitionPatch/Info.plist | 22 - .../TransitionPatch/Source.swift | 86 ---- .../TransitionPatch/TransitionPatch.h | 19 - .../TransitionPatchTests/Info.plist | 22 - .../TransitionPatchTests.swift | 33 -- Podfile | 22 - Podfile.lock | 37 -- Rideau.podspec | 22 - .../contents.xcworkspacedata | 2 +- .../xcshareddata/swiftpm/Package.resolved | 0 Rideau.xcworkspace/contents.xcworkspacedata | 7 - .../xcshareddata/IDEWorkspaceChecks.plist | 8 - 23 files changed, 1 insertion(+), 1022 deletions(-) delete mode 100644 Cartfile delete mode 100644 Cartfile.resolved delete mode 100644 Carthage/Checkouts/TransitionPatch/.gitignore delete mode 100644 Carthage/Checkouts/TransitionPatch/.swift-version delete mode 100644 Carthage/Checkouts/TransitionPatch/LICENSE delete mode 100644 Carthage/Checkouts/TransitionPatch/README.md delete mode 100644 Carthage/Checkouts/TransitionPatch/TransitionPatch.podspec delete mode 100644 Carthage/Checkouts/TransitionPatch/TransitionPatch.xcodeproj/project.pbxproj delete mode 100644 Carthage/Checkouts/TransitionPatch/TransitionPatch.xcodeproj/project.xcworkspace/contents.xcworkspacedata delete mode 100644 Carthage/Checkouts/TransitionPatch/TransitionPatch.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist delete mode 100644 Carthage/Checkouts/TransitionPatch/TransitionPatch.xcodeproj/xcshareddata/xcschemes/TransitionPatch.xcscheme delete mode 100644 Carthage/Checkouts/TransitionPatch/TransitionPatch/Info.plist delete mode 100644 Carthage/Checkouts/TransitionPatch/TransitionPatch/Source.swift delete mode 100644 Carthage/Checkouts/TransitionPatch/TransitionPatch/TransitionPatch.h delete mode 100644 Carthage/Checkouts/TransitionPatch/TransitionPatchTests/Info.plist delete mode 100644 Carthage/Checkouts/TransitionPatch/TransitionPatchTests/TransitionPatchTests.swift delete mode 100644 Podfile delete mode 100644 Podfile.lock delete mode 100644 Rideau.podspec rename {Rideau.xcworkspace => Rideau.xcodeproj/project.xcworkspace}/xcshareddata/swiftpm/Package.resolved (100%) delete mode 100644 Rideau.xcworkspace/contents.xcworkspacedata delete mode 100644 Rideau.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist diff --git a/Cartfile b/Cartfile deleted file mode 100644 index 088dc21..0000000 --- a/Cartfile +++ /dev/null @@ -1 +0,0 @@ -github "muukii/TransitionPatch" diff --git a/Cartfile.resolved b/Cartfile.resolved deleted file mode 100644 index 395c0cd..0000000 --- a/Cartfile.resolved +++ /dev/null @@ -1 +0,0 @@ -github "muukii/TransitionPatch" "1.0.1" diff --git a/Carthage/Checkouts/TransitionPatch/.gitignore b/Carthage/Checkouts/TransitionPatch/.gitignore deleted file mode 100644 index 80369fb..0000000 --- a/Carthage/Checkouts/TransitionPatch/.gitignore +++ /dev/null @@ -1,81 +0,0 @@ - -# Created by https://www.gitignore.io/api/swift -# Edit at https://www.gitignore.io/?templates=swift - -### Swift ### -# Xcode -# -# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore - -## Build generated -build/ -DerivedData/ - -## Various settings -*.pbxuser -!default.pbxuser -*.mode1v3 -!default.mode1v3 -*.mode2v3 -!default.mode2v3 -*.perspectivev3 -!default.perspectivev3 -xcuserdata/ - -## Other -*.moved-aside -*.xccheckout -*.xcscmblueprint - -## Obj-C/Swift specific -*.hmap -*.ipa -*.dSYM.zip -*.dSYM - -## Playgrounds -timeline.xctimeline -playground.xcworkspace - -# Swift Package Manager -# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies. -# Packages/ -# Package.pins -# Package.resolved -.build/ - -# CocoaPods -# We recommend against adding the Pods directory to your .gitignore. However -# you should judge for yourself, the pros and cons are mentioned at: -# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control -# Pods/ -# Add this line if you want to avoid checking in source code from the Xcode workspace -# *.xcworkspace - -# Carthage -# Add this line if you want to avoid checking in source code from Carthage dependencies. -# Carthage/Checkouts - -Carthage/Build - -# fastlane -# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the -# screenshots whenever they are needed. -# For more information about the recommended setup visit: -# https://docs.fastlane.tools/best-practices/source-control/#source-control - -fastlane/report.xml -fastlane/Preview.html -fastlane/screenshots/**/*.png -fastlane/test_output - -# Code Injection -# After new code Injection tools there's a generated folder /iOSInjectionProject -# https://github.com/johnno1962/injectionforxcode - -iOSInjectionProject/ - - -.DS_Store - -# End of https://www.gitignore.io/api/swift diff --git a/Carthage/Checkouts/TransitionPatch/.swift-version b/Carthage/Checkouts/TransitionPatch/.swift-version deleted file mode 100644 index 6e63660..0000000 --- a/Carthage/Checkouts/TransitionPatch/.swift-version +++ /dev/null @@ -1 +0,0 @@ -5.0 \ No newline at end of file diff --git a/Carthage/Checkouts/TransitionPatch/LICENSE b/Carthage/Checkouts/TransitionPatch/LICENSE deleted file mode 100644 index b17502d..0000000 --- a/Carthage/Checkouts/TransitionPatch/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -MIT License - -Copyright (c) 2019 muukii - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. diff --git a/Carthage/Checkouts/TransitionPatch/README.md b/Carthage/Checkouts/TransitionPatch/README.md deleted file mode 100644 index 600733b..0000000 --- a/Carthage/Checkouts/TransitionPatch/README.md +++ /dev/null @@ -1,38 +0,0 @@ -# TransitionPatch - -## Sample - -``` -let value = ValuePatch(10) - .progress(start: 0, end: 13) - .clip(min: 0, max: 1) - .reverse() - .transition(start: 30, end: 60) - .value - -// value == 36.92307692307692 -``` - -## Functions - -### Make a Progress - -Make a value of progress from CGFloat between a range. - -```swift -let progress: ProgressPatch = ValuePatch(10) - .progress(start: 5, end: 15) - -// progress.fractionCompleted == 0.5 -``` - -### Make a Transition from progress - -Make a value of transition from progress between start and end. - -```swift -let value: ValuePatch = ProgressPatch(0.5) - .transition(start: 10, end: 20) - -// value.value == 15 -``` diff --git a/Carthage/Checkouts/TransitionPatch/TransitionPatch.podspec b/Carthage/Checkouts/TransitionPatch/TransitionPatch.podspec deleted file mode 100644 index 478237c..0000000 --- a/Carthage/Checkouts/TransitionPatch/TransitionPatch.podspec +++ /dev/null @@ -1,20 +0,0 @@ -Pod::Spec.new do |s| - s.name = "TransitionPatch" - s.version = "1.0.0" - s.summary = "A micro framework to calculate value for transition." - s.description = <<-DESC - A micro-framework to calculate a value for the transition. - Can define converting value flow declaratively. - DESC - s.license = "MIT" - s.author = { "Muukii" => "muukii.app@gmail.com " } - s.social_media_url = "http://twitter.com/muukii_app" - s.ios.deployment_target = '8.0' - s.osx.deployment_target = '10.13' - s.source = { :git => "https://github.com/muukii/TransitionPatch.git", :tag => s.version } - s.source_files = "TransitionPatch/*.swift" - s.homepage = "https://github.com/muukii/TransitionPatch" - - s.frameworks = ['Foundation'] - end - \ No newline at end of file diff --git a/Carthage/Checkouts/TransitionPatch/TransitionPatch.xcodeproj/project.pbxproj b/Carthage/Checkouts/TransitionPatch/TransitionPatch.xcodeproj/project.pbxproj deleted file mode 100644 index e2a7597..0000000 --- a/Carthage/Checkouts/TransitionPatch/TransitionPatch.xcodeproj/project.pbxproj +++ /dev/null @@ -1,466 +0,0 @@ -// !$*UTF8*$! -{ - archiveVersion = 1; - classes = { - }; - objectVersion = 50; - objects = { - -/* Begin PBXBuildFile section */ - 4BF9CE002289410D00D9DE9C /* TransitionPatch.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4BF9CDF62289410D00D9DE9C /* TransitionPatch.framework */; }; - 4BF9CE052289410D00D9DE9C /* TransitionPatchTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4BF9CE042289410D00D9DE9C /* TransitionPatchTests.swift */; }; - 4BF9CE072289410D00D9DE9C /* TransitionPatch.h in Headers */ = {isa = PBXBuildFile; fileRef = 4BF9CDF92289410D00D9DE9C /* TransitionPatch.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4BF9CE112289411C00D9DE9C /* Source.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4BF9CE102289411C00D9DE9C /* Source.swift */; }; -/* End PBXBuildFile section */ - -/* Begin PBXContainerItemProxy section */ - 4BF9CE012289410D00D9DE9C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 4BF9CDED2289410D00D9DE9C /* Project object */; - proxyType = 1; - remoteGlobalIDString = 4BF9CDF52289410D00D9DE9C; - remoteInfo = TransitionPatch; - }; -/* End PBXContainerItemProxy section */ - -/* Begin PBXFileReference section */ - 4BF9CDF62289410D00D9DE9C /* TransitionPatch.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = TransitionPatch.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 4BF9CDF92289410D00D9DE9C /* TransitionPatch.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = TransitionPatch.h; sourceTree = ""; }; - 4BF9CDFA2289410D00D9DE9C /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 4BF9CDFF2289410D00D9DE9C /* TransitionPatchTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = TransitionPatchTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; - 4BF9CE042289410D00D9DE9C /* TransitionPatchTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TransitionPatchTests.swift; sourceTree = ""; }; - 4BF9CE062289410D00D9DE9C /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 4BF9CE102289411C00D9DE9C /* Source.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Source.swift; sourceTree = ""; }; -/* End PBXFileReference section */ - -/* Begin PBXFrameworksBuildPhase section */ - 4BF9CDF32289410D00D9DE9C /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 4BF9CDFC2289410D00D9DE9C /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 4BF9CE002289410D00D9DE9C /* TransitionPatch.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXFrameworksBuildPhase section */ - -/* Begin PBXGroup section */ - 4BF9CDEC2289410D00D9DE9C = { - isa = PBXGroup; - children = ( - 4BF9CDF82289410D00D9DE9C /* TransitionPatch */, - 4BF9CE032289410D00D9DE9C /* TransitionPatchTests */, - 4BF9CDF72289410D00D9DE9C /* Products */, - ); - sourceTree = ""; - }; - 4BF9CDF72289410D00D9DE9C /* Products */ = { - isa = PBXGroup; - children = ( - 4BF9CDF62289410D00D9DE9C /* TransitionPatch.framework */, - 4BF9CDFF2289410D00D9DE9C /* TransitionPatchTests.xctest */, - ); - name = Products; - sourceTree = ""; - }; - 4BF9CDF82289410D00D9DE9C /* TransitionPatch */ = { - isa = PBXGroup; - children = ( - 4BF9CDF92289410D00D9DE9C /* TransitionPatch.h */, - 4BF9CE102289411C00D9DE9C /* Source.swift */, - 4BF9CDFA2289410D00D9DE9C /* Info.plist */, - ); - path = TransitionPatch; - sourceTree = ""; - }; - 4BF9CE032289410D00D9DE9C /* TransitionPatchTests */ = { - isa = PBXGroup; - children = ( - 4BF9CE042289410D00D9DE9C /* TransitionPatchTests.swift */, - 4BF9CE062289410D00D9DE9C /* Info.plist */, - ); - path = TransitionPatchTests; - sourceTree = ""; - }; -/* End PBXGroup section */ - -/* Begin PBXHeadersBuildPhase section */ - 4BF9CDF12289410D00D9DE9C /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 4BF9CE072289410D00D9DE9C /* TransitionPatch.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXHeadersBuildPhase section */ - -/* Begin PBXNativeTarget section */ - 4BF9CDF52289410D00D9DE9C /* TransitionPatch */ = { - isa = PBXNativeTarget; - buildConfigurationList = 4BF9CE0A2289410D00D9DE9C /* Build configuration list for PBXNativeTarget "TransitionPatch" */; - buildPhases = ( - 4BF9CDF12289410D00D9DE9C /* Headers */, - 4BF9CDF22289410D00D9DE9C /* Sources */, - 4BF9CDF32289410D00D9DE9C /* Frameworks */, - 4BF9CDF42289410D00D9DE9C /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = TransitionPatch; - productName = TransitionPatch; - productReference = 4BF9CDF62289410D00D9DE9C /* TransitionPatch.framework */; - productType = "com.apple.product-type.framework"; - }; - 4BF9CDFE2289410D00D9DE9C /* TransitionPatchTests */ = { - isa = PBXNativeTarget; - buildConfigurationList = 4BF9CE0D2289410D00D9DE9C /* Build configuration list for PBXNativeTarget "TransitionPatchTests" */; - buildPhases = ( - 4BF9CDFB2289410D00D9DE9C /* Sources */, - 4BF9CDFC2289410D00D9DE9C /* Frameworks */, - 4BF9CDFD2289410D00D9DE9C /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - 4BF9CE022289410D00D9DE9C /* PBXTargetDependency */, - ); - name = TransitionPatchTests; - productName = TransitionPatchTests; - productReference = 4BF9CDFF2289410D00D9DE9C /* TransitionPatchTests.xctest */; - productType = "com.apple.product-type.bundle.unit-test"; - }; -/* End PBXNativeTarget section */ - -/* Begin PBXProject section */ - 4BF9CDED2289410D00D9DE9C /* Project object */ = { - isa = PBXProject; - attributes = { - LastSwiftUpdateCheck = 1020; - LastUpgradeCheck = 1020; - ORGANIZATIONNAME = muukii; - TargetAttributes = { - 4BF9CDF52289410D00D9DE9C = { - CreatedOnToolsVersion = 10.2; - LastSwiftMigration = 1020; - }; - 4BF9CDFE2289410D00D9DE9C = { - CreatedOnToolsVersion = 10.2; - }; - }; - }; - buildConfigurationList = 4BF9CDF02289410D00D9DE9C /* Build configuration list for PBXProject "TransitionPatch" */; - compatibilityVersion = "Xcode 9.3"; - developmentRegion = en; - hasScannedForEncodings = 0; - knownRegions = ( - en, - ); - mainGroup = 4BF9CDEC2289410D00D9DE9C; - productRefGroup = 4BF9CDF72289410D00D9DE9C /* Products */; - projectDirPath = ""; - projectRoot = ""; - targets = ( - 4BF9CDF52289410D00D9DE9C /* TransitionPatch */, - 4BF9CDFE2289410D00D9DE9C /* TransitionPatchTests */, - ); - }; -/* End PBXProject section */ - -/* Begin PBXResourcesBuildPhase section */ - 4BF9CDF42289410D00D9DE9C /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 4BF9CDFD2289410D00D9DE9C /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXResourcesBuildPhase section */ - -/* Begin PBXSourcesBuildPhase section */ - 4BF9CDF22289410D00D9DE9C /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 4BF9CE112289411C00D9DE9C /* Source.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 4BF9CDFB2289410D00D9DE9C /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 4BF9CE052289410D00D9DE9C /* TransitionPatchTests.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXSourcesBuildPhase section */ - -/* Begin PBXTargetDependency section */ - 4BF9CE022289410D00D9DE9C /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = 4BF9CDF52289410D00D9DE9C /* TransitionPatch */; - targetProxy = 4BF9CE012289410D00D9DE9C /* PBXContainerItemProxy */; - }; -/* End PBXTargetDependency section */ - -/* Begin XCBuildConfiguration section */ - 4BF9CE082289410D00D9DE9C /* 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.2; - 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; - }; - 4BF9CE092289410D00D9DE9C /* 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.2; - 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; - }; - 4BF9CE0B2289410D00D9DE9C /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - CLANG_ENABLE_MODULES = YES; - 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 = TransitionPatch/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - PRODUCT_BUNDLE_IDENTIFIER = me.muukii.TransitionPatch; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SKIP_INSTALL = YES; - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 4BF9CE0C2289410D00D9DE9C /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - CLANG_ENABLE_MODULES = YES; - 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 = TransitionPatch/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - PRODUCT_BUNDLE_IDENTIFIER = me.muukii.TransitionPatch; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SKIP_INSTALL = YES; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Release; - }; - 4BF9CE0E2289410D00D9DE9C /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; - CODE_SIGN_STYLE = Automatic; - INFOPLIST_FILE = TransitionPatchTests/Info.plist; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - PRODUCT_BUNDLE_IDENTIFIER = me.muukii.TransitionPatchTests; - PRODUCT_NAME = "$(TARGET_NAME)"; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 4BF9CE0F2289410D00D9DE9C /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; - CODE_SIGN_STYLE = Automatic; - INFOPLIST_FILE = TransitionPatchTests/Info.plist; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - PRODUCT_BUNDLE_IDENTIFIER = me.muukii.TransitionPatchTests; - PRODUCT_NAME = "$(TARGET_NAME)"; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Release; - }; -/* End XCBuildConfiguration section */ - -/* Begin XCConfigurationList section */ - 4BF9CDF02289410D00D9DE9C /* Build configuration list for PBXProject "TransitionPatch" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 4BF9CE082289410D00D9DE9C /* Debug */, - 4BF9CE092289410D00D9DE9C /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 4BF9CE0A2289410D00D9DE9C /* Build configuration list for PBXNativeTarget "TransitionPatch" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 4BF9CE0B2289410D00D9DE9C /* Debug */, - 4BF9CE0C2289410D00D9DE9C /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 4BF9CE0D2289410D00D9DE9C /* Build configuration list for PBXNativeTarget "TransitionPatchTests" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 4BF9CE0E2289410D00D9DE9C /* Debug */, - 4BF9CE0F2289410D00D9DE9C /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; -/* End XCConfigurationList section */ - }; - rootObject = 4BF9CDED2289410D00D9DE9C /* Project object */; -} diff --git a/Carthage/Checkouts/TransitionPatch/TransitionPatch.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/Carthage/Checkouts/TransitionPatch/TransitionPatch.xcodeproj/project.xcworkspace/contents.xcworkspacedata deleted file mode 100644 index 5b56c4e..0000000 --- a/Carthage/Checkouts/TransitionPatch/TransitionPatch.xcodeproj/project.xcworkspace/contents.xcworkspacedata +++ /dev/null @@ -1,7 +0,0 @@ - - - - - diff --git a/Carthage/Checkouts/TransitionPatch/TransitionPatch.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/Carthage/Checkouts/TransitionPatch/TransitionPatch.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist deleted file mode 100644 index 18d9810..0000000 --- a/Carthage/Checkouts/TransitionPatch/TransitionPatch.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +++ /dev/null @@ -1,8 +0,0 @@ - - - - - IDEDidComputeMac32BitWarning - - - diff --git a/Carthage/Checkouts/TransitionPatch/TransitionPatch.xcodeproj/xcshareddata/xcschemes/TransitionPatch.xcscheme b/Carthage/Checkouts/TransitionPatch/TransitionPatch.xcodeproj/xcshareddata/xcschemes/TransitionPatch.xcscheme deleted file mode 100644 index 6878007..0000000 --- a/Carthage/Checkouts/TransitionPatch/TransitionPatch.xcodeproj/xcshareddata/xcschemes/TransitionPatch.xcscheme +++ /dev/null @@ -1,99 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Carthage/Checkouts/TransitionPatch/TransitionPatch/Info.plist b/Carthage/Checkouts/TransitionPatch/TransitionPatch/Info.plist deleted file mode 100644 index e1fe4cf..0000000 --- a/Carthage/Checkouts/TransitionPatch/TransitionPatch/Info.plist +++ /dev/null @@ -1,22 +0,0 @@ - - - - - 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) - - diff --git a/Carthage/Checkouts/TransitionPatch/TransitionPatch/Source.swift b/Carthage/Checkouts/TransitionPatch/TransitionPatch/Source.swift deleted file mode 100644 index fe929cd..0000000 --- a/Carthage/Checkouts/TransitionPatch/TransitionPatch/Source.swift +++ /dev/null @@ -1,86 +0,0 @@ - -import Foundation - -public protocol PatchType { - associatedtype Value -} - -public struct ProgressPatch: PatchType { - - public typealias Value = CGFloat - - public var fractionCompleted: Value - - public init(_ fractionCompleted: Value) { - self.fractionCompleted = fractionCompleted - } - - public func reverse() -> ProgressPatch { - return ProgressPatch(1 - fractionCompleted) - } - - public func transition(start: CGFloat, end: CGFloat) -> ValuePatch { - return .init(((end - start) * fractionCompleted) + start) - } - - public func clip(min: CGFloat, max: CGFloat) -> ProgressPatch { - return ProgressPatch(Swift.max(Swift.min(fractionCompleted, max), min)) - } -} - -public struct ValuePatch: PatchType { - - public typealias Value = CGFloat - - public var value: Value - - public init(_ value: Value) { - self.value = value - } - - public func clip(min: CGFloat, max: CGFloat) -> ValuePatch { - return .init(Swift.max(Swift.min(value, max), min)) - } - - public func progress(start: CGFloat, end: CGFloat) -> ProgressPatch { - return ProgressPatch.init((value - start) / (end - start)) - } -} - -public struct PointPatch: PatchType { - - public typealias Value = CGPoint - - public var value: Value - - public init(_ value: Value) { - self.value = value - } - - public func vector() -> VectorPatch { - return .init(CGVector(dx: value.x, dy: value.y)) - } - - public func distance(from: CGPoint) -> ValuePatch { - return .init(sqrt(pow(value.x - from.x, 2) + pow(value.y - from.y, 2))) - } - - public func distance(to: CGPoint) -> ValuePatch { - return .init(sqrt(pow(to.x - value.x, 2) + pow(to.y - value.y, 2))) - } -} - -public struct VectorPatch: PatchType { - public typealias Value = CGVector - - public var value: Value - - public init(_ value: Value) { - self.value = value - } - - public func magnitude() -> CGFloat { - return sqrt(pow(value.dx, 2) + pow(value.dy, 2)) - } -} - diff --git a/Carthage/Checkouts/TransitionPatch/TransitionPatch/TransitionPatch.h b/Carthage/Checkouts/TransitionPatch/TransitionPatch/TransitionPatch.h deleted file mode 100644 index f6db33e..0000000 --- a/Carthage/Checkouts/TransitionPatch/TransitionPatch/TransitionPatch.h +++ /dev/null @@ -1,19 +0,0 @@ -// -// TransitionPatch.h -// TransitionPatch -// -// Created by muukii on 2019/05/13. -// Copyright © 2019 muukii. All rights reserved. -// - -#import - -//! Project version number for TransitionPatch. -FOUNDATION_EXPORT double TransitionPatchVersionNumber; - -//! Project version string for TransitionPatch. -FOUNDATION_EXPORT const unsigned char TransitionPatchVersionString[]; - -// In this header, you should import all the public headers of your framework using statements like #import - - diff --git a/Carthage/Checkouts/TransitionPatch/TransitionPatchTests/Info.plist b/Carthage/Checkouts/TransitionPatch/TransitionPatchTests/Info.plist deleted file mode 100644 index 6c40a6c..0000000 --- a/Carthage/Checkouts/TransitionPatch/TransitionPatchTests/Info.plist +++ /dev/null @@ -1,22 +0,0 @@ - - - - - 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/Carthage/Checkouts/TransitionPatch/TransitionPatchTests/TransitionPatchTests.swift b/Carthage/Checkouts/TransitionPatch/TransitionPatchTests/TransitionPatchTests.swift deleted file mode 100644 index b4f1514..0000000 --- a/Carthage/Checkouts/TransitionPatch/TransitionPatchTests/TransitionPatchTests.swift +++ /dev/null @@ -1,33 +0,0 @@ -// -// TransitionPatchTests.swift -// TransitionPatchTests -// -// Created by muukii on 2019/05/13. -// Copyright © 2019 muukii. All rights reserved. -// - -import XCTest -@testable import TransitionPatch - -class TransitionPatchTests: XCTestCase { - - func testProgress() { - - let value = ValuePatch(10) - .progress(start: 0, end: 20) - .clip(min: 0, max: 1) - .fractionCompleted - - XCTAssertEqual(value, 0.5) - - } - - func testPerformanceExample() { - - self.measure { - // Put the code you want to measure the time of here. - } - - } - -} diff --git a/Podfile b/Podfile deleted file mode 100644 index 920a263..0000000 --- a/Podfile +++ /dev/null @@ -1,22 +0,0 @@ -# Uncomment the next line to define a global platform for your project -# platform :ios, '9.0' -# -target 'RideauDemo' do - # Comment the next line if you're not using Swift and don't want to use dynamic frameworks - use_frameworks! - - pod 'StackScrollView' - pod 'EasyPeasy' - pod 'Reveal-SDK' - # Pods for Rideau - -end - -target 'RideauDemo2' do - use_frameworks! - - pod 'MondrianLayout' - pod 'Reveal-SDK' - pod 'StorybookKit' - pod 'StorybookUI' -end diff --git a/Podfile.lock b/Podfile.lock deleted file mode 100644 index ec3d5a5..0000000 --- a/Podfile.lock +++ /dev/null @@ -1,37 +0,0 @@ -PODS: - - EasyPeasy (1.10.0) - - MondrianLayout (0.10.0) - - Reveal-SDK (41) - - StackScrollView (1.6.3) - - StorybookKit (1.7.0) - - StorybookUI (1.7.0): - - StorybookKit (>= 1.3.0) - -DEPENDENCIES: - - EasyPeasy - - MondrianLayout - - Reveal-SDK - - StackScrollView - - StorybookKit - - StorybookUI - -SPEC REPOS: - trunk: - - EasyPeasy - - MondrianLayout - - Reveal-SDK - - StackScrollView - - StorybookKit - - StorybookUI - -SPEC CHECKSUMS: - EasyPeasy: b9b1bae024d21a7dfa9bad26d6826d88348cc6f1 - MondrianLayout: a817f7dd2f7c2663ba46d8944db09ac04bc39310 - Reveal-SDK: c33a66072cd9ac5f3e6fb94984743ab5f3057d28 - StackScrollView: bce3006ae335b9f75c1c229474d64be8039c7bde - StorybookKit: 6821c796c7abd909ea370dbf86eb7bd5087a9e04 - StorybookUI: aa60ba1ea5a169f39134822cddd2248f3840b79e - -PODFILE CHECKSUM: eb325d16cfae81a044c859fc69c1a5461b8d132e - -COCOAPODS: 1.12.1 diff --git a/Rideau.podspec b/Rideau.podspec deleted file mode 100644 index b9b7e9d..0000000 --- a/Rideau.podspec +++ /dev/null @@ -1,22 +0,0 @@ -Pod::Spec.new do |s| - s.name = "Rideau" - s.version = '2.2.0' - s.swift_version = "5.4" - s.summary = "A vertical drawer with fluid user interface." - - s.homepage = "https://github.com/muukii/Rideau" - s.license = 'MIT' - s.authors = { - "Muukii" => "muukii.app@gmail.com" - } - s.source = { :git => "https://github.com/muukii/Rideau.git", :tag => s.version } - - s.social_media_url = 'https://twitter.com/muukii_app' - s.source_files = ['Rideau/**/*.{swift,h}'] - s.public_header_files = 'Rideau/**/*.h' - - s.module_name = s.name - s.requires_arc = true - s.ios.deployment_target = '10.0' - s.ios.frameworks = ['Foundation', 'UIKit'] -end diff --git a/Rideau.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/Rideau.xcodeproj/project.xcworkspace/contents.xcworkspacedata index 07e9e6c..919434a 100644 --- a/Rideau.xcodeproj/project.xcworkspace/contents.xcworkspacedata +++ b/Rideau.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -2,6 +2,6 @@ + location = "self:"> diff --git a/Rideau.xcworkspace/xcshareddata/swiftpm/Package.resolved b/Rideau.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved similarity index 100% rename from Rideau.xcworkspace/xcshareddata/swiftpm/Package.resolved rename to Rideau.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved diff --git a/Rideau.xcworkspace/contents.xcworkspacedata b/Rideau.xcworkspace/contents.xcworkspacedata deleted file mode 100644 index d74b5d4..0000000 --- a/Rideau.xcworkspace/contents.xcworkspacedata +++ /dev/null @@ -1,7 +0,0 @@ - - - - - diff --git a/Rideau.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/Rideau.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist deleted file mode 100644 index 18d9810..0000000 --- a/Rideau.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +++ /dev/null @@ -1,8 +0,0 @@ - - - - - IDEDidComputeMac32BitWarning - - -