From fb383c69707ba2a222fb760ef9a1afa0ea6476d0 Mon Sep 17 00:00:00 2001 From: kearwood Date: Sun, 13 Jan 2013 08:10:38 +0000 Subject: [PATCH] KRWorldBuilder framework in progress --HG-- extra : convert_revision : svn%3A7752d6cf-9f14-4ad2-affc-04f1e67b81a5/trunk%40220 --- .../KRWorldBuilder.xcodeproj/project.pbxproj | 32 +- .../xcschemes/KRWorldBuilder.xcscheme | 16 +- KRWorldBuilder/KRWorldBuilder/KRWBDocument.h | 4 +- KRWorldBuilder/KRWorldBuilder/KRWBDocument.mm | 12 +- .../KRWorldBuilder/KRWBFileTreeView.h | 15 + .../KRWorldBuilder/KRWBFileTreeView.m | 79 ++++ .../KRWorldBuilder/KRWBFileTreeView.xib | 433 ++++++++++++++++++ .../KRWorldBuilder/KRWorldBuilder-Info.plist | 3 +- .../KRWorldBuilder/en.lproj/KRWBDocument.xib | 212 ++++++--- .../KRWorldBuilder/en.lproj/MainMenu.xib | 20 +- 10 files changed, 711 insertions(+), 115 deletions(-) create mode 100644 KRWorldBuilder/KRWorldBuilder/KRWBFileTreeView.h create mode 100644 KRWorldBuilder/KRWorldBuilder/KRWBFileTreeView.m create mode 100644 KRWorldBuilder/KRWorldBuilder/KRWBFileTreeView.xib diff --git a/KRWorldBuilder/KRWorldBuilder.xcodeproj/project.pbxproj b/KRWorldBuilder/KRWorldBuilder.xcodeproj/project.pbxproj index aed1c28..4ddd74f 100644 --- a/KRWorldBuilder/KRWorldBuilder.xcodeproj/project.pbxproj +++ b/KRWorldBuilder/KRWorldBuilder.xcodeproj/project.pbxproj @@ -16,6 +16,8 @@ E474D78814E5BBF70017DCEC /* KRWBDocument.mm in Sources */ = {isa = PBXBuildFile; fileRef = E474D78714E5BBF70017DCEC /* KRWBDocument.mm */; }; E474D78B14E5BBF70017DCEC /* KRWBDocument.xib in Resources */ = {isa = PBXBuildFile; fileRef = E474D78914E5BBF70017DCEC /* KRWBDocument.xib */; }; E474D78E14E5BBF80017DCEC /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = E474D78C14E5BBF80017DCEC /* MainMenu.xib */; }; + E49BA950162F82C300680C6E /* KRWBFileTreeView.m in Sources */ = {isa = PBXBuildFile; fileRef = E49BA94F162F82C300680C6E /* KRWBFileTreeView.m */; }; + E49BA953162F831800680C6E /* KRWBFileTreeView.xib in Resources */ = {isa = PBXBuildFile; fileRef = E49BA952162F831800680C6E /* KRWBFileTreeView.xib */; }; /* End PBXBuildFile section */ /* Begin PBXFileReference section */ @@ -36,6 +38,9 @@ E474D78714E5BBF70017DCEC /* KRWBDocument.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = KRWBDocument.mm; sourceTree = ""; }; E474D78A14E5BBF70017DCEC /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/KRWBDocument.xib; sourceTree = ""; }; E474D78D14E5BBF80017DCEC /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/MainMenu.xib; sourceTree = ""; }; + E49BA94E162F82C300680C6E /* KRWBFileTreeView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = KRWBFileTreeView.h; sourceTree = ""; }; + E49BA94F162F82C300680C6E /* KRWBFileTreeView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = KRWBFileTreeView.m; sourceTree = ""; }; + E49BA952162F831800680C6E /* KRWBFileTreeView.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = KRWBFileTreeView.xib; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -72,20 +77,12 @@ isa = PBXGroup; children = ( E46F4A06155DF5E500CCF8B8 /* krengine_osx.framework */, - E474D77414E5BBF70017DCEC /* Cocoa.framework */, - E474D77614E5BBF70017DCEC /* Other Frameworks */, - ); - name = Frameworks; - sourceTree = ""; - }; - E474D77614E5BBF70017DCEC /* Other Frameworks */ = { - isa = PBXGroup; - children = ( E474D77714E5BBF70017DCEC /* AppKit.framework */, E474D77814E5BBF70017DCEC /* CoreData.framework */, E474D77914E5BBF70017DCEC /* Foundation.framework */, + E474D77414E5BBF70017DCEC /* Cocoa.framework */, ); - name = "Other Frameworks"; + name = Frameworks; sourceTree = ""; }; E474D77A14E5BBF70017DCEC /* KRWorldBuilder */ = { @@ -98,6 +95,9 @@ E440D975155E46DB00C4887B /* KRWBFileSystemItem.m */, E474D78C14E5BBF80017DCEC /* MainMenu.xib */, E474D77B14E5BBF70017DCEC /* Supporting Files */, + E49BA94E162F82C300680C6E /* KRWBFileTreeView.h */, + E49BA94F162F82C300680C6E /* KRWBFileTreeView.m */, + E49BA952162F831800680C6E /* KRWBFileTreeView.xib */, ); path = KRWorldBuilder; sourceTree = ""; @@ -117,9 +117,9 @@ /* End PBXGroup section */ /* Begin PBXNativeTarget section */ - E474D76F14E5BBF70017DCEC /* KRWorldBuilder */ = { + E474D76F14E5BBF70017DCEC /* Kraken World Builder */ = { isa = PBXNativeTarget; - buildConfigurationList = E474D79114E5BBF80017DCEC /* Build configuration list for PBXNativeTarget "KRWorldBuilder" */; + buildConfigurationList = E474D79114E5BBF80017DCEC /* Build configuration list for PBXNativeTarget "Kraken World Builder" */; buildPhases = ( E474D76C14E5BBF70017DCEC /* Sources */, E474D76D14E5BBF70017DCEC /* Frameworks */, @@ -129,7 +129,7 @@ ); dependencies = ( ); - name = KRWorldBuilder; + name = "Kraken World Builder"; productName = KRWorldBuilder; productReference = E474D77014E5BBF70017DCEC /* KRWorldBuilder.app */; productType = "com.apple.product-type.application"; @@ -155,7 +155,7 @@ projectDirPath = ""; projectRoot = ""; targets = ( - E474D76F14E5BBF70017DCEC /* KRWorldBuilder */, + E474D76F14E5BBF70017DCEC /* Kraken World Builder */, ); }; /* End PBXProject section */ @@ -169,6 +169,7 @@ E474D78514E5BBF70017DCEC /* Credits.rtf in Resources */, E474D78B14E5BBF70017DCEC /* KRWBDocument.xib in Resources */, E474D78E14E5BBF80017DCEC /* MainMenu.xib in Resources */, + E49BA953162F831800680C6E /* KRWBFileTreeView.xib in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -182,6 +183,7 @@ E474D78114E5BBF70017DCEC /* main.m in Sources */, E474D78814E5BBF70017DCEC /* KRWBDocument.mm in Sources */, E440D976155E46DB00C4887B /* KRWBFileSystemItem.m in Sources */, + E49BA950162F82C300680C6E /* KRWBFileTreeView.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -304,7 +306,7 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - E474D79114E5BBF80017DCEC /* Build configuration list for PBXNativeTarget "KRWorldBuilder" */ = { + E474D79114E5BBF80017DCEC /* Build configuration list for PBXNativeTarget "Kraken World Builder" */ = { isa = XCConfigurationList; buildConfigurations = ( E474D79214E5BBF80017DCEC /* Debug */, diff --git a/KRWorldBuilder/KRWorldBuilder.xcodeproj/xcuserdata/kearwood.xcuserdatad/xcschemes/KRWorldBuilder.xcscheme b/KRWorldBuilder/KRWorldBuilder.xcodeproj/xcuserdata/kearwood.xcuserdatad/xcschemes/KRWorldBuilder.xcscheme index 6dabe4a..aebace6 100644 --- a/KRWorldBuilder/KRWorldBuilder.xcodeproj/xcuserdata/kearwood.xcuserdatad/xcschemes/KRWorldBuilder.xcscheme +++ b/KRWorldBuilder/KRWorldBuilder.xcodeproj/xcuserdata/kearwood.xcuserdatad/xcschemes/KRWorldBuilder.xcscheme @@ -15,8 +15,8 @@ @@ -33,8 +33,8 @@ @@ -52,8 +52,8 @@ @@ -70,8 +70,8 @@ diff --git a/KRWorldBuilder/KRWorldBuilder/KRWBDocument.h b/KRWorldBuilder/KRWorldBuilder/KRWBDocument.h index f15f625..3b1da0c 100644 --- a/KRWorldBuilder/KRWorldBuilder/KRWBDocument.h +++ b/KRWorldBuilder/KRWorldBuilder/KRWBDocument.h @@ -8,11 +8,11 @@ #import -class KRWorld; +class KRContext; @interface KRWBDocument : NSDocument -@property (nonatomic, readonly) KRWorld *world; +@property (nonatomic, readonly) KRContext *world; @property (nonatomic, retain) IBOutlet NSOutlineView *outlineView; @end diff --git a/KRWorldBuilder/KRWorldBuilder/KRWBDocument.mm b/KRWorldBuilder/KRWorldBuilder/KRWBDocument.mm index a294705..03997b4 100644 --- a/KRWorldBuilder/KRWorldBuilder/KRWBDocument.mm +++ b/KRWorldBuilder/KRWorldBuilder/KRWBDocument.mm @@ -8,14 +8,13 @@ #import "KRWBDocument.h" +#import #import #import -#import -#import #import "KRWBFileSystemItem.h" @interface KRWBDocument() { - KRWorld *_world; + KRContext *_world; NSOutlineView *_outlineView; } @@ -25,7 +24,7 @@ @synthesize outlineView = _outlineView; -- (KRWorld *)world +- (KRContext *)world { return _world; } @@ -37,7 +36,7 @@ if (self) { // Add your subclass-specific initialization here. // If an error occurs here, return nil. - _world = new KRWorld(); + _world = new KRContext(); } return self; } @@ -87,6 +86,9 @@ NSException *exception = [NSException exceptionWithName:@"UnimplementedMethod" reason:[NSString stringWithFormat:@"%@ is unimplemented", NSStringFromSelector(_cmd)] userInfo:nil]; @throw exception; */ + if(_world) delete _world; + _world = new KRContext(); + return YES; } diff --git a/KRWorldBuilder/KRWorldBuilder/KRWBFileTreeView.h b/KRWorldBuilder/KRWorldBuilder/KRWBFileTreeView.h new file mode 100644 index 0000000..2cac446 --- /dev/null +++ b/KRWorldBuilder/KRWorldBuilder/KRWBFileTreeView.h @@ -0,0 +1,15 @@ +// +// KRWBFileTreeView.h +// KRWorldBuilder +// +// Created by Kearwood Gilbert on 2012-10-17. +// Copyright (c) 2012 Kearwood Software. All rights reserved. +// + +#import + +@interface KRWBFileTreeView : NSView + +@property (nonatomic, retain) NSString *basePath; + +@end diff --git a/KRWorldBuilder/KRWorldBuilder/KRWBFileTreeView.m b/KRWorldBuilder/KRWorldBuilder/KRWBFileTreeView.m new file mode 100644 index 0000000..52b8474 --- /dev/null +++ b/KRWorldBuilder/KRWorldBuilder/KRWBFileTreeView.m @@ -0,0 +1,79 @@ +// +// KRWBFileTreeView.m +// KRWorldBuilder +// +// Created by Kearwood Gilbert on 2012-10-17. +// Copyright (c) 2012 Kearwood Software. All rights reserved. +// + +#import "KRWBFileTreeView.h" +#import "KRWBFileSystemItem.h" + +@interface KRWBFileTreeView() +@property (nonatomic, retain) IBOutlet NSOutlineView *outlineView; +@end + +@implementation KRWBFileTreeView + +-(void)commonInit +{ + +} + +- (id)initWithCoder:(NSCoder *)aDecoder +{ + self = [super initWithCoder:aDecoder]; + if (self) { + [self commonInit]; + } + + return self; +} + +- (id)initWithFrame:(NSRect)frame +{ + self = [super initWithFrame:frame]; + if (self) { + [self commonInit]; + } + + return self; +} + +- (void)drawRect:(NSRect)dirtyRect +{ + // Drawing code here. +} + + +- (NSInteger)outlineView:(NSOutlineView *)outlineView numberOfChildrenOfItem:(id)item { + if(item == nil) { + return [[KRWBFileSystemItem rootItem] numberOfChildren]; + } else { + return [item numberOfChildren]; + } + //return (item == nil) ? 1 : [item numberOfChildren]; +} + + +- (BOOL)outlineView:(NSOutlineView *)outlineView isItemExpandable:(id)item { + return (item == nil) ? YES : ([item numberOfChildren] != -1); +} + + +- (id)outlineView:(NSOutlineView *)outlineView child:(NSInteger)index ofItem:(id)item { + if(item == nil) { + return [[KRWBFileSystemItem rootItem] childAtIndex:index]; + } else { + return [(KRWBFileSystemItem *)item childAtIndex:index]; + } + //return (item == nil) ? [KRWBFileSystemItem rootItem] : [(KRWBFileSystemItem *)item childAtIndex:index]; +} + + +- (id)outlineView:(NSOutlineView *)outlineView objectValueForTableColumn:(NSTableColumn *)tableColumn byItem:(id)item { + return (item == nil) ? @"/" : [item relativePath]; +} + + +@end diff --git a/KRWorldBuilder/KRWorldBuilder/KRWBFileTreeView.xib b/KRWorldBuilder/KRWorldBuilder/KRWBFileTreeView.xib new file mode 100644 index 0000000..314a69a --- /dev/null +++ b/KRWorldBuilder/KRWorldBuilder/KRWBFileTreeView.xib @@ -0,0 +1,433 @@ + + + + 1080 + 12C60 + 2843 + 1187.34 + 625.00 + + com.apple.InterfaceBuilder.CocoaPlugin + 2843 + + + IBNSLayoutConstraint + NSCustomObject + NSCustomView + NSOutlineView + NSScrollView + NSScroller + NSTableColumn + NSTextFieldCell + + + com.apple.InterfaceBuilder.CocoaPlugin + + + PluginDependencyRecalculationVersion + + + + + KRWBFileTreeView + + + FirstResponder + + + NSApplication + + + + 268 + + + + 268 + + + + 2304 + + + + 256 + {298, 536} + + + _NS:1703 + YES + NO + YES + + + -2147483392 + {{224, 0}, {16, 17}} + _NS:1709 + + + + 295 + 16 + 1000 + + 75497536 + 2048 + + + LucidaGrande + 11 + 3100 + + + 3 + MC4zMzMzMzI5ODU2AA + + + 6 + System + headerTextColor + + 3 + MAA + + + + + 337641536 + 2048 + Text Cell + + LucidaGrande + 13 + 1044 + + + + 6 + System + controlBackgroundColor + + 3 + MC42NjY2NjY2NjY3AA + + + + 6 + System + controlTextColor + + + + 3 + YES + YES + + + + 3 + 2 + + 3 + MQA + + + 6 + System + gridColor + + 3 + MC41AA + + + 17 + -767557632 + + + 4 + 15 + 0 + YES + 0 + 1 + + + {298, 536} + + + _NS:1701 + + + 6 + + + + -2147483392 + {{224, 17}, {15, 102}} + + + _NS:1726 + NO + + _doScroller: + 0.99805447470817121 + + + + -2147483392 + {{0, 498}, {209, 15}} + + + _NS:1728 + NO + 1 + + _doScroller: + 0.99523809523809526 + + + {298, 536} + + + _NS:1699 + 264752 + + + + QSAAAEEgAABBmAAAQZgAAA + 0.25 + 4 + 1 + + + {298, 536} + + + NSView + + + + + + + outlineView + + + + 43 + + + + delegate + + + + 44 + + + + dataSource + + + + 45 + + + + + + 0 + + + + + + -2 + + + File's Owner + + + -1 + + + First Responder + + + -3 + + + Application + + + 1 + + + + + 4 + 0 + + 4 + 1 + + 0.0 + + 1000 + + 9 + 40 + 3 + + + + 3 + 0 + + 3 + 1 + + 0.0 + + 1000 + + 8 + 29 + 3 + + + + 5 + 0 + + 5 + 1 + + 0.0 + + 1000 + + 8 + 29 + 3 + + + + 6 + 0 + + 6 + 1 + + 0.0 + + 1000 + + 8 + 29 + 3 + + + + + + + 5 + + + + + + + + + + 8 + + + + + + + + 7 + + + + + 6 + + + + + 9 + + + + + + + + 10 + + + + + 33 + + + + + 34 + + + + + 35 + + + + + 37 + + + + + + + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + + + + + + + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + + + + + + 45 + + + 0 + IBCocoaFramework + YES + 3 + YES + + diff --git a/KRWorldBuilder/KRWorldBuilder/KRWorldBuilder-Info.plist b/KRWorldBuilder/KRWorldBuilder/KRWorldBuilder-Info.plist index 49b1d54..54323f5 100644 --- a/KRWorldBuilder/KRWorldBuilder/KRWorldBuilder-Info.plist +++ b/KRWorldBuilder/KRWorldBuilder/KRWorldBuilder-Info.plist @@ -9,7 +9,8 @@ CFBundleTypeExtensions - krworld + fbx + krbundle CFBundleTypeIconFile diff --git a/KRWorldBuilder/KRWorldBuilder/en.lproj/KRWBDocument.xib b/KRWorldBuilder/KRWorldBuilder/en.lproj/KRWBDocument.xib index df9a821..994bf92 100644 --- a/KRWorldBuilder/KRWorldBuilder/en.lproj/KRWBDocument.xib +++ b/KRWorldBuilder/KRWorldBuilder/en.lproj/KRWBDocument.xib @@ -1,33 +1,34 @@ - 1070 - 11E53 - 2182 - 1138.47 - 569.00 + 1080 + 12C60 + 2843 + 1187.34 + 625.00 com.apple.InterfaceBuilder.CocoaPlugin - 2182 + 2843 + IBNSLayoutConstraint + NSCollectionView + NSCollectionViewItem + NSCustomObject + NSCustomView + NSOutlineView + NSScrollView + NSScroller + NSSplitView NSTableColumn + NSTextFieldCell NSToolbar NSToolbarFlexibleSpaceItem - NSSplitView - NSScroller - NSScrollView - NSTextFieldCell - NSToolbarSpaceItem + NSToolbarItem NSToolbarSeparatorItem - NSCollectionViewItem - NSOutlineView - NSCustomView - NSCustomObject + NSToolbarSpaceItem NSView NSWindowTemplate - NSCollectionView - NSToolbarItem com.apple.InterfaceBuilder.CocoaPlugin @@ -249,13 +250,13 @@ 256 - {209, 513} + {244, 513} - - 2 _NS:1703 YES + NO + YES -2147483392 @@ -264,11 +265,11 @@ - 206 + 241 16 1000 - 75628096 + 75497536 2048 @@ -291,7 +292,7 @@ - 337772096 + 337641536 2048 Text Cell @@ -349,11 +350,9 @@ 1 - {209, 513} + {244, 513} - - 2 _NS:1701 @@ -364,9 +363,9 @@ -2147483392 {{224, 17}, {15, 102}} - _NS:1726 + NO _doScroller: 0.99805447470817121 @@ -376,35 +375,34 @@ -2147483392 {{0, 498}, {209, 15}} - _NS:1728 + NO 1 _doScroller: 0.99523809523809526 - {209, 513} + {244, 513} - - 2 _NS:1699 264752 QSAAAEEgAABBmAAAQZgAAA + 0.25 + 4 + 1 4352 - {{210, 0}, {428, 513}} + {{245, 0}, {411, 513}} - - 2 _NS:1165 NSView @@ -419,11 +417,9 @@ 274 - {218, 513} + {200, 513} - - 2 _NS:3367 {0, 0} {0, 0} @@ -436,11 +432,9 @@ 0 - {218, 513} + {200, 513} - - 2 _NS:3365 @@ -456,9 +450,9 @@ -2147483392 {{234, 1}, {15, 143}} - _NS:3372 + NO _doScroller: 1 @@ -469,32 +463,30 @@ -2147483392 {{1, 144}, {233, 15}} - - _NS:3374 + NO 1 _doScroller: 0.63157892227172852 - {{639, 0}, {218, 513}} + {{657, 0}, {200, 513}} - - 2 _NS:3363 133680 + 0.25 + 4 + 1 {857, 513} - - 2 _NS:1163 YES 2 @@ -502,10 +494,8 @@ {857, 513} - YES - 2 {{0, 0}, {1920, 1178}} {94, 155} @@ -604,6 +594,70 @@ + + + 3 + 0 + + 3 + 1 + + 0.0 + + 1000 + + 8 + 29 + 3 + + + + 6 + 0 + + 6 + 1 + + 0.0 + + 1000 + + 8 + 29 + 3 + + + + 4 + 0 + + 4 + 1 + + 0.0 + + 1000 + + 8 + 29 + 3 + + + + 5 + 0 + + 5 + 1 + + 0.0 + + 1000 + + 8 + 29 + 3 + @@ -743,6 +797,26 @@ + + 100080 + + + + + 100081 + + + + + 100082 + + + + + 100083 + + + @@ -756,6 +830,7 @@ com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin @@ -769,8 +844,18 @@ com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin {{133, 170}, {507, 413}} + + + + + + com.apple.InterfaceBuilder.CocoaPlugin @@ -781,31 +866,9 @@ - 100079 - - - - - KRWBDocument - NSDocument - - outlineView - NSOutlineView - - - outlineView - - outlineView - NSOutlineView - - - - IBProjectSource - ./Classes/KRWBDocument.h - - - + 100083 + 0 IBCocoaFramework YES @@ -817,5 +880,6 @@ {32, 32} {32, 32} + YES diff --git a/KRWorldBuilder/KRWorldBuilder/en.lproj/MainMenu.xib b/KRWorldBuilder/KRWorldBuilder/en.lproj/MainMenu.xib index cb0e692..b66e042 100644 --- a/KRWorldBuilder/KRWorldBuilder/en.lproj/MainMenu.xib +++ b/KRWorldBuilder/KRWorldBuilder/en.lproj/MainMenu.xib @@ -1,19 +1,19 @@ - 1070 - 11D50b - 1938 - 1138.32 - 568.00 + 1080 + 12C60 + 2844 + 1187.34 + 625.00 com.apple.InterfaceBuilder.CocoaPlugin - 1938 + 2844 + NSCustomObject NSMenu NSMenuItem - NSCustomObject com.apple.InterfaceBuilder.CocoaPlugin @@ -37,7 +37,7 @@ - KRWorldBuilder + Kraken World Builder 1048576 2147483647 @@ -51,11 +51,11 @@ submenuAction: - KRWorldBuilder + Kraken World Builder - About KRWorldBuilder + About Kraken World Builder 2147483647