From 66b05163e3aafd7756714b2fcd26452968d9011d Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Sun, 14 Dec 2025 01:50:51 +0000 Subject: [PATCH] fix(ios): ensure app icon asset catalog --- apps/ios/project.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/apps/ios/project.yml b/apps/ios/project.yml index 15e3f1d9e..b51e1093b 100644 --- a/apps/ios/project.yml +++ b/apps/ios/project.yml @@ -15,10 +15,6 @@ targets: platform: iOS sources: - path: Sources - excludes: - - Assets.xcassets - resources: - - path: Sources/Assets.xcassets dependencies: - package: ClawdisKit - package: ClawdisKit @@ -50,6 +46,7 @@ targets: path: Sources/Info.plist properties: CFBundleDisplayName: Clawdis + CFBundleIconName: AppIcon UILaunchScreen: {} UIApplicationSceneManifest: UIApplicationSupportsMultipleScenes: false