This commit is contained in:
Shota Shimazu 2018-07-07 00:35:04 +09:00
parent 056a45c585
commit bc85a4f11f
9 changed files with 15 additions and 15 deletions

View File

@ -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>

View File

@ -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

View File

@ -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

View File

@ -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
}
}

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File