Add PrivacyInfo.xcprivacy for Apple privacy manifest compliance#44
Merged
hitsubunnu merged 6 commits intomasterfrom Dec 21, 2025
Merged
Add PrivacyInfo.xcprivacy for Apple privacy manifest compliance#44hitsubunnu merged 6 commits intomasterfrom
hitsubunnu merged 6 commits intomasterfrom
Conversation
Add privacy manifest file to comply with Apple's SDK privacy requirements starting from Spring 2024. The manifest declares that QRScanner: - Does not track users - Does not collect user data - Does not use Required Reason APIs Closes #42 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Allow xcodebuild to use the latest available iOS version instead of requiring a specific version that may not exist on the runner. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Add separate build job to verify framework compilation - Add SPM build job to verify Swift Package Manager compatibility - Add timeout-minutes to prevent hanging jobs - Use stable device name (iPhone 15 Pro) for simulator tests - Remove unnecessary matrix strategy for single destination - Simplify and clean up configuration 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Exclude PrivacyInfo.xcprivacy from SPM target - Use xcodebuild instead of swift build for iOS library - swift build defaults to macOS which lacks UIKit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Upgrade swift-tools-version to 5.9 - Include PrivacyInfo.xcprivacy as resource for SPM privacy manifest support - Use .process() for Images.xcassets for proper asset compilation - Remove unnecessary empty dependencies array 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <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
PrivacyInfo.xcprivacyto comply with Apple's SDK privacy requirements (Spring 2024)Test plan
Closes #42
🤖 Generated with Claude Code