KRWorldBuilder framework in progress
--HG-- extra : convert_revision : svn%3A7752d6cf-9f14-4ad2-affc-04f1e67b81a5/trunk%40220
This commit is contained in:
@@ -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 = "<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>"; };
|
||||
E49BA94E162F82C300680C6E /* KRWBFileTreeView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = KRWBFileTreeView.h; sourceTree = "<group>"; };
|
||||
E49BA94F162F82C300680C6E /* KRWBFileTreeView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = KRWBFileTreeView.m; sourceTree = "<group>"; };
|
||||
E49BA952162F831800680C6E /* KRWBFileTreeView.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = KRWBFileTreeView.xib; sourceTree = "<group>"; };
|
||||
/* 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 = "<group>";
|
||||
};
|
||||
E474D77614E5BBF70017DCEC /* Other Frameworks */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
E474D77714E5BBF70017DCEC /* AppKit.framework */,
|
||||
E474D77814E5BBF70017DCEC /* CoreData.framework */,
|
||||
E474D77914E5BBF70017DCEC /* Foundation.framework */,
|
||||
E474D77414E5BBF70017DCEC /* Cocoa.framework */,
|
||||
);
|
||||
name = "Other Frameworks";
|
||||
name = Frameworks;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
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 = "<group>";
|
||||
@@ -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 */,
|
||||
|
||||
Reference in New Issue
Block a user