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
|
// Fileable
|
||||||
//
|
//
|
||||||
// Created by Shota Shimazu on 2017/10/25.
|
// 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
|
import Foundation
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
// Fileable
|
// Fileable
|
||||||
//
|
//
|
||||||
// Created by Shota Shimazu on 2017/10/25.
|
// 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
|
import Foundation
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
// Fileable
|
// Fileable
|
||||||
//
|
//
|
||||||
// Created by Shota Shimazu on Oct 25, 2017.
|
// 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
|
import Foundation
|
||||||
|
@ -29,11 +29,3 @@ open class Fileable {
|
||||||
self.path = path
|
self.path = path
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// Internet file management
|
|
||||||
extension Fileable {
|
|
||||||
public func curlO(url: String) {
|
|
||||||
return
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
// Fileable
|
// Fileable
|
||||||
//
|
//
|
||||||
// Created by Shota Shimazu on 2017/10/25.
|
// 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
|
import Foundation
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
// Fileable
|
// Fileable
|
||||||
//
|
//
|
||||||
// Created by Shota Shimazu on 2017/10/25.
|
// 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
|
import Foundation
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
// Fileable
|
// Fileable
|
||||||
//
|
//
|
||||||
// Created by Shota Shimazu on 2017/10/25.
|
// 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
|
import Foundation
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
// Fileable
|
// Fileable
|
||||||
//
|
//
|
||||||
// Created by Shota Shimazu on 2017/10/25.
|
// 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
|
import Foundation
|
||||||
|
|
Loading…
Reference in New Issue