-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'refs/remotes/origin/main'
- Loading branch information
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# QRCodeGenerator | ||
Menu application for macOS that generates a QR code for any URL in the pasteboard. | ||
|
||
https://user-images.githubusercontent.com/16992520/226909401-cf103d81-6136-49a1-bceb-4c7c4194c707.mp4 | ||
|
||
## Technologies Used: | ||
1. AppKit / Cocoa | ||
2. CoreImage | ||
3. SwiftUI | ||
|
||
## Requirements: | ||
macOS 12.0 | ||
Xcode 13+ | ||
|
||
## Usage and Installation: | ||
You can download the application from the <a href="https://github.com/tarkalabs/QRCodeGenerator/releases/">Releases</a>.</br> | ||
Since the application is not notarized, you will see a GateKeeper warning.</br> | ||
Please allow it from Settings > Security and Privacy. </br> | ||
If you have Xcode already installed you can clone the repo, replace the code signing settings and run the app running on your system. |