Skip to content

Commit

Permalink
Adjustments to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
DelphiWorlds committed Sep 24, 2024
1 parent d66170b commit e37d074
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Demos/FCMRebooted/ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,9 @@ Download the `GoogleServices-info.plist` file from your project configured in [F

#### Linker Options

For `Minimum iOS version supported`, when using **Firebase iOS SDK 11.2.0 - Delphi 12.2 or later**, ensure the value is set to: `13.0`
For `Minimum iOS version supported`, when using **Firebase iOS SDK 11.2.0 - Delphi 12.2 or later**, ensure the value is set to: `13.0`. For iOS Simulator the value should be `14.0`

For the `Options passed to the LD linker` option in the Project Options for iOS Device 64-bit, ensure you have a value of:
For the `Options passed to the LD linker` option in the Project Options for iOS Device 64-bit (or iOS Simulator if you are building for that), ensure you have a value of:
```
-ObjC -rpath /usr/lib/swift -weak_library /usr/lib/swift/libswift_Concurrency.dylib -weak_library /usr/lib/swift/libswift_StringProcessing.dylib -weak_library /usr/lib/swift/libswiftDataDetection.dylib -weak_library /usr/lib/swift/libswiftFileProvider.dylib
```
Expand Down

0 comments on commit e37d074

Please sign in to comment.