Skip to content

Commit db843cc

Browse files
committed
Update demo
1 parent 9618919 commit db843cc

File tree

2 files changed

+27
-4
lines changed

2 files changed

+27
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@
288288
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
289289
CODE_SIGN_ENTITLEMENTS = "What's New?/What_s_New_.entitlements";
290290
CODE_SIGN_STYLE = Automatic;
291-
CURRENT_PROJECT_VERSION = 12;
291+
CURRENT_PROJECT_VERSION = 13;
292292
DEVELOPMENT_ASSET_PATHS = "\"What's New?/Preview Content\"";
293293
DEVELOPMENT_TEAM = "";
294294
ENABLE_HARDENED_RUNTIME = YES;
@@ -302,7 +302,7 @@
302302
LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks";
303303
"LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks";
304304
MACOSX_DEPLOYMENT_TARGET = 11.0;
305-
MARKETING_VERSION = 1.4;
305+
MARKETING_VERSION = 1.5;
306306
PRODUCT_BUNDLE_IDENTIFIER = io.startway.WhatsNew;
307307
PRODUCT_NAME = "$(TARGET_NAME)";
308308
SDKROOT = auto;
@@ -320,7 +320,7 @@
320320
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
321321
CODE_SIGN_ENTITLEMENTS = "What's New?/What_s_New_.entitlements";
322322
CODE_SIGN_STYLE = Automatic;
323-
CURRENT_PROJECT_VERSION = 12;
323+
CURRENT_PROJECT_VERSION = 13;
324324
DEVELOPMENT_ASSET_PATHS = "\"What's New?/Preview Content\"";
325325
DEVELOPMENT_TEAM = "";
326326
ENABLE_HARDENED_RUNTIME = YES;
@@ -334,7 +334,7 @@
334334
LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks";
335335
"LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks";
336336
MACOSX_DEPLOYMENT_TARGET = 11.0;
337-
MARKETING_VERSION = 1.4;
337+
MARKETING_VERSION = 1.5;
338338
PRODUCT_BUNDLE_IDENTIFIER = io.startway.WhatsNew;
339339
PRODUCT_NAME = "$(TARGET_NAME)";
340340
SDKROOT = auto;

Demo/What's New?/data.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,27 @@
11
[
2+
{
3+
"version": "1.5",
4+
"new": [
5+
{
6+
"icon": "hammer",
7+
"title": "Layout",
8+
"subtitle": "Fixed",
9+
"body": "on iOS Landscape."
10+
},
11+
{
12+
"icon": "macpro.gen3.server",
13+
"title": "Serverless",
14+
"subtitle": "Design",
15+
"body": "Free and open source! Created by Ming with ❤️‍🔥"
16+
},
17+
{
18+
"icon": "arrow.triangle.pull",
19+
"title": "Contribute",
20+
"subtitle": "Together",
21+
"body": "Pull requests and make it better for everyone!"
22+
}
23+
]
24+
},
225
{
326
"version": "1.4",
427
"new": [

0 commit comments

Comments
 (0)