Skip to content

Commit

Permalink
MOB-1000 #comment improved documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
shachartransmit committed Jun 24, 2024
1 parent 070e288 commit 514c2ad
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@ Enhance your native iOS and Android applications with Transmit Identity Orchestr
## Installation

```sh
// using `npm`:
npm install react-native-ts-identity-orchestration
```
Or using Yarn:
```sh
// or using `yarn`:
yarn add react-native-ts-identity-orchestration
```
#### For iOS run:
Expand All @@ -19,7 +18,7 @@ pod install
## Native Project Configuration
#### iOS
1. Open your project's `.xcworkspace` found under `YOUR_PROJECT_PATH/iOS` in Xcode.
2. Create a plist file named TransmitSecurity.plist in your Application with the following content. CLIENT_ID is your client ID (obtained in Step 1).
2. Create a plist file named TransmitSecurity.plist in your Application with the following content. CLIENT_ID is configured in your Transmit server. Make sure the file is linked to your target.

```xml
<?xml version="1.0" encoding="UTF-8"?>
Expand Down

0 comments on commit 514c2ad

Please sign in to comment.