Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update based on official DDHidLib GitHub Repo #1

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
Open
16 changes: 12 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,18 @@ Frameworks/Framework Source/libpng/build
Frameworks/Framework Source/SDLForBoxer/build

#Ignore user-specific stuff in .xcodeproj bundles
build/
*.pbxuser
*.perspective
*.perspectivev3
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
xcuserdata
project.xcworkspace
!default.mode2v3
*.perspectivev3
!default.perspectivev3
profile
*.moved-aside
DerivedData
.idea/
xcuserdata/
project.xcworkspace/
80 changes: 45 additions & 35 deletions DDHidLib.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
archiveVersion = 1;
classes = {
};
objectVersion = 42;
objectVersion = 46;
objects = {

/* Begin PBXAggregateTarget section */
Expand All @@ -23,6 +23,7 @@
/* End PBXAggregateTarget section */

/* Begin PBXBuildFile section */
30B1E6A918CBA620004E111E /* DDHidAppleMikey.h in Headers */ = {isa = PBXBuildFile; fileRef = B366F1AE16F5DE9800C0BA49 /* DDHidAppleMikey.h */; settings = {ATTRIBUTES = (Public, ); }; };
55170D360B8EC2CE00C82155 /* DDHidAppleRemote.h in Headers */ = {isa = PBXBuildFile; fileRef = 55170D340B8EC2CE00C82155 /* DDHidAppleRemote.h */; };
55170D370B8EC2CE00C82155 /* DDHidAppleRemote.m in Sources */ = {isa = PBXBuildFile; fileRef = 55170D350B8EC2CE00C82155 /* DDHidAppleRemote.m */; };
55170E0D0B8ECCAC00C82155 /* AppleRemotePaneController.m in Sources */ = {isa = PBXBuildFile; fileRef = 55170E0C0B8ECCAC00C82155 /* AppleRemotePaneController.m */; };
Expand Down Expand Up @@ -106,6 +107,10 @@
8D11072B0486CEB800E47090 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */; };
8D11072D0486CEB800E47090 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 29B97316FDCFA39411CA2CEA /* main.m */; settings = {ATTRIBUTES = (); }; };
8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */; };
B366F1B016F5DE9800C0BA49 /* DDHidAppleMikey.h in Headers */ = {isa = PBXBuildFile; fileRef = B366F1AE16F5DE9800C0BA49 /* DDHidAppleMikey.h */; };
B366F1B116F5DE9800C0BA49 /* DDHidAppleMikey.m in Sources */ = {isa = PBXBuildFile; fileRef = B366F1AF16F5DE9800C0BA49 /* DDHidAppleMikey.m */; };
B366F1B316F5E20800C0BA49 /* DDHidAppleMikey.m in Sources */ = {isa = PBXBuildFile; fileRef = B366F1AF16F5DE9800C0BA49 /* DDHidAppleMikey.m */; };
B366F1B616F5E64B00C0BA49 /* AppleMikeyPaneController.m in Sources */ = {isa = PBXBuildFile; fileRef = B366F1B516F5E64B00C0BA49 /* AppleMikeyPaneController.m */; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
Expand Down Expand Up @@ -244,6 +249,10 @@
55FD67CB0B5DE18600325FEF /* DDHidLib.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DDHidLib.h; sourceTree = "<group>"; };
8D1107310486CEB800E47090 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; };
8D1107320486CEB800E47090 /* HIDBrowser.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = HIDBrowser.app; sourceTree = BUILT_PRODUCTS_DIR; };
B366F1AE16F5DE9800C0BA49 /* DDHidAppleMikey.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DDHidAppleMikey.h; sourceTree = "<group>"; };
B366F1AF16F5DE9800C0BA49 /* DDHidAppleMikey.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DDHidAppleMikey.m; sourceTree = "<group>"; };
B366F1B416F5E64A00C0BA49 /* AppleMikeyPaneController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppleMikeyPaneController.h; sourceTree = "<group>"; };
B366F1B516F5E64B00C0BA49 /* AppleMikeyPaneController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AppleMikeyPaneController.m; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand Down Expand Up @@ -376,6 +385,8 @@
5547B9D20B8E1C02003C6ADE /* Classes */ = {
isa = PBXGroup;
children = (
B366F1B416F5E64A00C0BA49 /* AppleMikeyPaneController.h */,
B366F1B516F5E64B00C0BA49 /* AppleMikeyPaneController.m */,
55FD65C90B5DD57200325FEF /* DeviceTestController.h */,
55FD65CA0B5DD57200325FEF /* DeviceTestController.m */,
559CBCA70B5B3BCE00C8FD74 /* MousePaneController.h */,
Expand All @@ -399,6 +410,8 @@
55917B4C0B533C53005308AC /* lib */ = {
isa = PBXGroup;
children = (
B366F1AE16F5DE9800C0BA49 /* DDHidAppleMikey.h */,
B366F1AF16F5DE9800C0BA49 /* DDHidAppleMikey.m */,
55917B4F0B533C82005308AC /* DDHidDevice.h */,
55917B500B533C82005308AC /* DDHidDevice.m */,
55917E6F0B5413E7005308AC /* DDHidElement.h */,
Expand All @@ -414,8 +427,8 @@
55917E720B541541005308AC /* NSDictionary+DDHidExtras.h */,
55917E730B541541005308AC /* NSDictionary+DDHidExtras.m */,
559CBC2A0B5B34C300C8FD74 /* DDHidMouse.h */,
559CBC2B0B5B34C300C8FD74 /* DDHidMouse.m */,
55FD66D30B5DDC3F00325FEF /* DDHidJoystick.h */,
559CBC2B0B5B34C300C8FD74 /* DDHidMouse.m */,
55FD66D40B5DDC3F00325FEF /* DDHidJoystick.m */,
55CA60E30BA0F2530012CF7B /* DDHidKeyboard.h */,
55CA60E40BA0F2530012CF7B /* DDHidKeyboard.m */,
Expand Down Expand Up @@ -483,6 +496,7 @@
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
30B1E6A918CBA620004E111E /* DDHidAppleMikey.h in Headers */,
55193E580B93F31D004C0C98 /* DDHidDevice.h in Headers */,
55193E5A0B93F31D004C0C98 /* DDHidElement.h in Headers */,
55193E5C0B93F31D004C0C98 /* DDHidUsage.h in Headers */,
Expand All @@ -491,12 +505,12 @@
55193E620B93F31D004C0C98 /* DDHidUsageTables.h in Headers */,
55193E640B93F31D004C0C98 /* NSDictionary+DDHidExtras.h in Headers */,
55193E660B93F31D004C0C98 /* DDHidMouse.h in Headers */,
55D5937B0BAE3B8800364849 /* DDHidKeyboard.h in Headers */,
55193E680B93F31D004C0C98 /* DDHidJoystick.h in Headers */,
55193E6A0B93F31D004C0C98 /* DDHidAppleRemote.h in Headers */,
55FC9FDD0BB76D8D0095FC7B /* DDHidKeyboardBarcodeScanner.h in Headers */,
55193E6C0B93F31D004C0C98 /* DDHidLib.h in Headers */,
55193F110B93F36F004C0C98 /* NSXReturnThrowError.h in Headers */,
55D5937B0BAE3B8800364849 /* DDHidKeyboard.h in Headers */,
55FC9FDD0BB76D8D0095FC7B /* DDHidKeyboardBarcodeScanner.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand All @@ -518,6 +532,7 @@
55170D360B8EC2CE00C82155 /* DDHidAppleRemote.h in Headers */,
55CA60E50BA0F2530012CF7B /* DDHidKeyboard.h in Headers */,
55FC9FDB0BB76D8D0095FC7B /* DDHidKeyboardBarcodeScanner.h in Headers */,
B366F1B016F5DE9800C0BA49 /* DDHidAppleMikey.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -603,15 +618,15 @@
/* Begin PBXProject section */
29B97313FDCFA39411CA2CEA /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0460;
};
buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "DDHidLib" */;
compatibilityVersion = "Xcode 2.4";
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 1;
knownRegions = (
English,
Japanese,
French,
German,
en,
);
mainGroup = 29B97314FDCFA39411CA2CEA /* HIDBrowser */;
projectDirPath = "";
Expand Down Expand Up @@ -675,6 +690,7 @@
55193F120B93F371004C0C98 /* NSXReturnThrowError.m in Sources */,
55D5937C0BAE3B8800364849 /* DDHidKeyboard.m in Sources */,
55FC9FDE0BB76D8D0095FC7B /* DDHidKeyboardBarcodeScanner.m in Sources */,
B366F1B316F5E20800C0BA49 /* DDHidAppleMikey.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand All @@ -691,6 +707,7 @@
55170E0D0B8ECCAC00C82155 /* AppleRemotePaneController.m in Sources */,
55170E650B8ECEF600C82155 /* RemoteFeedbackView.m in Sources */,
55CA668B0BA38AEF0012CF7B /* KeyboardPaneController.m in Sources */,
B366F1B616F5E64B00C0BA49 /* AppleMikeyPaneController.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand All @@ -711,6 +728,7 @@
55170D370B8EC2CE00C82155 /* DDHidAppleRemote.m in Sources */,
55CA60E60BA0F2530012CF7B /* DDHidKeyboard.m in Sources */,
55FC9FDC0BB76D8D0095FC7B /* DDHidKeyboardBarcodeScanner.m in Sources */,
B366F1B116F5DE9800C0BA49 /* DDHidAppleMikey.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -802,6 +820,7 @@
551711290B8F420E00C82155 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = NO;
GCC_DYNAMIC_NO_PIC = NO;
GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
Expand All @@ -813,8 +832,8 @@
5517112A0B8F420E00C82155 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = YES;
GCC_ENABLE_FIX_AND_CONTINUE = NO;
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
PRODUCT_NAME = All;
ZERO_LINK = NO;
Expand All @@ -824,12 +843,12 @@
55193E540B93F2EF004C0C98 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = NO;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
FRAMEWORK_VERSION = A;
GCC_DYNAMIC_NO_PIC = NO;
GCC_ENABLE_FIX_AND_CONTINUE = YES;
GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
GCC_MODEL_TUNING = G5;
GCC_OPTIMIZATION_LEVEL = 0;
Expand All @@ -843,7 +862,6 @@
"-framework",
AppKit,
);
PREBINDING = NO;
PRODUCT_NAME = DDHidLib;
ZERO_LINK = NO;
};
Expand All @@ -852,11 +870,11 @@
55193E550B93F2EF004C0C98 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
FRAMEWORK_VERSION = A;
GCC_ENABLE_FIX_AND_CONTINUE = NO;
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
GCC_MODEL_TUNING = G5;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
Expand All @@ -869,7 +887,6 @@
"-framework",
AppKit,
);
PREBINDING = NO;
PRODUCT_NAME = DDHidLib;
ZERO_LINK = NO;
};
Expand All @@ -879,11 +896,10 @@
isa = XCBuildConfiguration;
baseConfigurationReference = 55D592200BAE2E4500364849 /* versions.xcconfig */;
buildSettings = {
COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = NO;
GCC_DYNAMIC_NO_PIC = NO;
GCC_ENABLE_FIX_AND_CONTINUE = YES;
GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
GCC_MODEL_TUNING = G5;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "$(SYSTEM_LIBRARY_DIR)/Frameworks/AppKit.framework/Headers/AppKit.h";
Expand All @@ -896,21 +912,18 @@
"-framework",
AppKit,
);
PREBINDING = NO;
PRODUCT_NAME = HIDDeviceTest;
WRAPPER_EXTENSION = app;
ZERO_LINK = NO;
};
name = Debug;
};
559CBAE60B5B313000C8FD74 /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 55D592200BAE2E4500364849 /* versions.xcconfig */;
buildSettings = {
COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = YES;
GCC_ENABLE_FIX_AND_CONTINUE = NO;
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
GCC_MODEL_TUNING = G5;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "$(SYSTEM_LIBRARY_DIR)/Frameworks/AppKit.framework/Headers/AppKit.h";
INFOPLIST_FILE = device_test/Info.plist;
Expand All @@ -922,19 +935,17 @@
"-framework",
AppKit,
);
PREBINDING = NO;
PRODUCT_NAME = HIDDeviceTest;
WRAPPER_EXTENSION = app;
ZERO_LINK = NO;
};
name = Release;
};
559CBBE70B5B338B00C8FD74 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = NO;
GCC_DYNAMIC_NO_PIC = NO;
GCC_ENABLE_FIX_AND_CONTINUE = YES;
GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
GCC_MODEL_TUNING = G5;
GCC_OPTIMIZATION_LEVEL = 0;
Expand All @@ -947,7 +958,6 @@
"-framework",
AppKit,
);
PREBINDING = NO;
PRODUCT_NAME = ddhid;
ZERO_LINK = NO;
};
Expand All @@ -956,8 +966,8 @@
559CBBE80B5B338B00C8FD74 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = YES;
GCC_ENABLE_FIX_AND_CONTINUE = NO;
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
GCC_MODEL_TUNING = G5;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
Expand All @@ -969,7 +979,6 @@
"-framework",
AppKit,
);
PREBINDING = NO;
PRODUCT_NAME = ddhid;
ZERO_LINK = NO;
};
Expand All @@ -979,9 +988,9 @@
isa = XCBuildConfiguration;
baseConfigurationReference = 55D592200BAE2E4500364849 /* versions.xcconfig */;
buildSettings = {
COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = NO;
GCC_DYNAMIC_NO_PIC = NO;
GCC_ENABLE_FIX_AND_CONTINUE = YES;
GCC_MODEL_TUNING = G5;
GCC_OPTIMIZATION_LEVEL = 0;
INFOPLIST_FILE = browser/Info.plist;
Expand All @@ -997,6 +1006,7 @@
isa = XCBuildConfiguration;
baseConfigurationReference = 55D592200BAE2E4500364849 /* versions.xcconfig */;
buildSettings = {
COMBINE_HIDPI_IMAGES = YES;
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
GCC_MODEL_TUNING = G5;
INFOPLIST_FILE = browser/Info.plist;
Expand All @@ -1012,27 +1022,27 @@
isa = XCBuildConfiguration;
baseConfigurationReference = 55D592200BAE2E4500364849 /* versions.xcconfig */;
buildSettings = {
ARCHS = "$(NATIVE_ARCH_ACTUAL)";
CLANG_ENABLE_OBJC_ARC = NO;
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
PREBINDING = NO;
SDKROOT = /Developer/SDKs/MacOSX10.5.sdk;
MACOSX_DEPLOYMENT_TARGET = 10.7;
SDKROOT = macosx;
};
name = Debug;
};
C01FCF5008A954540054247B /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 55D592200BAE2E4500364849 /* versions.xcconfig */;
buildSettings = {
ARCHS = (
ppc,
i386,
);
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
CLANG_ENABLE_OBJC_ARC = NO;
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
PREBINDING = NO;
SDKROOT = /Developer/SDKs/MacOSX10.5.sdk;
MACOSX_DEPLOYMENT_TARGET = 10.7;
SDKROOT = macosx;
};
name = Release;
};
Expand Down
Binary file added Icon.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading