Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 720 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 720 Bytes

t-rss-reader iOS, iPadOS and macOS client (WIP)

Multiplatform client targeting three Apple platforms: iOS, iPadOS and macOS.

Prerequisites

  • Backend infrastructure is created and you have the invoke URLs in hand
  • A macOS system with Xcode installed

Setup

  1. Create a Env.xcconfig file from the EnvExample.xcconfig file
  2. Add the env vars

Usage

  • Open TRssReader.xcodeproj in Xcode
  • Make sure the TRssReader scheme is selected in the toolbar
  • Select a device destination (e.g. "My Mac", "iPhone 14")
  • Run the project

Deployment

TBD