Initial layout of project window

This commit is contained in:
Matthias Neeracher 2014-11-15 23:47:46 +01:00 committed by Matthias Neeracher
parent b600a76528
commit dd506616b3
10 changed files with 410 additions and 68 deletions

View File

@ -7,12 +7,14 @@
objects = {
/* Begin PBXBuildFile section */
9501D8021A17025C0034C530 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9501D8011A17025C0034C530 /* AppDelegate.swift */; };
9501D8041A17025C0034C530 /* Document.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9501D8031A17025C0034C530 /* Document.swift */; };
9501D8071A17025C0034C530 /* Document.xib in Resources */ = {isa = PBXBuildFile; fileRef = 9501D8051A17025C0034C530 /* Document.xib */; };
9501D8021A17025C0034C530 /* ASApplication.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9501D8011A17025C0034C530 /* ASApplication.swift */; };
9501D8041A17025C0034C530 /* ASProjDoc.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9501D8031A17025C0034C530 /* ASProjDoc.swift */; };
9501D8071A17025C0034C530 /* ASProjDoc.xib in Resources */ = {isa = PBXBuildFile; fileRef = 9501D8051A17025C0034C530 /* ASProjDoc.xib */; };
9501D8091A17025C0034C530 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 9501D8081A17025C0034C530 /* Images.xcassets */; };
9501D80C1A17025C0034C530 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 9501D80A1A17025C0034C530 /* MainMenu.xib */; };
9501D8181A17025C0034C530 /* AVRsackTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9501D8171A17025C0034C530 /* AVRsackTests.swift */; };
95EA32621A17B90600F66EB0 /* ACEView.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 95EA325B1A17B8DA00F66EB0 /* ACEView.framework */; };
95EA32651A17BA8C00F66EB0 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 95EA32631A17BA8C00F66EB0 /* Cocoa.framework */; };
/* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */
@ -23,19 +25,51 @@
remoteGlobalIDString = 9501D7FB1A17025C0034C530;
remoteInfo = AVRsack;
};
95EA325A1A17B8DA00F66EB0 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 95EA32541A17B8DA00F66EB0 /* ACEView.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = 7C8A728C15EA0769007E5EB8;
remoteInfo = ACEView;
};
95EA325C1A17B8DA00F66EB0 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 95EA32541A17B8DA00F66EB0 /* ACEView.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = 7C8A72E015EA0F0E007E5EB8;
remoteInfo = ACEVIewExample;
};
95EA325E1A17B8DA00F66EB0 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 95EA32541A17B8DA00F66EB0 /* ACEView.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = 36F169E216B9346C00E8965C;
remoteInfo = ACEViewTests;
};
95EA32601A17B8E900F66EB0 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 95EA32541A17B8DA00F66EB0 /* ACEView.xcodeproj */;
proxyType = 1;
remoteGlobalIDString = 7C8A728B15EA0769007E5EB8;
remoteInfo = ACEView;
};
/* End PBXContainerItemProxy section */
/* Begin PBXFileReference section */
9501D7FC1A17025C0034C530 /* AVRsack.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = AVRsack.app; sourceTree = BUILT_PRODUCTS_DIR; };
9501D8001A17025C0034C530 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
9501D8011A17025C0034C530 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
9501D8031A17025C0034C530 /* Document.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Document.swift; sourceTree = "<group>"; };
9501D8061A17025C0034C530 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/Document.xib; sourceTree = "<group>"; };
9501D8011A17025C0034C530 /* ASApplication.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ASApplication.swift; sourceTree = "<group>"; };
9501D8031A17025C0034C530 /* ASProjDoc.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ASProjDoc.swift; sourceTree = "<group>"; };
9501D8061A17025C0034C530 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/ASProjDoc.xib; sourceTree = "<group>"; };
9501D8081A17025C0034C530 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
9501D80B1A17025C0034C530 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/MainMenu.xib; sourceTree = "<group>"; };
9501D8111A17025C0034C530 /* AVRsackTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = AVRsackTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
9501D8161A17025C0034C530 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
9501D8171A17025C0034C530 /* AVRsackTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AVRsackTests.swift; sourceTree = "<group>"; };
958D76811A17DA1C00917D96 /* AVRsack-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "AVRsack-Bridging-Header.h"; sourceTree = "<group>"; };
95EA32541A17B8DA00F66EB0 /* ACEView.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = ACEView.xcodeproj; path = ../ACEView/ACEView.xcodeproj; sourceTree = "<group>"; };
95EA32631A17BA8C00F66EB0 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; };
95EA32641A17BA8C00F66EB0 /* WebKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WebKit.framework; path = System/Library/Frameworks/WebKit.framework; sourceTree = SDKROOT; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
@ -43,6 +77,8 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
95EA32651A17BA8C00F66EB0 /* Cocoa.framework in Frameworks */,
95EA32621A17B90600F66EB0 /* ACEView.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
@ -59,6 +95,7 @@
9501D7F31A17025C0034C530 = {
isa = PBXGroup;
children = (
95EA32541A17B8DA00F66EB0 /* ACEView.xcodeproj */,
9501D7FE1A17025C0034C530 /* AVRsack */,
9501D8141A17025C0034C530 /* AVRsackTests */,
9501D7FD1A17025C0034C530 /* Products */,
@ -77,12 +114,14 @@
9501D7FE1A17025C0034C530 /* AVRsack */ = {
isa = PBXGroup;
children = (
9501D8011A17025C0034C530 /* AppDelegate.swift */,
9501D8031A17025C0034C530 /* Document.swift */,
9501D8051A17025C0034C530 /* Document.xib */,
958D76811A17DA1C00917D96 /* AVRsack-Bridging-Header.h */,
9501D8011A17025C0034C530 /* ASApplication.swift */,
9501D8031A17025C0034C530 /* ASProjDoc.swift */,
9501D8051A17025C0034C530 /* ASProjDoc.xib */,
9501D8081A17025C0034C530 /* Images.xcassets */,
9501D80A1A17025C0034C530 /* MainMenu.xib */,
9501D7FF1A17025C0034C530 /* Supporting Files */,
95EA32671A17BAA600F66EB0 /* Frameworks */,
);
path = AVRsack;
sourceTree = "<group>";
@ -112,6 +151,25 @@
name = "Supporting Files";
sourceTree = "<group>";
};
95EA32551A17B8DA00F66EB0 /* Products */ = {
isa = PBXGroup;
children = (
95EA325B1A17B8DA00F66EB0 /* ACEView.framework */,
95EA325D1A17B8DA00F66EB0 /* ACEVIewExample.app */,
95EA325F1A17B8DA00F66EB0 /* ACEViewTests.octest */,
);
name = Products;
sourceTree = "<group>";
};
95EA32671A17BAA600F66EB0 /* Frameworks */ = {
isa = PBXGroup;
children = (
95EA32631A17BA8C00F66EB0 /* Cocoa.framework */,
95EA32641A17BA8C00F66EB0 /* WebKit.framework */,
);
name = Frameworks;
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
@ -126,6 +184,7 @@
buildRules = (
);
dependencies = (
95EA32611A17B8E900F66EB0 /* PBXTargetDependency */,
);
name = AVRsack;
productName = AVRsack;
@ -179,6 +238,12 @@
mainGroup = 9501D7F31A17025C0034C530;
productRefGroup = 9501D7FD1A17025C0034C530 /* Products */;
projectDirPath = "";
projectReferences = (
{
ProductGroup = 95EA32551A17B8DA00F66EB0 /* Products */;
ProjectRef = 95EA32541A17B8DA00F66EB0 /* ACEView.xcodeproj */;
},
);
projectRoot = "";
targets = (
9501D7FB1A17025C0034C530 /* AVRsack */,
@ -187,12 +252,36 @@
};
/* End PBXProject section */
/* Begin PBXReferenceProxy section */
95EA325B1A17B8DA00F66EB0 /* ACEView.framework */ = {
isa = PBXReferenceProxy;
fileType = wrapper.framework;
path = ACEView.framework;
remoteRef = 95EA325A1A17B8DA00F66EB0 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
95EA325D1A17B8DA00F66EB0 /* ACEVIewExample.app */ = {
isa = PBXReferenceProxy;
fileType = wrapper.application;
path = ACEVIewExample.app;
remoteRef = 95EA325C1A17B8DA00F66EB0 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
95EA325F1A17B8DA00F66EB0 /* ACEViewTests.octest */ = {
isa = PBXReferenceProxy;
fileType = wrapper.cfbundle;
path = ACEViewTests.octest;
remoteRef = 95EA325E1A17B8DA00F66EB0 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
/* End PBXReferenceProxy section */
/* Begin PBXResourcesBuildPhase section */
9501D7FA1A17025C0034C530 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
9501D8071A17025C0034C530 /* Document.xib in Resources */,
9501D8071A17025C0034C530 /* ASProjDoc.xib in Resources */,
9501D8091A17025C0034C530 /* Images.xcassets in Resources */,
9501D80C1A17025C0034C530 /* MainMenu.xib in Resources */,
);
@ -212,8 +301,8 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
9501D8041A17025C0034C530 /* Document.swift in Sources */,
9501D8021A17025C0034C530 /* AppDelegate.swift in Sources */,
9501D8041A17025C0034C530 /* ASProjDoc.swift in Sources */,
9501D8021A17025C0034C530 /* ASApplication.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
@ -233,15 +322,20 @@
target = 9501D7FB1A17025C0034C530 /* AVRsack */;
targetProxy = 9501D8121A17025C0034C530 /* PBXContainerItemProxy */;
};
95EA32611A17B8E900F66EB0 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
name = ACEView;
targetProxy = 95EA32601A17B8E900F66EB0 /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */
/* Begin PBXVariantGroup section */
9501D8051A17025C0034C530 /* Document.xib */ = {
9501D8051A17025C0034C530 /* ASProjDoc.xib */ = {
isa = PBXVariantGroup;
children = (
9501D8061A17025C0034C530 /* Base */,
);
name = Document.xib;
name = ASProjDoc.xib;
sourceTree = "<group>";
};
9501D80A1A17025C0034C530 /* MainMenu.xib */ = {
@ -336,10 +430,14 @@
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
COMBINE_HIDPI_IMAGES = YES;
DEFINES_MODULE = YES;
INFOPLIST_FILE = AVRsack/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OBJC_BRIDGING_HEADER = "AVRsack/AVRsack-Bridging-Header.h";
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
};
name = Debug;
};
@ -347,10 +445,13 @@
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
COMBINE_HIDPI_IMAGES = YES;
DEFINES_MODULE = YES;
INFOPLIST_FILE = AVRsack/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OBJC_BRIDGING_HEADER = "AVRsack/AVRsack-Bridging-Header.h";
};
name = Release;
};
@ -409,6 +510,7 @@
9501D81D1A17025C0034C530 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
9501D81E1A17025C0034C530 /* Build configuration list for PBXNativeTarget "AVRsackTests" */ = {
isa = XCConfigurationList;
@ -417,6 +519,7 @@
9501D8201A17025C0034C530 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};

View File

@ -0,0 +1,114 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0630"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES"
enableAddressSanitizer = "NO">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "9501D7FB1A17025C0034C530"
BuildableName = "AVRsack.app"
BlueprintName = "AVRsack"
ReferencedContainer = "container:AVRsack.xcodeproj">
</BuildableReference>
</BuildActionEntry>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "NO"
buildForArchiving = "NO"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "9501D8101A17025C0034C530"
BuildableName = "AVRsackTests.xctest"
BlueprintName = "AVRsackTests"
ReferencedContainer = "container:AVRsack.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES"
buildConfiguration = "Debug">
<Testables>
<TestableReference
skipped = "NO">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "9501D8101A17025C0034C530"
BuildableName = "AVRsackTests.xctest"
BlueprintName = "AVRsackTests"
ReferencedContainer = "container:AVRsack.xcodeproj">
</BuildableReference>
</TestableReference>
</Testables>
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "9501D7FB1A17025C0034C530"
BuildableName = "AVRsack.app"
BlueprintName = "AVRsack"
ReferencedContainer = "container:AVRsack.xcodeproj">
</BuildableReference>
</MacroExpansion>
</TestAction>
<LaunchAction
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
useCustomWorkingDirectory = "NO"
buildConfiguration = "Debug"
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
debugServiceExtension = "internal"
allowLocationSimulation = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "9501D7FB1A17025C0034C530"
BuildableName = "AVRsack.app"
BlueprintName = "AVRsack"
ReferencedContainer = "container:AVRsack.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
<ProfileAction
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
buildConfiguration = "Release"
debugDocumentVersioning = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "9501D7FB1A17025C0034C530"
BuildableName = "AVRsack.app"
BlueprintName = "AVRsack"
ReferencedContainer = "container:AVRsack.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>

View File

@ -0,0 +1,27 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>SchemeUserState</key>
<dict>
<key>AVRsack.xcscheme</key>
<dict>
<key>orderHint</key>
<integer>0</integer>
</dict>
</dict>
<key>SuppressBuildableAutocreation</key>
<dict>
<key>9501D7FB1A17025C0034C530</key>
<dict>
<key>primary</key>
<true/>
</dict>
<key>9501D8101A17025C0034C530</key>
<dict>
<key>primary</key>
<true/>
</dict>
</dict>
</dict>
</plist>

View File

@ -9,7 +9,7 @@
import Cocoa
@NSApplicationMain
class AppDelegate: NSObject, NSApplicationDelegate {
class ASApplication: NSObject, NSApplicationDelegate {

View File

@ -1,5 +1,5 @@
//
// Document.swift
// ASProjDoc.swift
// AVRsack
//
// Created by Matthias Neeracher on 11/15/14.
@ -8,7 +8,9 @@
import Cocoa
class Document: NSDocument {
class ASProjDoc: NSDocument {
@IBOutlet weak var editor : ACEView!
@IBOutlet weak var outline: NSOutlineView!
override init() {
super.init()
@ -17,7 +19,9 @@ class Document: NSDocument {
override func windowControllerDidLoadNib(aController: NSWindowController) {
super.windowControllerDidLoadNib(aController)
// Add any code here that needs to be executed once the windowController has loaded the document's window.
editor.setString("Here we go!")
editor.setMode(UInt(ACEModeASCIIDoc))
editor.setTheme(UInt(ACEThemeXcode))
}
override class func autosavesInPlace() -> Bool {
@ -27,7 +31,7 @@ class Document: NSDocument {
override var windowNibName: String? {
// Returns the nib file name of the document
// If you need to use a subclass of NSWindowController or if your document supports multiple NSWindowControllers, you should remove this property and override -makeWindowControllers instead.
return "Document"
return "ASProjDoc"
}
override func dataOfType(typeName: String, error outError: NSErrorPointer) -> NSData? {

View File

@ -0,0 +1,4 @@
//
// Use this file to import your target's public headers that you would like to expose to Swift.
//
#import <ACEView/ACEView.h>

View File

@ -0,0 +1,129 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="7073.4" systemVersion="14A389" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
<dependencies>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="7073.4"/>
</dependencies>
<objects>
<customObject id="-2" userLabel="File's Owner" customClass="ASProjDoc" customModule="AVRsack">
<connections>
<outlet property="editor" destination="Nhg-qn-6A8" id="eUR-Gk-IBw"/>
<outlet property="outline" destination="nij-C2-Fna" id="sVi-eL-hqZ"/>
<outlet property="window" destination="xOd-HO-29H" id="JIz-fz-R2o"/>
</connections>
</customObject>
<customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
<customObject id="-3" userLabel="Application" customClass="NSObject"/>
<window title="Window" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" visibleAtLaunch="NO" animationBehavior="default" id="xOd-HO-29H" userLabel="Window">
<windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" resizable="YES" unifiedTitleAndToolbar="YES"/>
<windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
<rect key="contentRect" x="133" y="235" width="764" height="481"/>
<rect key="screenRect" x="0.0" y="0.0" width="1440" height="877"/>
<value key="minSize" type="size" width="94" height="86"/>
<view key="contentView" id="gIp-Ho-8D9">
<rect key="frame" x="0.0" y="0.0" width="764" height="481"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<splitView autosaveName="AVProjDocSplit" dividerStyle="thin" vertical="YES" translatesAutoresizingMaskIntoConstraints="NO" id="cSU-e7-KEz">
<rect key="frame" x="0.0" y="0.0" width="764" height="481"/>
<subviews>
<scrollView autohidesScrollers="YES" horizontalLineScroll="19" horizontalPageScroll="10" verticalLineScroll="19" verticalPageScroll="10" usesPredominantAxisScrolling="NO" id="ObX-J0-NIB">
<rect key="frame" x="0.0" y="0.0" width="184" height="481"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
<clipView key="contentView" id="kme-nx-YDz">
<rect key="frame" x="1" y="0.0" width="238" height="134"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<outlineView verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnAutoresizingStyle="lastColumnOnly" columnReordering="NO" columnResizing="NO" multipleSelection="NO" autosaveColumns="NO" rowSizeStyle="automatic" viewBased="YES" indentationPerLevel="16" outlineTableColumn="89u-w6-f1G" id="nij-C2-Fna">
<rect key="frame" x="0.0" y="0.0" width="238" height="134"/>
<autoresizingMask key="autoresizingMask"/>
<size key="intercellSpacing" width="3" height="2"/>
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
<color key="gridColor" name="gridColor" catalog="System" colorSpace="catalog"/>
<tableColumns>
<tableColumn width="179" minWidth="40" maxWidth="1000" id="89u-w6-f1G">
<tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="headerColor" catalog="System" colorSpace="catalog"/>
</tableHeaderCell>
<textFieldCell key="dataCell" lineBreakMode="truncatingTail" selectable="YES" editable="YES" alignment="left" title="Text Cell" id="C8n-XJ-og0">
<font key="font" metaFont="system"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
<tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
<prototypeCellViews>
<tableCellView id="WhD-Fb-1Zu">
<rect key="frame" x="1" y="1" width="179" height="17"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="3l3-7H-YtI">
<rect key="frame" x="0.0" y="0.0" width="100" height="17"/>
<textFieldCell key="cell" lineBreakMode="truncatingTail" sendsActionOnEndEditing="YES" title="Table View Cell" id="VmI-Rd-18R">
<font key="font" metaFont="system"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
</subviews>
<connections>
<outlet property="textField" destination="3l3-7H-YtI" id="Lvp-5L-4Ug"/>
</connections>
</tableCellView>
</prototypeCellViews>
</tableColumn>
</tableColumns>
</outlineView>
</subviews>
<color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
</clipView>
<constraints>
<constraint firstAttribute="width" relation="greaterThanOrEqual" constant="50" id="7zq-La-LcG"/>
</constraints>
<scroller key="horizontalScroller" hidden="YES" verticalHuggingPriority="750" horizontal="YES" id="S4E-JC-RgA">
<rect key="frame" x="1" y="119" width="223" height="15"/>
<autoresizingMask key="autoresizingMask"/>
</scroller>
<scroller key="verticalScroller" hidden="YES" verticalHuggingPriority="750" horizontal="NO" id="b7f-0t-Ab5">
<rect key="frame" x="224" y="17" width="15" height="102"/>
<autoresizingMask key="autoresizingMask"/>
</scroller>
</scrollView>
<customView id="Nhg-qn-6A8" customClass="ACEView">
<rect key="frame" x="185" y="0.0" width="579" height="481"/>
<autoresizingMask key="autoresizingMask"/>
<constraints>
<constraint firstAttribute="width" relation="greaterThanOrEqual" constant="100" id="dHZ-ac-XrM"/>
</constraints>
</customView>
</subviews>
<holdingPriorities>
<real value="250"/>
<real value="250"/>
</holdingPriorities>
</splitView>
</subviews>
<constraints>
<constraint firstItem="cSU-e7-KEz" firstAttribute="top" secondItem="gIp-Ho-8D9" secondAttribute="top" id="DkR-QI-ON5"/>
<constraint firstAttribute="bottom" secondItem="cSU-e7-KEz" secondAttribute="bottom" id="IVS-Ce-dVp"/>
<constraint firstItem="cSU-e7-KEz" firstAttribute="leading" secondItem="gIp-Ho-8D9" secondAttribute="leading" id="tvT-gx-ynv"/>
<constraint firstAttribute="trailing" secondItem="cSU-e7-KEz" secondAttribute="trailing" id="vd3-0S-mnB"/>
</constraints>
</view>
<toolbar key="toolbar" implicitIdentifier="625EA1E8-488D-4F0C-8EE0-5F627F033421" autosavesConfiguration="NO" displayMode="iconAndLabel" sizeMode="regular" id="FLS-YK-Gpe">
<allowedToolbarItems>
<toolbarItem implicitItemIdentifier="NSToolbarPrintItem" id="ln2-Ky-MBg"/>
<toolbarItem implicitItemIdentifier="NSToolbarFlexibleSpaceItem" id="2D6-o4-n09"/>
</allowedToolbarItems>
<defaultToolbarItems>
<toolbarItem reference="2D6-o4-n09"/>
<toolbarItem reference="ln2-Ky-MBg"/>
</defaultToolbarItems>
</toolbar>
<connections>
<outlet property="delegate" destination="-2" id="0bl-1N-x8E"/>
</connections>
<point key="canvasLocation" x="406" y="428.5"/>
</window>
</objects>
</document>

View File

@ -1,43 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="6233" systemVersion="14A329f" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
<dependencies>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="6233"/>
</dependencies>
<objects>
<customObject id="-2" userLabel="File's Owner" customClass="Document" customModuleProvider="target">
<connections>
<outlet property="window" destination="xOd-HO-29H" id="JIz-fz-R2o"/>
</connections>
</customObject>
<customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
<customObject id="-3" userLabel="Application" customClass="NSObject"/>
<window title="Window" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" visibleAtLaunch="NO" animationBehavior="default" id="xOd-HO-29H" userLabel="Window">
<windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" resizable="YES"/>
<windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
<rect key="contentRect" x="133" y="235" width="507" height="413"/>
<rect key="screenRect" x="0.0" y="0.0" width="1920" height="1177"/>
<value key="minSize" type="size" width="94" height="86"/>
<view key="contentView" id="gIp-Ho-8D9">
<rect key="frame" x="0.0" y="0.0" width="507" height="413"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" misplaced="YES" translatesAutoresizingMaskIntoConstraints="NO" id="Hz6-mo-xeY">
<rect key="frame" x="119" y="195" width="268" height="22"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="center" title="Your document contents here" id="JDq-Ah-v2f">
<font key="font" metaFont="system" size="18"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
</subviews>
<constraints>
<constraint firstAttribute="centerX" secondItem="Hz6-mo-xeY" secondAttribute="centerX" id="OG3-1c-Sd0"/>
<constraint firstAttribute="centerY" secondItem="Hz6-mo-xeY" secondAttribute="centerY" id="s6i-b7-llN"/>
</constraints>
</view>
<connections>
<outlet property="delegate" destination="-2" id="0bl-1N-x8E"/>
</connections>
</window>
</objects>
</document>

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="6233" systemVersion="14A329f" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="7073.4" systemVersion="14A389" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
<dependencies>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="6233"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="7073.4"/>
</dependencies>
<objects>
<customObject id="-2" userLabel="File's Owner" customClass="NSApplication">
@ -11,7 +11,7 @@
</customObject>
<customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
<customObject id="-3" userLabel="Application" customClass="NSObject"/>
<customObject id="Voe-Tx-rLC" customClass="AppDelegate" customModuleProvider="target"/>
<customObject id="Voe-Tx-rLC" customClass="ASApplication" customModule="AVRsack"/>
<customObject id="YLy-65-1bz" customClass="NSFontManager"/>
<menu title="Main Menu" systemMenu="main" id="AYu-sK-qS6">
<items>
@ -662,5 +662,9 @@
</menuItem>
</items>
</menu>
<drawer trailingOffset="15" id="t9I-eL-hJW">
<size key="contentSize" width="100" height="100"/>
<size key="maxContentSize" width="10000" height="10000"/>
</drawer>
</objects>
</document>

View File

@ -14,7 +14,7 @@
<key>CFBundleTypeIconFile</key>
<string></string>
<key>CFBundleTypeName</key>
<string>DocumentType</string>
<string>Project</string>
<key>CFBundleTypeOSTypes</key>
<array>
<string>????</string>
@ -22,7 +22,7 @@
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>NSDocumentClass</key>
<string>$(PRODUCT_MODULE_NAME).Document</string>
<string>AVRsack.ASProjDoc</string>
</dict>
</array>
<key>CFBundleExecutable</key>