Skip to content

Latest commit

 

History

History
68 lines (48 loc) · 2.6 KB

File metadata and controls

68 lines (48 loc) · 2.6 KB

ClipDock app icon

ClipDock

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.

CI

Docs (1.0)

Key Features (1.0)

  • 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).

Notes / Limitations

  • 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.

Local setup

  1. Ensure full Xcode is installed (not just Command Line Tools).
  2. Generate the project:
    xcodegen generate
  3. Open:
    open ClipDock.xcodeproj
  4. 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/Developer

CI

GitHub Actions runs xcodegen generate and xcodebuild test on PRs and main.

App Store Links

License

MIT. See LICENSE.