Skip to content

Commit

Permalink
Updated build settings to only target 64bit
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBis committed Jun 28, 2016
1 parent b055e05 commit 59ea89b
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 10 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ This project is a fork of the original (now unsupported) project and uses foohid
## Quick Start

1. Download and install the latest release of foohid: https://github.com/unbit/foohid/releases/latest
2. Download the install latest release of WJoy-foohid: https://github.com/JustinBis/wjoy-foohid/releases/latest
2. Download and run the latest release of WJoy-foohid: https://github.com/JustinBis/wjoy-foohid/releases/latest
3. Ensure that bluetooth is enabled and then click the wiimote icon on the menu bar
4. Click "start discovery" and then hit the red sync button on your Wii Remote or other accessory
5. Once connected, your controller is ready to be used. Enjoy!
5. Once connected, your controller is ready to be used in any games that support native gamepads. Enjoy!


## Why foohid?
Expand Down
8 changes: 4 additions & 4 deletions WJoy/WJoy-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -9,25 +9,25 @@
<key>CFBundleIconFile</key>
<string>app</string>
<key>CFBundleIdentifier</key>
<string>com.alxn1.${PRODUCT_NAME:rfc1034identifier}</string>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>${PRODUCT_NAME}</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.7.1</string>
<string>0.8.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>LSMinimumSystemVersion</key>
<string>${MACOSX_DEPLOYMENT_TARGET}</string>
<key>LSUIElement</key>
<true/>
<key>NSMainNibFile</key>
<string>MainMenu</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>LSUIElement</key>
<true/>
<key>UALatesVersionPlistURL</key>
<string>http://wjoy.googlecode.com/svn/trunk/WJoy/WJoyLatestVersion.plist</string>
</dict>
Expand Down
4 changes: 4 additions & 0 deletions WJoy/WJoy.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -540,6 +540,8 @@
/* Begin PBXProject section */
29B97313FDCFA39411CA2CEA /* Project object */ = {
isa = PBXProject;
attributes = {
};
buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "WJoy" */;
compatibilityVersion = "Xcode 3.1";
developmentRegion = English;
Expand Down Expand Up @@ -852,6 +854,7 @@
HEADER_SEARCH_PATHS = ../;
INFOPLIST_FILE = "WJoy-Info.plist";
INSTALL_PATH = "$(HOME)/Applications";
PRODUCT_BUNDLE_IDENTIFIER = "com.JustinBis.WJoy-foohid";
PRODUCT_NAME = WJoy;
};
name = Debug;
Expand All @@ -865,6 +868,7 @@
HEADER_SEARCH_PATHS = ../;
INFOPLIST_FILE = "WJoy-Info.plist";
INSTALL_PATH = "$(HOME)/Applications";
PRODUCT_BUNDLE_IDENTIFIER = "com.JustinBis.WJoy-foohid";
PRODUCT_NAME = WJoy;
};
name = Release;
Expand Down
Binary file not shown.
4 changes: 2 additions & 2 deletions WJoy/WiimoteAutoWrapper.m
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,8 @@ - (void) wiimote:(Wiimote*)wiimote
break;
}

NSLog(@"\nMinLx: %i\tMinLy: %i\tMaxLx: %i\tMaxLy: %i", minL.x, minL.y, maxL.x, maxL.y);
NSLog(@"\nMinRx: %i\tMinRy: %i\tMaxRx: %i\tMaxRy: %i", minR.x, minR.y, maxR.x, maxR.y);
NSLog(@"\nMinLx: %f\tMinLy: %f\tMaxLx: %f\tMaxLy: %f", minL.x, minL.y, maxL.x, maxL.y);
NSLog(@"\nMinRx: %f\tMinRy: %f\tMaxRx: %f\tMaxRy: %f", minR.x, minR.y, maxR.x, maxR.y);

[m_HIDState setPointer:stick position:position];
}
Expand Down
8 changes: 6 additions & 2 deletions WirtualJoy/WirtualJoy.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -594,15 +594,17 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = "$(ARCHS_STANDARD)";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 1.0.0d1;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
GCC_DYNAMIC_NO_PIC = NO;
GCC_ENABLE_KERNEL_DEVELOPMENT = NO;
GCC_MODEL_TUNING = G5;
GCC_OPTIMIZATION_LEVEL = 0;
INFOPLIST_FILE = Info.plist;
INSTALL_PATH = "$(SYSTEM_LIBRARY_DIR)/Extensions";
MODULE_NAME = com.alxn1.driver.wjoy;
MODULE_NAME = "com.JustinBis.driver.wjoy-foohid";
MODULE_VERSION = 1.0.0d1;
PRODUCT_NAME = wjoy;
WRAPPER_EXTENSION = kext;
Expand All @@ -613,12 +615,14 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = "$(ARCHS_STANDARD)";
CURRENT_PROJECT_VERSION = 1.0.0d1;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
GCC_ENABLE_KERNEL_DEVELOPMENT = NO;
GCC_MODEL_TUNING = G5;
INFOPLIST_FILE = Info.plist;
INSTALL_PATH = "$(SYSTEM_LIBRARY_DIR)/Extensions";
MODULE_NAME = com.alxn1.driver.wjoy;
MODULE_NAME = "com.JustinBis.driver.wjoy-foohid";
MODULE_VERSION = 1.0.0d1;
PRODUCT_NAME = wjoy;
WRAPPER_EXTENSION = kext;
Expand Down

0 comments on commit 59ea89b

Please sign in to comment.