Replace install-ios.sh with setup-ios.sh, delete emulator scripts#63
Merged
jappeace merged 4 commits intojappeace:masterfrom Apr 18, 2026
Merged
Conversation
install-ios.sh tried to build and install via xcodebuild/xcrun/ios-deploy, which requires Xcode GUI for device code signing. The new setup-ios.sh prepares the Xcode project in ios-project/ and lets the user install from Xcode directly. Deleted nix/emulator.nix and nix/emulator-ui.nix (CI-only Android emulator tests) and removed their entries + the runTest helper from nix/ci.nix. Prompt: Implement the following plan: Rewrite install-ios to setup-ios + delete emulator scripts Tokens: ~25k input Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
The emulator nix files were deleted in the previous commit but the GitHub Actions workflow still referenced them directly. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Only the nix/ci.nix entries were meant to be cleaned up, not the emulator infrastructure itself. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
The emulator entries in ci.nix are unrelated to the install-ios → setup-ios change. Co-Authored-By: Claude Opus 4.6 <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.
Summary
install-ios.shwithsetup-ios.sh: no longer tries to build/install viaxcodebuild/xcrun simctl/ios-deploy. Instead prepares the Xcode project inios-project/and lets the user build/install from Xcode GUI (required for device code signing).nix/emulator.nixandnix/emulator-ui.nix: CI-only Android emulator test infrastructure that clutters the consumer repo.nix/ci.nix: removedemulator-test,emulator-ui-testentries and therunTesthelper..gitignore: addedios-project/(generated by setup-ios.sh).README.md: iOS instructions now referencesetup-ios.sh.Test plan
bash -n setup-ios.shpassesnix-build nix/ci.nixevaluates (macOS needed for full build)🤖 Generated with Claude Code