Skip to content

Commit a82da3a

Browse files
committed
rename version to 2.0 for simplicity
1 parent b74ed91 commit a82da3a

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

Quality.xcodeproj/project.pbxproj

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -390,14 +390,15 @@
390390
GENERATE_INFOPLIST_FILE = YES;
391391
INFOPLIST_FILE = Quality/Info.plist;
392392
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.music";
393+
INFOPLIST_KEY_LSUIElement = YES;
393394
INFOPLIST_KEY_NSAppleEventsUsageDescription = "This permission is required for local file sample rate detection.";
394-
INFOPLIST_KEY_NSHumanReadableCopyright = "2022 Vincent Neo";
395+
INFOPLIST_KEY_NSHumanReadableCopyright = "2022-2025 Vincent Neo";
395396
LD_RUNPATH_SEARCH_PATHS = (
396397
"$(inherited)",
397398
"@executable_path/../Frameworks",
398399
);
399400
MACOSX_DEPLOYMENT_TARGET = 15.0;
400-
MARKETING_VERSION = 1.2;
401+
MARKETING_VERSION = 2.0;
401402
PRODUCT_BUNDLE_IDENTIFIER = "com.vincent-neo.LosslessSwitcher";
402403
PRODUCT_NAME = LosslessSwitcher;
403404
SWIFT_EMIT_LOC_STRINGS = YES;
@@ -425,14 +426,15 @@
425426
GENERATE_INFOPLIST_FILE = YES;
426427
INFOPLIST_FILE = Quality/Info.plist;
427428
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.music";
429+
INFOPLIST_KEY_LSUIElement = YES;
428430
INFOPLIST_KEY_NSAppleEventsUsageDescription = "This permission is required for local file sample rate detection.";
429-
INFOPLIST_KEY_NSHumanReadableCopyright = "2022 Vincent Neo";
431+
INFOPLIST_KEY_NSHumanReadableCopyright = "2022-2025 Vincent Neo";
430432
LD_RUNPATH_SEARCH_PATHS = (
431433
"$(inherited)",
432434
"@executable_path/../Frameworks",
433435
);
434436
MACOSX_DEPLOYMENT_TARGET = 15.0;
435-
MARKETING_VERSION = 1.2;
437+
MARKETING_VERSION = 2.0;
436438
PRODUCT_BUNDLE_IDENTIFIER = "com.vincent-neo.LosslessSwitcher";
437439
PRODUCT_NAME = LosslessSwitcher;
438440
SWIFT_EMIT_LOC_STRINGS = YES;

Quality/Info.plist

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
44
<dict>
5-
<key>LSUIElement</key>
6-
<true/>
7-
<key>NSAppleEventsUsageDescription</key>
8-
<string>This permission is required for local file sample rate detection.</string>
95
<key>NSAppleScriptEnabled</key>
106
<true/>
117
<key>OSAScriptingDefinition</key>

0 commit comments

Comments
 (0)