From a8783921b9f4265dc95fe3b98a0f4e1c102397b7 Mon Sep 17 00:00:00 2001 From: Dave Nottage Date: Tue, 19 Nov 2024 05:48:08 +1030 Subject: [PATCH] Added note about Swift Compatibility libs --- Demos/BarcodeReader/ReadMe.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Demos/BarcodeReader/ReadMe.md b/Demos/BarcodeReader/ReadMe.md index e25c15d..2f96a45 100644 --- a/Demos/BarcodeReader/ReadMe.md +++ b/Demos/BarcodeReader/ReadMe.md @@ -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