Skip to content
This repository has been archived by the owner on Feb 8, 2023. It is now read-only.

Commit

Permalink
Prepare for release 1.3.0
Browse files Browse the repository at this point in the history
Bumped version.
Fixed some headers.
Added template header for new files.
  • Loading branch information
Damien Rivet committed Sep 28, 2018
1 parent 91bb63e commit 3607192
Show file tree
Hide file tree
Showing 17 changed files with 31 additions and 43 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [1.3.0]

### Added

* Reworked localization [[#81](https://github.com/Shufflepuck/SplashBuddy/issues/81)]
* Added Spanish localization [[#85](https://github.com/Shufflepuck/SplashBuddy/issues/85)]
* Added User Input
* Added Japanese localization [[#96](https://github.com/Shufflepuck/SplashBuddy/issues/96)]
* Added support for `macOS 10.14`

## [1.2.2]

### Fixed
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IDEDidComputeMac32BitWarning</key>
<true/>
</dict>
</plist>
10 changes: 10 additions & 0 deletions SplashBuddy.xcodeproj/xcshareddata/IDETemplateMacros.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>FILEHEADER</key>
<string>
// Copyright © 2018 Amaris Technologies GmbH. All rights reserved.
//</string>
</dict>
</plist>
3 changes: 0 additions & 3 deletions SplashBuddy/AppDelegate.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
//
// AppDelegate.swift
// SplashBuddy
//
// Copyright © 2018 Amaris Technologies GmbH. All rights reserved.
//

Expand Down
4 changes: 0 additions & 4 deletions SplashBuddy/Extensions/NSLocalizedStringExtensions.swift
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
//
// NSLocalizedStringExtensions.swift
// SplashBuddy
//
// Created by Damien Rivet on 25.04.18.
// Copyright © 2018 Amaris Technologies GmbH. All rights reserved.
//

Expand Down
4 changes: 2 additions & 2 deletions SplashBuddy/Resources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.2.2</string>
<string>1.3.0</string>
<key>CFBundleVersion</key>
<string>24</string>
<string>25</string>
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>NSHumanReadableCopyright</key>
Expand Down
3 changes: 0 additions & 3 deletions SplashBuddy/Tools/ContinueAction.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
//
// ContinueAction.swift
// SplashBuddy
//
// Copyright © 2018 Amaris Technologies GmbH. All rights reserved.
//

Expand Down
3 changes: 0 additions & 3 deletions SplashBuddy/Tools/Log.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
//
// Log.swift
// SplashBuddy
//
// Copyright © 2018 Amaris Technologies GmbH. All rights reserved.
//

Expand Down
3 changes: 0 additions & 3 deletions SplashBuddy/Tools/#Window.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
//
// LoginWindow.swift
// SplashBuddy
//
// Copyright © 2018 Amaris Technologies GmbH. All rights reserved.
//

Expand Down
3 changes: 0 additions & 3 deletions SplashBuddy/Tools/Preferences.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
//
// Preferences.swift
// SplashBuddy
//
// Copyright © 2018 Amaris Technologies GmbH. All rights reserved.
//

Expand Down
5 changes: 1 addition & 4 deletions SplashBuddy/Tools/Regexes.swift
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
//
// Regexes.swift
// CasperWait
//
// Copyright © 2016 François Levaux. All rights reserved.
// Copyright © 2018 Amaris Technologies GmbH. All rights reserved.
//

import Foundation
Expand Down
3 changes: 0 additions & 3 deletions SplashBuddy/Views/Controls/TransparentScroller.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
//
// TransparentScroller.swift
// SplashBuddy
//
// Copyright © 2018 Amaris Technologies GmbH. All rights reserved.
//

Expand Down
3 changes: 0 additions & 3 deletions SplashBuddy/Views/Main/MainViewController.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
//
// MainViewController.swift
// SplashBuddy
//
// Copyright © 2018 Amaris Technologies GmbH. All rights reserved.
//

Expand Down
3 changes: 0 additions & 3 deletions SplashBuddy/Views/Main/MainViewController_Actions.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
//
// MainViewController_Actions.swift
// SplashBuddy
//
// Copyright © 2018 Amaris Technologies GmbH. All rights reserved.
//

Expand Down
3 changes: 0 additions & 3 deletions SplashBuddy/Views/Main/MainWindow.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
//
// MainWindow.swift
// SplashBuddy
//
// Copyright © 2018 Amaris Technologies GmbH. All rights reserved.
//

Expand Down
3 changes: 0 additions & 3 deletions SplashBuddy/Views/Main/MainWindowController.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
//
// MainWindowController.swift
// SplashBuddy
//
// Copyright © 2018 Amaris Technologies GmbH. All rights reserved.
//

Expand Down
3 changes: 0 additions & 3 deletions SplashBuddy/Views/Web/WKWebViewNavigationDelegate.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
//
// CasperSplashWebView.swift
// SplashBuddy
//
// Copyright © 2018 Amaris Technologies GmbH. All rights reserved.
//

Expand Down

0 comments on commit 3607192

Please # to comment.