Skip to content

Commit 168a3e3

Browse files
committed
Name change
1 parent 46a3a3c commit 168a3e3

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@ MacOS:
1515
Logo: macos/Runner/Assets.xcassets/AppIcon.appiconset
1616
Add in: /macos/Runner/DebugProfile.entitlements /macos/Runner/Release.entitlements:
1717
<key>com.apple.security.device.serial</key>
18-
<true/>
18+
<true/>
19+
PRODUCT_NAME: /macos/Runner/Configs/AppInfo.xcconfig

lib/main.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import 'dart:io' show Platform;
66
void main() {
77
WidgetsFlutterBinding.ensureInitialized();
88
if (Platform.isWindows || Platform.isLinux || Platform.isMacOS) {
9-
setWindowTitle('Quick - Down - Shifter APP');
9+
setWindowTitle('Quick-Down-Shifter App');
1010
setWindowFrame(const Rect.fromLTWH(100, 100, 1200, 730));
1111
setWindowMinSize(const Size(100, 100));
1212

@@ -27,7 +27,7 @@ class _MyAppState extends State<MyApp> {
2727
@override
2828
Widget build(BuildContext context) {
2929
return MaterialApp(
30-
title: 'Quick - Down - Shifter APP',
30+
title: 'Quick-Down-Shifter App',
3131
theme: ThemeData(
3232
scrollbarTheme: const ScrollbarThemeData(),
3333
appBarTheme: const AppBarTheme(

0 commit comments

Comments
 (0)