Skip to content
This repository has been archived by the owner on Nov 18, 2024. It is now read-only.

Docs: update readme to reflect archived status #116

Merged
merged 1 commit into from
Sep 13, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# xmtp-inbox-ios
# ARCHIVED: xmtp-inbox-ios

## Getting Started
![Status](https://img.shields.io/badge/Project_Status-Archived-lightgrey)

This **archived** repo provides the XMTP Inbox iOS app, which is no longer supported.

For an alternative solution, see the [example app](https://github.com/xmtp/xmtp-ios/tree/main/XMTPiOSExample) provided by the `xmtp-ios` SDK.

## Getting started

### Configure Infura

Expand All @@ -10,7 +16,7 @@ Add your Infura Key as a [build configuration setting](https://help.apple.com/xc
File -> New -> File... -> Configuration Settings File -> **Secrets.xcconfig**
```

Then add the following as a [static environment varaible](https://help.apple.com/xcode/#/dev745c5c974).
Then add the following as a [static environment variable](https://help.apple.com/xcode/#/dev745c5c974).

```
INFURA_KEY = {REPLACE_WITH_YOUR_KEY}
Expand Down