Skip to content

Commit e30acf3

Browse files
committed
Merge branch 'release/v0.19.5'
2 parents 7d49463 + f66f197 commit e30acf3

File tree

9 files changed

+101
-99
lines changed

9 files changed

+101
-99
lines changed

README-cn.md

+2
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222

2323
**☕️赞助: _[Paypal](https://paypal.me/geeee1k), [支付宝](https://raw.githubusercontent.com/gee1k/oss/master/qrcode/alipay.JPG), [微信支付](https://raw.githubusercontent.com/gee1k/oss/master/qrcode/wechat_pay.JPG)_**
2424

25+
**📱uPic for iOS: [![uPic for iOS](https://cdn.jsdelivr.net/gh/gee1k/oss@master/uPic/app-store-black.svg)](https://apps.apple.com/us/app/id1510718678)**
26+
2527
## 📑 简介
2628

2729
> **uPic(upload Picture) 是一款 Mac 端的图床(文件)上传客户端**

uPic.xcodeproj/project.pbxproj

+8-8
Original file line numberDiff line numberDiff line change
@@ -1260,7 +1260,7 @@
12601260
CODE_SIGN_IDENTITY = "Apple Development";
12611261
CODE_SIGN_STYLE = Automatic;
12621262
COMBINE_HIDPI_IMAGES = YES;
1263-
CURRENT_PROJECT_VERSION = 20200708;
1263+
CURRENT_PROJECT_VERSION = 20200723;
12641264
DEVELOPMENT_TEAM = W863J6W8DZ;
12651265
ENABLE_HARDENED_RUNTIME = YES;
12661266
INFOPLIST_FILE = "$(SRCROOT)/uPic/Supporting Files/Info.plist";
@@ -1269,7 +1269,7 @@
12691269
"@executable_path/../Frameworks",
12701270
);
12711271
MACOSX_DEPLOYMENT_TARGET = 10.12;
1272-
MARKETING_VERSION = 0.19.4;
1272+
MARKETING_VERSION = 0.19.5;
12731273
PRODUCT_BUNDLE_IDENTIFIER = com.svend.uPic;
12741274
PRODUCT_NAME = "$(TARGET_NAME)";
12751275
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -1290,7 +1290,7 @@
12901290
CODE_SIGN_IDENTITY = "Apple Development";
12911291
CODE_SIGN_STYLE = Automatic;
12921292
COMBINE_HIDPI_IMAGES = YES;
1293-
CURRENT_PROJECT_VERSION = 20200708;
1293+
CURRENT_PROJECT_VERSION = 20200723;
12941294
DEVELOPMENT_TEAM = W863J6W8DZ;
12951295
ENABLE_HARDENED_RUNTIME = YES;
12961296
INFOPLIST_FILE = "$(SRCROOT)/uPic/Supporting Files/Info.plist";
@@ -1299,7 +1299,7 @@
12991299
"@executable_path/../Frameworks",
13001300
);
13011301
MACOSX_DEPLOYMENT_TARGET = 10.12;
1302-
MARKETING_VERSION = 0.19.4;
1302+
MARKETING_VERSION = 0.19.5;
13031303
PRODUCT_BUNDLE_IDENTIFIER = com.svend.uPic;
13041304
PRODUCT_NAME = "$(TARGET_NAME)";
13051305
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -1316,7 +1316,7 @@
13161316
CODE_SIGN_IDENTITY = "Apple Development";
13171317
CODE_SIGN_STYLE = Automatic;
13181318
COMBINE_HIDPI_IMAGES = YES;
1319-
CURRENT_PROJECT_VERSION = 20200708;
1319+
CURRENT_PROJECT_VERSION = 20200723;
13201320
DEVELOPMENT_TEAM = W863J6W8DZ;
13211321
ENABLE_HARDENED_RUNTIME = YES;
13221322
INFOPLIST_FILE = uPicFinderExtension/Info.plist;
@@ -1326,7 +1326,7 @@
13261326
"@executable_path/../../../../Frameworks",
13271327
);
13281328
MACOSX_DEPLOYMENT_TARGET = 10.12;
1329-
MARKETING_VERSION = 0.19.4;
1329+
MARKETING_VERSION = 0.19.5;
13301330
PRODUCT_BUNDLE_IDENTIFIER = com.svend.uPic.uPicFinderExtension;
13311331
PRODUCT_NAME = "$(TARGET_NAME)";
13321332
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -1343,7 +1343,7 @@
13431343
CODE_SIGN_IDENTITY = "Apple Development";
13441344
CODE_SIGN_STYLE = Automatic;
13451345
COMBINE_HIDPI_IMAGES = YES;
1346-
CURRENT_PROJECT_VERSION = 20200708;
1346+
CURRENT_PROJECT_VERSION = 20200723;
13471347
DEVELOPMENT_TEAM = W863J6W8DZ;
13481348
ENABLE_HARDENED_RUNTIME = YES;
13491349
INFOPLIST_FILE = uPicFinderExtension/Info.plist;
@@ -1353,7 +1353,7 @@
13531353
"@executable_path/../../../../Frameworks",
13541354
);
13551355
MACOSX_DEPLOYMENT_TARGET = 10.12;
1356-
MARKETING_VERSION = 0.19.4;
1356+
MARKETING_VERSION = 0.19.5;
13571357
PRODUCT_BUNDLE_IDENTIFIER = com.svend.uPic.uPicFinderExtension;
13581358
PRODUCT_NAME = "$(TARGET_NAME)";
13591359
PROVISIONING_PROFILE_SPECIFIER = "";

uPic/PreferencesWindow/AboutPreferencesViewController.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class AboutPreferencesViewController: PreferencesViewController {
2727
}
2828

2929
@IBAction func twitterButtonClicked(_ sender: NSButton) {
30-
guard let url = URL(string: "https://twitter.com/geee1k") else {
30+
guard let url = URL(string: "https://twitter.com/realSvend") else {
3131
return
3232
}
3333
NSWorkspace.shared.open(url)

uPic/PreferencesWindow/Base.lproj/Preferences.storyboard

+81-81
Large diffs are not rendered by default.

uPic/PreferencesWindow/en.lproj/Preferences.strings

+2-2
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,8 @@
131131
/* Class = "NSButtonCell"; title = "WeChat"; ObjectID = "fJL-Ts-QPI"; */
132132
"fJL-Ts-QPI.title" = "WeChat";
133133

134-
/* Class = "NSButtonCell"; title = "@geee1k"; ObjectID = "i90-se-6z8"; */
135-
"i90-se-6z8.title" = "@geee1k";
134+
/* Class = "NSButtonCell"; title = "@realSvend"; ObjectID = "i90-se-6z8"; */
135+
"i90-se-6z8.title" = "@realSvend";
136136

137137
/* Class = "NSTextFieldCell"; title = "Width:"; ObjectID = "iRI-j6-BHQ"; */
138138
"iRI-j6-BHQ.title" = "Width:";

uPic/PreferencesWindow/zh-Hans.lproj/Preferences.strings

+2-2
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,8 @@
131131
/* Class = "NSButtonCell"; title = "WeChat"; ObjectID = "fJL-Ts-QPI"; */
132132
"fJL-Ts-QPI.title" = "微信";
133133

134-
/* Class = "NSButtonCell"; title = "@geee1k"; ObjectID = "i90-se-6z8"; */
135-
"i90-se-6z8.title" = "@geee1k";
134+
/* Class = "NSButtonCell"; title = "@realSvend"; ObjectID = "i90-se-6z8"; */
135+
"i90-se-6z8.title" = "@realSvend";
136136

137137
/* Class = "NSTextFieldCell"; title = "Width:"; ObjectID = "iRI-j6-BHQ"; */
138138
"iRI-j6-BHQ.title" = "宽度:";

uPic/PreferencesWindow/zh-Hant.lproj/Preferences.strings

+2-2
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,8 @@
132132
/* Class = "NSButtonCell"; title = "WeChat"; ObjectID = "fJL-Ts-QPI"; */
133133
"fJL-Ts-QPI.title" = "WeChat";
134134

135-
/* Class = "NSButtonCell"; title = "@geee1k"; ObjectID = "i90-se-6z8"; */
136-
"i90-se-6z8.title" = "@geee1k";
135+
/* Class = "NSButtonCell"; title = "@realSvend"; ObjectID = "i90-se-6z8"; */
136+
"i90-se-6z8.title" = "@realSvend";
137137

138138
/* Class = "NSTextFieldCell"; title = "Width:"; ObjectID = "iRI-j6-BHQ"; */
139139
"iRI-j6-BHQ.title" = "寬度:";

uPic/zh-Hant.lproj/Localizable.strings

+2-2
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@
6868
/* 狀態欄菜單上傳前壓縮圖片 */
6969
"Compress images before uploading" = "上傳前壓縮圖片";
7070

71-
"Reset User Preferences?" = "重置用戶偏好設置?";
72-
"⚠️ Note that this will reset all user preferences" = "⚠️ 注意 這將會重置所有用戶偏好設置";
71+
"Reset User Preferences?" = "重置用戶偏好設定?";
72+
"⚠️ Note that this will reset all user preferences" = "⚠️ 注意 這將會重置所有用戶偏好設定";
7373
"Continuing will lose unsaved data. Do you want to continue?" = "繼續將會丟失未存檔的數據, 是否繼續?";
7474
"Import host configuration" = "導入圖床配置";
7575
"⚠️ Please choose import method, merge or overwrite?" = "⚠️ 請選擇導入方式, 合併還是覆蓋?";

uPic/zh-Hant.lproj/Main.strings

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"U1c-9i-q5b.title" = "URL";
6969

7070
/* Class = "NSMenuItem"; title = "Preferences"; ObjectID = "VW7-Z2-hXR"; */
71-
"VW7-Z2-hXR.title" = "偏好設置";
71+
"VW7-Z2-hXR.title" = "偏好設定";
7272

7373
/* Class = "NSMenu"; title = "Edit"; ObjectID = "W48-6f-4Dl"; */
7474
"W48-6f-4Dl.title" = "編輯";

0 commit comments

Comments
 (0)