Skip to content

Link app to EAS project for iOS builds#27

Merged
burkben merged 1 commit into
mainfrom
burkben/eas-project-id
Jun 20, 2026
Merged

Link app to EAS project for iOS builds#27
burkben merged 1 commit into
mainfrom
burkben/eas-project-id

Conversation

@burkben

@burkben burkben commented Jun 20, 2026

Copy link
Copy Markdown
Owner

What

Persists the EAS linkage created by eas init so iOS production / TestFlight builds work from any checkout:

  • extra.eas.projectId = 1cd8338b-4ead-4ad0-b90f-32d0ff324f7a (Expo project @hyperion-studio/redline-id)
  • explicit owner: "hyperion-studio" so EAS resolves the correct Expo account (the repo's Apple bundle id stays com.burkben.redlineid)

Why

eas init writes the projectId into the local app.json only. Committing it (plus owner) makes the linkage durable and unambiguous across machines and CI — required for eas build/eas submit.

Risk

Build/config metadata only — no runtime or app behavior change. Not consumed by the JS bundle.

Adds extra.eas.projectId (written by `eas init`) plus an explicit
`owner` so EAS production/TestFlight builds resolve the correct Expo
account across machines. No runtime impact — build config only.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@burkben burkben merged commit e0efda6 into main Jun 20, 2026
1 check passed
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.

1 participant