update copyright
This commit is contained in:
parent
b5be6d2ddf
commit
dad46141fe
|
@ -177,7 +177,7 @@
|
|||
attributes = {
|
||||
LastSwiftUpdateCheck = 0830;
|
||||
LastUpgradeCheck = 0830;
|
||||
ORGANIZATIONNAME = Labbiness;
|
||||
ORGANIZATIONNAME = "Shota Shimazu";
|
||||
TargetAttributes = {
|
||||
D93F1C971EAEDB6E009A7474 = {
|
||||
CreatedOnToolsVersion = 8.3.2;
|
||||
|
@ -375,7 +375,7 @@
|
|||
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
|
||||
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
|
||||
PRODUCT_BUNDLE_IDENTIFIER = com.Labbiness.Fileable;
|
||||
PRODUCT_BUNDLE_IDENTIFIER = com.shotastage.Fileable;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
SKIP_INSTALL = YES;
|
||||
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
||||
|
@ -398,7 +398,7 @@
|
|||
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
|
||||
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
|
||||
PRODUCT_BUNDLE_IDENTIFIER = com.Labbiness.Fileable;
|
||||
PRODUCT_BUNDLE_IDENTIFIER = com.shotastage.Fileable;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
SKIP_INSTALL = YES;
|
||||
SWIFT_SWIFT3_OBJC_INFERENCE = On;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||

|
||||
|
||||
[](https://travis-ci.org/Labbiness/Fileable)
|
||||
[](https://travis-ci.org/Labbiness/Fileable)
|
||||
[](https://github.com/Labbiness/FileKit)
|
||||

|
||||

|
||||
|
@ -17,7 +17,7 @@ At now, we aim to register this library to CocoaPods official repository. Howeve
|
|||
|
||||
|
||||
```
|
||||
pod 'https://github.com/Labbiness/Fileable.git'
|
||||
pod 'https://github.com/shotastage/Fileable.git'
|
||||
```
|
||||
|
||||
## Carthage
|
||||
|
@ -25,7 +25,7 @@ pod 'https://github.com/Labbiness/Fileable.git'
|
|||
You can use this library with Carthage by simply putting this text to `Cartfile`.
|
||||
|
||||
```
|
||||
github "Labbiness/Fileable"
|
||||
github "shotastage/Fileable"
|
||||
```
|
||||
|
||||
# ⌘ APIs
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
// Fileable
|
||||
//
|
||||
// Created by Shota Shimazu on 2017/10/25.
|
||||
// Copyright © 2017 Labbiness. All rights reserved.
|
||||
// Copyright © 2017 Shota Shimazu. All rights reserved.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
// Fileable
|
||||
//
|
||||
// Created by Shota Shimazu on 2017/10/25.
|
||||
// Copyright © 2017 Labbiness. All rights reserved.
|
||||
// Copyright © 2017 Shota Shimazu. All rights reserved.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
// Fileable
|
||||
//
|
||||
// Created by Shota Shimazu on Oct 25, 2017.
|
||||
// Copyright © 2017 Labbiness. All rights reserved.
|
||||
// Copyright © 2017 Shota Shimazu. All rights reserved.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
// Fileable
|
||||
//
|
||||
// Created by Shota Shimazu on 2017/10/25.
|
||||
// Copyright © 2017 Labbiness. All rights reserved.
|
||||
// Copyright © 2017 Shota Shimazu. All rights reserved.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
// Fileable
|
||||
//
|
||||
// Created by Shota Shimazu on 2017/10/25.
|
||||
// Copyright © 2017 Labbiness. All rights reserved.
|
||||
// Copyright © 2017 Shota Shimazu. All rights reserved.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
// Fileable
|
||||
//
|
||||
// Created by Shota Shimazu on 2017/10/25.
|
||||
// Copyright © 2017 Labbiness. All rights reserved.
|
||||
// Copyright © 2017 Shota Shimazu. All rights reserved.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
// Fileable
|
||||
//
|
||||
// Created by Shota Shimazu on 2017/10/25.
|
||||
// Copyright © 2017 Labbiness. All rights reserved.
|
||||
// Copyright © 2017 Shota Shimazu. All rights reserved.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
|
Loading…
Reference in New Issue