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 17a1194 commit a4e80d1Copy full SHA for a4e80d1
bricks/flutter_clean_base/hooks/post_gen.dart
@@ -522,6 +522,8 @@ flutter_additional_ios_build_settings(target)
522
</dict>
523
</plist>''');
524
525
+ mainInfoPlistFile.writeAsStringSync(mainInfoPlistFileContent);
526
+
527
File xcodeWorkspaceFile =
528
File('$name/ios/Runner.xcodeproj/project.pbxproj');
529
List<String> xcodeWorkspaceFileContent =
0 commit comments