isatria / Xcode-watchOS-DeviceSupport

Run Xcode Project on AppleWatch Device with latest version without download latest Xcode version.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AppleWatch DeviceSupport for Xcode Tweet

last commit

Will update regularly.

Usage:

Below command is trying to extract all files zip of device support to /Applications/Xcode.app.

sudo pyton extract.py

You can use --target if your Xcode is not in /Applications/

sudo python extract.py --target /Document/Xcode.app
python extract.py -h
usage: extract.py [-h] [--target XCODEPATH]

Extract DeviceSupport files to Xcode.app

optional arguments:
  -h, --help          show this help message and exit
  --target XCODEPATH  custom Xcode.app path location

Manual

  1. Close Xcode.
  2. Open Finder.
  3. Press Shift+⌘ (Command)+G to open Go to Folder
  4. Enter: /Applications/Xcode/Contents/Developer/Platforms/WatchOS.platform/DeviceSupport/.
  5. Then extract (unzip) and copy the latest Device Support file do you want to this directory.

Note :
If your Xcode.app is not in /Applications/, change /Applications/Xcode to match the path of the existence of Xcode.app.

Supported Versions

watchOS 6:

watchOS 5:

watchOS 4:

watchOS 3:

watchOS 2:

External links

About

Run Xcode Project on AppleWatch Device with latest version without download latest Xcode version.


Languages

Language:Python 100.0%