Skip to content

Commit

Permalink
docs: update readme to reflect archive status
Browse files Browse the repository at this point in the history
  • Loading branch information
jhaaaa committed Sep 13, 2023
1 parent 9ee915d commit 9bd6765
Showing 1 changed file with 9 additions and 3 deletions.
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

0 comments on commit 9bd6765

Please sign in to comment.