Skip to content

Commit

Permalink
Update readme re weak library refs
Browse files Browse the repository at this point in the history
  • Loading branch information
DelphiWorlds committed Oct 21, 2024
1 parent b95195b commit f50a927
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Demos/AdMob/ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ For `Minimum iOS version supported`, when using **Firebase iOS SDK 11.2.0 - Delp

For the `Options passed to the LD linker` option in the Project Options for iOS Device 64-bit, 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
-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 -weak_library /usr/lib/swift/libswiftOSLog.dylib -weak_library /usr/lib/swift/libswiftXPC.dylib
```

The `-weak_library` entries ensure compatibility with iOS 15 or lower.
Expand Down
2 changes: 1 addition & 1 deletion Demos/BarcodeReader/ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ For `Minimum iOS version supported`, when using **Firebase iOS SDK 11.2.0 - Delp
For the `Options passed to the LD linker` option in the Project Options for iOS Device 64-bit, 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
-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 -weak_library /usr/lib/swift/libswiftOSLog.dylib -weak_library /usr/lib/swift/libswiftXPC.dylib
```

The `-weak_library` entries ensure compatibility with iOS 15 or lower.
Expand Down
2 changes: 1 addition & 1 deletion Demos/FCMRebooted/ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ For `Minimum iOS version supported`, when using **Firebase iOS SDK 11.2.0 - Delp

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 -weak_library /usr/lib/swift/libswiftXPC.dylib
-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 -weak_library /usr/lib/swift/libswiftOSLog.dylib -weak_library /usr/lib/swift/libswiftXPC.dylib
```

The `-weak_library` entries ensure compatibility with iOS 15 or lower.
Expand Down

0 comments on commit f50a927

Please sign in to comment.