Skip to content

Commit

Permalink
Update copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
ikrisliu committed Mar 18, 2022
1 parent cd1cad0 commit e35fafd
Show file tree
Hide file tree
Showing 32 changed files with 37 additions and 574 deletions.
5 changes: 3 additions & 2 deletions App/App.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@
attributes = {
LastSwiftUpdateCheck = 1220;
LastUpgradeCheck = 1220;
ORGANIZATIONNAME = Gravity;
TargetAttributes = {
01E7C7202585E7A200B7292A = {
CreatedOnToolsVersion = 12.2;
Expand Down Expand Up @@ -339,7 +340,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = com.crescent.navigator.app;
PRODUCT_BUNDLE_IDENTIFIER = com.gravity.navigator.app;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
Expand All @@ -357,7 +358,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = com.crescent.navigator.app;
PRODUCT_BUNDLE_IDENTIFIER = com.gravity.navigator.app;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
Expand Down
4 changes: 2 additions & 2 deletions App/App/Classes/AppDelegate.swift
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
//
// AppDelegate.swift
// NavigatorDemo
// Navigator.App
//
// Created by Kris Liu on 5/11/18.
// Copyright © 2021 Crescent. All rights reserved.
// Copyright © 2022 Gravity. All rights reserved.
//

import UIKit
Expand Down
4 changes: 2 additions & 2 deletions App/App/Classes/DetailViewController.swift
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
//
// DetailViewController.swift
// NavigatorDemo
// Navigator.App
//
// Created by Kris Liu on 2018/9/13.
// Copyright © 2021 Crescent. All rights reserved.
// Copyright © 2022 Gravity. All rights reserved.
//

import UIKit
Expand Down
4 changes: 2 additions & 2 deletions App/App/Classes/MasterViewController.swift
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
//
// MasterViewController.swift
// NavigatorDemo
// Navigator.App
//
// Created by Kris Liu on 2018/9/13.
// Copyright © 2021 Crescent. All rights reserved.
// Copyright © 2022 Gravity. All rights reserved.
//

import UIKit
Expand Down
3 changes: 2 additions & 1 deletion App/App/Classes/PopupViewController.swift
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
//
// PopupViewController.swift
// App
// Navigator.App
//
// Created by Kris Liu on 2022/3/17.
// Copyright © 2022 Gravity. All rights reserved.
//

import UIKit
Expand Down
3 changes: 2 additions & 1 deletion App/App/Classes/ResultViewController.swift
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
//
// ResultViewController.swift
// App
// Navigator.App
//
// Created by Kris Liu on 2022/3/17.
// Copyright © 2022 Gravity. All rights reserved.
//

import UIKit
Expand Down
4 changes: 2 additions & 2 deletions App/App/Classes/SearchViewController.swift
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
//
// SearchViewController.swift
// NavigatorDemo
// Navigator.App
//
// Created by Kris Liu on 5/11/18.
// Copyright © 2021 Crescent. All rights reserved.
// Copyright © 2022 Gravity. All rights reserved.
//

import UIKit
Expand Down
4 changes: 2 additions & 2 deletions App/App/Classes/SplitViewController.swift
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
//
// SplitViewController.swift
// NavigatorDemo
// Navigator.App
//
// Created by Kris Liu on 2018/9/13.
// Copyright © 2021 Crescent. All rights reserved.
// Copyright © 2022 Gravity. All rights reserved.
//

import UIKit
Expand Down
2 changes: 1 addition & 1 deletion App/App/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleURLName</key>
<string>com.crescent.NavigatorDemo</string>
<string>com.Gravity.NavigatorDemo</string>
<key>CFBundleURLSchemes</key>
<array>
<string>navigatordemo</string>
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2018 Kris
Copyright (c) 2022 Kris Liu

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
24 changes: 0 additions & 24 deletions Navigator.xcodeproj/Info.plist

This file was deleted.

Loading

0 comments on commit e35fafd

Please sign in to comment.