Open
Conversation
- Add @file:OptIn(ExperimentalForeignApi::class) to MainViewController.kt and LogSharer.ios.kt for cinterop API access - Use staticCFunction for NSSetUncaughtExceptionHandler (C function pointer required instead of Kotlin lambda in newer Kotlin/Native) - Add explicit Unit return to satisfy Function1<NSException?, Unit> signature - Cast UIWindowScene.windows list via filterIsInstance<UIWindow>() to resolve untyped collection access to isKeyWindow/rootViewController - Set TEAM_ID in Config.xcconfig for code signing Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Stop tracking .claude/settings.local.json (developer-specific) - Ignore iosApp/Frameworks/ (large binaries, downloaded per build instructions) Note: merging this will delete .claude/settings.local.json from your working tree. Claude Code will recreate it on next run. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Also add .claude/settings.local.json to .gitignore so we can each have our own (mine immediately started adding stuff like my local MCP proxy, etc 😅) Note that pulling it down will - if you had this checked out before - clear out the file. But going forward it will be safe/truly local.