We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1495cd5 commit 5997c46Copy full SHA for 5997c46
Tests/SQLiteDBTests/Extensions/CipherTests.swift
@@ -85,7 +85,7 @@ class CipherTests: XCTestCase {
85
fixture("encrypted-3.x", withExtension: "sqlite") :
86
fixture("encrypted-4.x", withExtension: "sqlite")
87
88
- #if !os(Android) && !os(Linux) // file permission modification unsupported on Android
+ #if !os(Android) && !os(Linux) && !os(Windows) // file permission modification unsupported on non-Darwin platforms
89
try FileManager.default.setAttributes([FileAttributeKey.immutable: 1], ofItemAtPath: encryptedFile)
90
XCTAssertFalse(FileManager.default.isWritableFile(atPath: encryptedFile))
91
#endif
0 commit comments