Skip to content

Commit

Permalink
Update XCode version
Browse files Browse the repository at this point in the history
  • Loading branch information
lhaeger committed Apr 12, 2021
1 parent 6bb6bf2 commit 945fb39
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions AutoRaise.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -309,11 +309,12 @@
CODE_SIGN_IDENTITY = "-";
"CODE_SIGN_IDENTITY[sdk=*]" = "Mac Developer";
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 0;
DEVELOPMENT_TEAM = 8B7L8R4FBJ;
INFOPLIST_FILE = Launcher/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.10;
MARKETING_VERSION = 1.2;
MARKETING_VERSION = 1.6;
ONLY_ACTIVE_ARCH = YES;
PRODUCT_BUNDLE_IDENTIFIER = com.brummelhook.AutoRaise;
PRODUCT_NAME = AutoRaise;
Expand All @@ -332,11 +333,12 @@
CODE_SIGN_IDENTITY = "-";
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Mac Developer";
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 0;
DEVELOPMENT_TEAM = 8B7L8R4FBJ;
INFOPLIST_FILE = Launcher/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.10;
MARKETING_VERSION = 1.2;
MARKETING_VERSION = 1.6;
ONLY_ACTIVE_ARCH = YES;
PRODUCT_BUNDLE_IDENTIFIER = com.brummelhook.AutoRaise;
PRODUCT_NAME = AutoRaise;
Expand Down
2 changes: 1 addition & 1 deletion Launcher/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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.5.1, 2021-03-13\n\n" +
"Version 1.6.0, 2021-04-11\n\n" +
"©2021 Stefan Post, Lothar Haeger\n" +
"Icons made by https://www.flaticon.com/authors/fr"

Expand Down
2 changes: 1 addition & 1 deletion Launcher/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1</string>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.developer-tools</string>
<key>LSMinimumSystemVersion</key>
Expand Down

0 comments on commit 945fb39

Please sign in to comment.