1
0
mirror of https://github.com/nicoverbruggen/phpmon.git synced 2025-11-09 05:40:07 +01:00

🔥 Remove Swift Package for common data

This commit is contained in:
2021-12-20 19:10:58 +01:00
parent acdcce7f7a
commit 2dbf775ad6
20 changed files with 32 additions and 111 deletions

View File

@@ -7,7 +7,6 @@
import Foundation
import AppKit
import PMCommon
class Actions {

View File

@@ -7,7 +7,6 @@
import Cocoa
import UserNotifications
import PMCommon
@NSApplicationMain
class AppDelegate: NSObject, NSApplicationDelegate, UNUserNotificationCenterDelegate {

View File

@@ -6,7 +6,6 @@
//
import Foundation
import PMCommon
class Startup {

View File

@@ -7,7 +7,6 @@
//
import Foundation
import PMCommon
/// An application that is capable of opening a particular directory (usually of a PHP project).
/// In most cases this is going to be a code editor, but it could also be another application

View File

@@ -7,7 +7,6 @@
//
import Cocoa
import PMCommon
class Filesystem {

View File

@@ -7,7 +7,6 @@
//
import Foundation
import PMCommon
class HomebrewDiagnostics {

View File

@@ -7,7 +7,6 @@
//
import Foundation
import PMCommon
class Valet {

View File

@@ -6,7 +6,6 @@
//
import Cocoa
import PMCommon
class MainMenu: NSObject, NSWindowDelegate, NSMenuDelegate {

View File

@@ -6,7 +6,6 @@
//
import Foundation
import PMCommon
/**
An installed version of PHP, that was detected by scanning the `/opt/php@version/bin` directory.

View File

@@ -7,7 +7,6 @@
//
import Foundation
import PMCommon
class PhpInstallation {

View File

@@ -8,7 +8,6 @@
import Cocoa
import AppKit
import PMCommon
class SiteListCell: NSTableCellView
{

View File

@@ -9,7 +9,6 @@
import Cocoa
import HotKey
import Carbon
import PMCommon
class SiteListVC: NSViewController, NSTableViewDelegate, NSTableViewDataSource {

View File

@@ -7,7 +7,6 @@
//
import Foundation
import PMCommon
extension App {