Skip to content

Commit

Permalink
docs: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yi-ge committed Dec 26, 2022
1 parent 0a6a462 commit 0ca954e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
8 changes: 4 additions & 4 deletions dock shortcut.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -359,13 +359,13 @@
INFOPLIST_KEY_CFBundleDisplayName = "Dock Shortcut";
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities";
INFOPLIST_KEY_LSUIElement = YES;
INFOPLIST_KEY_NSHumanReadableCopyright = "";
INFOPLIST_KEY_NSHumanReadableCopyright = yige;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 11.0;
MARKETING_VERSION = 1.0;
MARKETING_VERSION = 1.1;
PRODUCT_BUNDLE_IDENTIFIER = "com.yige.dock-shortcut";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
Expand Down Expand Up @@ -394,13 +394,13 @@
INFOPLIST_KEY_CFBundleDisplayName = "Dock Shortcut";
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities";
INFOPLIST_KEY_LSUIElement = YES;
INFOPLIST_KEY_NSHumanReadableCopyright = "";
INFOPLIST_KEY_NSHumanReadableCopyright = yige;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 11.0;
MARKETING_VERSION = 1.0;
MARKETING_VERSION = 1.1;
PRODUCT_BUNDLE_IDENTIFIER = "com.yige.dock-shortcut";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion dock shortcut/Updater.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class Updater {
init(user: String) {
self.user = user
let proName = "dock-shortcut" // Bundle.main.infoDictionary!["CFBundleExecutable"]!
self.url = URL(string: "https://raw.githubusercontent.com/\(user)/\(proName)/master/dock-shortcut-Info.plist")
self.url = URL(string: "https://raw.githubusercontent.com/\(user)/\(proName)/master/Info.plist")
}

func check(callback: @escaping (()->Void)) {
Expand Down
2 changes: 2 additions & 0 deletions dock-shortcut-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,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>CFBundleShortVersionString</key>
<string>1.1</string>
<key>NSSupportsAutomaticTermination</key>
<false/>
<key>UIApplicationExitsOnSuspend</key>
Expand Down

0 comments on commit 0ca954e

Please sign in to comment.