You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,14 +37,14 @@ The `OSBARCManagerFactory` provides a way to create the Scanner Flow Manager - t
37
37
38
38
## Motivation
39
39
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.
41
41
42
42
## Usage
43
43
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.
45
45
46
46
```console
47
-
sh scripts/build.sh
47
+
sh scripts/build_framework.sh
48
48
```
49
49
50
50
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