From 89c99d97a458130efa93459ab27933f37a64b43d Mon Sep 17 00:00:00 2001 From: Kacper Geisheimer Date: Thu, 29 Oct 2020 21:13:50 +0100 Subject: [PATCH] Generate Contents.json when using "ios: true" mode --- lib/ios.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ios.dart b/lib/ios.dart index 2f86bf92a7..fdf0d35d3b 100644 --- a/lib/ios.dart +++ b/lib/ios.dart @@ -65,6 +65,7 @@ void createIcons(Map config, String flavor) { } iconName = iosDefaultIconName; changeIosLauncherIcon('AppIcon', flavor); + modifyContentsFile('AppIcon'); } }