Skip to content

Commit

Permalink
Remove no longer needed check on iOS/tvOS version
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandre-pod committed Oct 26, 2023
1 parent e8ad534 commit c1be9a5
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion ADUtilsTests/NSDirectionalRectEdgeTest.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import Quick
import Nimble
import ADUtils

@available(iOS 13.0, tvOS 13.0, *)
class NSDirectionalRectEdgeTest: QuickSpec {

override class func spec() {
Expand Down
1 change: 0 additions & 1 deletion Modules/ADUtils/NSDirectionalRectEdge+Utilities.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

import UIKit

@available(iOS 13.0, tvOS 13.0, *)
extension NSDirectionalRectEdge {

public static var horizontal: NSDirectionalRectEdge {
Expand Down
3 changes: 0 additions & 3 deletions Modules/ADUtils_security/SecureArchiver.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
// Created by Thomas Esterlin on 02/07/2021.
// Methods inspired by these : "https://fred.appelman.net/?p=119", "https://developer.apple.com/videos/play/wwdc2019/709"

#if canImport(CryptoKit)

import Foundation
import CryptoKit

Expand Down Expand Up @@ -156,4 +154,3 @@ public class SecureArchiver {
}

}
#endif
2 changes: 0 additions & 2 deletions Modules/ADUtils_security/UserDefaults+StorageArchiver.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
// Created by Benjamin Lavialle on 08/07/2021.
//

#if canImport(CryptoKit)
import Foundation

extension UserDefaults: StorageArchiver {
Expand All @@ -22,4 +21,3 @@ extension UserDefaults: StorageArchiver {
removeObject(forKey: key)
}
}
#endif

0 comments on commit c1be9a5

Please sign in to comment.