Skip to content

feat: create Xcode project with XcodeGen - #100

Open
2witstudios wants to merge 3 commits into
mainfrom
ppg/issue-76-xcodegen
Open

feat: create Xcode project with XcodeGen#100
2witstudios wants to merge 3 commits into
mainfrom
ppg/issue-76-xcodegen

Conversation

@2witstudios

Copy link
Copy Markdown
Owner

Summary

  • Add ios/PPGMobile/project.yml XcodeGen spec targeting iOS 17.0 / Swift 5.9
  • Create SwiftUI app scaffold: PPGMobileApp.swift, ContentView.swift
  • Add asset catalog with AppIcon placeholder
  • Add ios/.gitignore to exclude generated .xcodeproj

xcodegen generate produces a valid .xcodeproj from the declarative YAML spec.

Closes #76

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
@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.
To continue using code reviews, you can upgrade your account or add credits to your account and enable them for code reviews in your settings.

@coderabbitai

coderabbitai Bot commented Feb 27, 2026

Copy link
Copy Markdown

Warning

Rate limit exceeded

@2witstudios has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 20 minutes and 17 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, 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 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.

📥 Commits

Reviewing files that changed from the base of the PR and between 34deb69 and d028f52.

📒 Files selected for processing (7)
  • .gitignore
  • ios/PPGMobile/PPGMobile/App/ContentView.swift
  • ios/PPGMobile/PPGMobile/App/PPGMobileApp.swift
  • ios/PPGMobile/PPGMobile/Assets.xcassets/AppIcon.appiconset/Contents.json
  • ios/PPGMobile/PPGMobile/Assets.xcassets/Contents.json
  • ios/PPGMobile/project.yml
  • src/commands/spawn.test.ts
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch ppg/issue-76-xcodegen

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.

- 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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Create Xcode project with XcodeGen

1 participant