Skip to content

Commit

Permalink
Fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
glouel committed Nov 11, 2018
1 parent 60af2ef commit 184530f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ class PreferencesWindowController: NSWindowController, NSOutlineViewDataSource,
@IBOutlet var newVideosModePopup: NSPopUpButton!

@IBOutlet var lastCheckedVideosLabel: NSTextField!

var player: AVPlayer = AVPlayer()

var videos: [AerialVideo]?
Expand Down
4 changes: 2 additions & 2 deletions Resources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>1.4.6beta1</string>
<string>1.4.6beta2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.4.6beta1</string>
<string>1.4.6beta2</string>
<key>LSApplicationCategoryType</key>
<string></string>
<key>LSMinimumSystemVersion</key>
Expand Down

0 comments on commit 184530f

Please sign in to comment.