Skip to content

Commit

Permalink
Release 1.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
David Ehlen committed Oct 2, 2017
1 parent 7f60cd2 commit c082fd0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion TRexAboutWindowController.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |s|
#

s.name = "TRexAboutWindowController"
s.version = "1.5.4"
s.version = "1.5.5"
s.summary = "A swift clone of PFAboutWindow to create an Xcode 6 like About Window."

# This description is used to generate tags and improve search results.
Expand Down
1 change: 0 additions & 1 deletion TRexAboutWindowController/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ class AppDelegate: NSObject, NSApplicationDelegate {
self.aboutWindowController.appCopyright = attributText

self.aboutWindowController.windowShouldHaveShadow = true
aboutWindowController.delegate = self
self.aboutWindowController.showWindow(self)
}
}
Expand Down
4 changes: 1 addition & 3 deletions TRexAboutWindowController/TRexAboutWindowController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ public enum WindowState {

@objc(TRexAboutWindowController)
open class TRexAboutWindowController : NSWindowController {

var delegate: AppDelegate?


@objc open var appName = ""
open var appVersion = ""
open var appCopyright = NSAttributedString()
Expand Down

0 comments on commit c082fd0

Please sign in to comment.