Skip to content

Commit 7ab81bb

Browse files
author
logan
committed
update desktop config
1 parent 38af73f commit 7ab81bb

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

macos/Runner/Configs/AppInfo.xcconfig

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
PRODUCT_NAME = flareline
99

1010
// The application's bundle identifier
11-
PRODUCT_BUNDLE_IDENTIFIER = com.example.freeFlutterAdminDashboard
11+
PRODUCT_BUNDLE_IDENTIFIER = top.flareline.app
1212

1313
// The copyright displayed in application information
14-
PRODUCT_COPYRIGHT = Copyright © 2023 com.example. All rights reserved.
14+
PRODUCT_COPYRIGHT = Copyright © 2023 top.flareline. All rights reserved.

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
1616
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
1717
# In Windows, build-name is used as the major, minor, and patch parts
1818
# of the product and file versions while build-number is used as the build suffix.
19-
version: 1.0.0+1
19+
version: 0.0.1+1
2020

2121
environment:
2222
sdk: '>=3.2.3 <4.0.0'

windows/runner/Runner.rc

+2-2
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,11 @@ BEGIN
8989
BEGIN
9090
BLOCK "040904e4"
9191
BEGIN
92-
VALUE "CompanyName", "com.example" "\0"
92+
VALUE "CompanyName", "top.flareline" "\0"
9393
VALUE "FileDescription", "flareline" "\0"
9494
VALUE "FileVersion", VERSION_AS_STRING "\0"
9595
VALUE "InternalName", "flareline" "\0"
96-
VALUE "LegalCopyright", "Copyright (C) 2023 com.example. All rights reserved." "\0"
96+
VALUE "LegalCopyright", "Copyright (C) 2023 top.flareline. All rights reserved." "\0"
9797
VALUE "OriginalFilename", "flareline.exe" "\0"
9898
VALUE "ProductName", "flareline" "\0"
9999
VALUE "ProductVersion", VERSION_AS_STRING "\0"

0 commit comments

Comments
 (0)