Skip to content

Commit

Permalink
Bump copyright to 2025
Browse files Browse the repository at this point in the history
  • Loading branch information
milanvarady committed Jan 11, 2025
1 parent 67f3477 commit 9c55281
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 58 deletions.
8 changes: 4 additions & 4 deletions Applite.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1050,14 +1050,14 @@
INFOPLIST_FILE = "Applite-Info.plist";
INFOPLIST_KEY_CFBundleDisplayName = Applite;
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities";
INFOPLIST_KEY_NSHumanReadableCopyright = "";
INFOPLIST_KEY_NSHumanReadableCopyright = "© 2025, Milán Várady";
INFOPLIST_KEY_UILaunchStoryboardName = S;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 13.0;
MARKETING_VERSION = 1.2.5;
MARKETING_VERSION = 1.3.0;
PRODUCT_BUNDLE_IDENTIFIER = dev.aerolite.Applite;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
Expand Down Expand Up @@ -1085,14 +1085,14 @@
INFOPLIST_FILE = "Applite-Info.plist";
INFOPLIST_KEY_CFBundleDisplayName = Applite;
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities";
INFOPLIST_KEY_NSHumanReadableCopyright = "";
INFOPLIST_KEY_NSHumanReadableCopyright = "© 2025, Milán Várady";
INFOPLIST_KEY_UILaunchStoryboardName = S;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 13.0;
MARKETING_VERSION = 1.2.5;
MARKETING_VERSION = 1.3.0;
PRODUCT_BUNDLE_IDENTIFIER = dev.aerolite.Applite;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
Expand Down
19 changes: 0 additions & 19 deletions Applite/Views/Commands.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,25 +16,6 @@ struct CommandsMenu: Commands {
var body: some Commands {
SidebarCommands()

CommandGroup(replacing: .appInfo) {
Button("About Applite") {
NSApplication.shared.orderFrontStandardAboutPanel(
options: [
NSApplication.AboutPanelOptionKey.credits: NSAttributedString(
string: "MIT Licence",
attributes: [
NSAttributedString.Key.font: NSFont.systemFont(
ofSize: NSFont.smallSystemFontSize)
]
),
NSApplication.AboutPanelOptionKey(
rawValue: "Copyright"
): "© 2023 Milán Várady"
]
)
}
}

CommandGroup(before: .systemServices) {
Button("Uninstall Applite...") {
openWindow(id: "uninstall-self")
Expand Down
35 changes: 0 additions & 35 deletions Localizable.xcstrings
Original file line number Diff line number Diff line change
Expand Up @@ -518,41 +518,6 @@
}
}
},
"About Applite" : {
"comment" : "About Applite menubar item",
"localizations" : {
"fr" : {
"stringUnit" : {
"state" : "translated",
"value" : "À propos de Applite"
}
},
"hu" : {
"stringUnit" : {
"state" : "translated",
"value" : "Az Applite névjegye"
}
},
"ja" : {
"stringUnit" : {
"state" : "translated",
"value" : "Appliteについて"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "关于 Applite"
}
},
"zh-HK" : {
"stringUnit" : {
"state" : "translated",
"value" : "关于Applite"
}
}
}
},
"Actions" : {
"comment" : "Brew Management view action section title",
"localizations" : {
Expand Down

0 comments on commit 9c55281

Please sign in to comment.