Skip to content

Commit

Permalink
Update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
GianniCarlo committed Dec 27, 2024
1 parent 9f32471 commit 346a373
Show file tree
Hide file tree
Showing 429 changed files with 431 additions and 431 deletions.
6 changes: 3 additions & 3 deletions BookPlayer.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -5370,7 +5370,7 @@
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = BookPlayerShareExtension/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = BookPlayerShareExtension;
INFOPLIST_KEY_NSHumanReadableCopyright = "Copyright © 2022 Tortuga Power. All rights reserved.";
INFOPLIST_KEY_NSHumanReadableCopyright = "Copyright © 2022 BookPlayer LLC. All rights reserved.";
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
Expand Down Expand Up @@ -5410,7 +5410,7 @@
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = BookPlayerShareExtension/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = BookPlayerShareExtension;
INFOPLIST_KEY_NSHumanReadableCopyright = "Copyright © 2022 Tortuga Power. All rights reserved.";
INFOPLIST_KEY_NSHumanReadableCopyright = "Copyright © 2022 BookPlayer LLC. All rights reserved.";
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
Expand Down Expand Up @@ -5448,7 +5448,7 @@
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = BookPlayerShareExtension/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = BookPlayerShareExtension;
INFOPLIST_KEY_NSHumanReadableCopyright = "Copyright © 2022 Tortuga Power. All rights reserved.";
INFOPLIST_KEY_NSHumanReadableCopyright = "Copyright © 2022 BookPlayer LLC. All rights reserved.";
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
Expand Down
2 changes: 1 addition & 1 deletion BookPlayer/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// BookPlayer
//
// Created by Gianni Carlo on 7/1/16.
// Copyright © 2016 Tortuga Power. All rights reserved.
// Copyright © 2016 BookPlayer LLC. All rights reserved.
//

import AVFoundation
Expand Down
2 changes: 1 addition & 1 deletion BookPlayer/AppIntents/BPAppShortcuts.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// BookPlayer
//
// Created by Gianni Carlo on 30/9/23.
// Copyright © 2023 Tortuga Power. All rights reserved.
// Copyright © 2023 BookPlayer LLC. All rights reserved.
//

import Foundation
Expand Down
2 changes: 1 addition & 1 deletion BookPlayer/AppIntents/CancelSleepTimerIntent.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// BookPlayer
//
// Created by Gianni Carlo on 30/9/23.
// Copyright © 2023 Tortuga Power. All rights reserved.
// Copyright © 2023 BookPlayer LLC. All rights reserved.
//

import Foundation
Expand Down
2 changes: 1 addition & 1 deletion BookPlayer/AppIntents/CustomRewindIntent.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// BookPlayer
//
// Created by Gianni Carlo on 31/7/24.
// Copyright © 2024 Tortuga Power. All rights reserved.
// Copyright © 2024 BookPlayer LLC. All rights reserved.
//

import AppIntents
Expand Down
2 changes: 1 addition & 1 deletion BookPlayer/AppIntents/CustomSkipForwardIntent.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// BookPlayer
//
// Created by Gianni Carlo on 29/7/24.
// Copyright © 2024 Tortuga Power. All rights reserved.
// Copyright © 2024 BookPlayer LLC. All rights reserved.
//

import AppIntents
Expand Down
2 changes: 1 addition & 1 deletion BookPlayer/AppIntents/CustomSleepTimerIntent.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// BookPlayer
//
// Created by Gianni Carlo on 30/9/23.
// Copyright © 2023 Tortuga Power. All rights reserved.
// Copyright © 2023 BookPlayer LLC. All rights reserved.
//

import Foundation
Expand Down
2 changes: 1 addition & 1 deletion BookPlayer/AppIntents/EndChapterSleepTimerIntent.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// BookPlayer
//
// Created by Gianni Carlo on 30/9/23.
// Copyright © 2023 Tortuga Power. All rights reserved.
// Copyright © 2023 BookPlayer LLC. All rights reserved.
//

import Foundation
Expand Down
2 changes: 1 addition & 1 deletion BookPlayer/AppIntents/LastBookStartPlaybackIntent.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// BookPlayer
//
// Created by Gianni Carlo on 30/9/23.
// Copyright © 2023 Tortuga Power. All rights reserved.
// Copyright © 2023 BookPlayer LLC. All rights reserved.
//

import AppIntents
Expand Down
2 changes: 1 addition & 1 deletion BookPlayer/AppIntents/PausePlaybackIntent.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// BookPlayer
//
// Created by Gianni Carlo on 2/10/23.
// Copyright © 2023 Tortuga Power. All rights reserved.
// Copyright © 2023 BookPlayer LLC. All rights reserved.
//

import AppIntents
Expand Down
2 changes: 1 addition & 1 deletion BookPlayer/AppNavigationController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// BookPlayer
//
// Created by Gianni Carlo on 12/21/18.
// Copyright © 2018 Tortuga Power. All rights reserved.
// Copyright © 2018 BookPlayer LLC. All rights reserved.
//

import BookPlayerKit
Expand Down
2 changes: 1 addition & 1 deletion BookPlayer/AppTabBarController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// BookPlayer
//
// Created by gianni.carlo on 11/3/22.
// Copyright © 2022 Tortuga Power. All rights reserved.
// Copyright © 2022 BookPlayer LLC. All rights reserved.
//

import BookPlayerKit
Expand Down
2 changes: 1 addition & 1 deletion BookPlayer/CarPlaySceneDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// BookPlayer
//
// Created by gianni.carlo on 27/3/22.
// Copyright © 2022 Tortuga Power. All rights reserved.
// Copyright © 2022 BookPlayer LLC. All rights reserved.
//

import BookPlayerKit
Expand Down
2 changes: 1 addition & 1 deletion BookPlayer/Coordinators/AccountCoordinator.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// BookPlayer
//
// Created by gianni.carlo on 8/4/22.
// Copyright © 2022 Tortuga Power. All rights reserved.
// Copyright © 2022 BookPlayer LLC. All rights reserved.
//

import BookPlayerKit
Expand Down
2 changes: 1 addition & 1 deletion BookPlayer/Coordinators/BookmarkCoordinator.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// BookPlayer
//
// Created by Gianni Carlo on 11/9/21.
// Copyright © 2021 Tortuga Power. All rights reserved.
// Copyright © 2021 BookPlayer LLC. All rights reserved.
//

import UIKit
Expand Down
2 changes: 1 addition & 1 deletion BookPlayer/Coordinators/ButtonFreeCoordinator.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// BookPlayer
//
// Created by gianni.carlo on 2/9/22.
// Copyright © 2022 Tortuga Power. All rights reserved.
// Copyright © 2022 BookPlayer LLC. All rights reserved.
//

import UIKit
Expand Down
2 changes: 1 addition & 1 deletion BookPlayer/Coordinators/ChapterCoordinator.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// BookPlayer
//
// Created by Gianni Carlo on 11/9/21.
// Copyright © 2021 Tortuga Power. All rights reserved.
// Copyright © 2021 BookPlayer LLC. All rights reserved.
//

import BookPlayerKit
Expand Down
2 changes: 1 addition & 1 deletion BookPlayer/Coordinators/CompleteAccountCoordinator.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// BookPlayer
//
// Created by gianni.carlo on 8/4/22.
// Copyright © 2022 Tortuga Power. All rights reserved.
// Copyright © 2022 BookPlayer LLC. All rights reserved.
//

import BookPlayerKit
Expand Down
2 changes: 1 addition & 1 deletion BookPlayer/Coordinators/Coordinator.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// BookPlayer
//
// Created by Gianni Carlo on 5/9/21.
// Copyright © 2021 Tortuga Power. All rights reserved.
// Copyright © 2021 BookPlayer LLC. All rights reserved.
//

import UIKit
Expand Down
2 changes: 1 addition & 1 deletion BookPlayer/Coordinators/DataInitializerCoordinator.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// BookPlayer
//
// Created by gianni.carlo on 27/5/22.
// Copyright © 2022 Tortuga Power. All rights reserved.
// Copyright © 2022 BookPlayer LLC. All rights reserved.
//

import BookPlayerKit
Expand Down
2 changes: 1 addition & 1 deletion BookPlayer/Coordinators/FolderListCoordinator.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// BookPlayer
//
// Created by Gianni Carlo on 9/9/21.
// Copyright © 2021 Tortuga Power. All rights reserved.
// Copyright © 2021 BookPlayer LLC. All rights reserved.
//

import BookPlayerKit
Expand Down
2 changes: 1 addition & 1 deletion BookPlayer/Coordinators/ImportCoordinator.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// BookPlayer
//
// Created by Gianni Carlo on 10/9/21.
// Copyright © 2021 Tortuga Power. All rights reserved.
// Copyright © 2021 BookPlayer LLC. All rights reserved.
//

import UIKit
Expand Down
2 changes: 1 addition & 1 deletion BookPlayer/Coordinators/ItemListCoordinator.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// BookPlayer
//
// Created by Gianni Carlo on 9/9/21.
// Copyright © 2021 Tortuga Power. All rights reserved.
// Copyright © 2021 BookPlayer LLC. All rights reserved.
//

import BookPlayerKit
Expand Down
2 changes: 1 addition & 1 deletion BookPlayer/Coordinators/LibraryListCoordinator.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// BookPlayer
//
// Created by Gianni Carlo on 10/9/21.
// Copyright © 2021 Tortuga Power. All rights reserved.
// Copyright © 2021 BookPlayer LLC. All rights reserved.
//

import BookPlayerKit
Expand Down
2 changes: 1 addition & 1 deletion BookPlayer/Coordinators/LoadingCoordinator.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// BookPlayer
//
// Created by Gianni Carlo on 11/9/21.
// Copyright © 2021 Tortuga Power. All rights reserved.
// Copyright © 2021 BookPlayer LLC. All rights reserved.
//

import BookPlayerKit
Expand Down
2 changes: 1 addition & 1 deletion BookPlayer/Coordinators/LoginCoordinator.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// BookPlayer
//
// Created by gianni.carlo on 3/4/22.
// Copyright © 2022 Tortuga Power. All rights reserved.
// Copyright © 2022 BookPlayer LLC. All rights reserved.
//

import BookPlayerKit
Expand Down
2 changes: 1 addition & 1 deletion BookPlayer/Coordinators/MainCoordinator.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// BookPlayer
//
// Created by Gianni Carlo on 5/9/21.
// Copyright © 2021 Tortuga Power. All rights reserved.
// Copyright © 2021 BookPlayer LLC. All rights reserved.
//

import BookPlayerKit
Expand Down
2 changes: 1 addition & 1 deletion BookPlayer/Coordinators/PlayerControlsCoordinator.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// BookPlayer
//
// Created by Gianni Carlo on 11/6/21.
// Copyright © 2021 Tortuga Power. All rights reserved.
// Copyright © 2021 BookPlayer LLC. All rights reserved.
//

import UIKit
Expand Down
2 changes: 1 addition & 1 deletion BookPlayer/Coordinators/PlayerCoordinator.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// BookPlayer
//
// Created by Gianni Carlo on 10/9/21.
// Copyright © 2021 Tortuga Power. All rights reserved.
// Copyright © 2021 BookPlayer LLC. All rights reserved.
//

import UIKit
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// BookPlayer
//
// Created by Gianni Carlo on 18/9/23.
// Copyright © 2023 Tortuga Power. All rights reserved.
// Copyright © 2023 BookPlayer LLC. All rights reserved.
//

import UIKit
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// BookPlayer
//
// Created by Gianni Carlo on 22/9/23.
// Copyright © 2023 Tortuga Power. All rights reserved.
// Copyright © 2023 BookPlayer LLC. All rights reserved.
//

import UIKit
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// BookPlayer
//
// Created by Gianni Carlo on 18/9/23.
// Copyright © 2023 Tortuga Power. All rights reserved.
// Copyright © 2023 BookPlayer LLC. All rights reserved.
//

import UIKit
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// BookPlayer
//
// Created by Gianni Carlo on 18/9/23.
// Copyright © 2023 Tortuga Power. All rights reserved.
// Copyright © 2023 BookPlayer LLC. All rights reserved.
//

import UIKit
Expand Down
2 changes: 1 addition & 1 deletion BookPlayer/Coordinators/ProfileCoordinator.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// BookPlayer
//
// Created by gianni.carlo on 12/3/22.
// Copyright © 2022 Tortuga Power. All rights reserved.
// Copyright © 2022 BookPlayer LLC. All rights reserved.
//

import BookPlayerKit
Expand Down
2 changes: 1 addition & 1 deletion BookPlayer/Coordinators/SettingsCoordinator.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// BookPlayer
//
// Created by Gianni Carlo on 22/9/21.
// Copyright © 2021 Tortuga Power. All rights reserved.
// Copyright © 2021 BookPlayer LLC. All rights reserved.
//

import UIKit
Expand Down
2 changes: 1 addition & 1 deletion BookPlayer/Import/ImportManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// BookPlayer
//
// Created by Gianni Carlo on 9/10/18.
// Copyright © 2018 Tortuga Power. All rights reserved.
// Copyright © 2018 BookPlayer LLC. All rights reserved.
//

import BookPlayerKit
Expand Down
2 changes: 1 addition & 1 deletion BookPlayer/Import/ImportViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// BookPlayer
//
// Created by Gianni Carlo on 19/6/21.
// Copyright © 2021 Tortuga Power. All rights reserved.
// Copyright © 2021 BookPlayer LLC. All rights reserved.
//

import BookPlayerKit
Expand Down
2 changes: 1 addition & 1 deletion BookPlayer/Import/ImportViewModel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// BookPlayer
//
// Created by Gianni Carlo on 23/6/21.
// Copyright © 2021 Tortuga Power. All rights reserved.
// Copyright © 2021 BookPlayer LLC. All rights reserved.
//

import BookPlayerKit
Expand Down
2 changes: 1 addition & 1 deletion BookPlayer/Import/Models/ImportFileItem.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// BookPlayer
//
// Created by Gianni Carlo on 9/11/18.
// Copyright © 2018 Tortuga Power. All rights reserved.
// Copyright © 2018 BookPlayer LLC. All rights reserved.
//

import Foundation
Expand Down
2 changes: 1 addition & 1 deletion BookPlayer/Import/Models/ImportOperation.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// BookPlayer
//
// Created by Gianni Carlo on 8/30/18.
// Copyright © 2018 Tortuga Power. All rights reserved.
// Copyright © 2018 BookPlayer LLC. All rights reserved.
//

import BookPlayerKit
Expand Down
2 changes: 1 addition & 1 deletion BookPlayer/Import/Views/ImportTableViewCell.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// BookPlayer
//
// Created by Gianni Carlo on 30/6/21.
// Copyright © 2021 Tortuga Power. All rights reserved.
// Copyright © 2021 BookPlayer LLC. All rights reserved.
//

import BookPlayerKit
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// BookPlayer
//
// Created by Lysann Tranvouez on 2024-10-25.
// Copyright © 2024 Tortuga Power. All rights reserved.
// Copyright © 2024 BookPlayer LLC. All rights reserved.
//

import Foundation
Expand Down
Loading

0 comments on commit 346a373

Please sign in to comment.