Skip to content

Commit

Permalink
Merge pull request #7 from markopolo123/patch-1
Browse files Browse the repository at this point in the history
updating swift_version
  • Loading branch information
Lutzifer authored Apr 30, 2019
2 parents c0da320 + ad51cd8 commit 0aee9af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions keyboardSwitcher.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OBJC_BRIDGING_HEADER = "keyboardSwitcher/Core/keyboardSwitcher-Bridging-Header.h";
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 3.0;
SWIFT_VERSION = 5.0;
};
name = Debug;
};
Expand All @@ -308,7 +308,7 @@
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OBJC_BRIDGING_HEADER = "keyboardSwitcher/Core/keyboardSwitcher-Bridging-Header.h";
SWIFT_VERSION = 3.0;
SWIFT_VERSION = 5.0;
};
name = Release;
};
Expand Down

4 comments on commit 0aee9af

@danielzen
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any chance you could push this change to Homebrew :)

@Lutzifer
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think I'll have a look at it next week.

@Lutzifer
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@danielzen

Released to home-brew via Lutzifer/homebrew-tap@0d6810f

@danielzen
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Still trying to figure out how to trigger on unplug of keyboard. I do have it working when a keyboard is plugged in...

Please sign in to comment.