Skip to content

Fix AppIcon asset catalog unassigned child warning#3

Draft
kudit wants to merge 1 commit intomainfrom
codex/fix-unassigned-child-in-appicon
Draft

Fix AppIcon asset catalog unassigned child warning#3
kudit wants to merge 1 commit intomainfrom
codex/fix-unassigned-child-in-appicon

Conversation

@kudit
Copy link
Copy Markdown
Owner

@kudit kudit commented Apr 15, 2026

Motivation

  • Xcode reported the app icon set "AppIcon" had an unassigned child due to an extra watchos 1024x1024 entry and an orphaned image in the asset catalog.

Description

  • Removed the watchos 1024x1024 image entry from Development/Resources/Assets.xcassets/AppIcon.appiconset/Contents.json and deleted the orphaned file Development/Resources/Assets.xcassets/AppIcon.appiconset/Icon 2.png.

Testing

  • Ran python -m json.tool Development/Resources/Assets.xcassets/AppIcon.appiconset/Contents.json which succeeded.
  • Ran plutil -lint Development/Resources/Assets.xcassets/AppIcon.appiconset/Contents.json in the container which failed due to platform differences (macOS Xcode tooling should be used for final validation).

Codex Task

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant