From 3afd1cc546ac36d6b31be53acf27eaa981b7f9a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20H=C3=BClsmann?= Date: Sat, 6 Aug 2022 12:24:06 +0200 Subject: [PATCH] Improve animations --- CVAG.xcodeproj/project.pbxproj | 10 +++++----- .../xcshareddata/swiftpm/Package.resolved | 4 ++-- CVAG/Views/DrawerView.swift | 1 - 3 files changed, 7 insertions(+), 8 deletions(-) diff --git a/CVAG.xcodeproj/project.pbxproj b/CVAG.xcodeproj/project.pbxproj index ef3276e..1954250 100644 --- a/CVAG.xcodeproj/project.pbxproj +++ b/CVAG.xcodeproj/project.pbxproj @@ -374,7 +374,7 @@ ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CODE_SIGN_ENTITLEMENTS = CVAG/CVAG.entitlements; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 37; + CURRENT_PROJECT_VERSION = 39; DEVELOPMENT_ASSET_PATHS = "\"CVAG/Preview Content\""; DEVELOPMENT_TEAM = B7HSFEB698; ENABLE_PREVIEWS = YES; @@ -389,7 +389,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.0.1; + MARKETING_VERSION = 1.0.2; PRODUCT_BUNDLE_IDENTIFIER = com.janhuelsmann.CVAG; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_EMIT_LOC_STRINGS = YES; @@ -406,7 +406,7 @@ ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CODE_SIGN_ENTITLEMENTS = CVAG/CVAG.entitlements; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 37; + CURRENT_PROJECT_VERSION = 39; DEVELOPMENT_ASSET_PATHS = "\"CVAG/Preview Content\""; DEVELOPMENT_TEAM = B7HSFEB698; ENABLE_PREVIEWS = YES; @@ -421,7 +421,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.0.1; + MARKETING_VERSION = 1.0.2; PRODUCT_BUNDLE_IDENTIFIER = com.janhuelsmann.CVAG; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_EMIT_LOC_STRINGS = YES; @@ -459,7 +459,7 @@ isa = XCRemoteSwiftPackageReference; repositoryURL = "https://github.com/thealpa/swiftui-drawer"; requirement = { - branch = master; + branch = "smooth-drag"; kind = branch; }; }; diff --git a/CVAG.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/CVAG.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index 6198662..f51d07b 100644 --- a/CVAG.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/CVAG.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -5,8 +5,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/thealpa/swiftui-drawer", "state" : { - "branch" : "master", - "revision" : "fa1c439ddff2a402f20178f1ac2c9d9426c1d125" + "branch" : "smooth-drag", + "revision" : "b0a0f33676a75b942aabd889e09972bfcb6d51a2" } }, { diff --git a/CVAG/Views/DrawerView.swift b/CVAG/Views/DrawerView.swift index cc96a06..d72c939 100644 --- a/CVAG/Views/DrawerView.swift +++ b/CVAG/Views/DrawerView.swift @@ -92,7 +92,6 @@ struct DrawerView: View { .frame(maxWidth: .infinity, alignment: .leading) .font(.system(size: 32, weight: .semibold, design: .default)) .lineLimit(1) - .animation(Animation.linear(duration: 0.1), value: selectedStop) Spacer()