revise
This commit is contained in:
parent
2dd5f6c65c
commit
707714a86c
|
@ -51,9 +51,8 @@ extension Path {
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/// iOSDir enum is list of iOS application directories
|
/// iOSDir enum is list of iOS application directories
|
||||||
public enum iOSDir {
|
public enum IOSDir {
|
||||||
|
|
||||||
/// .document returns iOS Documents directory
|
/// .document returns iOS Documents directory
|
||||||
case document
|
case document
|
||||||
|
|
|
@ -23,12 +23,12 @@ class IOSDirs: XCTestCase {
|
||||||
// This is an example of a functional test case.
|
// This is an example of a functional test case.
|
||||||
// Use XCTAssert and related functions to verify your tests produce the correct results.
|
// Use XCTAssert and related functions to verify your tests produce the correct results.
|
||||||
|
|
||||||
let documentDirectory: String = iOSDir.document.path
|
//let documentDirectory: String = IOSDirs.document.path
|
||||||
let libraryDirectory: String = iOSDir.library.path
|
//let libraryDirectory: String = IOSDirs.library.path
|
||||||
|
|
||||||
NSLog("LOG: ")
|
NSLog("LOG: ")
|
||||||
NSLog(documentDirectory)
|
// NSLog(documentDirectory)
|
||||||
NSLog(libraryDirectory)
|
// NSLog(libraryDirectory)
|
||||||
// XCTAssertEqual(current, moved)
|
// XCTAssertEqual(current, moved)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue