iOS: add iCloud Documents entitlements so Open/Save work - #7
Merged
Conversation
The committed iOS entitlements file was empty (`<dict/>`), so the TestFlight build was signed with no iCloud entitlement. At runtime `URLForUbiquityContainerIdentifier` returns nil, documents_dir() fails with "iCloud is not available", and the frontend shows the "iCloud unavailable" toast on Open/Save. Populate the entitlements with the iCloud container (iCloud.co.nurve.elo.calculator), add the matching NSUbiquitousContainers block to Info.plist (Files-app visibility + "Elo" name), and declare both in project.yml so an xcodegen / `tauri ios init` regeneration reproduces them instead of wiping the file blank again. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01HapQmYrTx3QWWMZrnmssiP
ccakes
added a commit
that referenced
this pull request
Jul 7, 2026
Ships the iOS iCloud Documents entitlements merged in #7. Bumps the workspace, Tauri/web manifests, PKGBUILD, Cargo.lock, and the iOS Info.plist version strings (CFBundleVersion bumped per the NSUbiquitousContainers change). Co-Authored-By: Claude Opus 4.8 (1M context) <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.
The committed iOS entitlements file was empty (
<dict/>), so theTestFlight build was signed with no iCloud entitlement. At runtime
URLForUbiquityContainerIdentifierreturns nil, documents_dir() failswith "iCloud is not available", and the frontend shows the "iCloud
unavailable" toast on Open/Save.
Populate the entitlements with the iCloud container
(iCloud.co.nurve.elo.calculator), add the matching NSUbiquitousContainers
block to Info.plist (Files-app visibility + "Elo" name), and declare both
in project.yml so an xcodegen /
tauri ios initregeneration reproducesthem instead of wiping the file blank again.
Co-Authored-By: Claude Opus 4.8 noreply@anthropic.com
Claude-Session: https://claude.ai/code/session_01HapQmYrTx3QWWMZrnmssiP