Skip to content

Commit

Permalink
Added note about Swift Compatibility libs
Browse files Browse the repository at this point in the history
  • Loading branch information
DelphiWorlds committed Nov 18, 2024
1 parent 2d2e0ea commit a878392
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Demos/BarcodeReader/ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ Delphi 12.2 has an updated linker, which means that newer iOS SDKs can now succe

Create an [Environment Variable User System Override](https://docwiki.embarcadero.com/RADStudio/Alexandria/en/Environment_Variables) called `Firebase`, and set it to the folder where the SDK was unzipped to. This corresponds to the `$(Firebase)` macro in the Project Options of the demo. Alternatively, you will need to modify the [Framework search path](#framework-search-path) value to use the folder where the SDK is unzipped to.

#### Swift Compatibility libraries

If you use Firebase iOS SDK 11.2.0, it's also necessary to add [Swift Support Files in Delphi's SDK Manager](https://github.com/DelphiWorlds/HowTo/tree/main/Solutions/AddSwiftSupport) (follow the link for instructions)

#### ML Kit Libraries

The Barcode Scanner feature is dependent on prebuilt libraries in the [`ThirdParty\iOS`](https://github.com/DelphiWorlds/Kastri/tree/master/ThirdParty/iOS) folder
Expand Down

0 comments on commit a878392

Please sign in to comment.