App Store display name: ClipDock: Free Up Space (1.0).
ClipDock is an iOS app that helps you copy selected videos from iPhone Photos to an external folder (Files), then optionally delete originals to free up device space.
- Product doc: docs/releases/1.0/product.md
- Development doc: docs/releases/1.0/development.md
- App Store prep: docs/app-store/app-store-connect.md
- Growth playbook: docs/app-store/growth-playbook.md
- Growth execution checklist: docs/app-store/growth-execution.md
- Growth metrics template: docs/app-store/metrics-template.csv
- Channel content pack: docs/app-store/channel-content-pack.md
- Channel post log: docs/app-store/channel-post-log.md
- Choose an external destination folder (security-scoped bookmark).
- Scan videos from Photos.
- Sort by date or size (local-only, best-effort).
- Select videos manually, Select All, or use Quick Filter (by year/month and/or Top-N by size).
- Migrate (copy) selected videos to the destination folder.
- After a successful migration run, optionally delete migrated originals (explicit confirmation).
- Video size is best-effort and local-only (iCloud-only items may show
--until downloaded/exported). - Migration is most reliable when ClipDock stays in the foreground; background execution is limited by iOS.
- Ensure full Xcode is installed (not just Command Line Tools).
- Generate the project:
xcodegen generate
- Open:
open ClipDock.xcodeproj
- Run on a real iPhone for external storage testing.
If xcodebuild reports Command Line Tools only, switch developer directory after installing Xcode:
sudo xcode-select -s /Applications/Xcode.app/Contents/DeveloperGitHub Actions runs xcodegen generate and xcodebuild test on PRs and main.
- Privacy Policy: https://wenfeng-gao.github.io/clipdock/app-store/privacy-policy.html
- Support: https://wenfeng-gao.github.io/clipdock/app-store/support.html
MIT. See LICENSE.