Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
magesteve committed Feb 14, 2021
1 parent 622d2cd commit 0a063fc
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@
"repositoryURL": "https://github.com/magesteve/InspectorSpellBook.git",
"state": {
"branch": null,
"revision": "fad3dbd32ce62c486154af1c597250b013fae79d",
"version": "1.0.0"
"revision": "6c33919045b2a7a4941288abfbc4aa56a80d8f26",
"version": "1.0.1"
}
},
{
"package": "PreferencesSpellBook",
"repositoryURL": "https://github.com/magesteve/PreferencesSpellBook.git",
"state": {
"branch": null,
"revision": "5baad5b5431b2b95f27748688886de0ac911e360",
"revision": "61f4996d5a9b8c142507a9dfbbf4f0e987f88a4e",
"version": "1.0.3"
}
},
Expand Down
2 changes: 1 addition & 1 deletion CocoaGrimoire/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import PreferencesSpellBook
// MARK: - AppDelegate Class

@main
class AppDelegate: NSObject, SlamTaskAppProtocol, PreferencesAppController {
class AppDelegate: NSObject, SlamTaskAppProtocol {

// MARK: - SlamTaskAppProtocol Requirement

Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ Swift Package of useful tools for Swift Development on Macintosh (Cocoa) Platfor

https://github.com/magesteve/CocoaSpellBook.git

### InspectorSpellBook

Swift Package to provide standard left & right side panels (commonly used as Inspectors) for Macintosh App Development (Cocoa).

https://github.com/magesteve/InspectorSpellBook.git

### PreferencesSpellBook

Swift Package to provide standard Preference window functionality. The AppDelegate sets up the Preference window, as well as has the action to display it. The Preference panes are for display purposes only (no functionality).
Expand Down

0 comments on commit 0a063fc

Please sign in to comment.