[app,kit] Remove PreferencesWindowController

This commit is contained in:
Eryn Wells 2017-08-16 22:01:33 -07:00
parent 76ad824e73
commit 4756f863fe
3 changed files with 1 additions and 20 deletions

View file

@ -7,7 +7,6 @@
objects = { objects = {
/* Begin PBXBuildFile section */ /* Begin PBXBuildFile section */
C03904B31F43CF3F00C74022 /* PreferencesWindowController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C03904B11F43CF3700C74022 /* PreferencesWindowController.swift */; };
C09161701F3F5AE6009C4263 /* PreferencesViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C091616F1F3F5AE6009C4263 /* PreferencesViewController.swift */; }; C09161701F3F5AE6009C4263 /* PreferencesViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C091616F1F3F5AE6009C4263 /* PreferencesViewController.swift */; };
C0B906D51F45432700B5F89B /* Preferences.swift in Sources */ = {isa = PBXBuildFile; fileRef = C0B906D41F45432700B5F89B /* Preferences.swift */; }; C0B906D51F45432700B5F89B /* Preferences.swift in Sources */ = {isa = PBXBuildFile; fileRef = C0B906D41F45432700B5F89B /* Preferences.swift */; };
C0BBE36B1F2E816500E68524 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = C0BBE36A1F2E816500E68524 /* AppDelegate.swift */; }; C0BBE36B1F2E816500E68524 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = C0BBE36A1F2E816500E68524 /* AppDelegate.swift */; };
@ -46,7 +45,6 @@
/* End PBXContainerItemProxy section */ /* End PBXContainerItemProxy section */
/* Begin PBXFileReference section */ /* Begin PBXFileReference section */
C03904B11F43CF3700C74022 /* PreferencesWindowController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PreferencesWindowController.swift; sourceTree = "<group>"; };
C091616F1F3F5AE6009C4263 /* PreferencesViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PreferencesViewController.swift; sourceTree = "<group>"; }; C091616F1F3F5AE6009C4263 /* PreferencesViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PreferencesViewController.swift; sourceTree = "<group>"; };
C0B906D41F45432700B5F89B /* Preferences.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Preferences.swift; sourceTree = "<group>"; }; C0B906D41F45432700B5F89B /* Preferences.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Preferences.swift; sourceTree = "<group>"; };
C0BBE3671F2E816500E68524 /* Metaballs.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Metaballs.app; sourceTree = BUILT_PRODUCTS_DIR; }; C0BBE3671F2E816500E68524 /* Metaballs.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Metaballs.app; sourceTree = BUILT_PRODUCTS_DIR; };
@ -164,7 +162,6 @@
C0DF1D781F3789DC0038B0A0 /* Memory.swift */, C0DF1D781F3789DC0038B0A0 /* Memory.swift */,
C0B906D41F45432700B5F89B /* Preferences.swift */, C0B906D41F45432700B5F89B /* Preferences.swift */,
C091616F1F3F5AE6009C4263 /* PreferencesViewController.swift */, C091616F1F3F5AE6009C4263 /* PreferencesViewController.swift */,
C03904B11F43CF3700C74022 /* PreferencesWindowController.swift */,
); );
path = MetaballsKit; path = MetaballsKit;
sourceTree = "<group>"; sourceTree = "<group>";
@ -383,7 +380,6 @@
isa = PBXSourcesBuildPhase; isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647; buildActionMask = 2147483647;
files = ( files = (
C03904B31F43CF3F00C74022 /* PreferencesWindowController.swift in Sources */,
C0DF1D791F3789DC0038B0A0 /* Memory.swift in Sources */, C0DF1D791F3789DC0038B0A0 /* Memory.swift in Sources */,
C0B906D51F45432700B5F89B /* Preferences.swift in Sources */, C0B906D51F45432700B5F89B /* Preferences.swift in Sources */,
C0BBE3A41F2E81C700E68524 /* Metaballs.swift in Sources */, C0BBE3A41F2E81C700E68524 /* Metaballs.swift in Sources */,

View file

@ -224,7 +224,7 @@
<!--Window Controller--> <!--Window Controller-->
<scene sceneID="wc9-ue-Eil"> <scene sceneID="wc9-ue-Eil">
<objects> <objects>
<windowController showSeguePresentationStyle="single" id="UFt-7I-hit" customClass="PreferencesWindowController" customModule="MetaballsKit" sceneMemberID="viewController"> <windowController showSeguePresentationStyle="single" id="UFt-7I-hit" sceneMemberID="viewController">
<window key="window" title="Preferences" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" restorable="NO" oneShot="NO" releasedWhenClosed="NO" showsToolbarButton="NO" visibleAtLaunch="NO" frameAutosaveName="" animationBehavior="default" id="5zN-Bj-JVR" userLabel="Preferences"> <window key="window" title="Preferences" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" restorable="NO" oneShot="NO" releasedWhenClosed="NO" showsToolbarButton="NO" visibleAtLaunch="NO" frameAutosaveName="" animationBehavior="default" id="5zN-Bj-JVR" userLabel="Preferences">
<windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES"/> <windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES"/>
<windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/> <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>

View file

@ -1,15 +0,0 @@
//
// PreferencesWindowController.swift
// Metaballs
//
// Created by Eryn Wells on 8/15/17.
// Copyright © 2017 Eryn Wells. All rights reserved.
//
import Cocoa
class PreferencesWindowController: NSWindowController {
override func prepare(for segue: NSStoryboardSegue, sender: Any?) {
print("prepare for segue:\(segue), sender:\(String(describing: sender))")
}
}