File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515Logo: macos/Runner/Assets.xcassets/AppIcon.appiconset
1616Add 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
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import 'dart:io' show Platform;
66void 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 (
You can’t perform that action at this time.
0 commit comments