Blame | Last modification | View Log | RSS feed
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {
/* Begin PBXBuildFile section */
0DF694B51940EDF6008F1E8C /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0DF694B41940EDF6008F1E8C /* Cocoa.framework */; };
0DF694BF1940EDF6008F1E8C /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 0DF694BD1940EDF6008F1E8C /* InfoPlist.strings */; };
0DF694C51940EDF6008F1E8C /* Credits.rtf in Resources */ = {isa = PBXBuildFile; fileRef = 0DF694C31940EDF6008F1E8C /* Credits.rtf */; };
0DF694C81940EDF6008F1E8C /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 0DF694C71940EDF6008F1E8C /* AppDelegate.m */; };
0DF694CB1940EDF6008F1E8C /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 0DF694C91940EDF6008F1E8C /* MainMenu.xib */; };
0DF694CD1940EDF6008F1E8C /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 0DF694CC1940EDF6008F1E8C /* Images.xcassets */; };
0DF694F41940EE8C008F1E8C /* BasicOpenGLView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0DF694F21940EE8C008F1E8C /* BasicOpenGLView.mm */; };
0DF694F51940EE8C008F1E8C /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 0DF694F31940EE8C008F1E8C /* main.m */; };
0DF694F71940F841008F1E8C /* GEL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0DF694F61940F841008F1E8C /* GEL.framework */; };
0DF694F91940F84C008F1E8C /* Accelerate.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0DF694F81940F84C008F1E8C /* Accelerate.framework */; };
0DF694FB1940F85A008F1E8C /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0DF694FA1940F85A008F1E8C /* OpenGL.framework */; };
/* End PBXBuildFile section */
/* Begin PBXFileReference section */
0DF694B11940EDF6008F1E8C /* MeshEditCocoa.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = MeshEditCocoa.app; sourceTree = BUILT_PRODUCTS_DIR; };
0DF694B41940EDF6008F1E8C /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; };
0DF694B71940EDF6008F1E8C /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = System/Library/Frameworks/AppKit.framework; sourceTree = SDKROOT; };
0DF694B81940EDF6008F1E8C /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = System/Library/Frameworks/CoreData.framework; sourceTree = SDKROOT; };
0DF694B91940EDF6008F1E8C /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
0DF694BC1940EDF6008F1E8C /* MeshEditCocoa-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "MeshEditCocoa-Info.plist"; sourceTree = "<group>"; };
0DF694BE1940EDF6008F1E8C /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
0DF694C21940EDF6008F1E8C /* MeshEditCocoa-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "MeshEditCocoa-Prefix.pch"; sourceTree = "<group>"; };
0DF694C41940EDF6008F1E8C /* en */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; name = en; path = en.lproj/Credits.rtf; sourceTree = "<group>"; };
0DF694C61940EDF6008F1E8C /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
0DF694C71940EDF6008F1E8C /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
0DF694CA1940EDF6008F1E8C /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/MainMenu.xib; sourceTree = "<group>"; };
0DF694CC1940EDF6008F1E8C /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
0DF694D31940EDF6008F1E8C /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; };
0DF694F11940EE8C008F1E8C /* BasicOpenGLView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = BasicOpenGLView.h; path = ../../../demo/MeshEditCocoa/BasicOpenGLView.h; sourceTree = "<group>"; };
0DF694F21940EE8C008F1E8C /* BasicOpenGLView.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = BasicOpenGLView.mm; path = ../../../demo/MeshEditCocoa/BasicOpenGLView.mm; sourceTree = "<group>"; };
0DF694F31940EE8C008F1E8C /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = ../../../demo/MeshEditCocoa/main.m; sourceTree = "<group>"; };
0DF694F61940F841008F1E8C /* GEL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = GEL.framework; path = "../../../Library/Developer/Xcode/DerivedData/GEL-girpjowuwxphleewpuevkjrfaitq/Build/Products/Debug/GEL.framework"; sourceTree = "<group>"; };
0DF694F81940F84C008F1E8C /* Accelerate.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Accelerate.framework; path = System/Library/Frameworks/Accelerate.framework; sourceTree = SDKROOT; };
0DF694FA1940F85A008F1E8C /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGL.framework; path = System/Library/Frameworks/OpenGL.framework; sourceTree = SDKROOT; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
0DF694AE1940EDF6008F1E8C /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
0DF694F91940F84C008F1E8C /* Accelerate.framework in Frameworks */,
0DF694F71940F841008F1E8C /* GEL.framework in Frameworks */,
0DF694FB1940F85A008F1E8C /* OpenGL.framework in Frameworks */,
0DF694B51940EDF6008F1E8C /* Cocoa.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
0DF694A81940EDF6008F1E8C = {
isa = PBXGroup;
children = (
0DF694BA1940EDF6008F1E8C /* MeshEditCocoa */,
0DF694B31940EDF6008F1E8C /* Frameworks */,
0DF694B21940EDF6008F1E8C /* Products */,
);
sourceTree = "<group>";
};
0DF694B21940EDF6008F1E8C /* Products */ = {
isa = PBXGroup;
children = (
0DF694B11940EDF6008F1E8C /* MeshEditCocoa.app */,
);
name = Products;
sourceTree = "<group>";
};
0DF694B31940EDF6008F1E8C /* Frameworks */ = {
isa = PBXGroup;
children = (
0DF694FA1940F85A008F1E8C /* OpenGL.framework */,
0DF694F81940F84C008F1E8C /* Accelerate.framework */,
0DF694F61940F841008F1E8C /* GEL.framework */,
0DF694B41940EDF6008F1E8C /* Cocoa.framework */,
0DF694D31940EDF6008F1E8C /* XCTest.framework */,
0DF694B61940EDF6008F1E8C /* Other Frameworks */,
);
name = Frameworks;
sourceTree = "<group>";
};
0DF694B61940EDF6008F1E8C /* Other Frameworks */ = {
isa = PBXGroup;
children = (
0DF694B71940EDF6008F1E8C /* AppKit.framework */,
0DF694B81940EDF6008F1E8C /* CoreData.framework */,
0DF694B91940EDF6008F1E8C /* Foundation.framework */,
);
name = "Other Frameworks";
sourceTree = "<group>";
};
0DF694BA1940EDF6008F1E8C /* MeshEditCocoa */ = {
isa = PBXGroup;
children = (
0DF694F11940EE8C008F1E8C /* BasicOpenGLView.h */,
0DF694F21940EE8C008F1E8C /* BasicOpenGLView.mm */,
0DF694F31940EE8C008F1E8C /* main.m */,
0DF694C61940EDF6008F1E8C /* AppDelegate.h */,
0DF694C71940EDF6008F1E8C /* AppDelegate.m */,
0DF694C91940EDF6008F1E8C /* MainMenu.xib */,
0DF694CC1940EDF6008F1E8C /* Images.xcassets */,
0DF694BB1940EDF6008F1E8C /* Supporting Files */,
);
path = MeshEditCocoa;
sourceTree = "<group>";
};
0DF694BB1940EDF6008F1E8C /* Supporting Files */ = {
isa = PBXGroup;
children = (
0DF694BC1940EDF6008F1E8C /* MeshEditCocoa-Info.plist */,
0DF694BD1940EDF6008F1E8C /* InfoPlist.strings */,
0DF694C21940EDF6008F1E8C /* MeshEditCocoa-Prefix.pch */,
0DF694C31940EDF6008F1E8C /* Credits.rtf */,
);
name = "Supporting Files";
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
0DF694B01940EDF6008F1E8C /* MeshEditCocoa */ = {
isa = PBXNativeTarget;
buildConfigurationList = 0DF694E21940EDF6008F1E8C /* Build configuration list for PBXNativeTarget "MeshEditCocoa" */;
buildPhases = (
0DF694AD1940EDF6008F1E8C /* Sources */,
0DF694AE1940EDF6008F1E8C /* Frameworks */,
0DF694AF1940EDF6008F1E8C /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = MeshEditCocoa;
productName = MeshEditCocoa;
productReference = 0DF694B11940EDF6008F1E8C /* MeshEditCocoa.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
0DF694A91940EDF6008F1E8C /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0510;
ORGANIZATIONNAME = "J. Andreas Bærentzen";
};
buildConfigurationList = 0DF694AC1940EDF6008F1E8C /* Build configuration list for PBXProject "MeshEditCocoa" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = 0DF694A81940EDF6008F1E8C;
productRefGroup = 0DF694B21940EDF6008F1E8C /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
0DF694B01940EDF6008F1E8C /* MeshEditCocoa */,
);
};
/* End PBXProject section */
/* Begin PBXResourcesBuildPhase section */
0DF694AF1940EDF6008F1E8C /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
0DF694BF1940EDF6008F1E8C /* InfoPlist.strings in Resources */,
0DF694CD1940EDF6008F1E8C /* Images.xcassets in Resources */,
0DF694C51940EDF6008F1E8C /* Credits.rtf in Resources */,
0DF694CB1940EDF6008F1E8C /* MainMenu.xib in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
0DF694AD1940EDF6008F1E8C /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
0DF694F41940EE8C008F1E8C /* BasicOpenGLView.mm in Sources */,
0DF694F51940EE8C008F1E8C /* main.m in Sources */,
0DF694C81940EDF6008F1E8C /* AppDelegate.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin PBXVariantGroup section */
0DF694BD1940EDF6008F1E8C /* InfoPlist.strings */ = {
isa = PBXVariantGroup;
children = (
0DF694BE1940EDF6008F1E8C /* en */,
);
name = InfoPlist.strings;
sourceTree = "<group>";
};
0DF694C31940EDF6008F1E8C /* Credits.rtf */ = {
isa = PBXVariantGroup;
children = (
0DF694C41940EDF6008F1E8C /* en */,
);
name = Credits.rtf;
sourceTree = "<group>";
};
0DF694C91940EDF6008F1E8C /* MainMenu.xib */ = {
isa = PBXVariantGroup;
children = (
0DF694CA1940EDF6008F1E8C /* Base */,
);
name = MainMenu.xib;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */
/* Begin XCBuildConfiguration section */
0DF694E01940EDF6008F1E8C /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = NO;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN__DUPLICATE_METHOD_MATCH = 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_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.9;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = macosx;
};
name = Debug;
};
0DF694E11940EDF6008F1E8C /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = NO;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = YES;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.9;
SDKROOT = macosx;
};
name = Release;
};
0DF694E31940EDF6008F1E8C /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
COMBINE_HIDPI_IMAGES = YES;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(USER_LIBRARY_DIR)/Developer/Xcode/DerivedData/GEL-girpjowuwxphleewpuevkjrfaitq/Build/Products/Debug",
);
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "MeshEditCocoa/MeshEditCocoa-Prefix.pch";
INFOPLIST_FILE = "MeshEditCocoa/MeshEditCocoa-Info.plist";
PRODUCT_NAME = "$(TARGET_NAME)";
WRAPPER_EXTENSION = app;
};
name = Debug;
};
0DF694E41940EDF6008F1E8C /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
COMBINE_HIDPI_IMAGES = YES;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(USER_LIBRARY_DIR)/Developer/Xcode/DerivedData/GEL-girpjowuwxphleewpuevkjrfaitq/Build/Products/Debug",
);
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "MeshEditCocoa/MeshEditCocoa-Prefix.pch";
INFOPLIST_FILE = "MeshEditCocoa/MeshEditCocoa-Info.plist";
PRODUCT_NAME = "$(TARGET_NAME)";
WRAPPER_EXTENSION = app;
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
0DF694AC1940EDF6008F1E8C /* Build configuration list for PBXProject "MeshEditCocoa" */ = {
isa = XCConfigurationList;
buildConfigurations = (
0DF694E01940EDF6008F1E8C /* Debug */,
0DF694E11940EDF6008F1E8C /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
0DF694E21940EDF6008F1E8C /* Build configuration list for PBXNativeTarget "MeshEditCocoa" */ = {
isa = XCConfigurationList;
buildConfigurations = (
0DF694E31940EDF6008F1E8C /* Debug */,
0DF694E41940EDF6008F1E8C /* Release */,
);
defaultConfigurationIsVisible = 0;
};
/* End XCConfigurationList section */
};
rootObject = 0DF694A91940EDF6008F1E8C /* Project object */;
}