feat: create Xcode project with XcodeGen - #100
Conversation
Set up iOS project structure with XcodeGen for declarative project config: - project.yml targeting iOS 17.0, Swift 5.9 - Bundle ID: com.2witstudios.ppg-mobile - SwiftUI app entry point and ContentView - Asset catalog with AppIcon placeholder - .gitignore to exclude generated .xcodeproj Closes #76
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
|
Warning Rate limit exceeded
⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the 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 have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. 📒 Files selected for processing (7)
✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
- Remove redundant IPHONEOS_DEPLOYMENT_TARGET from settings.base (Issue A) - Add SWIFT_EMIT_LOC_STRINGS for localization support (Issue B) - Update xcodeVersion from 15.0 to 16.0 (Issue C) - Consolidate .gitignore Xcode rules into root, remove ios/.gitignore (Issue E) - Add explicit scheme for CI reproducibility (Issue F)
Summary
ios/PPGMobile/project.ymlXcodeGen spec targeting iOS 17.0 / Swift 5.9PPGMobileApp.swift,ContentView.swiftios/.gitignoreto exclude generated.xcodeprojxcodegen generateproduces a valid.xcodeprojfrom the declarative YAML spec.Closes #76