Skip to content

Commit

Permalink
Updated some files
Browse files Browse the repository at this point in the history
  • Loading branch information
WindowsMEMZ committed Jul 15, 2024
1 parent 3c7ccfd commit 9a43584
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Sources/DarockKit/Neumorphic/ColorExtension.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#if !os(visionOS)
#if !os(visionOS) && !os(tvOS)
import SwiftUI

public extension Color {
Expand Down
2 changes: 1 addition & 1 deletion Sources/DarockKit/Neumorphic/NeumorphicKit.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// Copyright © 2020 Costa Chung. All rights reserved.
// Neumorphism Soft UI

#if !os(visionOS)
#if !os(visionOS) && !os(tvOS)
import SwiftUI

public struct NeumorphicKit {
Expand Down
2 changes: 1 addition & 1 deletion Sources/DarockKit/Neumorphic/SoftButtonStyle.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// Copyright © 2020 Costa Chung. All rights reserved.
// Neumorphism Soft UI

#if !os(visionOS)
#if !os(visionOS) && !os(tvOS)
import SwiftUI

public enum SoftButtonPressedEffect {
Expand Down
2 changes: 1 addition & 1 deletion Sources/DarockKit/Neumorphic/SoftDynamicToggleStyle.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// Created by Costa Chung on 11/12/2020.
//

#if !os(visionOS)
#if !os(visionOS) && !os(tvOS)
import SwiftUI

public struct SoftDynamicToggleStyle<S: Shape> : ToggleStyle {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// Neumorphism Soft UI
//

#if !os(visionOS)
#if !os(visionOS) && !os(tvOS)
import SwiftUI

private struct SoftInnerShadowViewModifier<S: Shape> : ViewModifier {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// Copyright © 2020 Costa Chung. All rights reserved.
// Neumorphism Soft UI

#if !os(visionOS)
#if !os(visionOS) && !os(tvOS)
import SwiftUI

private struct SoftOuterShadowViewModifier: ViewModifier {
Expand Down
2 changes: 1 addition & 1 deletion Sources/DarockKit/Neumorphic/View+InverseMask.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// Copyright © 2020 Costa Chung. All rights reserved.
// Neumorphism Soft UI

#if !os(visionOS)
#if !os(visionOS) && !os(tvOS)
import SwiftUI

extension View {
Expand Down

0 comments on commit 9a43584

Please sign in to comment.