Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v3.0 #8

Merged
merged 18 commits into from
Aug 9, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
modify headers of files.
  • Loading branch information
sgr-ksmt committed Aug 3, 2020
commit c8d521c8d0d2e6ffc509d47339e6cd4824ac9bae
4 changes: 2 additions & 2 deletions Lobster/Lobster.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
// Lobster.h
// Lobster
//
// Created by suguru-kishimoto on 2017/10/31.
// Copyright © 2017年 Suguru Kishimoto. All rights reserved.
// Created by sgr-ksmt on 2017/10/31.
// Copyright © 2017 Suguru Kishimoto. All rights reserved.
//

#import <UIKit/UIKit.h>
Expand Down
2 changes: 1 addition & 1 deletion LobsterTests/FirebaseSetupHandler.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// FirebaseSetupHandler.swift
// LobsterTests
//
// Created by suguru-kishimoto on 2019/03/16.
// Created by sgr-ksmt on 2019/03/16.
// Copyright © 2019 Suguru Kishimoto. All rights reserved.
//

Expand Down
2 changes: 1 addition & 1 deletion LobsterTests/LobsterTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// ConfigKeyTests.swift
// LobsterTests
//
// Created by suguru-kishimoto on 2019/03/16.
// Created by sgr-ksmt on 2019/03/16.
// Copyright © 2019 Suguru Kishimoto. All rights reserved.
//

Expand Down
2 changes: 1 addition & 1 deletion Sources/BuiltIns/ConfigBridge+BuiltIns.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// ConfigBridge+Builtin.swift
// Lobster
//
// Created by suguru-kishimoto on 2019/03/16.
// Created by sgr-ksmt on 2019/03/16.
// Copyright © 2019 Suguru Kishimoto. All rights reserved.
//

Expand Down
2 changes: 1 addition & 1 deletion Sources/BuiltIns/ConfigSerializable+BuiltIns.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// ConfigSerializable+Builtin.swift
// Lobster
//
// Created by suguru-kishimoto on 2019/03/16.
// Created by sgr-ksmt on 2019/03/16.
// Copyright © 2019 Suguru Kishimoto. All rights reserved.
//

Expand Down
2 changes: 1 addition & 1 deletion Sources/ConfigBridge.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// ConfigBridge.swift
// Lobster
//
// Created by suguru-kishimoto on 2019/03/16.
// Created by sgr-ksmt on 2019/03/16.
// Copyright © 2019 Suguru Kishimoto. All rights reserved.
//

Expand Down
4 changes: 2 additions & 2 deletions Sources/ConfigKeys.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
// ConfigKeys.swift
// Lobster
//
// Created by suguru-kishimoto on 2017/11/01.
// Copyright © 2017年 Suguru Kishimoto. All rights reserved.
// Created by sgr-ksmt on 2017/11/01.
// Copyright © 2017 Suguru Kishimoto. All rights reserved.
//

import Foundation
Expand Down
2 changes: 1 addition & 1 deletion Sources/ConfigSerializable.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// ConfigSerializable.swift
// Lobster
//
// Created by suguru-kishimoto on 2019/03/16.
// Created by sgr-ksmt on 2019/03/16.
// Copyright © 2019 Suguru Kishimoto. All rights reserved.
//

Expand Down
2 changes: 1 addition & 1 deletion Sources/DefaultStore.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// DefaultStore.swift
// Lobster
//
// Created by suguru-kishimoto on 2019/03/16.
// Created by sgr-ksmt on 2019/03/16.
// Copyright © 2019 Suguru Kishimoto. All rights reserved.
//

Expand Down
2 changes: 1 addition & 1 deletion Sources/Lobster+Subscripts.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Lobster+Subscripting.swift
// Lobster
//
// Created by suguru-kishimoto on 2019/03/16.
// Created by sgr-ksmt on 2019/03/16.
// Copyright © 2019 Suguru Kishimoto. All rights reserved.
//

Expand Down
4 changes: 2 additions & 2 deletions Sources/Lobster.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
// Lobster.swift
// Lobster
//
// Created by suguru-kishimoto on 2017/10/31.
// Copyright © 2017年 Suguru Kishimoto. All rights reserved.
// Created by sgr-ksmt on 2017/10/31.
// Copyright © 2017 Suguru Kishimoto. All rights reserved.
//

import Foundation
Expand Down
2 changes: 1 addition & 1 deletion Sources/OptionalType.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// OptionalValue.swift
// Lobster
//
// Created by suguru-kishimoto on 2019/03/16.
// Created by sgr-ksmt on 2019/03/16.
// Copyright © 2019 Suguru Kishimoto. All rights reserved.
//

Expand Down
2 changes: 1 addition & 1 deletion Sources/StaleValueStore.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// StaleValueStore.swift
// Lobster
//
// Created by suguru-kishimoto on 2019/03/16.
// Created by sgr-ksmt on 2019/03/16.
// Copyright © 2019 Suguru Kishimoto. All rights reserved.
//

Expand Down
4 changes: 2 additions & 2 deletions Sources/UIColor+Ex.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
// UIColor+Ex.swift
// Lobster
//
// Created by suguru-kishimoto on 2017/11/02.
// Copyright © 2017年 Suguru Kishimoto. All rights reserved.
// Created by sgr-ksmt on 2017/11/02.
// Copyright © 2017 Suguru Kishimoto. All rights reserved.
//

import UIKit
Expand Down