diff --git a/A2Mac.xcodeproj/project.pbxproj b/A2Mac.xcodeproj/project.pbxproj index e8da902..2923303 100644 --- a/A2Mac.xcodeproj/project.pbxproj +++ b/A2Mac.xcodeproj/project.pbxproj @@ -1563,6 +1563,7 @@ "$(inherited)", "@executable_path/../Frameworks", ); + MARKETING_VERSION = 0.84; OTHER_CFLAGS = ( "-D_NO_DISASSEMBLER", "-D_NO_INTERRUPT_CHECK_PER_STEP", @@ -1600,6 +1601,7 @@ "@executable_path/../Frameworks", ); LLVM_LTO = YES_THIN; + MARKETING_VERSION = 0.84; OTHER_CFLAGS = ( "-D_NO_DISASSEMBLER", "-D_NO_INTERRUPT_CHECK_PER_STEP", diff --git a/A2Mac/Info.plist b/A2Mac/Info.plist index 78fd22f..ca6f1ec 100644 --- a/A2Mac/Info.plist +++ b/A2Mac/Info.plist @@ -19,7 +19,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.0 + $(MARKETING_VERSION) CFBundleVersion 1 LSApplicationCategoryType diff --git a/A2Mac/ViewController.swift b/A2Mac/ViewController.swift index 37e19de..0333177 100644 --- a/A2Mac/ViewController.swift +++ b/A2Mac/ViewController.swift @@ -853,13 +853,13 @@ class ViewController: NSViewController { // Mouse 2 JoyStick (Game Controller / Paddle) mouseLocation = view.window!.mouseLocationOutsideOfEventStream - if ( Mouse2Joystick || Keyboard2Joystick ) { - if let flags = NSApp.currentEvent?.modifierFlags { - if flags.contains(.command){ - // somethings - } - } - } +// if ( Mouse2Joystick || Keyboard2Joystick ) { +// if let flags = NSApp.currentEvent?.modifierFlags { +// if flags.contains(.command){ +// // somethings +// } +// } +// } if ( Mouse2Joystick ) { pdl_prevarr[0] = pdl_valarr[0]