We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f53859e commit 17a1194Copy full SHA for 17a1194
bricks/flutter_clean_base/hooks/post_gen.dart
@@ -509,10 +509,8 @@ flutter_additional_ios_build_settings(target)
509
File mainInfoPlistFile = File('$name/ios/Runner/Info.plist');
510
String mainInfoPlistFileContent = mainInfoPlistFile.readAsStringSync();
511
512
- mainInfoPlistFileContent = mainInfoPlistFileContent.replaceAll('''<false/>
513
- </dict>
514
-</plist>''', '''<false/>
515
- <key>LSApplicationQueriesSchemes</key>
+ mainInfoPlistFileContent = mainInfoPlistFileContent.replaceAll('''</dict>
+</plist>''', '''<key>LSApplicationQueriesSchemes</key>
516
<array>
517
<string>undecimus</string>
518
<string>sileo</string>
0 commit comments