-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
15 changed files
with
162 additions
and
71 deletions.
There are no files selected for viewing
18 changes: 15 additions & 3 deletions
18
Demo/AppKitFocusPathDisplay Demo/AppKitFocusOverlay Objc Demo/AppDelegate.h
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
18 changes: 15 additions & 3 deletions
18
Demo/AppKitFocusPathDisplay Demo/AppKitFocusOverlay Objc Demo/AppDelegate.m
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
18 changes: 15 additions & 3 deletions
18
Demo/AppKitFocusPathDisplay Demo/AppKitFocusOverlay Objc Demo/ViewController.h
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
18 changes: 15 additions & 3 deletions
18
Demo/AppKitFocusPathDisplay Demo/AppKitFocusOverlay Objc Demo/ViewController.m
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
18 changes: 15 additions & 3 deletions
18
Demo/AppKitFocusPathDisplay Demo/AppKitFocusOverlay Objc Demo/main.m
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
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
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
18 changes: 15 additions & 3 deletions
18
Demo/AppKitFocusPathDisplay Demo/AppKitFocusPathDisplay Demo/ViewController.swift
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
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
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 |
---|---|---|
@@ -1,31 +1,26 @@ | ||
// swift-tools-version:5.3 | ||
// The swift-tools-version declares the minimum version of Swift required to build this package. | ||
// swift-tools-version: 5.4 | ||
|
||
import PackageDescription | ||
|
||
let package = Package( | ||
name: "AppKitFocusOverlay", | ||
platforms: [ | ||
name: "AppKitFocusOverlay", | ||
platforms: [ | ||
.macOS(.v10_11) | ||
], | ||
products: [ | ||
// Products define the executables and libraries a package produces, and make them visible to other packages. | ||
.library( | ||
name: "AppKitFocusOverlay", | ||
targets: ["AppKitFocusOverlay"]), | ||
], | ||
dependencies: [ | ||
// Dependencies declare other packages that this package depends on. | ||
.package(url: "https://github.com/dagronf/HotKey", from: "0.1.3") | ||
], | ||
targets: [ | ||
// Targets are the basic building blocks of a package. A target can define a module or a test suite. | ||
// Targets can depend on other targets in this package, and on products in packages this package depends on. | ||
.target( | ||
name: "AppKitFocusOverlay", | ||
dependencies: ["HotKey"]), | ||
.testTarget( | ||
name: "AppKitFocusOverlayTests", | ||
dependencies: ["AppKitFocusOverlay"]), | ||
] | ||
], | ||
products: [ | ||
.library( | ||
name: "AppKitFocusOverlay", | ||
targets: ["AppKitFocusOverlay"]), | ||
], | ||
dependencies: [ | ||
.package(url: "https://github.com/dagronf/HotKey", from: "0.1.3") | ||
], | ||
targets: [ | ||
.target( | ||
name: "AppKitFocusOverlay", | ||
dependencies: ["HotKey"]), | ||
.testTarget( | ||
name: "AppKitFocusOverlayTests", | ||
dependencies: ["AppKitFocusOverlay"]), | ||
] | ||
) |
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
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
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
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
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