diff options
5 files changed, 323 insertions, 0 deletions
diff --git a/dome_key_event_source_simulator.xcodeproj/project.pbxproj b/dome_key_event_source_simulator.xcodeproj/project.pbxproj new file mode 100644 index 0000000..6ff235f --- /dev/null +++ b/dome_key_event_source_simulator.xcodeproj/project.pbxproj @@ -0,0 +1,276 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 48; + objects = { + +/* Begin PBXBuildFile section */ + D102B9CB2172BCE7000CC16D /* dome_key_event_source_simulator.h in Headers */ = {isa = PBXBuildFile; fileRef = D102B9CA2172BCE7000CC16D /* dome_key_event_source_simulator.h */; }; + D102B9CD2172BCE7000CC16D /* dome_key_event_source_simulator.m in Sources */ = {isa = PBXBuildFile; fileRef = D102B9CC2172BCE7000CC16D /* dome_key_event_source_simulator.m */; }; +/* End PBXBuildFile section */ + +/* Begin PBXFileReference section */ + D102B9C72172BCE7000CC16D /* libdome_key_event_source_simulator.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libdome_key_event_source_simulator.a; sourceTree = BUILT_PRODUCTS_DIR; }; + D102B9CA2172BCE7000CC16D /* dome_key_event_source_simulator.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = dome_key_event_source_simulator.h; sourceTree = "<group>"; }; + D102B9CC2172BCE7000CC16D /* dome_key_event_source_simulator.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = dome_key_event_source_simulator.m; sourceTree = "<group>"; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + D102B9C42172BCE7000CC16D /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + D102B9BE2172BCE7000CC16D = { + isa = PBXGroup; + children = ( + D102B9C92172BCE7000CC16D /* dome_key_event_source_simulator */, + D102B9C82172BCE7000CC16D /* Products */, + ); + sourceTree = "<group>"; + }; + D102B9C82172BCE7000CC16D /* Products */ = { + isa = PBXGroup; + children = ( + D102B9C72172BCE7000CC16D /* libdome_key_event_source_simulator.a */, + ); + name = Products; + sourceTree = "<group>"; + }; + D102B9C92172BCE7000CC16D /* dome_key_event_source_simulator */ = { + isa = PBXGroup; + children = ( + D102B9CA2172BCE7000CC16D /* dome_key_event_source_simulator.h */, + D102B9CC2172BCE7000CC16D /* dome_key_event_source_simulator.m */, + ); + path = dome_key_event_source_simulator; + sourceTree = "<group>"; + }; +/* End PBXGroup section */ + +/* Begin PBXHeadersBuildPhase section */ + D102B9C52172BCE7000CC16D /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + D102B9CB2172BCE7000CC16D /* dome_key_event_source_simulator.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXHeadersBuildPhase section */ + +/* Begin PBXNativeTarget section */ + D102B9C62172BCE7000CC16D /* dome_key_event_source_simulator */ = { + isa = PBXNativeTarget; + buildConfigurationList = D102B9D02172BCE7000CC16D /* Build configuration list for PBXNativeTarget "dome_key_event_source_simulator" */; + buildPhases = ( + D102B9C32172BCE7000CC16D /* Sources */, + D102B9C42172BCE7000CC16D /* Frameworks */, + D102B9C52172BCE7000CC16D /* Headers */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = dome_key_event_source_simulator; + productName = dome_key_event_source_simulator; + productReference = D102B9C72172BCE7000CC16D /* libdome_key_event_source_simulator.a */; + productType = "com.apple.product-type.library.static"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + D102B9BF2172BCE7000CC16D /* Project object */ = { + isa = PBXProject; + attributes = { + LastUpgradeCheck = 0920; + ORGANIZATIONNAME = tw; + TargetAttributes = { + D102B9C62172BCE7000CC16D = { + CreatedOnToolsVersion = 9.2; + ProvisioningStyle = Automatic; + }; + }; + }; + buildConfigurationList = D102B9C22172BCE7000CC16D /* Build configuration list for PBXProject "dome_key_event_source_simulator" */; + compatibilityVersion = "Xcode 8.0"; + developmentRegion = en; + hasScannedForEncodings = 0; + knownRegions = ( + en, + ); + mainGroup = D102B9BE2172BCE7000CC16D; + productRefGroup = D102B9C82172BCE7000CC16D /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + D102B9C62172BCE7000CC16D /* dome_key_event_source_simulator */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXSourcesBuildPhase section */ + D102B9C32172BCE7000CC16D /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + D102B9CD2172BCE7000CC16D /* dome_key_event_source_simulator.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin XCBuildConfiguration section */ + D102B9CE2172BCE7000CC16D /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_ANALYZER_NONNULL = YES; + CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_DOCUMENTATION_COMMENTS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + CODE_SIGN_IDENTITY = "-"; + COPY_PHASE_STRIP = NO; + DEBUG_INFORMATION_FORMAT = dwarf; + ENABLE_STRICT_OBJC_MSGSEND = YES; + ENABLE_TESTABILITY = YES; + GCC_C_LANGUAGE_STANDARD = gnu11; + GCC_DYNAMIC_NO_PIC = NO; + GCC_NO_COMMON_BLOCKS = YES; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ( + "DEBUG=1", + "$(inherited)", + ); + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + MACOSX_DEPLOYMENT_TARGET = 10.12; + MTL_ENABLE_DEBUG_INFO = YES; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = macosx; + }; + name = Debug; + }; + D102B9CF2172BCE7000CC16D /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_ANALYZER_NONNULL = YES; + CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_DOCUMENTATION_COMMENTS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + CODE_SIGN_IDENTITY = "-"; + COPY_PHASE_STRIP = NO; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + ENABLE_NS_ASSERTIONS = NO; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_C_LANGUAGE_STANDARD = gnu11; + GCC_NO_COMMON_BLOCKS = YES; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + MACOSX_DEPLOYMENT_TARGET = 10.12; + MTL_ENABLE_DEBUG_INFO = NO; + SDKROOT = macosx; + }; + name = Release; + }; + D102B9D12172BCE7000CC16D /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + CODE_SIGN_STYLE = Automatic; + EXECUTABLE_PREFIX = lib; + PRODUCT_NAME = "$(TARGET_NAME)"; + }; + name = Debug; + }; + D102B9D22172BCE7000CC16D /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + CODE_SIGN_STYLE = Automatic; + EXECUTABLE_PREFIX = lib; + PRODUCT_NAME = "$(TARGET_NAME)"; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + D102B9C22172BCE7000CC16D /* Build configuration list for PBXProject "dome_key_event_source_simulator" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + D102B9CE2172BCE7000CC16D /* Debug */, + D102B9CF2172BCE7000CC16D /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + D102B9D02172BCE7000CC16D /* Build configuration list for PBXNativeTarget "dome_key_event_source_simulator" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + D102B9D12172BCE7000CC16D /* Debug */, + D102B9D22172BCE7000CC16D /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; +/* End XCConfigurationList section */ + }; + rootObject = D102B9BF2172BCE7000CC16D /* Project object */; +} diff --git a/dome_key_event_source_simulator.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/dome_key_event_source_simulator.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100644 index 0000000..feb031c --- /dev/null +++ b/dome_key_event_source_simulator.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Workspace + version = "1.0"> + <FileRef + location = "self:dome_key_event_source_simulator.xcodeproj"> + </FileRef> +</Workspace> diff --git a/dome_key_event_source_simulator.xcodeproj/xcuserdata/tw.xcuserdatad/xcschemes/xcschememanagement.plist b/dome_key_event_source_simulator.xcodeproj/xcuserdata/tw.xcuserdatad/xcschemes/xcschememanagement.plist new file mode 100644 index 0000000..7deed6a --- /dev/null +++ b/dome_key_event_source_simulator.xcodeproj/xcuserdata/tw.xcuserdatad/xcschemes/xcschememanagement.plist @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> +<plist version="1.0"> +<dict> + <key>SchemeUserState</key> + <dict> + <key>dome_key_event_source_simulator.xcscheme</key> + <dict> + <key>orderHint</key> + <integer>0</integer> + </dict> + </dict> +</dict> +</plist> diff --git a/dome_key_event_source_simulator/dome_key_event_source_simulator.h b/dome_key_event_source_simulator/dome_key_event_source_simulator.h new file mode 100644 index 0000000..548e17b --- /dev/null +++ b/dome_key_event_source_simulator/dome_key_event_source_simulator.h @@ -0,0 +1,13 @@ +// +// dome_key_event_source_simulator.h +// dome_key_event_source_simulator +// +// Created by tw on 10/14/18. +// Copyright © 2018 tw. All rights reserved. +// + +#import <Foundation/Foundation.h> + +@interface dome_key_event_source_simulator : NSObject + +@end diff --git a/dome_key_event_source_simulator/dome_key_event_source_simulator.m b/dome_key_event_source_simulator/dome_key_event_source_simulator.m new file mode 100644 index 0000000..ddc8b5a --- /dev/null +++ b/dome_key_event_source_simulator/dome_key_event_source_simulator.m @@ -0,0 +1,13 @@ +// +// dome_key_event_source_simulator.m +// dome_key_event_source_simulator +// +// Created by tw on 10/14/18. +// Copyright © 2018 tw. All rights reserved. +// + +#import "dome_key_event_source_simulator.h" + +@implementation dome_key_event_source_simulator + +@end |
