From 9f3d6e45382d7fe85457459ea597b45f2b7fd350 Mon Sep 17 00:00:00 2001 From: edith <58082567+jellodiil@users.noreply.github.com> Date: Fri, 3 Feb 2023 01:55:08 +0000 Subject: [PATCH 1/2] Updates to Kodeco references --- README.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.markdown b/README.markdown index 7b9a146..f1c133b 100644 --- a/README.markdown +++ b/README.markdown @@ -62,7 +62,7 @@ Strive to make your code compile without warnings. This rule informs many style ## Using SwiftLint -When writing for raywenderlich.com, you are strongly encouraged — and some teams may require — to use our SwiftLint configuration. See the [SwiftLint Policy](SWIFTLINT.markdown) for more information. +When writing for Kodeco, you are strongly encouraged — and some teams may require — to use our SwiftLint configuration. See the [SwiftLint Policy](SWIFTLINT.markdown) for more information. ## Naming @@ -1089,7 +1089,7 @@ Likewise, do not use Xcode's ability to drag a color or an image into a source s ## Organization and Bundle Identifier -Where an Xcode project is involved, the organization should be set to `Ray Wenderlich` and the Bundle Identifier set to `com.raywenderlich.TutorialName` where `TutorialName` is the name of the tutorial project. +Where an Xcode project is involved, the organization should be set to `Your Company` and the Bundle Identifier set to `com.yourcompany.TutorialName` where `TutorialName` is the name of the tutorial project. ![Xcode Project settings](screens/project_settings.png) @@ -1099,7 +1099,7 @@ The following copyright statement should be included at the top of every source file: ```swift -/// Copyright (c) 2022 Kodeco +/// Copyright (c) 2023 Kodeco Inc. /// /// Permission is hereby granted, free of charge, to any person obtaining a copy /// of this software and associated documentation files (the "Software"), to deal From b40cdc74b3d87585d8f1f21b15e2a06706270775 Mon Sep 17 00:00:00 2001 From: edith <58082567+jellodiil@users.noreply.github.com> Date: Fri, 3 Feb 2023 01:55:49 +0000 Subject: [PATCH 2/2] Updates license --- LICENSE.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE.txt b/LICENSE.txt index 536d1f7..fffd938 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,7 +1,7 @@ This style guide is available under the MIT license: -Copyright (c) 2016-2022 Razeware LLC +Copyright (c) 2016-2023 Kodeco Inc. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal