docs: add AGENTS.md with Cursor Cloud environment notes - #5
Draft
Mesutcydev wants to merge 1 commit into
Draft
Conversation
ForgeSign is a macOS/Xcode-only iOS app that cannot be built or run in the Linux Cloud Agent VM. Document the macOS/Xcode 26 + XcodeGen build path (see README and CI), the Linux-only project.yml validation workflow (Swift + XcodeGen with the LOGNAME gotcha), and the vendored-dependency / simulator-target layout. Co-authored-by: Mesutcydev <Mesutcydev@users.noreply.github.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.
Summary
Adds
AGENTS.mddocumenting how this repository relates to the Cursor Cloud (Linux) environment.ForgeSign is a macOS/Xcode-only iOS app (SwiftUI + Obj-C++ bridge into vendored zsign/OpenSSL). It cannot be built, run, or tested in a Linux Cloud Agent VM — Apple's frameworks (
SwiftUI,UIKit,Security), the iOS SDK, the iOS Simulator, and Xcode are all macOS-only. CI runs exclusively onmacos-26(.github/workflows/ios.yml).What this documents
README.mdand CI rather than duplicating commands).project.ymlvia XcodeGen built from source (with theLOGNAMEgotcha). The generated.xcodeprojis gitignored.ForgeSignUISimsimulator target exists (vendored OpenSSL has device slices only).Evidence gathered in the Linux VM
xcodegen generate(XcodeGen built from Swift 6.1 for Linux) succeeds →project.ymlis valid.swiftc -typecheck App/ForgeSignMobileApp.swift→no such module 'SwiftUI', confirming the app cannot compile on Linux.Notes
No application code is changed. The update script is intentionally a no-op because there are no Linux-installable dependencies for this repo.