First commit of the KRWorldBuilder project. Nothing functional yet

--HG--
extra : convert_revision : svn%3A7752d6cf-9f14-4ad2-affc-04f1e67b81a5/trunk%407
This commit is contained in:
kearwood
2012-03-15 17:15:28 +00:00
parent 26c5a29b29
commit ecc233ddb3
12 changed files with 4618 additions and 0 deletions

View File

@@ -0,0 +1,308 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {
/* Begin PBXBuildFile section */
E474D77514E5BBF70017DCEC /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E474D77414E5BBF70017DCEC /* Cocoa.framework */; };
E474D77F14E5BBF70017DCEC /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = E474D77D14E5BBF70017DCEC /* InfoPlist.strings */; };
E474D78114E5BBF70017DCEC /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = E474D78014E5BBF70017DCEC /* main.m */; };
E474D78514E5BBF70017DCEC /* Credits.rtf in Resources */ = {isa = PBXBuildFile; fileRef = E474D78314E5BBF70017DCEC /* Credits.rtf */; };
E474D78814E5BBF70017DCEC /* KRWBDocument.m in Sources */ = {isa = PBXBuildFile; fileRef = E474D78714E5BBF70017DCEC /* KRWBDocument.m */; };
E474D78B14E5BBF70017DCEC /* KRWBDocument.xib in Resources */ = {isa = PBXBuildFile; fileRef = E474D78914E5BBF70017DCEC /* KRWBDocument.xib */; };
E474D78E14E5BBF80017DCEC /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = E474D78C14E5BBF80017DCEC /* MainMenu.xib */; };
/* End PBXBuildFile section */
/* Begin PBXFileReference section */
E474D77014E5BBF70017DCEC /* KRWorldBuilder.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = KRWorldBuilder.app; sourceTree = BUILT_PRODUCTS_DIR; };
E474D77414E5BBF70017DCEC /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; };
E474D77714E5BBF70017DCEC /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = System/Library/Frameworks/AppKit.framework; sourceTree = SDKROOT; };
E474D77814E5BBF70017DCEC /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = System/Library/Frameworks/CoreData.framework; sourceTree = SDKROOT; };
E474D77914E5BBF70017DCEC /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
E474D77C14E5BBF70017DCEC /* KRWorldBuilder-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "KRWorldBuilder-Info.plist"; sourceTree = "<group>"; };
E474D77E14E5BBF70017DCEC /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
E474D78014E5BBF70017DCEC /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
E474D78214E5BBF70017DCEC /* KRWorldBuilder-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "KRWorldBuilder-Prefix.pch"; sourceTree = "<group>"; };
E474D78414E5BBF70017DCEC /* en */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; name = en; path = en.lproj/Credits.rtf; sourceTree = "<group>"; };
E474D78614E5BBF70017DCEC /* KRWBDocument.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = KRWBDocument.h; sourceTree = "<group>"; };
E474D78714E5BBF70017DCEC /* KRWBDocument.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = KRWBDocument.m; sourceTree = "<group>"; };
E474D78A14E5BBF70017DCEC /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/KRWBDocument.xib; sourceTree = "<group>"; };
E474D78D14E5BBF80017DCEC /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/MainMenu.xib; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
E474D76D14E5BBF70017DCEC /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
E474D77514E5BBF70017DCEC /* Cocoa.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
E474D76514E5BBF70017DCEC = {
isa = PBXGroup;
children = (
E474D77A14E5BBF70017DCEC /* KRWorldBuilder */,
E474D77314E5BBF70017DCEC /* Frameworks */,
E474D77114E5BBF70017DCEC /* Products */,
);
sourceTree = "<group>";
};
E474D77114E5BBF70017DCEC /* Products */ = {
isa = PBXGroup;
children = (
E474D77014E5BBF70017DCEC /* KRWorldBuilder.app */,
);
name = Products;
sourceTree = "<group>";
};
E474D77314E5BBF70017DCEC /* Frameworks */ = {
isa = PBXGroup;
children = (
E474D77414E5BBF70017DCEC /* Cocoa.framework */,
E474D77614E5BBF70017DCEC /* Other Frameworks */,
);
name = Frameworks;
sourceTree = "<group>";
};
E474D77614E5BBF70017DCEC /* Other Frameworks */ = {
isa = PBXGroup;
children = (
E474D77714E5BBF70017DCEC /* AppKit.framework */,
E474D77814E5BBF70017DCEC /* CoreData.framework */,
E474D77914E5BBF70017DCEC /* Foundation.framework */,
);
name = "Other Frameworks";
sourceTree = "<group>";
};
E474D77A14E5BBF70017DCEC /* KRWorldBuilder */ = {
isa = PBXGroup;
children = (
E474D78614E5BBF70017DCEC /* KRWBDocument.h */,
E474D78714E5BBF70017DCEC /* KRWBDocument.m */,
E474D78914E5BBF70017DCEC /* KRWBDocument.xib */,
E474D78C14E5BBF80017DCEC /* MainMenu.xib */,
E474D77B14E5BBF70017DCEC /* Supporting Files */,
);
path = KRWorldBuilder;
sourceTree = "<group>";
};
E474D77B14E5BBF70017DCEC /* Supporting Files */ = {
isa = PBXGroup;
children = (
E474D77C14E5BBF70017DCEC /* KRWorldBuilder-Info.plist */,
E474D77D14E5BBF70017DCEC /* InfoPlist.strings */,
E474D78014E5BBF70017DCEC /* main.m */,
E474D78214E5BBF70017DCEC /* KRWorldBuilder-Prefix.pch */,
E474D78314E5BBF70017DCEC /* Credits.rtf */,
);
name = "Supporting Files";
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
E474D76F14E5BBF70017DCEC /* KRWorldBuilder */ = {
isa = PBXNativeTarget;
buildConfigurationList = E474D79114E5BBF80017DCEC /* Build configuration list for PBXNativeTarget "KRWorldBuilder" */;
buildPhases = (
E474D76C14E5BBF70017DCEC /* Sources */,
E474D76D14E5BBF70017DCEC /* Frameworks */,
E474D76E14E5BBF70017DCEC /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = KRWorldBuilder;
productName = KRWorldBuilder;
productReference = E474D77014E5BBF70017DCEC /* KRWorldBuilder.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
E474D76714E5BBF70017DCEC /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0420;
ORGANIZATIONNAME = "Kearwood Software";
};
buildConfigurationList = E474D76A14E5BBF70017DCEC /* Build configuration list for PBXProject "KRWorldBuilder" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
en,
);
mainGroup = E474D76514E5BBF70017DCEC;
productRefGroup = E474D77114E5BBF70017DCEC /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
E474D76F14E5BBF70017DCEC /* KRWorldBuilder */,
);
};
/* End PBXProject section */
/* Begin PBXResourcesBuildPhase section */
E474D76E14E5BBF70017DCEC /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
E474D77F14E5BBF70017DCEC /* InfoPlist.strings in Resources */,
E474D78514E5BBF70017DCEC /* Credits.rtf in Resources */,
E474D78B14E5BBF70017DCEC /* KRWBDocument.xib in Resources */,
E474D78E14E5BBF80017DCEC /* MainMenu.xib in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
E474D76C14E5BBF70017DCEC /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
E474D78114E5BBF70017DCEC /* main.m in Sources */,
E474D78814E5BBF70017DCEC /* KRWBDocument.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin PBXVariantGroup section */
E474D77D14E5BBF70017DCEC /* InfoPlist.strings */ = {
isa = PBXVariantGroup;
children = (
E474D77E14E5BBF70017DCEC /* en */,
);
name = InfoPlist.strings;
sourceTree = "<group>";
};
E474D78314E5BBF70017DCEC /* Credits.rtf */ = {
isa = PBXVariantGroup;
children = (
E474D78414E5BBF70017DCEC /* en */,
);
name = Credits.rtf;
sourceTree = "<group>";
};
E474D78914E5BBF70017DCEC /* KRWBDocument.xib */ = {
isa = PBXVariantGroup;
children = (
E474D78A14E5BBF70017DCEC /* en */,
);
name = KRWBDocument.xib;
sourceTree = "<group>";
};
E474D78C14E5BBF80017DCEC /* MainMenu.xib */ = {
isa = PBXVariantGroup;
children = (
E474D78D14E5BBF80017DCEC /* en */,
);
name = MainMenu.xib;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */
/* Begin XCBuildConfiguration section */
E474D78F14E5BBF80017DCEC /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
CLANG_ENABLE_OBJC_ARC = YES;
COPY_PHASE_STRIP = NO;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_DYNAMIC_NO_PIC = NO;
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
"$(inherited)",
);
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.7;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = macosx;
};
name = Debug;
};
E474D79014E5BBF80017DCEC /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
CLANG_ENABLE_OBJC_ARC = YES;
COPY_PHASE_STRIP = YES;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.7;
SDKROOT = macosx;
};
name = Release;
};
E474D79214E5BBF80017DCEC /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "KRWorldBuilder/KRWorldBuilder-Prefix.pch";
INFOPLIST_FILE = "KRWorldBuilder/KRWorldBuilder-Info.plist";
PRODUCT_NAME = "$(TARGET_NAME)";
WRAPPER_EXTENSION = app;
};
name = Debug;
};
E474D79314E5BBF80017DCEC /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "KRWorldBuilder/KRWorldBuilder-Prefix.pch";
INFOPLIST_FILE = "KRWorldBuilder/KRWorldBuilder-Info.plist";
PRODUCT_NAME = "$(TARGET_NAME)";
WRAPPER_EXTENSION = app;
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
E474D76A14E5BBF70017DCEC /* Build configuration list for PBXProject "KRWorldBuilder" */ = {
isa = XCConfigurationList;
buildConfigurations = (
E474D78F14E5BBF80017DCEC /* Debug */,
E474D79014E5BBF80017DCEC /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
E474D79114E5BBF80017DCEC /* Build configuration list for PBXNativeTarget "KRWorldBuilder" */ = {
isa = XCConfigurationList;
buildConfigurations = (
E474D79214E5BBF80017DCEC /* Debug */,
E474D79314E5BBF80017DCEC /* Release */,
);
defaultConfigurationIsVisible = 0;
};
/* End XCConfigurationList section */
};
rootObject = E474D76714E5BBF70017DCEC /* Project object */;
}

View File

@@ -0,0 +1,84 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "E474D76F14E5BBF70017DCEC"
BuildableName = "KRWorldBuilder.app"
BlueprintName = "KRWorldBuilder"
ReferencedContainer = "container:KRWorldBuilder.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.GDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.GDB"
shouldUseLaunchSchemeArgsEnv = "YES"
buildConfiguration = "Debug">
<Testables>
</Testables>
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "E474D76F14E5BBF70017DCEC"
BuildableName = "KRWorldBuilder.app"
BlueprintName = "KRWorldBuilder"
ReferencedContainer = "container:KRWorldBuilder.xcodeproj">
</BuildableReference>
</MacroExpansion>
</TestAction>
<LaunchAction
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.GDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.GDB"
launchStyle = "0"
useCustomWorkingDirectory = "NO"
buildConfiguration = "Debug"
debugDocumentVersioning = "YES"
allowLocationSimulation = "YES">
<BuildableProductRunnable>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "E474D76F14E5BBF70017DCEC"
BuildableName = "KRWorldBuilder.app"
BlueprintName = "KRWorldBuilder"
ReferencedContainer = "container:KRWorldBuilder.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
<ProfileAction
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
buildConfiguration = "Release"
debugDocumentVersioning = "YES">
<BuildableProductRunnable>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "E474D76F14E5BBF70017DCEC"
BuildableName = "KRWorldBuilder.app"
BlueprintName = "KRWorldBuilder"
ReferencedContainer = "container:KRWorldBuilder.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>

View File

@@ -0,0 +1,22 @@
<?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>KRWorldBuilder.xcscheme</key>
<dict>
<key>orderHint</key>
<integer>3</integer>
</dict>
</dict>
<key>SuppressBuildableAutocreation</key>
<dict>
<key>E474D76F14E5BBF70017DCEC</key>
<dict>
<key>primary</key>
<true/>
</dict>
</dict>
</dict>
</plist>

View File

@@ -0,0 +1,13 @@
//
// KRWBDocument.h
// KRWorldBuilder
//
// Created by Kearwood Gilbert on 12-02-10.
// Copyright (c) 2012 Kearwood Software. All rights reserved.
//
#import <Cocoa/Cocoa.h>
@interface KRWBDocument : NSDocument
@end

View File

@@ -0,0 +1,64 @@
//
// KRWBDocument.m
// KRWorldBuilder
//
// Created by Kearwood Gilbert on 12-02-10.
// Copyright (c) 2012 Kearwood Software. All rights reserved.
//
#import "KRWBDocument.h"
@implementation KRWBDocument
- (id)init
{
self = [super init];
if (self) {
// Add your subclass-specific initialization here.
// If an error occurs here, return nil.
}
return self;
}
- (NSString *)windowNibName
{
// Override returning 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 method and override -makeWindowControllers instead.
return @"KRWBDocument";
}
- (void)windowControllerDidLoadNib:(NSWindowController *)aController
{
[super windowControllerDidLoadNib:aController];
// Add any code here that needs to be executed once the windowController has loaded the document's window.
}
- (NSData *)dataOfType:(NSString *)typeName error:(NSError **)outError
{
/*
Insert code here to write your document to data of the specified type. If outError != NULL, ensure that you create and set an appropriate error when returning nil.
You can also choose to override -fileWrapperOfType:error:, -writeToURL:ofType:error:, or -writeToURL:ofType:forSaveOperation:originalContentsURL:error: instead.
*/
NSException *exception = [NSException exceptionWithName:@"UnimplementedMethod" reason:[NSString stringWithFormat:@"%@ is unimplemented", NSStringFromSelector(_cmd)] userInfo:nil];
@throw exception;
return nil;
}
- (BOOL)readFromData:(NSData *)data ofType:(NSString *)typeName error:(NSError **)outError
{
/*
Insert code here to read your document from the given data of the specified type. If outError != NULL, ensure that you create and set an appropriate error when returning NO.
You can also choose to override -readFromFileWrapper:ofType:error: or -readFromURL:ofType:error: instead.
If you override either of these, you should also override -isEntireFileLoaded to return NO if the contents are lazily loaded.
*/
NSException *exception = [NSException exceptionWithName:@"UnimplementedMethod" reason:[NSString stringWithFormat:@"%@ is unimplemented", NSStringFromSelector(_cmd)] userInfo:nil];
@throw exception;
return YES;
}
+ (BOOL)autosavesInPlace
{
return YES;
}
@end

View File

@@ -0,0 +1,57 @@
<?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>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleDocumentTypes</key>
<array>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>krworld</string>
</array>
<key>CFBundleTypeIconFile</key>
<string></string>
<key>CFBundleTypeName</key>
<string>DocumentType</string>
<key>CFBundleTypeOSTypes</key>
<array>
<string>????</string>
</array>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>NSDocumentClass</key>
<string>KRWBDocument</string>
</dict>
</array>
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIconFile</key>
<string></string>
<key>CFBundleIdentifier</key>
<string>com.kearwood.${PRODUCT_NAME:rfc1034identifier}</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>${PRODUCT_NAME}</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.developer-tools</string>
<key>LSMinimumSystemVersion</key>
<string>${MACOSX_DEPLOYMENT_TARGET}</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2012 Kearwood Software. All rights reserved.</string>
<key>NSMainNibFile</key>
<string>MainMenu</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
</dict>
</plist>

View File

@@ -0,0 +1,7 @@
//
// Prefix header for all source files of the 'KRWorldBuilder' target in the 'KRWorldBuilder' project
//
#ifdef __OBJC__
#import <Cocoa/Cocoa.h>
#endif

View File

@@ -0,0 +1,29 @@
{\rtf0\ansi{\fonttbl\f0\fswiss Helvetica;}
{\colortbl;\red255\green255\blue255;}
\paperw9840\paperh8400
\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural
\f0\b\fs24 \cf0 Engineering:
\b0 \
Some people\
\
\b Human Interface Design:
\b0 \
Some other people\
\
\b Testing:
\b0 \
Hopefully not nobody\
\
\b Documentation:
\b0 \
Whoever\
\
\b With special thanks to:
\b0 \
Mom\
}

View File

@@ -0,0 +1,2 @@
/* Localized versions of Info.plist keys */

View File

@@ -0,0 +1,913 @@
<?xml version="1.0" encoding="UTF-8"?>
<archive type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="8.00">
<data>
<int key="IBDocument.SystemTarget">1070</int>
<string key="IBDocument.SystemVersion">11D50b</string>
<string key="IBDocument.InterfaceBuilderVersion">1938</string>
<string key="IBDocument.AppKitVersion">1138.32</string>
<string key="IBDocument.HIToolboxVersion">568.00</string>
<object class="NSMutableDictionary" key="IBDocument.PluginVersions">
<string key="NS.key.0">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="NS.object.0">1938</string>
</object>
<array key="IBDocument.IntegratedClassDependencies">
<string>NSTableColumn</string>
<string>NSToolbar</string>
<string>NSToolbarFlexibleSpaceItem</string>
<string>NSSplitView</string>
<string>NSScroller</string>
<string>NSTableHeaderView</string>
<string>NSScrollView</string>
<string>NSTextFieldCell</string>
<string>NSToolbarSpaceItem</string>
<string>NSToolbarSeparatorItem</string>
<string>NSCollectionViewItem</string>
<string>NSOutlineView</string>
<string>NSCustomView</string>
<string>NSCustomObject</string>
<string>NSView</string>
<string>NSWindowTemplate</string>
<string>NSCollectionView</string>
<string>NSToolbarItem</string>
</array>
<array key="IBDocument.PluginDependencies">
<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
</array>
<object class="NSMutableDictionary" key="IBDocument.Metadata">
<string key="NS.key.0">PluginDependencyRecalculationVersion</string>
<integer value="1" key="NS.object.0"/>
</object>
<array class="NSMutableArray" key="IBDocument.RootObjects" id="580458321">
<object class="NSCustomObject" id="512844837">
<string key="NSClassName">KRWBDocument</string>
</object>
<object class="NSCustomObject" id="613418571">
<string key="NSClassName">FirstResponder</string>
</object>
<object class="NSWindowTemplate" id="275939982">
<int key="NSWindowStyleMask">15</int>
<int key="NSWindowBacking">2</int>
<string key="NSWindowRect">{{133, 235}, {507, 427}}</string>
<int key="NSWTFlags">1886912512</int>
<string key="NSWindowTitle">Window</string>
<string key="NSWindowClass">NSWindow</string>
<object class="NSToolbar" key="NSViewClass" id="1073395064">
<object class="NSMutableString" key="NSToolbarIdentifier">
<characters key="NS.bytes">842C33E8-53BA-4CA1-A73F-FE07B70F5DBB</characters>
</object>
<nil key="NSToolbarDelegate"/>
<bool key="NSToolbarPrefersToBeShown">YES</bool>
<bool key="NSToolbarShowsBaselineSeparator">YES</bool>
<bool key="NSToolbarAllowsUserCustomization">YES</bool>
<bool key="NSToolbarAutosavesConfiguration">NO</bool>
<int key="NSToolbarDisplayMode">1</int>
<int key="NSToolbarSizeMode">1</int>
<dictionary class="NSMutableDictionary" key="NSToolbarIBIdentifiedItems">
<object class="NSToolbarItem" key="NSToolbarCustomizeToolbarItem" id="323347159">
<string key="NSToolbarItemIdentifier">NSToolbarCustomizeToolbarItem</string>
<string key="NSToolbarItemLabel">Customize</string>
<string key="NSToolbarItemPaletteLabel">Customize</string>
<string key="NSToolbarItemToolTip">Customize Toolbar</string>
<nil key="NSToolbarItemView"/>
<object class="NSCustomResource" key="NSToolbarItemImage">
<string key="NSClassName">NSImage</string>
<string key="NSResourceName">NSToolbarCustomize</string>
</object>
<nil key="NSToolbarItemTarget"/>
<string key="NSToolbarItemAction">runToolbarCustomizationPalette:</string>
<string key="NSToolbarItemMinSize">{0, 0}</string>
<string key="NSToolbarItemMaxSize">{0, 0}</string>
<bool key="NSToolbarItemEnabled">YES</bool>
<bool key="NSToolbarItemAutovalidates">YES</bool>
<int key="NSToolbarItemTag">-1</int>
<bool key="NSToolbarIsUserRemovable">YES</bool>
<int key="NSToolbarItemVisibilityPriority">0</int>
</object>
<object class="NSToolbarFlexibleSpaceItem" key="NSToolbarFlexibleSpaceItem" id="388335754">
<string key="NSToolbarItemIdentifier">NSToolbarFlexibleSpaceItem</string>
<string key="NSToolbarItemLabel"/>
<string key="NSToolbarItemPaletteLabel">Flexible Space</string>
<nil key="NSToolbarItemToolTip"/>
<nil key="NSToolbarItemView"/>
<nil key="NSToolbarItemImage"/>
<nil key="NSToolbarItemTarget"/>
<nil key="NSToolbarItemAction"/>
<string key="NSToolbarItemMinSize">{1, 5}</string>
<string key="NSToolbarItemMaxSize">{20000, 32}</string>
<bool key="NSToolbarItemEnabled">YES</bool>
<bool key="NSToolbarItemAutovalidates">YES</bool>
<int key="NSToolbarItemTag">-1</int>
<bool key="NSToolbarIsUserRemovable">YES</bool>
<int key="NSToolbarItemVisibilityPriority">0</int>
<object class="NSMenuItem" key="NSToolbarItemMenuFormRepresentation">
<bool key="NSIsDisabled">YES</bool>
<bool key="NSIsSeparator">YES</bool>
<string key="NSTitle"/>
<string key="NSKeyEquiv"/>
<int key="NSKeyEquivModMask">1048576</int>
<int key="NSMnemonicLoc">2147483647</int>
<object class="NSCustomResource" key="NSOnImage" id="433716343">
<string key="NSClassName">NSImage</string>
<string key="NSResourceName">NSMenuCheckmark</string>
</object>
<object class="NSCustomResource" key="NSMixedImage" id="971491180">
<string key="NSClassName">NSImage</string>
<string key="NSResourceName">NSMenuMixedState</string>
</object>
</object>
</object>
<object class="NSToolbarSeparatorItem" key="NSToolbarSeparatorItem" id="996908587">
<string key="NSToolbarItemIdentifier">NSToolbarSeparatorItem</string>
<string key="NSToolbarItemLabel"/>
<string key="NSToolbarItemPaletteLabel">Separator</string>
<nil key="NSToolbarItemToolTip"/>
<nil key="NSToolbarItemView"/>
<nil key="NSToolbarItemImage"/>
<nil key="NSToolbarItemTarget"/>
<nil key="NSToolbarItemAction"/>
<string key="NSToolbarItemMinSize">{12, 5}</string>
<string key="NSToolbarItemMaxSize">{12, 1000}</string>
<bool key="NSToolbarItemEnabled">YES</bool>
<bool key="NSToolbarItemAutovalidates">YES</bool>
<int key="NSToolbarItemTag">-1</int>
<bool key="NSToolbarIsUserRemovable">YES</bool>
<int key="NSToolbarItemVisibilityPriority">0</int>
<object class="NSMenuItem" key="NSToolbarItemMenuFormRepresentation">
<bool key="NSIsDisabled">YES</bool>
<bool key="NSIsSeparator">YES</bool>
<string key="NSTitle"/>
<string key="NSKeyEquiv"/>
<int key="NSKeyEquivModMask">1048576</int>
<int key="NSMnemonicLoc">2147483647</int>
<reference key="NSOnImage" ref="433716343"/>
<reference key="NSMixedImage" ref="971491180"/>
</object>
</object>
<object class="NSToolbarItem" key="NSToolbarShowColorsItem" id="96577673">
<string key="NSToolbarItemIdentifier">NSToolbarShowColorsItem</string>
<string key="NSToolbarItemLabel">Colors</string>
<string key="NSToolbarItemPaletteLabel">Colors</string>
<string key="NSToolbarItemToolTip">Show Color Panel</string>
<nil key="NSToolbarItemView"/>
<object class="NSCustomResource" key="NSToolbarItemImage">
<string key="NSClassName">NSImage</string>
<string key="NSResourceName">NSToolbarShowColors</string>
</object>
<nil key="NSToolbarItemTarget"/>
<string key="NSToolbarItemAction">orderFrontColorPanel:</string>
<string key="NSToolbarItemMinSize">{0, 0}</string>
<string key="NSToolbarItemMaxSize">{0, 0}</string>
<bool key="NSToolbarItemEnabled">YES</bool>
<bool key="NSToolbarItemAutovalidates">YES</bool>
<int key="NSToolbarItemTag">-1</int>
<bool key="NSToolbarIsUserRemovable">YES</bool>
<int key="NSToolbarItemVisibilityPriority">0</int>
</object>
<object class="NSToolbarItem" key="NSToolbarShowFontsItem" id="678544536">
<string key="NSToolbarItemIdentifier">NSToolbarShowFontsItem</string>
<string key="NSToolbarItemLabel">Fonts</string>
<string key="NSToolbarItemPaletteLabel">Fonts</string>
<string key="NSToolbarItemToolTip">Show Font Panel</string>
<nil key="NSToolbarItemView"/>
<object class="NSCustomResource" key="NSToolbarItemImage">
<string key="NSClassName">NSImage</string>
<string key="NSResourceName">NSToolbarShowFonts</string>
</object>
<nil key="NSToolbarItemTarget"/>
<string key="NSToolbarItemAction">orderFrontFontPanel:</string>
<string key="NSToolbarItemMinSize">{0, 0}</string>
<string key="NSToolbarItemMaxSize">{0, 0}</string>
<bool key="NSToolbarItemEnabled">YES</bool>
<bool key="NSToolbarItemAutovalidates">YES</bool>
<int key="NSToolbarItemTag">-1</int>
<bool key="NSToolbarIsUserRemovable">YES</bool>
<int key="NSToolbarItemVisibilityPriority">0</int>
</object>
<object class="NSToolbarSpaceItem" key="NSToolbarSpaceItem" id="997438218">
<string key="NSToolbarItemIdentifier">NSToolbarSpaceItem</string>
<string key="NSToolbarItemLabel"/>
<string key="NSToolbarItemPaletteLabel">Space</string>
<nil key="NSToolbarItemToolTip"/>
<nil key="NSToolbarItemView"/>
<nil key="NSToolbarItemImage"/>
<nil key="NSToolbarItemTarget"/>
<nil key="NSToolbarItemAction"/>
<string key="NSToolbarItemMinSize">{32, 5}</string>
<string key="NSToolbarItemMaxSize">{32, 32}</string>
<bool key="NSToolbarItemEnabled">YES</bool>
<bool key="NSToolbarItemAutovalidates">YES</bool>
<int key="NSToolbarItemTag">-1</int>
<bool key="NSToolbarIsUserRemovable">YES</bool>
<int key="NSToolbarItemVisibilityPriority">0</int>
<object class="NSMenuItem" key="NSToolbarItemMenuFormRepresentation">
<bool key="NSIsDisabled">YES</bool>
<bool key="NSIsSeparator">YES</bool>
<string key="NSTitle"/>
<string key="NSKeyEquiv"/>
<int key="NSKeyEquivModMask">1048576</int>
<int key="NSMnemonicLoc">2147483647</int>
<reference key="NSOnImage" ref="433716343"/>
<reference key="NSMixedImage" ref="971491180"/>
</object>
</object>
</dictionary>
<array class="NSMutableArray" key="NSToolbarIBAllowedItems">
<reference ref="96577673"/>
<reference ref="678544536"/>
<reference ref="997438218"/>
<reference ref="388335754"/>
<reference ref="996908587"/>
<reference ref="323347159"/>
</array>
<array class="NSMutableArray" key="NSToolbarIBDefaultItems">
<reference ref="96577673"/>
<reference ref="678544536"/>
<reference ref="996908587"/>
<reference ref="997438218"/>
<reference ref="388335754"/>
<reference ref="323347159"/>
</array>
<array key="NSToolbarIBSelectableItems" id="0"/>
</object>
<nil key="NSUserInterfaceItemIdentifier"/>
<string key="NSWindowContentMinSize">{94, 86}</string>
<object class="NSView" key="NSWindowView" id="568628114">
<reference key="NSNextResponder"/>
<int key="NSvFlags">256</int>
<array class="NSMutableArray" key="NSSubviews">
<object class="NSSplitView" id="742882765">
<reference key="NSNextResponder" ref="568628114"/>
<int key="NSvFlags">274</int>
<array class="NSMutableArray" key="NSSubviews">
<object class="NSScrollView" id="581171615">
<reference key="NSNextResponder" ref="742882765"/>
<int key="NSvFlags">268</int>
<array class="NSMutableArray" key="NSSubviews">
<object class="NSClipView" id="30156716">
<reference key="NSNextResponder" ref="581171615"/>
<int key="NSvFlags">2304</int>
<array class="NSMutableArray" key="NSSubviews">
<object class="NSOutlineView" id="678629963">
<reference key="NSNextResponder" ref="30156716"/>
<int key="NSvFlags">256</int>
<string key="NSFrameSize">{162, 410}</string>
<reference key="NSSuperview" ref="30156716"/>
<reference key="NSWindow"/>
<reference key="NSNextKeyView" ref="642699508"/>
<string key="NSReuseIdentifierKey">_NS:1703</string>
<bool key="NSEnabled">YES</bool>
<object class="NSTableHeaderView" key="NSHeaderView" id="568844948">
<reference key="NSNextResponder" ref="451277198"/>
<int key="NSvFlags">256</int>
<string key="NSFrameSize">{162, 17}</string>
<reference key="NSSuperview" ref="451277198"/>
<reference key="NSWindow"/>
<reference key="NSNextKeyView" ref="30156716"/>
<string key="NSReuseIdentifierKey">_NS:1705</string>
<reference key="NSTableView" ref="678629963"/>
</object>
<object class="_NSCornerView" key="NSCornerView">
<nil key="NSNextResponder"/>
<int key="NSvFlags">-2147483392</int>
<string key="NSFrame">{{224, 0}, {16, 17}}</string>
<string key="NSReuseIdentifierKey">_NS:1709</string>
</object>
<array class="NSMutableArray" key="NSTableColumns">
<object class="NSTableColumn" id="763595350">
<double key="NSWidth">101</double>
<double key="NSMinWidth">16</double>
<double key="NSMaxWidth">1000</double>
<object class="NSTableHeaderCell" key="NSHeaderCell">
<int key="NSCellFlags">75628096</int>
<int key="NSCellFlags2">2048</int>
<string key="NSContents"/>
<object class="NSFont" key="NSSupport" id="26">
<string key="NSName">LucidaGrande</string>
<double key="NSSize">11</double>
<int key="NSfFlags">3100</int>
</object>
<object class="NSColor" key="NSBackgroundColor" id="987013412">
<int key="NSColorSpace">3</int>
<bytes key="NSWhite">MC4zMzMzMzI5ODU2AA</bytes>
</object>
<object class="NSColor" key="NSTextColor" id="786729093">
<int key="NSColorSpace">6</int>
<string key="NSCatalogName">System</string>
<string key="NSColorName">headerTextColor</string>
<object class="NSColor" key="NSColor" id="937766609">
<int key="NSColorSpace">3</int>
<bytes key="NSWhite">MAA</bytes>
</object>
</object>
</object>
<object class="NSTextFieldCell" key="NSDataCell" id="322998401">
<int key="NSCellFlags">337772096</int>
<int key="NSCellFlags2">2048</int>
<string key="NSContents">Text Cell</string>
<object class="NSFont" key="NSSupport" id="661470994">
<string key="NSName">LucidaGrande</string>
<double key="NSSize">13</double>
<int key="NSfFlags">1044</int>
</object>
<reference key="NSControlView" ref="678629963"/>
<object class="NSColor" key="NSBackgroundColor" id="45682733">
<int key="NSColorSpace">6</int>
<string key="NSCatalogName">System</string>
<string key="NSColorName">controlBackgroundColor</string>
<object class="NSColor" key="NSColor" id="278685920">
<int key="NSColorSpace">3</int>
<bytes key="NSWhite">MC42NjY2NjY2NjY3AA</bytes>
</object>
</object>
<object class="NSColor" key="NSTextColor" id="554098902">
<int key="NSColorSpace">6</int>
<string key="NSCatalogName">System</string>
<string key="NSColorName">controlTextColor</string>
<reference key="NSColor" ref="937766609"/>
</object>
</object>
<int key="NSResizingMask">3</int>
<bool key="NSIsResizeable">YES</bool>
<bool key="NSIsEditable">YES</bool>
<reference key="NSTableView" ref="678629963"/>
</object>
<object class="NSTableColumn" id="245451220">
<double key="NSWidth">55</double>
<double key="NSMinWidth">40</double>
<double key="NSMaxWidth">1000</double>
<object class="NSTableHeaderCell" key="NSHeaderCell">
<int key="NSCellFlags">75628096</int>
<int key="NSCellFlags2">2048</int>
<string key="NSContents"/>
<reference key="NSSupport" ref="26"/>
<reference key="NSBackgroundColor" ref="987013412"/>
<reference key="NSTextColor" ref="786729093"/>
</object>
<object class="NSTextFieldCell" key="NSDataCell" id="88949946">
<int key="NSCellFlags">337772096</int>
<int key="NSCellFlags2">2048</int>
<string key="NSContents">Text Cell</string>
<reference key="NSSupport" ref="661470994"/>
<reference key="NSControlView" ref="678629963"/>
<reference key="NSBackgroundColor" ref="45682733"/>
<reference key="NSTextColor" ref="554098902"/>
</object>
<int key="NSResizingMask">3</int>
<bool key="NSIsResizeable">YES</bool>
<bool key="NSIsEditable">YES</bool>
<reference key="NSTableView" ref="678629963"/>
</object>
</array>
<double key="NSIntercellSpacingWidth">3</double>
<double key="NSIntercellSpacingHeight">2</double>
<object class="NSColor" key="NSBackgroundColor">
<int key="NSColorSpace">3</int>
<bytes key="NSWhite">MQA</bytes>
</object>
<object class="NSColor" key="NSGridColor">
<int key="NSColorSpace">6</int>
<string key="NSCatalogName">System</string>
<string key="NSColorName">gridColor</string>
<object class="NSColor" key="NSColor">
<int key="NSColorSpace">3</int>
<bytes key="NSWhite">MC41AA</bytes>
</object>
</object>
<double key="NSRowHeight">17</double>
<int key="NSTvFlags">-767557632</int>
<reference key="NSDelegate"/>
<reference key="NSDataSource"/>
<int key="NSColumnAutoresizingStyle">4</int>
<int key="NSDraggingSourceMaskForLocal">15</int>
<int key="NSDraggingSourceMaskForNonLocal">0</int>
<bool key="NSAllowsTypeSelect">YES</bool>
<int key="NSTableViewDraggingDestinationStyle">0</int>
<int key="NSTableViewGroupRowStyle">1</int>
</object>
</array>
<string key="NSFrame">{{0, 17}, {162, 410}}</string>
<reference key="NSSuperview" ref="581171615"/>
<reference key="NSWindow"/>
<reference key="NSNextKeyView" ref="678629963"/>
<string key="NSReuseIdentifierKey">_NS:1701</string>
<reference key="NSDocView" ref="678629963"/>
<reference key="NSBGColor" ref="45682733"/>
<int key="NScvFlags">4</int>
</object>
<object class="NSScroller" id="952976906">
<reference key="NSNextResponder" ref="581171615"/>
<int key="NSvFlags">-2147483392</int>
<string key="NSFrame">{{224, 17}, {15, 102}}</string>
<reference key="NSSuperview" ref="581171615"/>
<reference key="NSWindow"/>
<reference key="NSNextKeyView" ref="949597853"/>
<string key="NSReuseIdentifierKey">_NS:1726</string>
<reference key="NSTarget" ref="581171615"/>
<string key="NSAction">_doScroller:</string>
<double key="NSCurValue">37</double>
<double key="NSPercent">0.13909779489040375</double>
</object>
<object class="NSScroller" id="642699508">
<reference key="NSNextResponder" ref="581171615"/>
<int key="NSvFlags">-2147483392</int>
<string key="NSFrame">{{1, 56.862202525138855}, {100.86830902099609, 15}}</string>
<reference key="NSSuperview" ref="581171615"/>
<reference key="NSWindow"/>
<reference key="NSNextKeyView" ref="952976906"/>
<string key="NSReuseIdentifierKey">_NS:1728</string>
<int key="NSsFlags">1</int>
<reference key="NSTarget" ref="581171615"/>
<string key="NSAction">_doScroller:</string>
<double key="NSPercent">0.68707482993197277</double>
</object>
<object class="NSClipView" id="451277198">
<reference key="NSNextResponder" ref="581171615"/>
<int key="NSvFlags">2304</int>
<array class="NSMutableArray" key="NSSubviews">
<reference ref="568844948"/>
</array>
<string key="NSFrameSize">{162, 17}</string>
<reference key="NSSuperview" ref="581171615"/>
<reference key="NSWindow"/>
<reference key="NSNextKeyView" ref="568844948"/>
<string key="NSReuseIdentifierKey">_NS:1706</string>
<reference key="NSDocView" ref="568844948"/>
<reference key="NSBGColor" ref="45682733"/>
<int key="NScvFlags">4</int>
</object>
</array>
<string key="NSFrameSize">{162, 427}</string>
<reference key="NSSuperview" ref="742882765"/>
<reference key="NSWindow"/>
<reference key="NSNextKeyView" ref="451277198"/>
<string key="NSReuseIdentifierKey">_NS:1699</string>
<int key="NSsFlags">264752</int>
<reference key="NSVScroller" ref="952976906"/>
<reference key="NSHScroller" ref="642699508"/>
<reference key="NSContentView" ref="30156716"/>
<reference key="NSHeaderClipView" ref="451277198"/>
<bytes key="NSScrollAmts">QSAAAEEgAABBmAAAQZgAAA</bytes>
</object>
<object class="NSCustomView" id="949597853">
<reference key="NSNextResponder" ref="742882765"/>
<int key="NSvFlags">4352</int>
<string key="NSFrame">{{163, 0}, {144, 427}}</string>
<reference key="NSSuperview" ref="742882765"/>
<reference key="NSWindow"/>
<reference key="NSNextKeyView" ref="41920732"/>
<int key="NSViewLayerContentsRedrawPolicy">2</int>
<string key="NSReuseIdentifierKey">_NS:1165</string>
<string key="NSClassName">NSView</string>
</object>
<object class="NSScrollView" id="41920732">
<reference key="NSNextResponder" ref="742882765"/>
<int key="NSvFlags">268</int>
<array class="NSMutableArray" key="NSSubviews">
<object class="NSClipView" id="237514163">
<reference key="NSNextResponder" ref="41920732"/>
<int key="NSvFlags">2304</int>
<array class="NSMutableArray" key="NSSubviews">
<object class="NSCollectionView" id="178212487">
<reference key="NSNextResponder" ref="237514163"/>
<int key="NSvFlags">274</int>
<string key="NSFrameSize">{199, 427}</string>
<reference key="NSSuperview" ref="237514163"/>
<reference key="NSWindow"/>
<reference key="NSNextKeyView" ref="283770399"/>
<int key="NSViewLayerContentsRedrawPolicy">2</int>
<string key="NSReuseIdentifierKey">_NS:3367</string>
<string key="NSMinGridSize">{0, 0}</string>
<string key="NSMaxGridSize">{0, 0}</string>
<int key="NSMaxNumberOfGridRows">0</int>
<int key="NSMaxNumberOfGridColumns">0</int>
<array key="NSBackgroundColors">
<reference ref="45682733"/>
</array>
<int key="NSDraggingSourceMaskForLocal">-1</int>
<int key="NSDraggingSourceMaskForNonLocal">0</int>
</object>
</array>
<string key="NSFrameSize">{199, 427}</string>
<reference key="NSSuperview" ref="41920732"/>
<reference key="NSWindow"/>
<reference key="NSNextKeyView" ref="178212487"/>
<int key="NSViewLayerContentsRedrawPolicy">2</int>
<string key="NSReuseIdentifierKey">_NS:3365</string>
<reference key="NSDocView" ref="178212487"/>
<object class="NSColor" key="NSBGColor">
<int key="NSColorSpace">6</int>
<string key="NSCatalogName">System</string>
<string key="NSColorName">controlColor</string>
<reference key="NSColor" ref="278685920"/>
</object>
<int key="NScvFlags">4</int>
</object>
<object class="NSScroller" id="283770399">
<reference key="NSNextResponder" ref="41920732"/>
<int key="NSvFlags">-2147483392</int>
<string key="NSFrame">{{234, 1}, {15, 143}}</string>
<reference key="NSSuperview" ref="41920732"/>
<reference key="NSWindow"/>
<reference key="NSNextKeyView" ref="717485743"/>
<string key="NSReuseIdentifierKey">_NS:3372</string>
<reference key="NSTarget" ref="41920732"/>
<string key="NSAction">_doScroller:</string>
<double key="NSCurValue">1</double>
<double key="NSPercent">0.89655172824859619</double>
</object>
<object class="NSScroller" id="717485743">
<reference key="NSNextResponder" ref="41920732"/>
<int key="NSvFlags">-2147483392</int>
<string key="NSFrame">{{1, 144}, {233, 15}}</string>
<reference key="NSSuperview" ref="41920732"/>
<reference key="NSWindow"/>
<reference key="NSNextKeyView"/>
<string key="NSReuseIdentifierKey">_NS:3374</string>
<int key="NSsFlags">1</int>
<reference key="NSTarget" ref="41920732"/>
<string key="NSAction">_doScroller:</string>
<double key="NSPercent">0.63157892227172852</double>
</object>
</array>
<string key="NSFrame">{{308, 0}, {199, 427}}</string>
<reference key="NSSuperview" ref="742882765"/>
<reference key="NSWindow"/>
<reference key="NSNextKeyView" ref="237514163"/>
<int key="NSViewLayerContentsRedrawPolicy">2</int>
<string key="NSReuseIdentifierKey">_NS:3363</string>
<int key="NSsFlags">133680</int>
<reference key="NSVScroller" ref="283770399"/>
<reference key="NSHScroller" ref="717485743"/>
<reference key="NSContentView" ref="237514163"/>
</object>
</array>
<string key="NSFrameSize">{507, 427}</string>
<reference key="NSSuperview" ref="568628114"/>
<reference key="NSWindow"/>
<reference key="NSNextKeyView" ref="581171615"/>
<int key="NSViewLayerContentsRedrawPolicy">2</int>
<string key="NSReuseIdentifierKey">_NS:1163</string>
<bool key="NSIsVertical">YES</bool>
<int key="NSDividerStyle">2</int>
</object>
</array>
<string key="NSFrameSize">{507, 427}</string>
<reference key="NSSuperview"/>
<reference key="NSWindow"/>
<reference key="NSNextKeyView" ref="742882765"/>
</object>
<string key="NSScreenRect">{{0, 0}, {1920, 1178}}</string>
<string key="NSMinSize">{94, 164}</string>
<string key="NSMaxSize">{10000000000000, 10000000000000}</string>
<bool key="NSWindowIsRestorable">YES</bool>
</object>
<object class="NSCustomObject" id="796877042">
<string key="NSClassName">NSApplication</string>
</object>
<object class="NSCollectionViewItem" id="375262593"/>
<object class="NSView" id="322286456">
<nil key="NSNextResponder"/>
<int key="NSvFlags">256</int>
<string key="NSFrameSize">{100, 100}</string>
</object>
</array>
<object class="IBObjectContainer" key="IBDocument.Objects">
<array class="NSMutableArray" key="connectionRecords">
<object class="IBConnectionRecord">
<object class="IBOutletConnection" key="connection">
<string key="label">window</string>
<reference key="source" ref="512844837"/>
<reference key="destination" ref="275939982"/>
</object>
<int key="connectionID">18</int>
</object>
<object class="IBConnectionRecord">
<object class="IBOutletConnection" key="connection">
<string key="label">delegate</string>
<reference key="source" ref="275939982"/>
<reference key="destination" ref="512844837"/>
</object>
<int key="connectionID">17</int>
</object>
<object class="IBConnectionRecord">
<object class="IBOutletConnection" key="connection">
<string key="label">itemPrototype</string>
<reference key="source" ref="178212487"/>
<reference key="destination" ref="375262593"/>
</object>
<int key="connectionID">100052</int>
</object>
<object class="IBConnectionRecord">
<object class="IBOutletConnection" key="connection">
<string key="label">view</string>
<reference key="source" ref="375262593"/>
<reference key="destination" ref="322286456"/>
</object>
<int key="connectionID">100053</int>
</object>
</array>
<object class="IBMutableOrderedSet" key="objectRecords">
<array key="orderedObjects">
<object class="IBObjectRecord">
<int key="objectID">0</int>
<reference key="object" ref="0"/>
<reference key="children" ref="580458321"/>
<nil key="parent"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">-2</int>
<reference key="object" ref="512844837"/>
<reference key="parent" ref="0"/>
<string key="objectName">File's Owner</string>
</object>
<object class="IBObjectRecord">
<int key="objectID">-1</int>
<reference key="object" ref="613418571"/>
<reference key="parent" ref="0"/>
<string key="objectName">First Responder</string>
</object>
<object class="IBObjectRecord">
<int key="objectID">5</int>
<reference key="object" ref="275939982"/>
<array class="NSMutableArray" key="children">
<reference ref="568628114"/>
<reference ref="1073395064"/>
</array>
<reference key="parent" ref="0"/>
<string key="objectName">Window</string>
</object>
<object class="IBObjectRecord">
<int key="objectID">6</int>
<reference key="object" ref="568628114"/>
<array class="NSMutableArray" key="children">
<reference ref="742882765"/>
</array>
<reference key="parent" ref="275939982"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">-3</int>
<reference key="object" ref="796877042"/>
<reference key="parent" ref="0"/>
<string key="objectName">Application</string>
</object>
<object class="IBObjectRecord">
<int key="objectID">100021</int>
<reference key="object" ref="1073395064"/>
<array class="NSMutableArray" key="children">
<reference ref="96577673"/>
<reference ref="678544536"/>
<reference ref="997438218"/>
<reference ref="388335754"/>
<reference ref="996908587"/>
<reference ref="323347159"/>
</array>
<reference key="parent" ref="275939982"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">100022</int>
<reference key="object" ref="96577673"/>
<reference key="parent" ref="1073395064"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">100023</int>
<reference key="object" ref="678544536"/>
<reference key="parent" ref="1073395064"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">100025</int>
<reference key="object" ref="997438218"/>
<reference key="parent" ref="1073395064"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">100026</int>
<reference key="object" ref="388335754"/>
<reference key="parent" ref="1073395064"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">100027</int>
<reference key="object" ref="996908587"/>
<reference key="parent" ref="1073395064"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">100028</int>
<reference key="object" ref="323347159"/>
<reference key="parent" ref="1073395064"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">100029</int>
<reference key="object" ref="742882765"/>
<array class="NSMutableArray" key="children">
<reference ref="949597853"/>
<reference ref="41920732"/>
<reference ref="581171615"/>
</array>
<reference key="parent" ref="568628114"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">100030</int>
<reference key="object" ref="949597853"/>
<array class="NSMutableArray" key="children"/>
<reference key="parent" ref="742882765"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">100046</int>
<reference key="object" ref="41920732"/>
<array class="NSMutableArray" key="children">
<reference ref="178212487"/>
<reference ref="717485743"/>
<reference ref="283770399"/>
</array>
<reference key="parent" ref="742882765"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">100047</int>
<reference key="object" ref="178212487"/>
<reference key="parent" ref="41920732"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">100048</int>
<reference key="object" ref="717485743"/>
<reference key="parent" ref="41920732"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">100049</int>
<reference key="object" ref="283770399"/>
<reference key="parent" ref="41920732"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">100050</int>
<reference key="object" ref="375262593"/>
<reference key="parent" ref="0"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">100051</int>
<reference key="object" ref="322286456"/>
<reference key="parent" ref="0"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">100054</int>
<reference key="object" ref="581171615"/>
<array class="NSMutableArray" key="children">
<reference ref="678629963"/>
<reference ref="642699508"/>
<reference ref="568844948"/>
<reference ref="952976906"/>
</array>
<reference key="parent" ref="742882765"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">100055</int>
<reference key="object" ref="678629963"/>
<array class="NSMutableArray" key="children">
<reference ref="763595350"/>
<reference ref="245451220"/>
</array>
<reference key="parent" ref="581171615"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">100056</int>
<reference key="object" ref="642699508"/>
<reference key="parent" ref="581171615"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">100057</int>
<reference key="object" ref="568844948"/>
<reference key="parent" ref="581171615"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">100058</int>
<reference key="object" ref="952976906"/>
<reference key="parent" ref="581171615"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">100059</int>
<reference key="object" ref="763595350"/>
<array class="NSMutableArray" key="children">
<reference ref="322998401"/>
</array>
<reference key="parent" ref="678629963"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">100060</int>
<reference key="object" ref="245451220"/>
<array class="NSMutableArray" key="children">
<reference ref="88949946"/>
</array>
<reference key="parent" ref="678629963"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">100061</int>
<reference key="object" ref="88949946"/>
<reference key="parent" ref="245451220"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">100062</int>
<reference key="object" ref="322998401"/>
<reference key="parent" ref="763595350"/>
</object>
</array>
</object>
<dictionary class="NSMutableDictionary" key="flattenedProperties">
<string key="-1.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="-2.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="-3.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="100021.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="100022.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="100023.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="100025.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="100026.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="100027.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="100028.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="100029.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="100030.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="100046.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="100047.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="100048.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="100049.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="100050.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="100051.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="100054.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="100055.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="100056.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="100057.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="100058.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="100059.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="100060.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="100061.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="100062.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="5.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="5.IBWindowTemplateEditedContentRect">{{133, 170}, {507, 413}}</string>
<string key="6.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
</dictionary>
<dictionary class="NSMutableDictionary" key="unlocalizedProperties"/>
<nil key="activeLocalization"/>
<dictionary class="NSMutableDictionary" key="localizations"/>
<nil key="sourceID"/>
<int key="maxID">100062</int>
</object>
<object class="IBClassDescriber" key="IBDocument.Classes">
<array class="NSMutableArray" key="referencedPartialClassDescriptions">
<object class="IBPartialClassDescription">
<string key="className">KRWBDocument</string>
<string key="superclassName">NSDocument</string>
<object class="IBClassDescriptionSource" key="sourceIdentifier">
<string key="majorKey">IBProjectSource</string>
<string key="minorKey">./Classes/KRWBDocument.h</string>
</object>
</object>
<object class="IBPartialClassDescription">
<string key="className">NSDocument</string>
<dictionary class="NSMutableDictionary" key="actions">
<string key="printDocument:">id</string>
<string key="revertDocumentToSaved:">id</string>
<string key="runPageLayout:">id</string>
<string key="saveDocument:">id</string>
<string key="saveDocumentAs:">id</string>
<string key="saveDocumentTo:">id</string>
</dictionary>
<dictionary class="NSMutableDictionary" key="actionInfosByName">
<object class="IBActionInfo" key="printDocument:">
<string key="name">printDocument:</string>
<string key="candidateClassName">id</string>
</object>
<object class="IBActionInfo" key="revertDocumentToSaved:">
<string key="name">revertDocumentToSaved:</string>
<string key="candidateClassName">id</string>
</object>
<object class="IBActionInfo" key="runPageLayout:">
<string key="name">runPageLayout:</string>
<string key="candidateClassName">id</string>
</object>
<object class="IBActionInfo" key="saveDocument:">
<string key="name">saveDocument:</string>
<string key="candidateClassName">id</string>
</object>
<object class="IBActionInfo" key="saveDocumentAs:">
<string key="name">saveDocumentAs:</string>
<string key="candidateClassName">id</string>
</object>
<object class="IBActionInfo" key="saveDocumentTo:">
<string key="name">saveDocumentTo:</string>
<string key="candidateClassName">id</string>
</object>
</dictionary>
<object class="IBClassDescriptionSource" key="sourceIdentifier">
<string key="majorKey">IBProjectSource</string>
<string key="minorKey">./Classes/NSDocument.h</string>
</object>
</object>
</array>
</object>
<int key="IBDocument.localizationMode">0</int>
<string key="IBDocument.TargetRuntimeIdentifier">IBCocoaFramework</string>
<bool key="IBDocument.PluginDeclaredDependenciesTrackSystemTargetVersion">YES</bool>
<int key="IBDocument.defaultPropertyAccessControl">3</int>
<dictionary class="NSMutableDictionary" key="IBDocument.LastKnownImageSizes">
<string key="NSMenuCheckmark">{11, 11}</string>
<string key="NSMenuMixedState">{10, 3}</string>
<string key="NSToolbarCustomize">{32, 32}</string>
<string key="NSToolbarShowColors">{32, 32}</string>
<string key="NSToolbarShowFonts">{32, 32}</string>
</dictionary>
</data>
</archive>

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,14 @@
//
// main.m
// KRWorldBuilder
//
// Created by Kearwood Gilbert on 12-02-10.
// Copyright (c) 2012 Kearwood Software. All rights reserved.
//
#import <Cocoa/Cocoa.h>
int main(int argc, char *argv[])
{
return NSApplicationMain(argc, (const char **)argv);
}