sim-transfer

Transfer files from a host Mac to the iOS Simulator via Finder AppleScript.

27|10|Updated Mar 3, 2026
One-click install
npx skills add https://github.com/lllyys/vreader --skill sim-transfer
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: sim-transfer
Source: https://github.com/lllyys/vreader/tree/main/.claude/skills/sim-transfer
Command: npx skills add https://github.com/lllyys/vreader --skill sim-transfer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Simplifies the process of transferring files from a host Mac to the iOS Simulator, overcoming restrictions on certain folders.

Core Features & Use Cases

  • Automatic Folder Handling: Transfers files from restricted folders like Downloads, Desktop, and Documents automatically.
  • Two Transfer Outcomes: Shows file in "On My iPhone" with a Save to Files dialog or places it directly into the app's sandbox.
  • Use Case: Ideal for quickly importing books, documents, or files into a running iOS app on the simulator during development.

Quick Start

To transfer a file to the simulator, use the sim-transfer skill with the path to your file: sim-transfer "path/to/file".

Frequently Asked Questions about sim-transfer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I transfer files from a Mac to an iOS Simulator?▼

To transfer files to an iOS Simulator, you can use a script that passes the file path via command line, which then handles the transfer automatically and places the file into the simulator environment.

Why can't I drag files from Downloads into the iOS Simulator?▼

macOS TCC restrictions prevent direct file access from protected folders like Downloads, Desktop, and Documents. Transferring files from these restricted folders requires using Finder AppleScript as a relay to bypass the limitation.

Where do files end up after transferring them to the iOS Simulator?▼

Transferred files can appear in the "On My iPhone" section via a Save to Files dialog, or be placed directly into the running app's sandbox, depending on your specific app development scenario.

Can I import documents into a running app on the iOS Simulator?▼

Yes, you can import books, documents, or files into a running iOS app on the simulator during development by executing a transfer command with the path to your target file.

Does file transfer to the iOS Simulator work with macOS TCC protected folders?▼

Yes, it works with protected folders by using Finder AppleScript as a relay, automatically handling the transfer of files from restricted macOS directories like Documents and Desktop.