Add complete iOS implementation with feature parity to Android and Desktop#2
Merged
contextablemark merged 1 commit intomainfrom Aug 3, 2025
Merged
Conversation
…sktop - iOS app structure with SwiftUI wrapper for Compose Multiplatform UI - iOS-specific platform implementations (NSUserDefaults, MainViewController) - iOS location provider using CoreLocation framework with real GPS functionality - iOS source set configuration with proper dependency hierarchy - iOS-specific tests for settings persistence, UserIdManager, and location provider - Replace JVM-specific threading (@volatile, synchronized) with kotlinx.atomicfu - Fix multiplatform compatibility issues (String.format, @testonly annotation) - Enhanced AgentConfig.generateId() with random component to prevent duplicates - Updated iOS deployment target to 15.0 to match framework requirements - Upgraded Gradle to 8.14 and Kotlin to 2.2.0 across all modules - Fixed Xcode build script path resolution and Java runtime detection - Updated README with correct iOS build instructions and version requirements - Added comprehensive changelog documenting all iOS implementation work 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <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.
🤖 Generated with Claude Code