Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

Commit

Permalink
more fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhieddine-El-Kaissi committed Jul 9, 2024
1 parent fbe3c1a commit 27297a9
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Package.resolved
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"originHash" : "e57fd28f7238cd1744aae40f6e2a77e9c80533f9725afe4dfaf660a7c1b90530",
"originHash" : "3ed2b658c944f9da0c076d8a42ff6448bf7e5a8c3b64a3006c2d62395275b3d9",
"pins" : [
{
"identity" : "collectionconcurrencykit",
Expand Down Expand Up @@ -105,8 +105,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/thumbtack/thumbprint-tokens.git",
"state" : {
"revision" : "746c43b8e75d4678d8bf3fcf2582b74097b0237b",
"version" : "13.0.2"
"revision" : "b19b9b12db0e35a19adf38d9a769c1cb0b5eb2fb",
"version" : "13.0.3"
}
},
{
Expand Down
1 change: 1 addition & 0 deletions Sources/Thumbprint/Presentations/Presentation.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import UIKit

@MainActor
public enum Presentation {
public static let partialSheet: UIViewControllerTransitioningDelegate = PartialSheetPresentation()
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import UIKit

open class PartialSheetPresentation: NSObject, UIViewControllerTransitioningDelegate, Sendable {
open class PartialSheetPresentation: NSObject, UIViewControllerTransitioningDelegate {
private class PercentDrivenInteractiveTransition: UIPercentDrivenInteractiveTransition, UIViewControllerAnimatedTransitioning {
private var presentedViewFrame: CGRect = .zero
private let triggerPercentage: CGFloat = 0.42
Expand Down
8 changes: 6 additions & 2 deletions Thumbprint/Thumbprint.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -623,6 +623,7 @@
baseConfigurationReference = 08C813F925FF093F001F9DFE /* TestsHostApp-Debug.xcconfig */;
buildSettings = {
DEAD_CODE_STRIPPING = YES;
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
};
name = Debug;
};
Expand All @@ -631,6 +632,7 @@
baseConfigurationReference = 08C813F825FF093F001F9DFE /* TestsHostApp-Release.xcconfig */;
buildSettings = {
DEAD_CODE_STRIPPING = YES;
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
};
name = Release;
};
Expand Down Expand Up @@ -690,7 +692,7 @@
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
INFOPLIST_FILE = Targets/Playground/Config/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 14.5;
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand All @@ -703,6 +705,7 @@
SDKROOT = iphoneos;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_STRICT_CONCURRENCY = targeted;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
Expand Down Expand Up @@ -758,7 +761,7 @@
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
INFOPLIST_FILE = Targets/Playground/Config/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 14.5;
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand All @@ -770,6 +773,7 @@
SDKROOT = iphoneos;
SWIFT_COMPILATION_MODE = wholemodule;
SWIFT_OPTIMIZATION_LEVEL = "-O";
SWIFT_STRICT_CONCURRENCY = targeted;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
VALIDATE_PRODUCT = YES;
Expand Down

0 comments on commit 27297a9

Please sign in to comment.