kuglee / TermiWatch

Terminal Watch Face for Apple Watch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TermiWatch

Terminal Watch Face for Apple Watch.

38 mm 42 mm 40 mm 44 mm
38 mm 42 mm 40 mm 44 mm

Inspired by this post on Reddit by u/quarl0w.

For devices running watchOS 5 or higher.

How to install

Prerequisites

  1. Install Xcode.
  2. Become an Apple Developer by logging in here. (Select Account and log in with your Apple ID.)

Adding a developer account to Xcode

  1. Go to Xcode menu -> Xcode -> Preferences….
  2. Select the Accounts tab. Add developer account to Xcode
  3. Click the + button in the bottom left corner.
    1. Select Apple ID.
    2. Provide your Apple ID and password. Add developer account to Xcode 2
  4. Click the Manage Certificates… button.
    1. Click the + button in the bottom left corner.
    2. Select Apple Development.
    3. Click the Done button. Manage Certificates

Configuring the project

  1. Download the latest version:
  1. Open TermiWatch.xcodeproj in Xcode.
  2. Change the project's developer account:
    1. Select the project in the Project Navigator.
    2. Click the Show project and targets list button in the top left corner. Show project and targets list
    3. Select the General tab:
      Change bundle identifier 1
    4. For each of the 3 targets replece kuglee in the Bundle Identifier field with the name of your developer account. (The name of your Apple ID without the @xxxx.com.) Change bundle identifier 2
  3. Change the project's team:
    1. Select the Signing & Capabilities tab:
      Change team 1
    2. For each of the 3 targets change the Team to your team. (Usually this is your name.)
      Change team 2
  4. Manually replace bundle identifiers:
    1. Select Xcode menu -> Find -> Find and Replace in Project….
    2. In the Text field type kuglee.
    3. In the With field type the name of your developer account. (The name of your Apple ID without the @xxxx.com.)
    4. Click the Replace All button. Change bundle identifier 3

Installing the app

  1. Plug your phone into your computer.
  2. Unlock your phone and trust your computer.
  3. Select Xcode menu -> Product -> Destination. At the Device section select your phone.
  4. Select Xcode menu -> Product -> Run.
  5. Wait for the app to install on your phone.
  6. Go to Settings -> General -> Profiles & Device Management on your phone to trust the app.
  7. Install the watchOS app from the Watch app.
  8. Change your watch settings to Always show last used app.

About

Terminal Watch Face for Apple Watch

License:MIT License


Languages

Language:Swift 100.0%