@regulaforensics/document-reader 8.3.279-beta → 8.3.281-beta

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5,7 +5,7 @@ source = File.join(__dir__, 'ios')
5
5
 
6
6
  Pod::Spec.new do |s|
7
7
  s.name = 'RNDocumentReader'
8
- s.version = '8.3.279-beta'
8
+ s.version = '8.3.281-beta'
9
9
  s.summary = package['description']
10
10
  s.license = package['license']
11
11
 
@@ -2,8 +2,10 @@
2
2
 
3
3
  ## How to build demo application
4
4
  1. Download or the clone current repository using the command `git clone https://github.com/regulaforensics/npm-document-reader.git`.
5
- 2. Execute `npm run setup` within this directory.
6
- 3. Run the app:
5
+ 2. Put `regula.license` file at `public/assets/` (you can get a trial license [here](https://client.regulaforensics.com)).
6
+ 3. Put `db.dat` file at `public/assets/` (you can get a trial database [here](https://client.regulaforensics.com/customer/databases))
7
+ 4. Execute `npm run setup` within this directory.
8
+ 5. Run the app:
7
9
  * IOS: `npm run ios`.
8
10
  * Android: `npm run android`.
9
11