Skip to content

Commit 99a7f95

Browse files
authored
docs: Update build script name (#17)
1 parent a95c9f2 commit 99a7f95

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ The `OSBARCManagerFactory` provides a way to create the Scanner Flow Manager - t
3737

3838
## Motivation
3939

40-
This library is to be used by the [Barcode Plugin](https://github.com/OutSystems/cordova-outsystems-barcode). The repository contains a `scripts/build.sh` script that allows the creation of the `OSBarcodeLib.xcframework`. This framework should then be imported into the Cordova bridge as a framework.
40+
This library is to be used by the [Barcode Plugin](https://github.com/OutSystems/cordova-outsystems-barcode). The repository contains a `scripts/build_framework.sh` script that allows the creation of the `OSBarcodeLib.xcframework`. This framework should then be imported into the Cordova bridge as a framework.
4141

4242
## Usage
4343

44-
1. Create the `OSBarcodeLib.xcframework` using the `scripts/build.sh` script. This is achievable through the following bash script.
44+
1. Create the `OSBarcodeLib.xcframework` using the `scripts/build_framework.sh` script. This is achievable through the following bash script.
4545

4646
```console
47-
sh scripts/build.sh
47+
sh scripts/build_framework.sh
4848
```
4949

5050
2. Include the `OSBarcodeLib.xcframework` on your project. For example, to accomplish this on a Cordova plugin, the following needs to be inserted into the `plugin.xml`.

0 commit comments

Comments
 (0)