Skip to content

Commit

Permalink
fix on doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Mastersam07 committed Aug 27, 2020
1 parent f4d3b2c commit bf619e8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 35 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

A livechat widget for your mobile application.

## 1.0.0+1

## 1.0.0

* Completed iOS documentation
Expand Down
34 changes: 1 addition & 33 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ A livechat package for embedding mobile chat window in your mobile application.

```yaml
dependencies:
livechat: "^1.0.0"
livechat: "^1.0.0+1"
```
### ⚡️ Import
Expand All @@ -40,38 +40,6 @@ import 'package:livechat/livechat.dart';
<activity android:name="com.livechatinc.inappchat.ChatWindowActivity" android:configChanges="orientation|screenSize" />
```

### iOS
#### Requirements:
> - iOS 9.0+
> - Xcode 8.0+
<!-- >- Edit info.plist as shown below -->
#### Installation

##### Carthage
If you use Carthage to manage your dependencies, simply add 'livechat/chat-window-ios' to your Cartfile.
```
github "livechat/chat-window-ios" ~> 2.0.20
```

Ensure you have added LiveChat.framework to the "Linked Frameworks and Libraries" section of your target, and have include it in your Carthage framework copying build phase.

##### CocoaPods
If you use CocoaPods to manage your dependencies, simply add LiveChat to your Podfile.
```podfile
pod 'LiveChat', '~> 2.0.20'
```

##### Sending Files From Device Library
```plist
<key>NSPhotoLibraryUsageDescription</key>
<string>This app requires access to the photo library.</string>
<key>NSMicrophoneUsageDescription</key>
<string>This app require access to the microphone.</string>
<key>NSCameraUsageDescription</key>
<string>This app requires access to the camera.</string>
```

### Dart Usage

```dart
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.0.0"
version: "1.0.0+1"
matcher:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: livechat
description: A livechat package for embedding mobile chat window in your mobile application.
version: 1.0.0
version: 1.0.0+1
homepage: https://github.com/Mastersam07/livechat
repository: https://github.com/Mastersam07/livechat
issue_tracker: https://github.com/Mastersam07/livechat/issues
Expand Down

0 comments on commit bf619e8

Please sign in to comment.