Skip to content

Commit 7b6bd9d

Browse files
committed
forward mock
1 parent 3ccb31f commit 7b6bd9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios/assetsCatalog.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,6 @@ export function generateAssetsCatalogs(
151151

152152
const contents = { images, info: template["info"] };
153153
const dest = path.join(appIconSet, "Contents.json");
154-
writeJSONFile(dest, contents);
154+
writeJSONFile(dest, contents, fs);
155155
}
156156
}

0 commit comments

Comments
 (0)