diff --git a/LeadKit/LeadKit.xcodeproj/project.pbxproj b/LeadKit/LeadKit.xcodeproj/project.pbxproj index fb5db045..7e06260f 100644 --- a/LeadKit/LeadKit.xcodeproj/project.pbxproj +++ b/LeadKit/LeadKit.xcodeproj/project.pbxproj @@ -932,7 +932,7 @@ }; 782B1B3D1C7343CD003F8A95 /* Tailor */ = { isa = PBXShellScriptBuildPhase; - buildActionMask = 8; + buildActionMask = 2147483647; files = ( ); inputPaths = ( @@ -940,13 +940,13 @@ name = Tailor; outputPaths = ( ); - runOnlyForDeploymentPostprocessing = 1; + runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = "if hash tailor 2>/dev/null; then\n tailor --except=trailing-whitespace,forced-type-cast\nelse\n echo \"warning: Please install Tailor from https://tailor.sh\"\nfi"; }; 782B1B3E1C7343E0003F8A95 /* SwiftLint */ = { isa = PBXShellScriptBuildPhase; - buildActionMask = 8; + buildActionMask = 2147483647; files = ( ); inputPaths = ( @@ -954,7 +954,7 @@ name = SwiftLint; outputPaths = ( ); - runOnlyForDeploymentPostprocessing = 1; + runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = "if which swiftlint >/dev/null; then\n swiftlint\nelse\n echo \"SwiftLint does not exist, download from https://github.com/realm/SwiftLint\"\nfi"; }; diff --git a/LeadKit/LeadKit/Structures/DrawingOperations/ResizeDrawingOperation.swift b/LeadKit/LeadKit/Structures/DrawingOperations/ResizeDrawingOperation.swift index 1f1dd6f7..ed7885c1 100644 --- a/LeadKit/LeadKit/Structures/DrawingOperations/ResizeDrawingOperation.swift +++ b/LeadKit/LeadKit/Structures/DrawingOperations/ResizeDrawingOperation.swift @@ -51,5 +51,5 @@ struct ResizeDrawingOperation: DrawingOperation { context.interpolationQuality = .high context.draw(image, in: drawRect) } - + }