mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-04-10 11:23:39 +02:00
WIP
This commit is contained in:
@@ -55,7 +55,7 @@ final class StorageInterfaceTests: XCTestCase {
|
|||||||
dynamic func test_ThatSQLiteStoreDefaultDirectories_AreCorrect() {
|
dynamic func test_ThatSQLiteStoreDefaultDirectories_AreCorrect() {
|
||||||
|
|
||||||
#if os(tvOS)
|
#if os(tvOS)
|
||||||
let systemDirectorySearchPath = NSSearchPathDirectory.CachesDirectory
|
let systemDirectorySearchPath = FileManager.SearchPathDirectory.cachesDirectory
|
||||||
#else
|
#else
|
||||||
let systemDirectorySearchPath = FileManager.SearchPathDirectory.applicationSupportDirectory
|
let systemDirectorySearchPath = FileManager.SearchPathDirectory.applicationSupportDirectory
|
||||||
#endif
|
#endif
|
||||||
@@ -139,7 +139,7 @@ final class StorageInterfaceTests: XCTestCase {
|
|||||||
dynamic func test_ThatLegacySQLiteStoreDefaultDirectories_AreCorrect() {
|
dynamic func test_ThatLegacySQLiteStoreDefaultDirectories_AreCorrect() {
|
||||||
|
|
||||||
#if os(tvOS)
|
#if os(tvOS)
|
||||||
let systemDirectorySearchPath = NSSearchPathDirectory.CachesDirectory
|
let systemDirectorySearchPath = FileManager.SearchPathDirectory.cachesDirectory
|
||||||
#else
|
#else
|
||||||
let systemDirectorySearchPath = FileManager.SearchPathDirectory.applicationSupportDirectory
|
let systemDirectorySearchPath = FileManager.SearchPathDirectory.applicationSupportDirectory
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user