revise
This commit is contained in:
parent
056a45c585
commit
bc85a4f11f
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>IDEDidComputeMac32BitWarning</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</plist>
|
|
@ -3,7 +3,7 @@
|
|||
// Fileable
|
||||
//
|
||||
// Created by Shota Shimazu on 2017/10/25.
|
||||
// Copyright © 2017 Shota Shimazu. All rights reserved.
|
||||
// Copyright © 2017-2018 Shota Shimazu. All rights reserved.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
// Fileable
|
||||
//
|
||||
// Created by Shota Shimazu on 2017/10/25.
|
||||
// Copyright © 2017 Shota Shimazu. All rights reserved.
|
||||
// Copyright © 2017-2018 Shota Shimazu. All rights reserved.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
// Fileable
|
||||
//
|
||||
// Created by Shota Shimazu on Oct 25, 2017.
|
||||
// Copyright © 2017 Shota Shimazu. All rights reserved.
|
||||
// Copyright © 2017-2018 Shota Shimazu. All rights reserved.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
@ -29,11 +29,3 @@ open class Fileable {
|
|||
self.path = path
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// Internet file management
|
||||
extension Fileable {
|
||||
public func curlO(url: String) {
|
||||
return
|
||||
}
|
||||
}
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
// Fileable
|
||||
//
|
||||
// Created by Shota Shimazu on 2017/10/25.
|
||||
// Copyright © 2017 Shota Shimazu. All rights reserved.
|
||||
// Copyright © 2017-2018 Shota Shimazu. All rights reserved.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
// Fileable
|
||||
//
|
||||
// Created by Shota Shimazu on 2017/10/25.
|
||||
// Copyright © 2017 Shota Shimazu. All rights reserved.
|
||||
// Copyright © 2017-2018 Shota Shimazu. All rights reserved.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
// Fileable
|
||||
//
|
||||
// Created by Shota Shimazu on 2017/10/25.
|
||||
// Copyright © 2017 Shota Shimazu. All rights reserved.
|
||||
// Copyright © 2017-2018 Shota Shimazu. All rights reserved.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
// Fileable
|
||||
//
|
||||
// Created by Shota Shimazu on 2017/10/25.
|
||||
// Copyright © 2017 Shota Shimazu. All rights reserved.
|
||||
// Copyright © 2017-2018 Shota Shimazu. All rights reserved.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
|
Loading…
Reference in New Issue