From ccab7d3ade5f6ed10145ef29464f54211a9e3a5e Mon Sep 17 00:00:00 2001 From: jack Date: Fri, 4 Jul 2025 16:49:44 +0200 Subject: [PATCH] Fix asset catalog JSON formatting issues --- bitchat/Assets.xcassets/AppIcon.appiconset/Contents.json | 1 - bitchat/Assets.xcassets/Contents.json | 3 +-- temp.json | 0 3 files changed, 1 insertion(+), 3 deletions(-) create mode 100644 temp.json diff --git a/bitchat/Assets.xcassets/AppIcon.appiconset/Contents.json b/bitchat/Assets.xcassets/AppIcon.appiconset/Contents.json index 1f0cbdd7..fdf4027a 100644 --- a/bitchat/Assets.xcassets/AppIcon.appiconset/Contents.json +++ b/bitchat/Assets.xcassets/AppIcon.appiconset/Contents.json @@ -174,4 +174,3 @@ "version" : 1 } } -EOF < /dev/null \ No newline at end of file diff --git a/bitchat/Assets.xcassets/Contents.json b/bitchat/Assets.xcassets/Contents.json index 0267c066..4aa7c535 100644 --- a/bitchat/Assets.xcassets/Contents.json +++ b/bitchat/Assets.xcassets/Contents.json @@ -3,5 +3,4 @@ "author" : "xcode", "version" : 1 } -} -EOF < /dev/null \ No newline at end of file +} \ No newline at end of file diff --git a/temp.json b/temp.json new file mode 100644 index 00000000..e69de29b