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:
@@ -7,7 +7,6 @@
|
||||
|
||||
import Foundation
|
||||
import AppKit
|
||||
import PMCommon
|
||||
|
||||
class Actions {
|
||||
|
||||
|
||||
@@ -7,7 +7,6 @@
|
||||
|
||||
import Cocoa
|
||||
import UserNotifications
|
||||
import PMCommon
|
||||
|
||||
@NSApplicationMain
|
||||
class AppDelegate: NSObject, NSApplicationDelegate, UNUserNotificationCenterDelegate {
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
//
|
||||
|
||||
import Foundation
|
||||
import PMCommon
|
||||
|
||||
class Startup {
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -7,7 +7,6 @@
|
||||
//
|
||||
|
||||
import Cocoa
|
||||
import PMCommon
|
||||
|
||||
class Filesystem {
|
||||
|
||||
|
||||
@@ -7,7 +7,6 @@
|
||||
//
|
||||
|
||||
import Foundation
|
||||
import PMCommon
|
||||
|
||||
class HomebrewDiagnostics {
|
||||
|
||||
|
||||
@@ -7,7 +7,6 @@
|
||||
//
|
||||
|
||||
import Foundation
|
||||
import PMCommon
|
||||
|
||||
class Valet {
|
||||
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
//
|
||||
|
||||
import Cocoa
|
||||
import PMCommon
|
||||
|
||||
class MainMenu: NSObject, NSWindowDelegate, NSMenuDelegate {
|
||||
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
//
|
||||
|
||||
import Foundation
|
||||
import PMCommon
|
||||
|
||||
/**
|
||||
An installed version of PHP, that was detected by scanning the `/opt/php@version/bin` directory.
|
||||
|
||||
@@ -7,7 +7,6 @@
|
||||
//
|
||||
|
||||
import Foundation
|
||||
import PMCommon
|
||||
|
||||
class PhpInstallation {
|
||||
|
||||
|
||||
@@ -8,7 +8,6 @@
|
||||
|
||||
import Cocoa
|
||||
import AppKit
|
||||
import PMCommon
|
||||
|
||||
class SiteListCell: NSTableCellView
|
||||
{
|
||||
|
||||
@@ -9,7 +9,6 @@
|
||||
import Cocoa
|
||||
import HotKey
|
||||
import Carbon
|
||||
import PMCommon
|
||||
|
||||
class SiteListVC: NSViewController, NSTableViewDelegate, NSTableViewDataSource {
|
||||
|
||||
|
||||
@@ -7,7 +7,6 @@
|
||||
//
|
||||
|
||||
import Foundation
|
||||
import PMCommon
|
||||
|
||||
extension App {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user