diff --git a/util/dump_xml_compiler_result/Makefile b/util/dump_xml_compiler_result/Makefile deleted file mode 100644 index b3fffc93d..000000000 --- a/util/dump_xml_compiler_result/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -#CONFIGURATION = Debug -CONFIGURATION = Release - -all: - $(MAKE) -C ../../pkginfo - $(MAKE) -C ../../src/lib/xml_compiler - xcodebuild -alltargets -configuration $(CONFIGURATION) build - -clean: - rm -rf build - rm -f Info.plist - rm -f *.xcodeproj/*.mode1 - rm -f *.xcodeproj/*.mode1v3 - rm -f *.xcodeproj/*.pbxuser - rm -rf *.xcodeproj/xcuserdata - rm -rf *.xcodeproj/project.xcworkspace/xcuserdata - make -C ../../src/lib/xml_compiler clean - -xcode: - open *.xcodeproj - -dump_data: - @./build/Release/dump_xml_compiler_result.app/Contents/MacOS/dump_xml_compiler_result - -dump_tree: - @./build/Release/dump_xml_compiler_result.app/Contents/MacOS/dump_xml_compiler_result dump_tree - -dump_number: - @./build/Release/dump_xml_compiler_result.app/Contents/MacOS/dump_xml_compiler_result dump_number - -dump_identifier_except_essential: - @./build/Release/dump_xml_compiler_result.app/Contents/MacOS/dump_xml_compiler_result dump_identifier_except_essential diff --git a/util/dump_xml_compiler_result/dump_xml_compiler_result.xcodeproj/project.pbxproj b/util/dump_xml_compiler_result/dump_xml_compiler_result.xcodeproj/project.pbxproj deleted file mode 100644 index 1df8c1736..000000000 --- a/util/dump_xml_compiler_result/dump_xml_compiler_result.xcodeproj/project.pbxproj +++ /dev/null @@ -1,287 +0,0 @@ -// !$*UTF8*$! -{ - archiveVersion = 1; - classes = { - }; - objectVersion = 46; - objects = { - -/* Begin PBXBuildFile section */ - 3474BA64152D6A230004AA37 /* libstdc++.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 34BEC97D152D670000CBA5E9 /* libstdc++.dylib */; }; - 34BEC928152D601300CBA5E9 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 34BEC927152D601300CBA5E9 /* Cocoa.framework */; }; - 34BEC932152D601300CBA5E9 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 34BEC930152D601300CBA5E9 /* InfoPlist.strings */; }; - 34BEC934152D601300CBA5E9 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 34BEC933152D601300CBA5E9 /* main.m */; }; - 34BEC938152D601300CBA5E9 /* Credits.rtf in Resources */ = {isa = PBXBuildFile; fileRef = 34BEC936152D601300CBA5E9 /* Credits.rtf */; }; - 34BEC93B152D601300CBA5E9 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 34BEC93A152D601300CBA5E9 /* AppDelegate.m */; }; - 34BEC93E152D601300CBA5E9 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 34BEC93C152D601300CBA5E9 /* MainMenu.xib */; }; - 34BEC967152D637500CBA5E9 /* libxml_compiler.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 34BEC966152D637500CBA5E9 /* libxml_compiler.a */; }; - 34BEC973152D653200CBA5E9 /* app.icns in Resources */ = {isa = PBXBuildFile; fileRef = 34BEC972152D653200CBA5E9 /* app.icns */; }; -/* End PBXBuildFile section */ - -/* Begin PBXFileReference section */ - 34BEC923152D601300CBA5E9 /* dump_xml_compiler_result.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = dump_xml_compiler_result.app; sourceTree = BUILT_PRODUCTS_DIR; }; - 34BEC927152D601300CBA5E9 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; }; - 34BEC92A152D601300CBA5E9 /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = System/Library/Frameworks/AppKit.framework; sourceTree = SDKROOT; }; - 34BEC92B152D601300CBA5E9 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = System/Library/Frameworks/CoreData.framework; sourceTree = SDKROOT; }; - 34BEC92C152D601300CBA5E9 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; - 34BEC92F152D601300CBA5E9 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 34BEC931152D601300CBA5E9 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; - 34BEC933152D601300CBA5E9 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = ""; }; - 34BEC935152D601300CBA5E9 /* dump_xml_compiler_result-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "dump_xml_compiler_result-Prefix.pch"; sourceTree = ""; }; - 34BEC937152D601300CBA5E9 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; name = en; path = en.lproj/Credits.rtf; sourceTree = ""; }; - 34BEC939152D601300CBA5E9 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = ""; }; - 34BEC93A152D601300CBA5E9 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = ""; }; - 34BEC93D152D601300CBA5E9 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/MainMenu.xib; sourceTree = ""; }; - 34BEC966152D637500CBA5E9 /* libxml_compiler.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libxml_compiler.a; path = ../../src/lib/xml_compiler/build/Release/libxml_compiler.a; sourceTree = ""; }; - 34BEC972152D653200CBA5E9 /* app.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; name = app.icns; path = ../../../src/share/Resources/app.icns; sourceTree = ""; }; - 34BEC97D152D670000CBA5E9 /* libstdc++.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = "libstdc++.dylib"; path = "usr/lib/gcc/i686-apple-darwin10/4.0.1/libstdc++.dylib"; sourceTree = SDKROOT; }; -/* End PBXFileReference section */ - -/* Begin PBXFrameworksBuildPhase section */ - 34BEC920152D601300CBA5E9 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 3474BA64152D6A230004AA37 /* libstdc++.dylib in Frameworks */, - 34BEC967152D637500CBA5E9 /* libxml_compiler.a in Frameworks */, - 34BEC928152D601300CBA5E9 /* Cocoa.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXFrameworksBuildPhase section */ - -/* Begin PBXGroup section */ - 34BEC918152D601300CBA5E9 = { - isa = PBXGroup; - children = ( - 34BEC97D152D670000CBA5E9 /* libstdc++.dylib */, - 34BEC966152D637500CBA5E9 /* libxml_compiler.a */, - 34BEC92D152D601300CBA5E9 /* dump_xml_compiler_result */, - 34BEC926152D601300CBA5E9 /* Frameworks */, - 34BEC924152D601300CBA5E9 /* Products */, - ); - sourceTree = ""; - }; - 34BEC924152D601300CBA5E9 /* Products */ = { - isa = PBXGroup; - children = ( - 34BEC923152D601300CBA5E9 /* dump_xml_compiler_result.app */, - ); - name = Products; - sourceTree = ""; - }; - 34BEC926152D601300CBA5E9 /* Frameworks */ = { - isa = PBXGroup; - children = ( - 34BEC927152D601300CBA5E9 /* Cocoa.framework */, - 34BEC929152D601300CBA5E9 /* Other Frameworks */, - ); - name = Frameworks; - sourceTree = ""; - }; - 34BEC929152D601300CBA5E9 /* Other Frameworks */ = { - isa = PBXGroup; - children = ( - 34BEC92A152D601300CBA5E9 /* AppKit.framework */, - 34BEC92B152D601300CBA5E9 /* CoreData.framework */, - 34BEC92C152D601300CBA5E9 /* Foundation.framework */, - ); - name = "Other Frameworks"; - sourceTree = ""; - }; - 34BEC92D152D601300CBA5E9 /* dump_xml_compiler_result */ = { - isa = PBXGroup; - children = ( - 34BEC939152D601300CBA5E9 /* AppDelegate.h */, - 34BEC93A152D601300CBA5E9 /* AppDelegate.m */, - 34BEC93C152D601300CBA5E9 /* MainMenu.xib */, - 34BEC92E152D601300CBA5E9 /* Supporting Files */, - ); - path = dump_xml_compiler_result; - sourceTree = ""; - }; - 34BEC92E152D601300CBA5E9 /* Supporting Files */ = { - isa = PBXGroup; - children = ( - 34BEC972152D653200CBA5E9 /* app.icns */, - 34BEC92F152D601300CBA5E9 /* Info.plist */, - 34BEC930152D601300CBA5E9 /* InfoPlist.strings */, - 34BEC933152D601300CBA5E9 /* main.m */, - 34BEC935152D601300CBA5E9 /* dump_xml_compiler_result-Prefix.pch */, - 34BEC936152D601300CBA5E9 /* Credits.rtf */, - ); - name = "Supporting Files"; - sourceTree = ""; - }; -/* End PBXGroup section */ - -/* Begin PBXNativeTarget section */ - 34BEC922152D601300CBA5E9 /* dump_xml_compiler_result */ = { - isa = PBXNativeTarget; - buildConfigurationList = 34BEC941152D601300CBA5E9 /* Build configuration list for PBXNativeTarget "dump_xml_compiler_result" */; - buildPhases = ( - 34BEC91F152D601300CBA5E9 /* Sources */, - 34BEC920152D601300CBA5E9 /* Frameworks */, - 34BEC921152D601300CBA5E9 /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = dump_xml_compiler_result; - productName = dump_xml_compiler_result; - productReference = 34BEC923152D601300CBA5E9 /* dump_xml_compiler_result.app */; - productType = "com.apple.product-type.application"; - }; -/* End PBXNativeTarget section */ - -/* Begin PBXProject section */ - 34BEC91A152D601300CBA5E9 /* Project object */ = { - isa = PBXProject; - attributes = { - LastUpgradeCheck = 0430; - }; - buildConfigurationList = 34BEC91D152D601300CBA5E9 /* Build configuration list for PBXProject "dump_xml_compiler_result" */; - compatibilityVersion = "Xcode 3.2"; - developmentRegion = English; - hasScannedForEncodings = 0; - knownRegions = ( - en, - ); - mainGroup = 34BEC918152D601300CBA5E9; - productRefGroup = 34BEC924152D601300CBA5E9 /* Products */; - projectDirPath = ""; - projectRoot = ""; - targets = ( - 34BEC922152D601300CBA5E9 /* dump_xml_compiler_result */, - ); - }; -/* End PBXProject section */ - -/* Begin PBXResourcesBuildPhase section */ - 34BEC921152D601300CBA5E9 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 34BEC932152D601300CBA5E9 /* InfoPlist.strings in Resources */, - 34BEC938152D601300CBA5E9 /* Credits.rtf in Resources */, - 34BEC93E152D601300CBA5E9 /* MainMenu.xib in Resources */, - 34BEC973152D653200CBA5E9 /* app.icns in Resources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXResourcesBuildPhase section */ - -/* Begin PBXSourcesBuildPhase section */ - 34BEC91F152D601300CBA5E9 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 34BEC934152D601300CBA5E9 /* main.m in Sources */, - 34BEC93B152D601300CBA5E9 /* AppDelegate.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXSourcesBuildPhase section */ - -/* Begin PBXVariantGroup section */ - 34BEC930152D601300CBA5E9 /* InfoPlist.strings */ = { - isa = PBXVariantGroup; - children = ( - 34BEC931152D601300CBA5E9 /* en */, - ); - name = InfoPlist.strings; - sourceTree = ""; - }; - 34BEC936152D601300CBA5E9 /* Credits.rtf */ = { - isa = PBXVariantGroup; - children = ( - 34BEC937152D601300CBA5E9 /* en */, - ); - name = Credits.rtf; - sourceTree = ""; - }; - 34BEC93C152D601300CBA5E9 /* MainMenu.xib */ = { - isa = PBXVariantGroup; - children = ( - 34BEC93D152D601300CBA5E9 /* en */, - ); - name = MainMenu.xib; - sourceTree = ""; - }; -/* End PBXVariantGroup section */ - -/* Begin XCBuildConfiguration section */ - 34BEC940152D601300CBA5E9 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - ARCHS = "$(ARCHS_STANDARD_32_64_BIT)"; - CLANG_ENABLE_OBJC_ARC = NO; - COPY_PHASE_STRIP = YES; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - GCC_C_LANGUAGE_STANDARD = gnu99; - GCC_ENABLE_OBJC_EXCEPTIONS = YES; - GCC_ENABLE_OBJC_GC = unsupported; - GCC_TREAT_WARNINGS_AS_ERRORS = YES; - GCC_VERSION = com.apple.compilers.llvm.clang.1_0; - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_MISSING_NEWLINE = YES; - GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES; - GCC_WARN_CHECK_SWITCH_STATEMENTS = YES; - GCC_WARN_MISSING_PARENTHESES = YES; - GCC_WARN_SHADOW = YES; - GCC_WARN_SIGN_COMPARE = YES; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_LABEL = YES; - GCC_WARN_UNUSED_VALUE = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - HEADER_SEARCH_PATHS = ../../src/lib/xml_compiler/include; - MACOSX_DEPLOYMENT_TARGET = 10.6; - RUN_CLANG_STATIC_ANALYZER = YES; - SDKROOT = macosx10.6; - }; - name = Release; - }; - 34BEC943152D601300CBA5E9 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - GCC_PRECOMPILE_PREFIX_HEADER = YES; - GCC_PREFIX_HEADER = "dump_xml_compiler_result/dump_xml_compiler_result-Prefix.pch"; - INFOPLIST_FILE = dump_xml_compiler_result/Info.plist; - LIBRARY_SEARCH_PATHS = ( - "$(inherited)", - "\"$(SRCROOT)/../../src/lib/xml_compiler/build/Release\"", - "\"$(SDKROOT)/usr/lib/gcc/i686-apple-darwin10/4.0.1\"", - ); - PRODUCT_NAME = "$(TARGET_NAME)"; - WRAPPER_EXTENSION = app; - }; - name = Release; - }; -/* End XCBuildConfiguration section */ - -/* Begin XCConfigurationList section */ - 34BEC91D152D601300CBA5E9 /* Build configuration list for PBXProject "dump_xml_compiler_result" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 34BEC940152D601300CBA5E9 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 34BEC941152D601300CBA5E9 /* Build configuration list for PBXNativeTarget "dump_xml_compiler_result" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 34BEC943152D601300CBA5E9 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; -/* End XCConfigurationList section */ - }; - rootObject = 34BEC91A152D601300CBA5E9 /* Project object */; -} diff --git a/util/dump_xml_compiler_result/dump_xml_compiler_result.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/util/dump_xml_compiler_result/dump_xml_compiler_result.xcodeproj/project.xcworkspace/contents.xcworkspacedata deleted file mode 100644 index 8d4af3898..000000000 --- a/util/dump_xml_compiler_result/dump_xml_compiler_result.xcodeproj/project.xcworkspace/contents.xcworkspacedata +++ /dev/null @@ -1,7 +0,0 @@ - - - - - diff --git a/util/dump_xml_compiler_result/dump_xml_compiler_result/AppDelegate.h b/util/dump_xml_compiler_result/dump_xml_compiler_result/AppDelegate.h deleted file mode 100644 index 7e6e01846..000000000 --- a/util/dump_xml_compiler_result/dump_xml_compiler_result/AppDelegate.h +++ /dev/null @@ -1,11 +0,0 @@ -// -*- Mode: objc -*- - -#import - -@interface AppDelegate : NSObject { - NSWindow* window; -} - -@property (assign) IBOutlet NSWindow* window; - -@end diff --git a/util/dump_xml_compiler_result/dump_xml_compiler_result/AppDelegate.m b/util/dump_xml_compiler_result/dump_xml_compiler_result/AppDelegate.m deleted file mode 100644 index 264a72f73..000000000 --- a/util/dump_xml_compiler_result/dump_xml_compiler_result/AppDelegate.m +++ /dev/null @@ -1,111 +0,0 @@ -#import "AppDelegate.h" -#include "pqrs/xml_compiler_bindings_clang.h" - -@implementation AppDelegate - -@synthesize window; - -static int total_identifier_count_ = 0; - -- (NSString*) escapeHTML:(NSString*)string -{ - string = [string stringByReplacingOccurrencesOfString:@"&" withString:@"&"]; - string = [string stringByReplacingOccurrencesOfString:@"<" withString:@"<"]; - string = [string stringByReplacingOccurrencesOfString:@">" withString:@">"]; - return string; -} - -- (void) dump_tree:(const pqrs_xml_compiler_preferences_checkbox_node_tree*)node_tree -{ - if (node_tree) { - size_t size = pqrs_xml_compiler_get_preferences_checkbox_node_tree_children_count(node_tree); - if (size > 0) { - printf("
    \n"); - for (size_t i = 0; i < size; ++i) { - const pqrs_xml_compiler_preferences_checkbox_node_tree* child = - pqrs_xml_compiler_get_preferences_checkbox_node_tree_child(node_tree, i); - NSString* name = [NSString stringWithUTF8String:pqrs_xml_compiler_get_preferences_checkbox_node_tree_name(child)]; - printf("
  • %s
  • \n", [[self escapeHTML:name] UTF8String]); - - [self dump_tree:child]; - - if (pqrs_xml_compiler_get_preferences_checkbox_node_tree_identifier(child)) { - printf("%s\n", pqrs_xml_compiler_get_preferences_checkbox_node_tree_identifier(child)); - ++total_identifier_count_; - } - } - printf("
\n"); - } - } -} - -- (void) dump_number:(const pqrs_xml_compiler_preferences_number_node_tree*)node_tree -{ - if (node_tree) { - size_t size = pqrs_xml_compiler_get_preferences_number_node_tree_children_count(node_tree); - if (size > 0) { - for (size_t i = 0; i < size; ++i) { - const pqrs_xml_compiler_preferences_number_node_tree* child = - pqrs_xml_compiler_get_preferences_number_node_tree_child(node_tree, i); - printf("%s\n", pqrs_xml_compiler_get_preferences_number_node_tree_name(child)); - - printf(" default_value:%d\n", pqrs_xml_compiler_get_preferences_number_node_tree_default_value(child)); - printf(" step:%d\n", pqrs_xml_compiler_get_preferences_number_node_tree_step(child)); - printf(" base_unit:%s\n", pqrs_xml_compiler_get_preferences_number_node_tree_base_unit(child)); - printf("\n"); - - [self dump_number:child]; - } - } - } -} - -- (void) applicationDidFinishLaunching:(NSNotification*)aNotification -{ - pqrs_xml_compiler* pqrs_xml_compiler = NULL; - int error = pqrs_xml_compiler_initialize(&pqrs_xml_compiler, - "/Library/org.pqrs/KeyRemap4MacBook/app/KeyRemap4MacBook.app/Contents/Resources", - "/noexistspath"); - if (error) { - NSLog(@"Error %d", error); - exit(1); - } - pqrs_xml_compiler_reload(pqrs_xml_compiler); - - NSArray* arguments = [[NSProcessInfo processInfo] arguments]; - if ([arguments count] == 1 || - [[arguments objectAtIndex:1] isEqualToString:@"dump_data"]) { - size_t size = pqrs_xml_compiler_get_remapclasses_initialize_vector_size(pqrs_xml_compiler); - const uint32_t* v = pqrs_xml_compiler_get_remapclasses_initialize_vector_data(pqrs_xml_compiler); - for (size_t i = 0; i < size; ++i) { - printf("%d\n", v[i]); - } - - } else if ([[arguments objectAtIndex:1] isEqualToString:@"dump_tree"]) { - const pqrs_xml_compiler_preferences_checkbox_node_tree* node_tree = - pqrs_xml_compiler_get_preferences_checkbox_node_tree_root(pqrs_xml_compiler); - [self dump_tree:node_tree]; - - printf("Total items: %d\n", total_identifier_count_); - - } else if ([[arguments objectAtIndex:1] isEqualToString:@"dump_number"]) { - const pqrs_xml_compiler_preferences_number_node_tree* node_tree = - pqrs_xml_compiler_get_preferences_number_node_tree_root(pqrs_xml_compiler); - [self dump_number:node_tree]; - - } else if ([[arguments objectAtIndex:1] isEqualToString:@"dump_identifier_except_essential"]) { - for (int i = 0;; ++i) { - const char* identifier = pqrs_xml_compiler_get_identifier(pqrs_xml_compiler, i); - if (! identifier) break; - - printf("%s\n", identifier); - } - } - - fflush(stdout); - pqrs_xml_compiler_terminate(&pqrs_xml_compiler); - - [[NSApplication sharedApplication] terminate:nil]; -} - -@end diff --git a/util/dump_xml_compiler_result/dump_xml_compiler_result/Info.plist.tmpl b/util/dump_xml_compiler_result/dump_xml_compiler_result/Info.plist.tmpl deleted file mode 100644 index 37bfe1e13..000000000 --- a/util/dump_xml_compiler_result/dump_xml_compiler_result/Info.plist.tmpl +++ /dev/null @@ -1,38 +0,0 @@ - - - - - CFBundleDevelopmentRegion - en - CFBundleExecutable - ${EXECUTABLE_NAME} - CFBundleIconFile - app.icns - CFBundleIdentifier - org.pqrs.KeyRemap4MacBook.${PRODUCT_NAME:rfc1034identifier} - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - ${PRODUCT_NAME} - CFBundlePackageType - APPL - CFBundleShortVersionString - PKGVERSION - CFBundleSignature - ???? - CFBundleVersion - PKGVERSION - LSMinimumSystemVersion - ${MACOSX_DEPLOYMENT_TARGET} - NSHumanReadableCopyright - Copyright © 2012年 __MyCompanyName__. All rights reserved. - NSMainNibFile - MainMenu - NSPrincipalClass - NSApplication - LSUIElement - 1 - NSSupportsSuddenTermination - YES - - diff --git a/util/dump_xml_compiler_result/dump_xml_compiler_result/dump_xml_compiler_result-Prefix.pch b/util/dump_xml_compiler_result/dump_xml_compiler_result/dump_xml_compiler_result-Prefix.pch deleted file mode 100644 index 84d7b4cbb..000000000 --- a/util/dump_xml_compiler_result/dump_xml_compiler_result/dump_xml_compiler_result-Prefix.pch +++ /dev/null @@ -1,7 +0,0 @@ -// -// Prefix header for all source files of the 'dump_xml_compiler_result' target in the 'dump_xml_compiler_result' project -// - -#ifdef __OBJC__ - #import -#endif diff --git a/util/dump_xml_compiler_result/dump_xml_compiler_result/en.lproj/Credits.rtf b/util/dump_xml_compiler_result/dump_xml_compiler_result/en.lproj/Credits.rtf deleted file mode 100644 index 46576ef21..000000000 --- a/util/dump_xml_compiler_result/dump_xml_compiler_result/en.lproj/Credits.rtf +++ /dev/null @@ -1,29 +0,0 @@ -{\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/util/dump_xml_compiler_result/dump_xml_compiler_result/en.lproj/InfoPlist.strings b/util/dump_xml_compiler_result/dump_xml_compiler_result/en.lproj/InfoPlist.strings deleted file mode 100644 index 477b28ff8..000000000 --- a/util/dump_xml_compiler_result/dump_xml_compiler_result/en.lproj/InfoPlist.strings +++ /dev/null @@ -1,2 +0,0 @@ -/* Localized versions of Info.plist keys */ - diff --git a/util/dump_xml_compiler_result/dump_xml_compiler_result/en.lproj/MainMenu.xib b/util/dump_xml_compiler_result/dump_xml_compiler_result/en.lproj/MainMenu.xib deleted file mode 100644 index eb6774f44..000000000 --- a/util/dump_xml_compiler_result/dump_xml_compiler_result/en.lproj/MainMenu.xib +++ /dev/null @@ -1,186 +0,0 @@ - - - - 1070 - 11D50 - 2182 - 1138.32 - 568.00 - - com.apple.InterfaceBuilder.CocoaPlugin - 2182 - - - NSWindowTemplate - NSView - NSCustomObject - - - com.apple.InterfaceBuilder.CocoaPlugin - - - PluginDependencyRecalculationVersion - - - - - NSApplication - - - FirstResponder - - - NSApplication - - - 15 - 2 - {{335, 390}, {480, 360}} - 1954021376 - dump_xml_compiler_result - NSWindow - - - - - 256 - {480, 360} - - - - {{0, 0}, {1920, 1178}} - {10000000000000, 10000000000000} - YES - - - AppDelegate - - - NSFontManager - - - - - - - delegate - - - - 495 - - - - window - - - - 532 - - - - - - 0 - - - - - - -2 - - - File's Owner - - - -1 - - - First Responder - - - -3 - - - Application - - - 371 - - - - - - - - 372 - - - - - 420 - - - - - 494 - - - - - - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - {{380, 496}, {480, 360}} - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - - - - - 535 - - - - - AppDelegate - NSObject - - window - NSWindow - - - window - - window - NSWindow - - - - IBProjectSource - ./Classes/AppDelegate.h - - - - - 0 - IBCocoaFramework - - com.apple.InterfaceBuilder.CocoaPlugin.macosx - - - - com.apple.InterfaceBuilder.CocoaPlugin.macosx - - - YES - 3 - YES - - diff --git a/util/dump_xml_compiler_result/dump_xml_compiler_result/main.m b/util/dump_xml_compiler_result/dump_xml_compiler_result/main.m deleted file mode 100644 index c04b41f3f..000000000 --- a/util/dump_xml_compiler_result/dump_xml_compiler_result/main.m +++ /dev/null @@ -1,14 +0,0 @@ -// -// main.m -// dump_xml_compiler_result -// -// Created by Takayama Fumihiko on 12/04/05. -// Copyright (c) 2012年 __MyCompanyName__. All rights reserved. -// - -#import - -int main(int argc, char* argv[]) -{ - return NSApplicationMain(argc, (const char**)argv); -}