Fix casing from Wireguard to WireGuard.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
Jeroen Leenarts
2018-05-24 20:13:21 +02:00
parent 5d3f97133d
commit d15972d2ce
18 changed files with 76 additions and 70 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
//
// AppDelegate.swift
// Wireguard
// WireGuard
//
// Created by Jeroen Leenarts on 23-05-18.
// Copyright © 2018 Wireguard. All rights reserved.
// Copyright © 2018 WireGuard. All rights reserved.
//
import UIKit
+3 -3
View File
@@ -1,9 +1,9 @@
//
// AppCoordinator.swift
// Wireguard
// WireGuard
//
// Created by Jeroen Leenarts on 23-05-18.
// Copyright © 2018 Wireguard. All rights reserved.
// Copyright © 2018 WireGuard. All rights reserved.
//
import Foundation
@@ -13,7 +13,7 @@ import BNRCoreDataStack
class AppCoordinator: RootViewCoordinator {
let persistentContainer = NSPersistentContainer(name: "Wireguard")
let persistentContainer = NSPersistentContainer(name: "WireGuard")
let storyboard = UIStoryboard(name: "Main", bundle: nil)
// MARK: - Properties
+2 -2
View File
@@ -1,9 +1,9 @@
//
// Coordinator.swift
// Wireguard
// WireGuard
//
// Created by Jeroen Leenarts on 23-05-18.
// Copyright © 2018 Wireguard. All rights reserved.
// Copyright © 2018 WireGuard. All rights reserved.
//
import Foundation
+2 -2
View File
@@ -1,9 +1,9 @@
//
// RootCoordinator.swift
// Wireguard
// WireGuard
//
// Created by Jeroen Leenarts on 23-05-18.
// Copyright © 2018 Wireguard. All rights reserved.
// Copyright © 2018 WireGuard. All rights reserved.
//
import Foundation
+2 -2
View File
@@ -1,9 +1,9 @@
//
// Address+CoreDataClass.swift
// Wireguard
// WireGuard
//
// Created by Jeroen Leenarts on 24-05-18.
// Copyright © 2018 Wireguard. All rights reserved.
// Copyright © 2018 WireGuard. All rights reserved.
//
//
@@ -1,9 +1,9 @@
//
// Address+CoreDataProperties.swift
// Wireguard
// WireGuard
//
// Created by Jeroen Leenarts on 24-05-18.
// Copyright © 2018 Wireguard. All rights reserved.
// Copyright © 2018 WireGuard. All rights reserved.
//
//
@@ -1,9 +1,9 @@
//
// Interface+CoreDataProperties.swift
// Wireguard
// WireGuard
//
// Created by Jeroen Leenarts on 24-05-18.
// Copyright © 2018 Wireguard. All rights reserved.
// Copyright © 2018 WireGuard. All rights reserved.
//
//
+2 -2
View File
@@ -1,9 +1,9 @@
//
// Profile+CoreDataClass.swift
// Wireguard
// WireGuard
//
// Created by Jeroen Leenarts on 23-05-18.
// Copyright © 2018 Wireguard. All rights reserved.
// Copyright © 2018 WireGuard. All rights reserved.
//
//
@@ -1,9 +1,9 @@
//
// Profile+CoreDataProperties.swift
// Wireguard
// WireGuard
//
// Created by Jeroen Leenarts on 23-05-18.
// Copyright © 2018 Wireguard. All rights reserved.
// Copyright © 2018 WireGuard. All rights reserved.
//
//
@@ -1,9 +1,9 @@
//
// ConnectionsTableViewController.swift
// Wireguard
// WireGuard
//
// Created by Jeroen Leenarts on 23-05-18.
// Copyright © 2018 Wireguard. All rights reserved.
// Copyright © 2018 WireGuard. All rights reserved.
//
import UIKit
+2 -2
View File
@@ -1,9 +1,9 @@
//
// Identifyable.swift
// Wireguard
// WireGuard
//
// Created by Jeroen Leenarts on 23-05-18.
// Copyright © 2018 Wireguard. All rights reserved.
// Copyright © 2018 WireGuard. All rights reserved.
//
import Foundation