Skip to content

Commit 96110a8

Browse files
committed
5.1 - Update Demo
1 parent d2c8baa commit 96110a8

File tree

3 files changed

+112
-4
lines changed

3 files changed

+112
-4
lines changed

Demo/What's New?.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@
304304
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
305305
CODE_SIGN_ENTITLEMENTS = "What's New?/What_s_New_.entitlements";
306306
CODE_SIGN_STYLE = Automatic;
307-
CURRENT_PROJECT_VERSION = 9;
307+
CURRENT_PROJECT_VERSION = 10;
308308
DEVELOPMENT_ASSET_PATHS = "\"What's New?/Preview Content\"";
309309
DEVELOPMENT_TEAM = "";
310310
ENABLE_HARDENED_RUNTIME = YES;
@@ -318,7 +318,7 @@
318318
LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks";
319319
"LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks";
320320
MACOSX_DEPLOYMENT_TARGET = 12.0;
321-
MARKETING_VERSION = 4.2;
321+
MARKETING_VERSION = 5.1;
322322
PRODUCT_BUNDLE_IDENTIFIER = io.startway.WhatsNew;
323323
PRODUCT_NAME = "$(TARGET_NAME)";
324324
SDKROOT = auto;
@@ -339,7 +339,7 @@
339339
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
340340
CODE_SIGN_ENTITLEMENTS = "What's New?/What_s_New_.entitlements";
341341
CODE_SIGN_STYLE = Automatic;
342-
CURRENT_PROJECT_VERSION = 9;
342+
CURRENT_PROJECT_VERSION = 10;
343343
DEVELOPMENT_ASSET_PATHS = "\"What's New?/Preview Content\"";
344344
DEVELOPMENT_TEAM = "";
345345
ENABLE_HARDENED_RUNTIME = YES;
@@ -353,7 +353,7 @@
353353
LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks";
354354
"LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks";
355355
MACOSX_DEPLOYMENT_TARGET = 12.0;
356-
MARKETING_VERSION = 4.2;
356+
MARKETING_VERSION = 5.1;
357357
PRODUCT_BUNDLE_IDENTIFIER = io.startway.WhatsNew;
358358
PRODUCT_NAME = "$(TARGET_NAME)";
359359
SDKROOT = auto;

Demo/What's New?/en.lproj/data.json

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,58 @@
11
[
2+
{
3+
"version": "5.1",
4+
"subVersion": "5.1.0",
5+
"new": [
6+
{
7+
"icon": "character.book.closed",
8+
"title": "Update",
9+
"subtitle": "Demo",
10+
"body": "For 5.0 version."
11+
},
12+
{
13+
"icon": "macpro.gen3.server",
14+
"title": "Serverless",
15+
"subtitle": "Design",
16+
"body": "Free and open source! ❤️‍🔥"
17+
},
18+
{
19+
"icon": "arrow.triangle.pull",
20+
"title": "Contribute",
21+
"subtitle": "Together",
22+
"body": "Pull requests and make it better for everyone! 🎉"
23+
}
24+
]
25+
},
26+
{
27+
"version": "5.0",
28+
"subVersion": "5.0.0",
29+
"new": [
30+
{
31+
"icon": "character.book.closed",
32+
"title": "Support",
33+
"subtitle": "Localization",
34+
"body": "Powered by Apple String Catalog."
35+
},
36+
{
37+
"icon": "pip.remove",
38+
"title": "Drop",
39+
"subtitle": "Support",
40+
"body": "For iOS14, watchOS7, and macOS11."
41+
},
42+
{
43+
"icon": "macpro.gen3.server",
44+
"title": "Serverless",
45+
"subtitle": "Design",
46+
"body": "Free and open source! ❤️‍🔥"
47+
},
48+
{
49+
"icon": "arrow.triangle.pull",
50+
"title": "Contribute",
51+
"subtitle": "Together",
52+
"body": "Pull requests and make it better for everyone! 🎉"
53+
}
54+
]
55+
},
256
{
357
"version": "4.2",
458
"subVersion": "4.2.0",

Demo/What's New?/zh-Hant.lproj/data.json

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,58 @@
11
[
2+
{
3+
"version": "5.1",
4+
"subVersion": "5.1.0",
5+
"new": [
6+
{
7+
"icon": "character.book.closed",
8+
"title": "更新",
9+
"subtitle": "示範內容",
10+
"body": "針對 5.0 版本。"
11+
},
12+
{
13+
"icon": "macpro.gen3.server",
14+
"title": "無服務器",
15+
"subtitle": "設計",
16+
"body": "免費開源! ❤️‍🔥"
17+
},
18+
{
19+
"icon": "arrow.triangle.pull",
20+
"title": "貢獻",
21+
"subtitle": "一起",
22+
"body": "提出請求,變得更好! 🎉"
23+
}
24+
]
25+
},
26+
{
27+
"version": "5.0",
28+
"subVersion": "5.0.0",
29+
"new": [
30+
{
31+
"icon": "character.book.closed",
32+
"title": "支援",
33+
"subtitle": "翻譯",
34+
"body": "由 Apple String Catalog 技術提供。"
35+
},
36+
{
37+
"icon": "pip.remove",
38+
"title": "終結",
39+
"subtitle": "支援",
40+
"body": "iOS14, watchOS7, and macOS11。"
41+
},
42+
{
43+
"icon": "macpro.gen3.server",
44+
"title": "無服務器",
45+
"subtitle": "設計",
46+
"body": "免費開源! ❤️‍🔥"
47+
},
48+
{
49+
"icon": "arrow.triangle.pull",
50+
"title": "貢獻",
51+
"subtitle": "一起",
52+
"body": "提出請求,變得更好! 🎉"
53+
}
54+
]
55+
},
256
{
357
"version": "4.2",
458
"subVersion": "4.2.0",

0 commit comments

Comments
 (0)