Skip to content

[codex] Clean up project build warnings#13

Merged
rmarinsky merged 1 commit into
mainfrom
chore/project-cleanup
Jun 3, 2026
Merged

[codex] Clean up project build warnings#13
rmarinsky merged 1 commit into
mainfrom
chore/project-cleanup

Conversation

@rmarinsky

Copy link
Copy Markdown
Owner

What changed

  • Resizes macOS AppIcon PNG assets to match the dimensions declared in the asset catalog.
  • Excludes Info.plist from the Xcode file-system synchronized source group so it is not copied as a bundle resource.
  • Ignores local .playwright-mcp/ inspection artifacts.

Release candidate

This PR should use release:patch. On merge, the release workflow should tag v1.4.1 from the latest v1.4.0 tag. The app version is intentionally not hand-edited; the repository release flow treats git tags as the version source of truth.

Validation

  • git diff --check
  • xcodebuild -project papuga.xcodeproj -scheme papuga -configuration Debug -destination 'platform=macOS' -derivedDataPath /tmp/codex-papuga-dd-release-candidate test -quiet

Notes

The only remaining local xcodebuild warning is the standard duplicate macOS destination warning for arm64/x86_64 on this machine.

@rmarinsky rmarinsky added the release:patch Bug fix / internal — bumps patch version label Jun 3, 2026
@github-actions

github-actions Bot commented Jun 3, 2026

Copy link
Copy Markdown
Contributor

🔖 On merge this PR will release v1.4.1 (release:patch).

@rmarinsky rmarinsky marked this pull request as ready for review June 3, 2026 20:07
@rmarinsky rmarinsky merged commit 1255cd0 into main Jun 3, 2026
3 of 4 checks passed
@coderabbitai

coderabbitai Bot commented Jun 3, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@rmarinsky, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 58 minutes and 37 seconds. Learn how PR review limits work.

Your organization has run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 81df057c-1319-44c0-9286-28ff915694b8

📥 Commits

Reviewing files that changed from the base of the PR and between 6e41793 and b10ec44.

⛔ Files ignored due to path filters (10)
  • papuga/Assets.xcassets/AppIcon.appiconset/icon_128x128.png is excluded by !**/*.png
  • papuga/Assets.xcassets/AppIcon.appiconset/icon_128x128@2x.png is excluded by !**/*.png
  • papuga/Assets.xcassets/AppIcon.appiconset/icon_16x16.png is excluded by !**/*.png
  • papuga/Assets.xcassets/AppIcon.appiconset/icon_16x16@2x.png is excluded by !**/*.png
  • papuga/Assets.xcassets/AppIcon.appiconset/icon_256x256.png is excluded by !**/*.png
  • papuga/Assets.xcassets/AppIcon.appiconset/icon_256x256@2x.png is excluded by !**/*.png
  • papuga/Assets.xcassets/AppIcon.appiconset/icon_32x32.png is excluded by !**/*.png
  • papuga/Assets.xcassets/AppIcon.appiconset/icon_32x32@2x.png is excluded by !**/*.png
  • papuga/Assets.xcassets/AppIcon.appiconset/icon_512x512.png is excluded by !**/*.png
  • papuga/Assets.xcassets/AppIcon.appiconset/icon_512x512@2x.png is excluded by !**/*.png
📒 Files selected for processing (2)
  • .gitignore
  • papuga.xcodeproj/project.pbxproj
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/project-cleanup

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

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

Labels

release:patch Bug fix / internal — bumps patch version

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant