From 7d210e72432c71da02db1bfe6873dbd3286d01aa Mon Sep 17 00:00:00 2001 From: Lothar Haeger Date: Sat, 17 Apr 2021 12:17:00 +0200 Subject: [PATCH] Update Launcher to v1.8.0 --- AutoRaise.xcodeproj/project.pbxproj | 4 ++-- Launcher/AppDelegate.swift | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/AutoRaise.xcodeproj/project.pbxproj b/AutoRaise.xcodeproj/project.pbxproj index d2b0b04..6c72995 100644 --- a/AutoRaise.xcodeproj/project.pbxproj +++ b/AutoRaise.xcodeproj/project.pbxproj @@ -314,7 +314,7 @@ INFOPLIST_FILE = Launcher/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks"; MACOSX_DEPLOYMENT_TARGET = 10.10; - MARKETING_VERSION = 1.6; + MARKETING_VERSION = 1.8; ONLY_ACTIVE_ARCH = YES; PRODUCT_BUNDLE_IDENTIFIER = com.brummelhook.AutoRaise; PRODUCT_NAME = AutoRaise; @@ -338,7 +338,7 @@ INFOPLIST_FILE = Launcher/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks"; MACOSX_DEPLOYMENT_TARGET = 10.10; - MARKETING_VERSION = 1.6; + MARKETING_VERSION = 1.8; ONLY_ACTIVE_ARCH = YES; PRODUCT_BUNDLE_IDENTIFIER = com.brummelhook.AutoRaise; PRODUCT_NAME = AutoRaise; diff --git a/Launcher/AppDelegate.swift b/Launcher/AppDelegate.swift index 3a8d05b..c09e290 100644 --- a/Launcher/AppDelegate.swift +++ b/Launcher/AppDelegate.swift @@ -49,7 +49,7 @@ class AppDelegate: NSObject, NSApplicationDelegate { let buildNumber: String = Bundle.main.object(forInfoDictionaryKey: "CFBundleVersion") as! String let appAbout = "AutoRaise & Launcher\n" + - "Version 1.6.0, 2021-04-11\n\n" + + "Version 1.8.0, 2021-04-17\n\n" + "©2021 Stefan Post, Lothar Haeger\n" + "Icons made by https://www.flaticon.com/authors/fr"