From 0a7672767748f104919b100c6fc64b05b911434e Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Thu, 21 Jul 2011 08:53:06 +0300 Subject: Initial Commit --- Drex.xcodeproj/project.pbxproj | 447 +++ Drex/Drex-Info.plist | 34 + Drex/Drex-Prefix.pch | 7 + Drex/DrexAppDelegate.h | 17 + Drex/DrexAppDelegate.m | 20 + Drex/en.lproj/Credits.rtf | 29 + Drex/en.lproj/InfoPlist.strings | 2 + Drex/en.lproj/MainMenu.xib | 5627 ++++++++++++++++++++++++++++++++++ Drex/main.m | 14 + DrexTests/DrexTests-Info.plist | 22 + DrexTests/DrexTests.h | 13 + DrexTests/DrexTests.m | 32 + DrexTests/en.lproj/InfoPlist.strings | 2 + 13 files changed, 6266 insertions(+) create mode 100644 Drex.xcodeproj/project.pbxproj create mode 100644 Drex/Drex-Info.plist create mode 100644 Drex/Drex-Prefix.pch create mode 100644 Drex/DrexAppDelegate.h create mode 100644 Drex/DrexAppDelegate.m create mode 100644 Drex/en.lproj/Credits.rtf create mode 100644 Drex/en.lproj/InfoPlist.strings create mode 100644 Drex/en.lproj/MainMenu.xib create mode 100644 Drex/main.m create mode 100644 DrexTests/DrexTests-Info.plist create mode 100644 DrexTests/DrexTests.h create mode 100644 DrexTests/DrexTests.m create mode 100644 DrexTests/en.lproj/InfoPlist.strings diff --git a/Drex.xcodeproj/project.pbxproj b/Drex.xcodeproj/project.pbxproj new file mode 100644 index 0000000..f2a14a8 --- /dev/null +++ b/Drex.xcodeproj/project.pbxproj @@ -0,0 +1,447 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 46; + objects = { + +/* Begin PBXBuildFile section */ + C215739713D7F64000BFB6E9 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C215739613D7F64000BFB6E9 /* Cocoa.framework */; }; + C21573A113D7F64000BFB6E9 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = C215739F13D7F64000BFB6E9 /* InfoPlist.strings */; }; + C21573A313D7F64000BFB6E9 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = C21573A213D7F64000BFB6E9 /* main.m */; }; + C21573A713D7F64000BFB6E9 /* Credits.rtf in Resources */ = {isa = PBXBuildFile; fileRef = C21573A513D7F64000BFB6E9 /* Credits.rtf */; }; + C21573AA13D7F64000BFB6E9 /* DrexAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = C21573A913D7F64000BFB6E9 /* DrexAppDelegate.m */; }; + C21573AD13D7F64000BFB6E9 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = C21573AB13D7F64000BFB6E9 /* MainMenu.xib */; }; + C21573B513D7F64100BFB6E9 /* SenTestingKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C21573B413D7F64000BFB6E9 /* SenTestingKit.framework */; }; + C21573B613D7F64100BFB6E9 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C215739613D7F64000BFB6E9 /* Cocoa.framework */; }; + C21573BE13D7F64100BFB6E9 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = C21573BC13D7F64100BFB6E9 /* InfoPlist.strings */; }; + C21573C013D7F64100BFB6E9 /* DrexTests.h in Resources */ = {isa = PBXBuildFile; fileRef = C21573BF13D7F64100BFB6E9 /* DrexTests.h */; }; + C21573C213D7F64100BFB6E9 /* DrexTests.m in Sources */ = {isa = PBXBuildFile; fileRef = C21573C113D7F64100BFB6E9 /* DrexTests.m */; }; +/* End PBXBuildFile section */ + +/* Begin PBXContainerItemProxy section */ + C21573B713D7F64100BFB6E9 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = C215738913D7F63F00BFB6E9 /* Project object */; + proxyType = 1; + remoteGlobalIDString = C215739113D7F64000BFB6E9; + remoteInfo = Drex; + }; +/* End PBXContainerItemProxy section */ + +/* Begin PBXFileReference section */ + C215739213D7F64000BFB6E9 /* Drex.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Drex.app; sourceTree = BUILT_PRODUCTS_DIR; }; + C215739613D7F64000BFB6E9 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; }; + C215739913D7F64000BFB6E9 /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = System/Library/Frameworks/AppKit.framework; sourceTree = SDKROOT; }; + C215739A13D7F64000BFB6E9 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = System/Library/Frameworks/CoreData.framework; sourceTree = SDKROOT; }; + C215739B13D7F64000BFB6E9 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; + C215739E13D7F64000BFB6E9 /* Drex-Info.plist */ = {isa = PBXFileReference; path = "Drex-Info.plist"; sourceTree = ""; }; + C21573A013D7F64000BFB6E9 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; + C21573A213D7F64000BFB6E9 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = ""; }; + C21573A413D7F64000BFB6E9 /* Drex-Prefix.pch */ = {isa = PBXFileReference; path = "Drex-Prefix.pch"; sourceTree = ""; }; + C21573A613D7F64000BFB6E9 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; name = en; path = en.lproj/Credits.rtf; sourceTree = ""; }; + C21573A813D7F64000BFB6E9 /* DrexAppDelegate.h */ = {isa = PBXFileReference; path = DrexAppDelegate.h; sourceTree = ""; }; + C21573A913D7F64000BFB6E9 /* DrexAppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = DrexAppDelegate.m; sourceTree = ""; }; + C21573AC13D7F64000BFB6E9 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/MainMenu.xib; sourceTree = ""; }; + C21573B313D7F64000BFB6E9 /* DrexTests.octest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = DrexTests.octest; sourceTree = BUILT_PRODUCTS_DIR; }; + C21573B413D7F64000BFB6E9 /* SenTestingKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SenTestingKit.framework; path = Library/Frameworks/SenTestingKit.framework; sourceTree = DEVELOPER_DIR; }; + C21573BB13D7F64100BFB6E9 /* DrexTests-Info.plist */ = {isa = PBXFileReference; path = "DrexTests-Info.plist"; sourceTree = ""; }; + C21573BD13D7F64100BFB6E9 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; + C21573BF13D7F64100BFB6E9 /* DrexTests.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DrexTests.h; sourceTree = ""; }; + C21573C113D7F64100BFB6E9 /* DrexTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = DrexTests.m; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + C215738F13D7F64000BFB6E9 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + C215739713D7F64000BFB6E9 /* Cocoa.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + C21573AF13D7F64000BFB6E9 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + C21573B513D7F64100BFB6E9 /* SenTestingKit.framework in Frameworks */, + C21573B613D7F64100BFB6E9 /* Cocoa.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + C215738713D7F63F00BFB6E9 = { + isa = PBXGroup; + children = ( + C215739C13D7F64000BFB6E9 /* Drex */, + C21573B913D7F64100BFB6E9 /* DrexTests */, + C215739513D7F64000BFB6E9 /* Frameworks */, + C215739313D7F64000BFB6E9 /* Products */, + ); + sourceTree = ""; + }; + C215739313D7F64000BFB6E9 /* Products */ = { + isa = PBXGroup; + children = ( + C215739213D7F64000BFB6E9 /* Drex.app */, + C21573B313D7F64000BFB6E9 /* DrexTests.octest */, + ); + name = Products; + sourceTree = ""; + }; + C215739513D7F64000BFB6E9 /* Frameworks */ = { + isa = PBXGroup; + children = ( + C215739613D7F64000BFB6E9 /* Cocoa.framework */, + C21573B413D7F64000BFB6E9 /* SenTestingKit.framework */, + C215739813D7F64000BFB6E9 /* Other Frameworks */, + ); + name = Frameworks; + sourceTree = ""; + }; + C215739813D7F64000BFB6E9 /* Other Frameworks */ = { + isa = PBXGroup; + children = ( + C215739913D7F64000BFB6E9 /* AppKit.framework */, + C215739A13D7F64000BFB6E9 /* CoreData.framework */, + C215739B13D7F64000BFB6E9 /* Foundation.framework */, + ); + name = "Other Frameworks"; + sourceTree = ""; + }; + C215739C13D7F64000BFB6E9 /* Drex */ = { + isa = PBXGroup; + children = ( + C21573A813D7F64000BFB6E9 /* DrexAppDelegate.h */, + C21573A913D7F64000BFB6E9 /* DrexAppDelegate.m */, + C21573AB13D7F64000BFB6E9 /* MainMenu.xib */, + C215739D13D7F64000BFB6E9 /* Supporting Files */, + ); + path = Drex; + sourceTree = ""; + }; + C215739D13D7F64000BFB6E9 /* Supporting Files */ = { + isa = PBXGroup; + children = ( + C215739E13D7F64000BFB6E9 /* Drex-Info.plist */, + C215739F13D7F64000BFB6E9 /* InfoPlist.strings */, + C21573A213D7F64000BFB6E9 /* main.m */, + C21573A413D7F64000BFB6E9 /* Drex-Prefix.pch */, + C21573A513D7F64000BFB6E9 /* Credits.rtf */, + ); + name = "Supporting Files"; + sourceTree = ""; + }; + C21573B913D7F64100BFB6E9 /* DrexTests */ = { + isa = PBXGroup; + children = ( + C21573BF13D7F64100BFB6E9 /* DrexTests.h */, + C21573C113D7F64100BFB6E9 /* DrexTests.m */, + C21573BA13D7F64100BFB6E9 /* Supporting Files */, + ); + path = DrexTests; + sourceTree = ""; + }; + C21573BA13D7F64100BFB6E9 /* Supporting Files */ = { + isa = PBXGroup; + children = ( + C21573BB13D7F64100BFB6E9 /* DrexTests-Info.plist */, + C21573BC13D7F64100BFB6E9 /* InfoPlist.strings */, + ); + name = "Supporting Files"; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXNativeTarget section */ + C215739113D7F64000BFB6E9 /* Drex */ = { + isa = PBXNativeTarget; + buildConfigurationList = C21573C513D7F64100BFB6E9 /* Build configuration list for PBXNativeTarget "Drex" */; + buildPhases = ( + C215738E13D7F64000BFB6E9 /* Sources */, + C215738F13D7F64000BFB6E9 /* Frameworks */, + C215739013D7F64000BFB6E9 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = Drex; + productName = Drex; + productReference = C215739213D7F64000BFB6E9 /* Drex.app */; + productType = "com.apple.product-type.application"; + }; + C21573B213D7F64000BFB6E9 /* DrexTests */ = { + isa = PBXNativeTarget; + buildConfigurationList = C21573C813D7F64100BFB6E9 /* Build configuration list for PBXNativeTarget "DrexTests" */; + buildPhases = ( + C21573AE13D7F64000BFB6E9 /* Sources */, + C21573AF13D7F64000BFB6E9 /* Frameworks */, + C21573B013D7F64000BFB6E9 /* Resources */, + C21573B113D7F64000BFB6E9 /* ShellScript */, + ); + buildRules = ( + ); + dependencies = ( + C21573B813D7F64100BFB6E9 /* PBXTargetDependency */, + ); + name = DrexTests; + productName = DrexTests; + productReference = C21573B313D7F64000BFB6E9 /* DrexTests.octest */; + productType = "com.apple.product-type.bundle"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + C215738913D7F63F00BFB6E9 /* Project object */ = { + isa = PBXProject; + buildConfigurationList = C215738C13D7F63F00BFB6E9 /* Build configuration list for PBXProject "Drex" */; + compatibilityVersion = "Xcode 3.2"; + developmentRegion = English; + hasScannedForEncodings = 0; + knownRegions = ( + en, + ); + mainGroup = C215738713D7F63F00BFB6E9; + productRefGroup = C215739313D7F64000BFB6E9 /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + C215739113D7F64000BFB6E9 /* Drex */, + C21573B213D7F64000BFB6E9 /* DrexTests */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + C215739013D7F64000BFB6E9 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + C21573A113D7F64000BFB6E9 /* InfoPlist.strings in Resources */, + C21573A713D7F64000BFB6E9 /* Credits.rtf in Resources */, + C21573AD13D7F64000BFB6E9 /* MainMenu.xib in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + C21573B013D7F64000BFB6E9 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + C21573BE13D7F64100BFB6E9 /* InfoPlist.strings in Resources */, + C21573C013D7F64100BFB6E9 /* DrexTests.h in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXShellScriptBuildPhase section */ + C21573B113D7F64000BFB6E9 /* ShellScript */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "# Run the unit tests in this test bundle.\n\"${SYSTEM_DEVELOPER_DIR}/Tools/RunUnitTests\"\n"; + }; +/* End PBXShellScriptBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + C215738E13D7F64000BFB6E9 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + C21573A313D7F64000BFB6E9 /* main.m in Sources */, + C21573AA13D7F64000BFB6E9 /* DrexAppDelegate.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + C21573AE13D7F64000BFB6E9 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + C21573C213D7F64100BFB6E9 /* DrexTests.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXTargetDependency section */ + C21573B813D7F64100BFB6E9 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = C215739113D7F64000BFB6E9 /* Drex */; + targetProxy = C21573B713D7F64100BFB6E9 /* PBXContainerItemProxy */; + }; +/* End PBXTargetDependency section */ + +/* Begin PBXVariantGroup section */ + C215739F13D7F64000BFB6E9 /* InfoPlist.strings */ = { + isa = PBXVariantGroup; + children = ( + C21573A013D7F64000BFB6E9 /* en */, + ); + name = InfoPlist.strings; + sourceTree = ""; + }; + C21573A513D7F64000BFB6E9 /* Credits.rtf */ = { + isa = PBXVariantGroup; + children = ( + C21573A613D7F64000BFB6E9 /* en */, + ); + name = Credits.rtf; + sourceTree = ""; + }; + C21573AB13D7F64000BFB6E9 /* MainMenu.xib */ = { + isa = PBXVariantGroup; + children = ( + C21573AC13D7F64000BFB6E9 /* en */, + ); + name = MainMenu.xib; + sourceTree = ""; + }; + C21573BC13D7F64100BFB6E9 /* InfoPlist.strings */ = { + isa = PBXVariantGroup; + children = ( + C21573BD13D7F64100BFB6E9 /* en */, + ); + name = InfoPlist.strings; + sourceTree = ""; + }; +/* End PBXVariantGroup section */ + +/* Begin XCBuildConfiguration section */ + C21573C313D7F64100BFB6E9 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + 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; + }; + C21573C413D7F64100BFB6E9 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + 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; + }; + C21573C613D7F64100BFB6E9 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "Drex/Drex-Prefix.pch"; + INFOPLIST_FILE = "Drex/Drex-Info.plist"; + PRODUCT_NAME = "$(TARGET_NAME)"; + WRAPPER_EXTENSION = app; + }; + name = Debug; + }; + C21573C713D7F64100BFB6E9 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "Drex/Drex-Prefix.pch"; + INFOPLIST_FILE = "Drex/Drex-Info.plist"; + PRODUCT_NAME = "$(TARGET_NAME)"; + WRAPPER_EXTENSION = app; + }; + name = Release; + }; + C21573C913D7F64100BFB6E9 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/Drex.app/Contents/MacOS/Drex"; + FRAMEWORK_SEARCH_PATHS = "$(DEVELOPER_LIBRARY_DIR)/Frameworks"; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "Drex/Drex-Prefix.pch"; + INFOPLIST_FILE = "DrexTests/DrexTests-Info.plist"; + PRODUCT_NAME = "$(TARGET_NAME)"; + TEST_HOST = "$(BUNDLE_LOADER)"; + WRAPPER_EXTENSION = octest; + }; + name = Debug; + }; + C21573CA13D7F64100BFB6E9 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/Drex.app/Contents/MacOS/Drex"; + FRAMEWORK_SEARCH_PATHS = "$(DEVELOPER_LIBRARY_DIR)/Frameworks"; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "Drex/Drex-Prefix.pch"; + INFOPLIST_FILE = "DrexTests/DrexTests-Info.plist"; + PRODUCT_NAME = "$(TARGET_NAME)"; + TEST_HOST = "$(BUNDLE_LOADER)"; + WRAPPER_EXTENSION = octest; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + C215738C13D7F63F00BFB6E9 /* Build configuration list for PBXProject "Drex" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + C21573C313D7F64100BFB6E9 /* Debug */, + C21573C413D7F64100BFB6E9 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + C21573C513D7F64100BFB6E9 /* Build configuration list for PBXNativeTarget "Drex" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + C21573C613D7F64100BFB6E9 /* Debug */, + C21573C713D7F64100BFB6E9 /* Release */, + ); + defaultConfigurationIsVisible = 0; + }; + C21573C813D7F64100BFB6E9 /* Build configuration list for PBXNativeTarget "DrexTests" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + C21573C913D7F64100BFB6E9 /* Debug */, + C21573CA13D7F64100BFB6E9 /* Release */, + ); + defaultConfigurationIsVisible = 0; + }; +/* End XCConfigurationList section */ + }; + rootObject = C215738913D7F63F00BFB6E9 /* Project object */; +} diff --git a/Drex/Drex-Info.plist b/Drex/Drex-Info.plist new file mode 100644 index 0000000..336677d --- /dev/null +++ b/Drex/Drex-Info.plist @@ -0,0 +1,34 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIconFile + + CFBundleIdentifier + com.github.filipp.${PRODUCT_NAME:rfc1034identifier} + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + ${PRODUCT_NAME} + CFBundlePackageType + APPL + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + 1 + LSMinimumSystemVersion + ${MACOSX_DEPLOYMENT_TARGET} + NSHumanReadableCopyright + Copyright © 2011 __MyCompanyName__. All rights reserved. + NSMainNibFile + MainMenu + NSPrincipalClass + NSApplication + + diff --git a/Drex/Drex-Prefix.pch b/Drex/Drex-Prefix.pch new file mode 100644 index 0000000..6c01106 --- /dev/null +++ b/Drex/Drex-Prefix.pch @@ -0,0 +1,7 @@ +// +// Prefix header for all source files of the 'Drex' target in the 'Drex' project +// + +#ifdef __OBJC__ + #import +#endif diff --git a/Drex/DrexAppDelegate.h b/Drex/DrexAppDelegate.h new file mode 100644 index 0000000..5562576 --- /dev/null +++ b/Drex/DrexAppDelegate.h @@ -0,0 +1,17 @@ +// +// DrexAppDelegate.h +// Drex +// +// Created by Filipp Lepalaan on 21.7.2011. +// Copyright 2011 __MyCompanyName__. All rights reserved. +// + +#import + +@interface DrexAppDelegate : NSObject { + NSWindow *window; +} + +@property (assign) IBOutlet NSWindow *window; + +@end diff --git a/Drex/DrexAppDelegate.m b/Drex/DrexAppDelegate.m new file mode 100644 index 0000000..d3f02af --- /dev/null +++ b/Drex/DrexAppDelegate.m @@ -0,0 +1,20 @@ +// +// DrexAppDelegate.m +// Drex +// +// Created by Filipp Lepalaan on 21.7.2011. +// Copyright 2011 __MyCompanyName__. All rights reserved. +// + +#import "DrexAppDelegate.h" + +@implementation DrexAppDelegate + +@synthesize window; + +- (void)applicationDidFinishLaunching:(NSNotification *)aNotification +{ + // Insert code here to initialize your application +} + +@end diff --git a/Drex/en.lproj/Credits.rtf b/Drex/en.lproj/Credits.rtf new file mode 100644 index 0000000..46576ef --- /dev/null +++ b/Drex/en.lproj/Credits.rtf @@ -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\ +} diff --git a/Drex/en.lproj/InfoPlist.strings b/Drex/en.lproj/InfoPlist.strings new file mode 100644 index 0000000..477b28f --- /dev/null +++ b/Drex/en.lproj/InfoPlist.strings @@ -0,0 +1,2 @@ +/* Localized versions of Info.plist keys */ + diff --git a/Drex/en.lproj/MainMenu.xib b/Drex/en.lproj/MainMenu.xib new file mode 100644 index 0000000..058fec9 --- /dev/null +++ b/Drex/en.lproj/MainMenu.xib @@ -0,0 +1,5627 @@ + + + + 1070 + 10J869 + 1839 + 1038.35 + 461.00 + + com.apple.InterfaceBuilder.CocoaPlugin + 1839 + + + YES + NSMenu + NSWindowTemplate + NSView + NSMenuItem + NSCustomObject + + + YES + com.apple.InterfaceBuilder.CocoaPlugin + + + PluginDependencyRecalculationVersion + + + + YES + + NSApplication + + + FirstResponder + + + NSApplication + + + AMainMenu + + YES + + + Drex + + 1048576 + 2147483647 + + NSImage + NSMenuCheckmark + + + NSImage + NSMenuMixedState + + submenuAction: + + Drex + + YES + + + About Drex + + 2147483647 + + + + + + YES + YES + + + 1048576 + 2147483647 + + + + + + Preferences… + , + 1048576 + 2147483647 + + + + + + YES + YES + + + 1048576 + 2147483647 + + + + + + Services + + 1048576 + 2147483647 + + + submenuAction: + + Services + + YES + + _NSServicesMenu + + + + + YES + YES + + + 1048576 + 2147483647 + + + + + + Hide Drex + h + 1048576 + 2147483647 + + + + + + Hide Others + h + 1572864 + 2147483647 + + + + + + Show All + + 1048576 + 2147483647 + + + + + + YES + YES + + + 1048576 + 2147483647 + + + + + + Quit Drex + q + 1048576 + 2147483647 + + + + + _NSAppleMenu + + + + + File + + 1048576 + 2147483647 + + + submenuAction: + + File + + YES + + + New + n + 1048576 + 2147483647 + + + + + + Open… + o + 1048576 + 2147483647 + + + + + + Open Recent + + 1048576 + 2147483647 + + + submenuAction: + + Open Recent + + YES + + + Clear Menu + + 1048576 + 2147483647 + + + + + _NSRecentDocumentsMenu + + + + + YES + YES + + + 1048576 + 2147483647 + + + + + + Close + w + 1048576 + 2147483647 + + + + + + Save… + s + 1048576 + 2147483647 + + + + + + Revert to Saved + + 2147483647 + + + + + + YES + YES + + + 1048576 + 2147483647 + + + + + + Page Setup... + P + 1179648 + 2147483647 + + + + + + + Print… + p + 1048576 + 2147483647 + + + + + + + + + Edit + + 1048576 + 2147483647 + + + submenuAction: + + Edit + + YES + + + Undo + z + 1048576 + 2147483647 + + + + + + Redo + Z + 1179648 + 2147483647 + + + + + + YES + YES + + + 1048576 + 2147483647 + + + + + + Cut + x + 1048576 + 2147483647 + + + + + + Copy + c + 1048576 + 2147483647 + + + + + + Paste + v + 1048576 + 2147483647 + + + + + + Paste and Match Style + V + 1572864 + 2147483647 + + + + + + Delete + + 1048576 + 2147483647 + + + + + + Select All + a + 1048576 + 2147483647 + + + + + + YES + YES + + + 1048576 + 2147483647 + + + + + + Find + + 1048576 + 2147483647 + + + submenuAction: + + Find + + YES + + + Find… + f + 1048576 + 2147483647 + + + 1 + + + + Find and Replace… + f + 1572864 + 2147483647 + + + 12 + + + + Find Next + g + 1048576 + 2147483647 + + + 2 + + + + Find Previous + G + 1179648 + 2147483647 + + + 3 + + + + Use Selection for Find + e + 1048576 + 2147483647 + + + 7 + + + + Jump to Selection + j + 1048576 + 2147483647 + + + + + + + + + Spelling and Grammar + + 1048576 + 2147483647 + + + submenuAction: + + Spelling and Grammar + + YES + + + Show Spelling and Grammar + : + 1048576 + 2147483647 + + + + + + Check Document Now + ; + 1048576 + 2147483647 + + + + + + YES + YES + + + 2147483647 + + + + + + Check Spelling While Typing + + 1048576 + 2147483647 + + + + + + Check Grammar With Spelling + + 1048576 + 2147483647 + + + + + + Correct Spelling Automatically + + 2147483647 + + + + + + + + + Substitutions + + 1048576 + 2147483647 + + + submenuAction: + + Substitutions + + YES + + + Show Substitutions + + 2147483647 + + + + + + YES + YES + + + 2147483647 + + + + + + Smart Copy/Paste + f + 1048576 + 2147483647 + + + 1 + + + + Smart Quotes + g + 1048576 + 2147483647 + + + 2 + + + + Smart Dashes + + 2147483647 + + + + + + Smart Links + G + 1179648 + 2147483647 + + + 3 + + + + Text Replacement + + 2147483647 + + + + + + + + + Transformations + + 2147483647 + + + submenuAction: + + Transformations + + YES + + + Make Upper Case + + 2147483647 + + + + + + Make Lower Case + + 2147483647 + + + + + + Capitalize + + 2147483647 + + + + + + + + + Speech + + 1048576 + 2147483647 + + + submenuAction: + + Speech + + YES + + + Start Speaking + + 1048576 + 2147483647 + + + + + + Stop Speaking + + 1048576 + 2147483647 + + + + + + + + + + + + Format + + 2147483647 + + + submenuAction: + + Format + + YES + + + Font + + 2147483647 + + + submenuAction: + + Font + + YES + + + Show Fonts + t + 1048576 + 2147483647 + + + + + + Bold + b + 1048576 + 2147483647 + + + 2 + + + + Italic + i + 1048576 + 2147483647 + + + 1 + + + + Underline + u + 1048576 + 2147483647 + + + + + + YES + YES + + + 2147483647 + + + + + + Bigger + + + 1048576 + 2147483647 + + + 3 + + + + Smaller + - + 1048576 + 2147483647 + + + 4 + + + + YES + YES + + + 2147483647 + + + + + + Kern + + 2147483647 + + + submenuAction: + + Kern + + YES + + + Use Default + + 2147483647 + + + + + + Use None + + 2147483647 + + + + + + Tighten + + 2147483647 + + + + + + Loosen + + 2147483647 + + + + + + + + + Ligature + + 2147483647 + + + submenuAction: + + Ligature + + YES + + + Use Default + + 2147483647 + + + + + + Use None + + 2147483647 + + + + + + Use All + + 2147483647 + + + + + + + + + Baseline + + 2147483647 + + + submenuAction: + + Baseline + + YES + + + Use Default + + 2147483647 + + + + + + Superscript + + 2147483647 + + + + + + Subscript + + 2147483647 + + + + + + Raise + + 2147483647 + + + + + + Lower + + 2147483647 + + + + + + + + + YES + YES + + + 2147483647 + + + + + + Show Colors + C + 1048576 + 2147483647 + + + + + + YES + YES + + + 2147483647 + + + + + + Copy Style + c + 1572864 + 2147483647 + + + + + + Paste Style + v + 1572864 + 2147483647 + + + + + _NSFontMenu + + + + + Text + + 2147483647 + + + submenuAction: + + Text + + YES + + + Align Left + { + 1048576 + 2147483647 + + + + + + Center + | + 1048576 + 2147483647 + + + + + + Justify + + 2147483647 + + + + + + Align Right + } + 1048576 + 2147483647 + + + + + + YES + YES + + + 2147483647 + + + + + + Writing Direction + + 2147483647 + + + submenuAction: + + Writing Direction + + YES + + + YES + Paragraph + + 2147483647 + + + + + + CURlZmF1bHQ + + 2147483647 + + + + + + CUxlZnQgdG8gUmlnaHQ + + 2147483647 + + + + + + CVJpZ2h0IHRvIExlZnQ + + 2147483647 + + + + + + YES + YES + + + 2147483647 + + + + + + YES + Selection + + 2147483647 + + + + + + CURlZmF1bHQ + + 2147483647 + + + + + + CUxlZnQgdG8gUmlnaHQ + + 2147483647 + + + + + + CVJpZ2h0IHRvIExlZnQ + + 2147483647 + + + + + + + + + YES + YES + + + 2147483647 + + + + + + Show Ruler + + 2147483647 + + + + + + Copy Ruler + c + 1310720 + 2147483647 + + + + + + Paste Ruler + v + 1310720 + 2147483647 + + + + + + + + + + + + View + + 1048576 + 2147483647 + + + submenuAction: + + View + + YES + + + Show Toolbar + t + 1572864 + 2147483647 + + + + + + Customize Toolbar… + + 1048576 + 2147483647 + + + + + + + + + Window + + 1048576 + 2147483647 + + + submenuAction: + + Window + + YES + + + Minimize + m + 1048576 + 2147483647 + + + + + + Zoom + + 1048576 + 2147483647 + + + + + + YES + YES + + + 1048576 + 2147483647 + + + + + + Bring All to Front + + 1048576 + 2147483647 + + + + + _NSWindowsMenu + + + + + Help + + 2147483647 + + + submenuAction: + + Help + + YES + + + Drex Help + ? + 1048576 + 2147483647 + + + + + _NSHelpMenu + + + + _NSMainMenu + + + 15 + 2 + {{335, 390}, {480, 360}} + 1954021376 + Drex + NSWindow + + + + 256 + {480, 360} + + {{0, 0}, {1920, 1178}} + {1e+13, 1e+13} + + + DrexAppDelegate + + + NSFontManager + + + + + YES + + + performMiniaturize: + + + + 37 + + + + arrangeInFront: + + + + 39 + + + + print: + + + + 86 + + + + runPageLayout: + + + + 87 + + + + clearRecentDocuments: + + + + 127 + + + + orderFrontStandardAboutPanel: + + + + 142 + + + + performClose: + + + + 193 + + + + toggleContinuousSpellChecking: + + + + 222 + + + + undo: + + + + 223 + + + + copy: + + + + 224 + + + + checkSpelling: + + + + 225 + + + + paste: + + + + 226 + + + + stopSpeaking: + + + + 227 + + + + cut: + + + + 228 + + + + showGuessPanel: + + + + 230 + + + + redo: + + + + 231 + + + + selectAll: + + + + 232 + + + + startSpeaking: + + + + 233 + + + + delete: + + + + 235 + + + + performZoom: + + + + 240 + + + + performFindPanelAction: + + + + 241 + + + + centerSelectionInVisibleArea: + + + + 245 + + + + toggleGrammarChecking: + + + + 347 + + + + toggleSmartInsertDelete: + + + + 355 + + + + toggleAutomaticQuoteSubstitution: + + + + 356 + + + + toggleAutomaticLinkDetection: + + + + 357 + + + + saveDocument: + + + + 362 + + + + revertDocumentToSaved: + + + + 364 + + + + runToolbarCustomizationPalette: + + + + 365 + + + + toggleToolbarShown: + + + + 366 + + + + hide: + + + + 367 + + + + hideOtherApplications: + + + + 368 + + + + unhideAllApplications: + + + + 370 + + + + newDocument: + + + + 373 + + + + openDocument: + + + + 374 + + + + addFontTrait: + + + + 421 + + + + addFontTrait: + + + + 422 + + + + modifyFont: + + + + 423 + + + + orderFrontFontPanel: + + + + 424 + + + + modifyFont: + + + + 425 + + + + raiseBaseline: + + + + 426 + + + + lowerBaseline: + + + + 427 + + + + copyFont: + + + + 428 + + + + subscript: + + + + 429 + + + + superscript: + + + + 430 + + + + tightenKerning: + + + + 431 + + + + underline: + + + + 432 + + + + orderFrontColorPanel: + + + + 433 + + + + useAllLigatures: + + + + 434 + + + + loosenKerning: + + + + 435 + + + + pasteFont: + + + + 436 + + + + unscript: + + + + 437 + + + + useStandardKerning: + + + + 438 + + + + useStandardLigatures: + + + + 439 + + + + turnOffLigatures: + + + + 440 + + + + turnOffKerning: + + + + 441 + + + + terminate: + + + + 449 + + + + toggleAutomaticSpellingCorrection: + + + + 456 + + + + orderFrontSubstitutionsPanel: + + + + 458 + + + + toggleAutomaticDashSubstitution: + + + + 461 + + + + toggleAutomaticTextReplacement: + + + + 463 + + + + uppercaseWord: + + + + 464 + + + + capitalizeWord: + + + + 467 + + + + lowercaseWord: + + + + 468 + + + + pasteAsPlainText: + + + + 486 + + + + performFindPanelAction: + + + + 487 + + + + performFindPanelAction: + + + + 488 + + + + performFindPanelAction: + + + + 489 + + + + showHelp: + + + + 493 + + + + delegate + + + + 495 + + + + alignCenter: + + + + 518 + + + + pasteRuler: + + + + 519 + + + + toggleRuler: + + + + 520 + + + + alignRight: + + + + 521 + + + + copyRuler: + + + + 522 + + + + alignJustified: + + + + 523 + + + + alignLeft: + + + + 524 + + + + makeBaseWritingDirectionNatural: + + + + 525 + + + + makeBaseWritingDirectionLeftToRight: + + + + 526 + + + + makeBaseWritingDirectionRightToLeft: + + + + 527 + + + + makeTextWritingDirectionNatural: + + + + 528 + + + + makeTextWritingDirectionLeftToRight: + + + + 529 + + + + makeTextWritingDirectionRightToLeft: + + + + 530 + + + + window + + + + 532 + + + + performFindPanelAction: + + + + 535 + + + + + YES + + 0 + + YES + + + + + + -2 + + + File's Owner + + + -1 + + + First Responder + + + -3 + + + Application + + + 29 + + + YES + + + + + + + + + + + + 19 + + + YES + + + + + + 56 + + + YES + + + + + + 217 + + + YES + + + + + + 83 + + + YES + + + + + + 81 + + + YES + + + + + + + + + + + + + + + 75 + + + + + 78 + + + + + 72 + + + + + 82 + + + + + 124 + + + YES + + + + + + 77 + + + + + 73 + + + + + 79 + + + + + 112 + + + + + 74 + + + + + 125 + + + YES + + + + + + 126 + + + + + 205 + + + YES + + + + + + + + + + + + + + + + + + + + 202 + + + + + 198 + + + + + 207 + + + + + 214 + + + + + 199 + + + + + 203 + + + + + 197 + + + + + 206 + + + + + 215 + + + + + 218 + + + YES + + + + + + 216 + + + YES + + + + + + 200 + + + YES + + + + + + + + + + + 219 + + + + + 201 + + + + + 204 + + + + + 220 + + + YES + + + + + + + + + + + 213 + + + + + 210 + + + + + 221 + + + + + 208 + + + + + 209 + + + + + 57 + + + YES + + + + + + + + + + + + + + + + 58 + + + + + 134 + + + + + 150 + + + + + 136 + + + + + 144 + + + + + 129 + + + + + 143 + + + + + 236 + + + + + 131 + + + YES + + + + + + 149 + + + + + 145 + + + + + 130 + + + + + 24 + + + YES + + + + + + + + + 92 + + + + + 5 + + + + + 239 + + + + + 23 + + + + + 295 + + + YES + + + + + + 296 + + + YES + + + + + + + 297 + + + + + 298 + + + + + 211 + + + YES + + + + + + 212 + + + YES + + + + + + + 195 + + + + + 196 + + + + + 346 + + + + + 348 + + + YES + + + + + + 349 + + + YES + + + + + + + + + + + + 350 + + + + + 351 + + + + + 354 + + + + + 371 + + + YES + + + + + + 372 + + + + + 375 + + + YES + + + + + + 376 + + + YES + + + + + + + 377 + + + YES + + + + + + 388 + + + YES + + + + + + + + + + + + + + + + + + + + + 389 + + + + + 390 + + + + + 391 + + + + + 392 + + + + + 393 + + + + + 394 + + + + + 395 + + + + + 396 + + + + + 397 + + + YES + + + + + + 398 + + + YES + + + + + + 399 + + + YES + + + + + + 400 + + + + + 401 + + + + + 402 + + + + + 403 + + + + + 404 + + + + + 405 + + + YES + + + + + + + + + + 406 + + + + + 407 + + + + + 408 + + + + + 409 + + + + + 410 + + + + + 411 + + + YES + + + + + + + + 412 + + + + + 413 + + + + + 414 + + + + + 415 + + + YES + + + + + + + + + 416 + + + + + 417 + + + + + 418 + + + + + 419 + + + + + 420 + + + + + 450 + + + YES + + + + + + 451 + + + YES + + + + + + + + 452 + + + + + 453 + + + + + 454 + + + + + 457 + + + + + 459 + + + + + 460 + + + + + 462 + + + + + 465 + + + + + 466 + + + + + 485 + + + + + 490 + + + YES + + + + + + 491 + + + YES + + + + + + 492 + + + + + 494 + + + + + 496 + + + YES + + + + + + 497 + + + YES + + + + + + + + + + + + + + + 498 + + + + + 499 + + + + + 500 + + + + + 501 + + + + + 502 + + + + + 503 + + + YES + + + + + + 504 + + + + + 505 + + + + + 506 + + + + + 507 + + + + + 508 + + + YES + + + + + + + + + + + + + + 509 + + + + + 510 + + + + + 511 + + + + + 512 + + + + + 513 + + + + + 514 + + + + + 515 + + + + + 516 + + + + + 517 + + + + + 534 + + + + + + + YES + + YES + -1.IBPluginDependency + -2.IBPluginDependency + -3.IBPluginDependency + 112.IBPluginDependency + 112.ImportedFromIB2 + 124.IBPluginDependency + 124.ImportedFromIB2 + 125.IBPluginDependency + 125.ImportedFromIB2 + 125.editorWindowContentRectSynchronizationRect + 126.IBPluginDependency + 126.ImportedFromIB2 + 129.IBPluginDependency + 129.ImportedFromIB2 + 130.IBPluginDependency + 130.ImportedFromIB2 + 130.editorWindowContentRectSynchronizationRect + 131.IBPluginDependency + 131.ImportedFromIB2 + 134.IBPluginDependency + 134.ImportedFromIB2 + 136.IBPluginDependency + 136.ImportedFromIB2 + 143.IBPluginDependency + 143.ImportedFromIB2 + 144.IBPluginDependency + 144.ImportedFromIB2 + 145.IBPluginDependency + 145.ImportedFromIB2 + 149.IBPluginDependency + 149.ImportedFromIB2 + 150.IBPluginDependency + 150.ImportedFromIB2 + 19.IBPluginDependency + 19.ImportedFromIB2 + 195.IBPluginDependency + 195.ImportedFromIB2 + 196.IBPluginDependency + 196.ImportedFromIB2 + 197.IBPluginDependency + 197.ImportedFromIB2 + 198.IBPluginDependency + 198.ImportedFromIB2 + 199.IBPluginDependency + 199.ImportedFromIB2 + 200.IBEditorWindowLastContentRect + 200.IBPluginDependency + 200.ImportedFromIB2 + 200.editorWindowContentRectSynchronizationRect + 201.IBPluginDependency + 201.ImportedFromIB2 + 202.IBPluginDependency + 202.ImportedFromIB2 + 203.IBPluginDependency + 203.ImportedFromIB2 + 204.IBPluginDependency + 204.ImportedFromIB2 + 205.IBEditorWindowLastContentRect + 205.IBPluginDependency + 205.ImportedFromIB2 + 205.editorWindowContentRectSynchronizationRect + 206.IBPluginDependency + 206.ImportedFromIB2 + 207.IBPluginDependency + 207.ImportedFromIB2 + 208.IBPluginDependency + 208.ImportedFromIB2 + 209.IBPluginDependency + 209.ImportedFromIB2 + 210.IBPluginDependency + 210.ImportedFromIB2 + 211.IBPluginDependency + 211.ImportedFromIB2 + 212.IBPluginDependency + 212.ImportedFromIB2 + 212.editorWindowContentRectSynchronizationRect + 213.IBPluginDependency + 213.ImportedFromIB2 + 214.IBPluginDependency + 214.ImportedFromIB2 + 215.IBPluginDependency + 215.ImportedFromIB2 + 216.IBPluginDependency + 216.ImportedFromIB2 + 217.IBPluginDependency + 217.ImportedFromIB2 + 218.IBPluginDependency + 218.ImportedFromIB2 + 219.IBPluginDependency + 219.ImportedFromIB2 + 220.IBEditorWindowLastContentRect + 220.IBPluginDependency + 220.ImportedFromIB2 + 220.editorWindowContentRectSynchronizationRect + 221.IBPluginDependency + 221.ImportedFromIB2 + 23.IBPluginDependency + 23.ImportedFromIB2 + 236.IBPluginDependency + 236.ImportedFromIB2 + 239.IBPluginDependency + 239.ImportedFromIB2 + 24.IBEditorWindowLastContentRect + 24.IBPluginDependency + 24.ImportedFromIB2 + 24.editorWindowContentRectSynchronizationRect + 29.IBEditorWindowLastContentRect + 29.IBPluginDependency + 29.ImportedFromIB2 + 29.WindowOrigin + 29.editorWindowContentRectSynchronizationRect + 295.IBPluginDependency + 296.IBEditorWindowLastContentRect + 296.IBPluginDependency + 296.editorWindowContentRectSynchronizationRect + 297.IBPluginDependency + 298.IBPluginDependency + 346.IBPluginDependency + 346.ImportedFromIB2 + 348.IBPluginDependency + 348.ImportedFromIB2 + 349.IBEditorWindowLastContentRect + 349.IBPluginDependency + 349.ImportedFromIB2 + 349.editorWindowContentRectSynchronizationRect + 350.IBPluginDependency + 350.ImportedFromIB2 + 351.IBPluginDependency + 351.ImportedFromIB2 + 354.IBPluginDependency + 354.ImportedFromIB2 + 371.IBEditorWindowLastContentRect + 371.IBPluginDependency + 371.IBWindowTemplateEditedContentRect + 371.NSWindowTemplate.visibleAtLaunch + 371.editorWindowContentRectSynchronizationRect + 372.IBPluginDependency + 375.IBPluginDependency + 376.IBEditorWindowLastContentRect + 376.IBPluginDependency + 377.IBPluginDependency + 388.IBEditorWindowLastContentRect + 388.IBPluginDependency + 389.IBPluginDependency + 390.IBPluginDependency + 391.IBPluginDependency + 392.IBPluginDependency + 393.IBPluginDependency + 394.IBPluginDependency + 395.IBPluginDependency + 396.IBPluginDependency + 397.IBPluginDependency + 398.IBPluginDependency + 399.IBPluginDependency + 400.IBPluginDependency + 401.IBPluginDependency + 402.IBPluginDependency + 403.IBPluginDependency + 404.IBPluginDependency + 405.IBPluginDependency + 406.IBPluginDependency + 407.IBPluginDependency + 408.IBPluginDependency + 409.IBPluginDependency + 410.IBPluginDependency + 411.IBPluginDependency + 412.IBPluginDependency + 413.IBPluginDependency + 414.IBPluginDependency + 415.IBPluginDependency + 416.IBPluginDependency + 417.IBPluginDependency + 418.IBPluginDependency + 419.IBPluginDependency + 420.IBPluginDependency + 450.IBPluginDependency + 451.IBEditorWindowLastContentRect + 451.IBPluginDependency + 452.IBPluginDependency + 453.IBPluginDependency + 454.IBPluginDependency + 457.IBPluginDependency + 459.IBPluginDependency + 460.IBPluginDependency + 462.IBPluginDependency + 465.IBPluginDependency + 466.IBPluginDependency + 485.IBPluginDependency + 490.IBPluginDependency + 491.IBEditorWindowLastContentRect + 491.IBPluginDependency + 492.IBPluginDependency + 494.IBPluginDependency + 496.IBPluginDependency + 497.IBEditorWindowLastContentRect + 497.IBPluginDependency + 498.IBPluginDependency + 499.IBPluginDependency + 5.IBPluginDependency + 5.ImportedFromIB2 + 500.IBPluginDependency + 501.IBPluginDependency + 502.IBPluginDependency + 503.IBPluginDependency + 504.IBPluginDependency + 505.IBPluginDependency + 506.IBPluginDependency + 507.IBPluginDependency + 508.IBEditorWindowLastContentRect + 508.IBPluginDependency + 509.IBPluginDependency + 510.IBPluginDependency + 511.IBPluginDependency + 512.IBPluginDependency + 513.IBPluginDependency + 514.IBPluginDependency + 515.IBPluginDependency + 516.IBPluginDependency + 517.IBPluginDependency + 534.IBPluginDependency + 534.ImportedFromIB2 + 56.IBPluginDependency + 56.ImportedFromIB2 + 57.IBEditorWindowLastContentRect + 57.IBPluginDependency + 57.ImportedFromIB2 + 57.editorWindowContentRectSynchronizationRect + 58.IBPluginDependency + 58.ImportedFromIB2 + 72.IBPluginDependency + 72.ImportedFromIB2 + 73.IBPluginDependency + 73.ImportedFromIB2 + 74.IBPluginDependency + 74.ImportedFromIB2 + 75.IBPluginDependency + 75.ImportedFromIB2 + 77.IBPluginDependency + 77.ImportedFromIB2 + 78.IBPluginDependency + 78.ImportedFromIB2 + 79.IBPluginDependency + 79.ImportedFromIB2 + 81.IBEditorWindowLastContentRect + 81.IBPluginDependency + 81.ImportedFromIB2 + 81.editorWindowContentRectSynchronizationRect + 82.IBPluginDependency + 82.ImportedFromIB2 + 83.IBPluginDependency + 83.ImportedFromIB2 + 92.IBPluginDependency + 92.ImportedFromIB2 + + + YES + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + {{522, 812}, {146, 23}} + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + {{436, 809}, {64, 6}} + 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 + + {{753, 187}, {275, 113}} + com.apple.InterfaceBuilder.CocoaPlugin + + {{608, 612}, {275, 83}} + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + {{547, 180}, {254, 283}} + com.apple.InterfaceBuilder.CocoaPlugin + + {{187, 434}, {243, 243}} + 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 + + {{608, 612}, {167, 43}} + 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 + + {{753, 217}, {238, 103}} + com.apple.InterfaceBuilder.CocoaPlugin + + {{608, 612}, {241, 103}} + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + {{654, 239}, {194, 73}} + com.apple.InterfaceBuilder.CocoaPlugin + + {{525, 802}, {197, 73}} + {{380, 836}, {512, 20}} + com.apple.InterfaceBuilder.CocoaPlugin + + {74, 862} + {{6, 978}, {478, 20}} + com.apple.InterfaceBuilder.CocoaPlugin + {{604, 269}, {231, 43}} + com.apple.InterfaceBuilder.CocoaPlugin + {{475, 832}, {234, 43}} + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + {{746, 287}, {220, 133}} + com.apple.InterfaceBuilder.CocoaPlugin + + {{608, 612}, {215, 63}} + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + {{380, 496}, {480, 360}} + com.apple.InterfaceBuilder.CocoaPlugin + {{380, 496}, {480, 360}} + + {{33, 99}, {480, 360}} + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + {{591, 420}, {83, 43}} + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + {{523, 2}, {178, 283}} + 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 + 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 + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + {{753, 197}, {170, 63}} + 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 + {{725, 289}, {246, 23}} + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + {{674, 260}, {204, 183}} + 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 + {{878, 180}, {164, 173}} + 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 + + {{286, 129}, {275, 183}} + com.apple.InterfaceBuilder.CocoaPlugin + + {{23, 794}, {245, 183}} + 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 + + {{452, 109}, {196, 203}} + com.apple.InterfaceBuilder.CocoaPlugin + + {{145, 474}, {199, 203}} + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + + + + YES + + + + + + YES + + + + + 535 + + + + YES + + ABCardController + NSObject + + YES + + YES + addCardViewField: + copy: + cut: + doDelete: + find: + paste: + saveChanges: + + + YES + id + id + id + id + id + id + id + + + + YES + + YES + addCardViewField: + copy: + cut: + doDelete: + find: + paste: + saveChanges: + + + YES + + addCardViewField: + id + + + copy: + id + + + cut: + id + + + doDelete: + id + + + find: + id + + + paste: + id + + + saveChanges: + id + + + + + YES + + YES + mCardView + mEditButton + mManagedObjectContext + mSearchField + mStatusTextField + mWindow + + + YES + ABCardView + NSButton + NSManagedObjectContext + NSSearchField + NSTextField + NSWindow + + + + YES + + YES + mCardView + mEditButton + mManagedObjectContext + mSearchField + mStatusTextField + mWindow + + + YES + + mCardView + ABCardView + + + mEditButton + NSButton + + + mManagedObjectContext + NSManagedObjectContext + + + mSearchField + NSSearchField + + + mStatusTextField + NSTextField + + + mWindow + NSWindow + + + + + IBProjectSource + ./Classes/ABCardController.h + + + + ABCardView + NSView + + YES + + YES + commitAndSave: + statusImageClicked: + + + YES + id + id + + + + YES + + YES + commitAndSave: + statusImageClicked: + + + YES + + commitAndSave: + id + + + statusImageClicked: + id + + + + + YES + + YES + mBuddyStatusImage + mHeaderView + mNameView + mNextKeyView + mUserImage + mUserImageView + + + YES + NSImageView + NSView + ABNameFrameView + NSView + NSImage + ABImageView + + + + YES + + YES + mBuddyStatusImage + mHeaderView + mNameView + mNextKeyView + mUserImage + mUserImageView + + + YES + + mBuddyStatusImage + NSImageView + + + mHeaderView + NSView + + + mNameView + ABNameFrameView + + + mNextKeyView + NSView + + + mUserImage + NSImage + + + mUserImageView + ABImageView + + + + + IBProjectSource + ./Classes/ABCardView.h + + + + ABImageView + NSImageView + + YES + + YES + copy: + cut: + delete: + paste: + + + YES + id + id + id + id + + + + YES + + YES + copy: + cut: + delete: + paste: + + + YES + + copy: + id + + + cut: + id + + + delete: + id + + + paste: + id + + + + + IBProjectSource + ./Classes/ABImageView.h + + + + DVTAutoLayoutView + NSView + + IBProjectSource + ./Classes/DVTAutoLayoutView.h + + + + DVTBorderedView + DVTAutoLayoutView + + contentView + NSView + + + contentView + + contentView + NSView + + + + IBProjectSource + ./Classes/DVTBorderedView.h + + + + DVTDelayedMenuButton + NSButton + + IBProjectSource + ./Classes/DVTDelayedMenuButton.h + + + + DVTGradientImageButton + NSButton + + IBProjectSource + ./Classes/DVTGradientImageButton.h + + + + DVTImageAndTextCell + NSTextFieldCell + + IBProjectSource + ./Classes/DVTImageAndTextCell.h + + + + DVTImageAndTextColumn + NSTableColumn + + IBProjectSource + ./Classes/DVTImageAndTextColumn.h + + + + DVTOutlineView + NSOutlineView + + IBProjectSource + ./Classes/DVTOutlineView.h + + + + DVTSplitView + NSSplitView + + IBProjectSource + ./Classes/DVTSplitView.h + + + + DVTStackView + DVTAutoLayoutView + + IBProjectSource + ./Classes/DVTStackView.h + + + + DVTViewController + NSViewController + + IBProjectSource + ./Classes/DVTViewController.h + + + + HFController + NSObject + + selectAll: + id + + + selectAll: + + selectAll: + id + + + + IBProjectSource + ./Classes/HFController.h + + + + HFRepresenterTextView + NSView + + selectAll: + id + + + selectAll: + + selectAll: + id + + + + IBProjectSource + ./Classes/HFRepresenterTextView.h + + + + IBEditor + NSObject + + YES + + YES + changeFont: + selectAll: + sizeSelectionToFit: + + + YES + id + id + id + + + + YES + + YES + changeFont: + selectAll: + sizeSelectionToFit: + + + YES + + changeFont: + id + + + selectAll: + id + + + sizeSelectionToFit: + id + + + + + IBProjectSource + ./Classes/IBEditor.h + + + + IDECapsuleListView + DVTStackView + + dataSource + id + + + dataSource + + dataSource + id + + + + IBProjectSource + ./Classes/IDECapsuleListView.h + + + + IDEDMArrayController + NSArrayController + + IBProjectSource + ./Classes/IDEDMArrayController.h + + + + IDEDMEditor + IDEEditor + + YES + + YES + bottomToolbarBorderView + sourceListSplitViewPane + sourceListViewController + splitView + + + YES + DVTBorderedView + NSView + IDEDMEditorSourceListController + DVTSplitView + + + + YES + + YES + bottomToolbarBorderView + sourceListSplitViewPane + sourceListViewController + splitView + + + YES + + bottomToolbarBorderView + DVTBorderedView + + + sourceListSplitViewPane + NSView + + + sourceListViewController + IDEDMEditorSourceListController + + + splitView + DVTSplitView + + + + + IBProjectSource + ./Classes/IDEDMEditor.h + + + + IDEDMEditorController + IDEViewController + + IBProjectSource + ./Classes/IDEDMEditorController.h + + + + IDEDMEditorSourceListController + IDEDMEditorController + + YES + + YES + borderedView + parentEditor + primaryColumn + sourceListOutlineView + sourceListTreeController + + + YES + DVTBorderedView + IDEDMEditor + DVTImageAndTextColumn + DVTOutlineView + NSTreeController + + + + YES + + YES + borderedView + parentEditor + primaryColumn + sourceListOutlineView + sourceListTreeController + + + YES + + borderedView + DVTBorderedView + + + parentEditor + IDEDMEditor + + + primaryColumn + DVTImageAndTextColumn + + + sourceListOutlineView + DVTOutlineView + + + sourceListTreeController + NSTreeController + + + + + IBProjectSource + ./Classes/IDEDMEditorSourceListController.h + + + + IDEDMHighlightImageAndTextCell + DVTImageAndTextCell + + IBProjectSource + ./Classes/IDEDMHighlightImageAndTextCell.h + + + + IDEDataModelBrowserEditor + IDEDMEditorController + + YES + + YES + attributesTableViewController + capsuleView + entityArrayController + fetchedPropertiesTableViewController + parentEditor + relationshipsTableViewController + + + YES + IDEDataModelPropertiesTableController + IDECapsuleListView + NSArrayController + IDEDataModelPropertiesTableController + IDEDataModelEntityContentsEditor + IDEDataModelPropertiesTableController + + + + YES + + YES + attributesTableViewController + capsuleView + entityArrayController + fetchedPropertiesTableViewController + parentEditor + relationshipsTableViewController + + + YES + + attributesTableViewController + IDEDataModelPropertiesTableController + + + capsuleView + IDECapsuleListView + + + entityArrayController + NSArrayController + + + fetchedPropertiesTableViewController + IDEDataModelPropertiesTableController + + + parentEditor + IDEDataModelEntityContentsEditor + + + relationshipsTableViewController + IDEDataModelPropertiesTableController + + + + + IBProjectSource + ./Classes/IDEDataModelBrowserEditor.h + + + + IDEDataModelConfigurationEditor + IDEDMEditorController + + YES + + YES + capsuleListView + parentEditor + tableController + + + YES + IDECapsuleListView + IDEDataModelEditor + IDEDataModelConfigurationTableController + + + + YES + + YES + capsuleListView + parentEditor + tableController + + + YES + + capsuleListView + IDECapsuleListView + + + parentEditor + IDEDataModelEditor + + + tableController + IDEDataModelConfigurationTableController + + + + + IBProjectSource + ./Classes/IDEDataModelConfigurationEditor.h + + + + IDEDataModelConfigurationTableController + IDEDMEditorController + + YES + + YES + configurationsArrayController + entitiesArrayController + parentEditor + tableView + + + YES + NSArrayController + NSArrayController + IDEDataModelConfigurationEditor + XDTableView + + + + YES + + YES + configurationsArrayController + entitiesArrayController + parentEditor + tableView + + + YES + + configurationsArrayController + NSArrayController + + + entitiesArrayController + NSArrayController + + + parentEditor + IDEDataModelConfigurationEditor + + + tableView + XDTableView + + + + + IBProjectSource + ./Classes/IDEDataModelConfigurationTableController.h + + + + IDEDataModelDiagramEditor + IDEDMEditorController + + YES + + YES + diagramView + parentEditor + + + YES + XDDiagramView + IDEDataModelEntityContentsEditor + + + + YES + + YES + diagramView + parentEditor + + + YES + + diagramView + XDDiagramView + + + parentEditor + IDEDataModelEntityContentsEditor + + + + + IBProjectSource + ./Classes/IDEDataModelDiagramEditor.h + + + + IDEDataModelEditor + IDEDMEditor + + YES + + YES + addEntityButton + addPropertyButton + browserDiagramSegmentControl + configurationViewController + entityContentsViewController + fetchRequestViewController + hierarchySegmentControl + tabView + + + YES + DVTDelayedMenuButton + DVTDelayedMenuButton + NSSegmentedControl + IDEDataModelConfigurationEditor + IDEDataModelEntityContentsEditor + IDEDataModelFetchRequestEditor + NSSegmentedControl + NSTabView + + + + YES + + YES + addEntityButton + addPropertyButton + browserDiagramSegmentControl + configurationViewController + entityContentsViewController + fetchRequestViewController + hierarchySegmentControl + tabView + + + YES + + addEntityButton + DVTDelayedMenuButton + + + addPropertyButton + DVTDelayedMenuButton + + + browserDiagramSegmentControl + NSSegmentedControl + + + configurationViewController + IDEDataModelConfigurationEditor + + + entityContentsViewController + IDEDataModelEntityContentsEditor + + + fetchRequestViewController + IDEDataModelFetchRequestEditor + + + hierarchySegmentControl + NSSegmentedControl + + + tabView + NSTabView + + + + + IBProjectSource + ./Classes/IDEDataModelEditor.h + + + + IDEDataModelEntityContentsEditor + IDEDMEditorController + + YES + + YES + browserViewController + diagramViewController + parentEditor + tabView + + + YES + IDEDataModelBrowserEditor + IDEDataModelDiagramEditor + IDEDataModelEditor + NSTabView + + + + YES + + YES + browserViewController + diagramViewController + parentEditor + tabView + + + YES + + browserViewController + IDEDataModelBrowserEditor + + + diagramViewController + IDEDataModelDiagramEditor + + + parentEditor + IDEDataModelEditor + + + tabView + NSTabView + + + + + IBProjectSource + ./Classes/IDEDataModelEntityContentsEditor.h + + + + IDEDataModelFetchRequestEditor + IDEDMEditorController + + YES + + YES + entityController + parentEditor + tableView + + + YES + NSArrayController + IDEDataModelEditor + IDECapsuleListView + + + + YES + + YES + entityController + parentEditor + tableView + + + YES + + entityController + NSArrayController + + + parentEditor + IDEDataModelEditor + + + tableView + IDECapsuleListView + + + + + IBProjectSource + ./Classes/IDEDataModelFetchRequestEditor.h + + + + IDEDataModelPropertiesTableController + IDEDMEditorController + + YES + + YES + arrayController + entitiesColumn + entityArrayController + parentEditor + propertyNameAndImageCell + tableView + + + YES + IDEDMArrayController + NSTableColumn + NSArrayController + IDEDataModelBrowserEditor + IDEDMHighlightImageAndTextCell + XDTableView + + + + YES + + YES + arrayController + entitiesColumn + entityArrayController + parentEditor + propertyNameAndImageCell + tableView + + + YES + + arrayController + IDEDMArrayController + + + entitiesColumn + NSTableColumn + + + entityArrayController + NSArrayController + + + parentEditor + IDEDataModelBrowserEditor + + + propertyNameAndImageCell + IDEDMHighlightImageAndTextCell + + + tableView + XDTableView + + + + + IBProjectSource + ./Classes/IDEDataModelPropertiesTableController.h + + + + IDEDocSetOutlineView + NSOutlineView + + IBProjectSource + ./Classes/IDEDocSetOutlineView.h + + + + IDEDocSetOutlineViewController + NSObject + + YES + + YES + getDocSetAction: + showProblemInfoForUpdate: + subscribeToPublisherAction: + unsubscribeFromPublisher: + updateDocSetAction: + + + YES + id + id + id + id + id + + + + YES + + YES + getDocSetAction: + showProblemInfoForUpdate: + subscribeToPublisherAction: + unsubscribeFromPublisher: + updateDocSetAction: + + + YES + + getDocSetAction: + id + + + showProblemInfoForUpdate: + id + + + subscribeToPublisherAction: + id + + + unsubscribeFromPublisher: + id + + + updateDocSetAction: + id + + + + + docSetOutlineView + IDEDocSetOutlineView + + + docSetOutlineView + + docSetOutlineView + IDEDocSetOutlineView + + + + IBProjectSource + ./Classes/IDEDocSetOutlineViewController.h + + + + IDEDocViewingPrefPaneController + IDEViewController + + YES + + YES + addSubscription: + checkForAndInstallUpdatesNow: + minimumFontSizeComboBoxAction: + minimumFontSizeEnabledAction: + showHelp: + showSubscriptionSheet: + subscriptionCancelAction: + toggleAutoCheckForAndInstallUpdates: + toggleDocSetInfo: + + + YES + id + id + id + id + id + id + id + id + id + + + + YES + + YES + addSubscription: + checkForAndInstallUpdatesNow: + minimumFontSizeComboBoxAction: + minimumFontSizeEnabledAction: + showHelp: + showSubscriptionSheet: + subscriptionCancelAction: + toggleAutoCheckForAndInstallUpdates: + toggleDocSetInfo: + + + YES + + addSubscription: + id + + + checkForAndInstallUpdatesNow: + id + + + minimumFontSizeComboBoxAction: + id + + + minimumFontSizeEnabledAction: + id + + + showHelp: + id + + + showSubscriptionSheet: + id + + + subscriptionCancelAction: + id + + + toggleAutoCheckForAndInstallUpdates: + id + + + toggleDocSetInfo: + id + + + + + YES + + YES + _addButton + _deleteButton + _showInfoAreaButton + _splitView + _splitViewDocSetInfoSubview + _splitViewDocSetsListSubview + borderedViewAroundSplitView + borderedViewBelowTable + checkAndInstallNowButton + docSetInfoTextView + docSetOutlineViewController + minimumFontSizeControl + noUpdatesAvailableMessage + showInfoButton + subscriptionTextField + subscriptionWindow + validateAddSubscriptionButton + + + YES + DVTGradientImageButton + DVTGradientImageButton + DVTGradientImageButton + NSSplitView + NSView + NSView + DVTBorderedView + DVTBorderedView + NSButton + NSTextView + IDEDocSetOutlineViewController + NSComboBox + NSTextField + NSButton + NSTextField + NSWindow + NSButton + + + + YES + + YES + _addButton + _deleteButton + _showInfoAreaButton + _splitView + _splitViewDocSetInfoSubview + _splitViewDocSetsListSubview + borderedViewAroundSplitView + borderedViewBelowTable + checkAndInstallNowButton + docSetInfoTextView + docSetOutlineViewController + minimumFontSizeControl + noUpdatesAvailableMessage + showInfoButton + subscriptionTextField + subscriptionWindow + validateAddSubscriptionButton + + + YES + + _addButton + DVTGradientImageButton + + + _deleteButton + DVTGradientImageButton + + + _showInfoAreaButton + DVTGradientImageButton + + + _splitView + NSSplitView + + + _splitViewDocSetInfoSubview + NSView + + + _splitViewDocSetsListSubview + NSView + + + borderedViewAroundSplitView + DVTBorderedView + + + borderedViewBelowTable + DVTBorderedView + + + checkAndInstallNowButton + NSButton + + + docSetInfoTextView + NSTextView + + + docSetOutlineViewController + IDEDocSetOutlineViewController + + + minimumFontSizeControl + NSComboBox + + + noUpdatesAvailableMessage + NSTextField + + + showInfoButton + NSButton + + + subscriptionTextField + NSTextField + + + subscriptionWindow + NSWindow + + + validateAddSubscriptionButton + NSButton + + + + + IBProjectSource + ./Classes/IDEDocViewingPrefPaneController.h + + + + IDEEditor + IDEViewController + + IBProjectSource + ./Classes/IDEEditor.h + + + + IDEViewController + DVTViewController + + IBProjectSource + ./Classes/IDEViewController.h + + + + IKImageView + + YES + + YES + copy: + crop: + cut: + paste: + + + YES + id + id + id + id + + + + YES + + YES + copy: + crop: + cut: + paste: + + + YES + + copy: + id + + + crop: + id + + + cut: + id + + + paste: + id + + + + + IBProjectSource + ./Classes/IKImageView.h + + + + QTMovieView + + YES + + YES + showAll: + showCustomButton: + toggleLoops: + zoomIn: + zoomOut: + + + YES + id + id + id + id + id + + + + YES + + YES + showAll: + showCustomButton: + toggleLoops: + zoomIn: + zoomOut: + + + YES + + showAll: + id + + + showCustomButton: + id + + + toggleLoops: + id + + + zoomIn: + id + + + zoomOut: + id + + + + + IBProjectSource + ./Classes/QTMovieView.h + + + + WebView + + YES + + YES + reloadFromOrigin: + resetPageZoom: + zoomPageIn: + zoomPageOut: + + + YES + id + id + id + id + + + + YES + + YES + reloadFromOrigin: + resetPageZoom: + zoomPageIn: + zoomPageOut: + + + YES + + reloadFromOrigin: + id + + + resetPageZoom: + id + + + zoomPageIn: + id + + + zoomPageOut: + id + + + + + IBProjectSource + ./Classes/WebView.h + + + + XDDiagramView + NSView + + YES + + YES + _graphLayouterMenuItemAction: + _zoomPopUpButtonAction: + alignBottomEdges: + alignCentersHorizontallyInContainer: + alignCentersVerticallyInContainer: + alignHorizontalCenters: + alignLeftEdges: + alignRightEdges: + alignTopEdges: + alignVerticalCenters: + bringToFront: + collapseAllCompartments: + copy: + cut: + delete: + deleteBackward: + deleteForward: + deselectAll: + diagramZoomIn: + diagramZoomOut: + expandAllCompartments: + flipHorizontally: + flipVertically: + layoutGraphicsConcentrically: + layoutGraphicsHierarchically: + lock: + makeSameHeight: + makeSameWidth: + moveDown: + moveDownAndModifySelection: + moveLeft: + moveLeftAndModifySelection: + moveRight: + moveRightAndModifySelection: + moveUp: + moveUpAndModifySelection: + paste: + rollDownAllCompartments: + rollUpAllCompartments: + selectAll: + sendToBack: + sizeToFit: + toggleGridShown: + toggleHiddenGraphicsShown: + togglePageBreaksShown: + toggleRuler: + toggleSnapsToGrid: + unlock: + + + YES + id + id + id + id + id + id + id + id + id + id + id + id + id + id + id + id + id + id + id + id + id + id + id + id + id + id + id + id + id + id + id + id + id + id + id + id + id + id + id + id + id + id + id + id + id + id + id + id + + + + YES + + YES + _graphLayouterMenuItemAction: + _zoomPopUpButtonAction: + alignBottomEdges: + alignCentersHorizontallyInContainer: + alignCentersVerticallyInContainer: + alignHorizontalCenters: + alignLeftEdges: + alignRightEdges: + alignTopEdges: + alignVerticalCenters: + bringToFront: + collapseAllCompartments: + copy: + cut: + delete: + deleteBackward: + deleteForward: + deselectAll: + diagramZoomIn: + diagramZoomOut: + expandAllCompartments: + flipHorizontally: + flipVertically: + layoutGraphicsConcentrically: + layoutGraphicsHierarchically: + lock: + makeSameHeight: + makeSameWidth: + moveDown: + moveDownAndModifySelection: + moveLeft: + moveLeftAndModifySelection: + moveRight: + moveRightAndModifySelection: + moveUp: + moveUpAndModifySelection: + paste: + rollDownAllCompartments: + rollUpAllCompartments: + selectAll: + sendToBack: + sizeToFit: + toggleGridShown: + toggleHiddenGraphicsShown: + togglePageBreaksShown: + toggleRuler: + toggleSnapsToGrid: + unlock: + + + YES + + _graphLayouterMenuItemAction: + id + + + _zoomPopUpButtonAction: + id + + + alignBottomEdges: + id + + + alignCentersHorizontallyInContainer: + id + + + alignCentersVerticallyInContainer: + id + + + alignHorizontalCenters: + id + + + alignLeftEdges: + id + + + alignRightEdges: + id + + + alignTopEdges: + id + + + alignVerticalCenters: + id + + + bringToFront: + id + + + collapseAllCompartments: + id + + + copy: + id + + + cut: + id + + + delete: + id + + + deleteBackward: + id + + + deleteForward: + id + + + deselectAll: + id + + + diagramZoomIn: + id + + + diagramZoomOut: + id + + + expandAllCompartments: + id + + + flipHorizontally: + id + + + flipVertically: + id + + + layoutGraphicsConcentrically: + id + + + layoutGraphicsHierarchically: + id + + + lock: + id + + + makeSameHeight: + id + + + makeSameWidth: + id + + + moveDown: + id + + + moveDownAndModifySelection: + id + + + moveLeft: + id + + + moveLeftAndModifySelection: + id + + + moveRight: + id + + + moveRightAndModifySelection: + id + + + moveUp: + id + + + moveUpAndModifySelection: + id + + + paste: + id + + + rollDownAllCompartments: + id + + + rollUpAllCompartments: + id + + + selectAll: + id + + + sendToBack: + id + + + sizeToFit: + id + + + toggleGridShown: + id + + + toggleHiddenGraphicsShown: + id + + + togglePageBreaksShown: + id + + + toggleRuler: + id + + + toggleSnapsToGrid: + id + + + unlock: + id + + + + + _diagramController + IDEDataModelDiagramEditor + + + _diagramController + + _diagramController + IDEDataModelDiagramEditor + + + + IBProjectSource + ./Classes/XDDiagramView.h + + + + XDTableView + NSTableView + + showAllTableColumns: + id + + + showAllTableColumns: + + showAllTableColumns: + id + + + + IBProjectSource + ./Classes/XDTableView.h + + + + DrexAppDelegate + NSObject + + YES + + YES + applicationShouldTerminate: + applicationWillFinishLaunching: + + + YES + id + id + + + + YES + + YES + applicationShouldTerminate: + applicationWillFinishLaunching: + + + YES + + applicationShouldTerminate: + id + + + applicationWillFinishLaunching: + id + + + + + IBProjectSource + ./Classes/DrexAppDelegate.h + + + + + 0 + IBCocoaFramework + + com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 + + + YES + 3 + + YES + + YES + NSMenuCheckmark + NSMenuMixedState + + + YES + {9, 8} + {7, 2} + + + + diff --git a/Drex/main.m b/Drex/main.m new file mode 100644 index 0000000..f2d49ef --- /dev/null +++ b/Drex/main.m @@ -0,0 +1,14 @@ +// +// main.m +// Drex +// +// Created by Filipp Lepalaan on 21.7.2011. +// Copyright 2011 __MyCompanyName__. All rights reserved. +// + +#import + +int main(int argc, char *argv[]) +{ + return NSApplicationMain(argc, (const char **)argv); +} diff --git a/DrexTests/DrexTests-Info.plist b/DrexTests/DrexTests-Info.plist new file mode 100644 index 0000000..ceb5578 --- /dev/null +++ b/DrexTests/DrexTests-Info.plist @@ -0,0 +1,22 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIdentifier + com.github.filipp.${PRODUCT_NAME:rfc1034identifier} + CFBundleInfoDictionaryVersion + 6.0 + CFBundlePackageType + BNDL + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + 1 + + diff --git a/DrexTests/DrexTests.h b/DrexTests/DrexTests.h new file mode 100644 index 0000000..20ce342 --- /dev/null +++ b/DrexTests/DrexTests.h @@ -0,0 +1,13 @@ +// +// DrexTests.h +// DrexTests +// +// Created by Filipp Lepalaan on 21.7.2011. +// Copyright 2011 __MyCompanyName__. All rights reserved. +// + +#import + +@interface DrexTests : SenTestCase + +@end diff --git a/DrexTests/DrexTests.m b/DrexTests/DrexTests.m new file mode 100644 index 0000000..f1d625c --- /dev/null +++ b/DrexTests/DrexTests.m @@ -0,0 +1,32 @@ +// +// DrexTests.m +// DrexTests +// +// Created by Filipp Lepalaan on 21.7.2011. +// Copyright 2011 __MyCompanyName__. All rights reserved. +// + +#import "DrexTests.h" + +@implementation DrexTests + +- (void)setUp +{ + [super setUp]; + + // Set-up code here. +} + +- (void)tearDown +{ + // Tear-down code here. + + [super tearDown]; +} + +- (void)testExample +{ + STFail(@"Unit tests are not implemented yet in DrexTests"); +} + +@end diff --git a/DrexTests/en.lproj/InfoPlist.strings b/DrexTests/en.lproj/InfoPlist.strings new file mode 100644 index 0000000..477b28f --- /dev/null +++ b/DrexTests/en.lproj/InfoPlist.strings @@ -0,0 +1,2 @@ +/* Localized versions of Info.plist keys */ + -- cgit v1.2.3