diff --git a/README.md b/README.md index 92828db20..03073558a 100644 --- a/README.md +++ b/README.md @@ -161,7 +161,9 @@ Each release starting with RxSwift 6 includes `*.xcframework` framework binaries Simply drag the needed framework binaries to your **Frameworks, Libraries, and Embedded Content** section under your target's **General** tab. -> **Note**: If you're using `RxCocoa`, be sure to also drag **RxCocoaRuntime.xcframework** before importing `RxCocoa`. +> [!TIP] +> You may verify the identity of the binaries by comparing against the following fingerprint: +> `BD 80 2E 79 4C 8A BD DA 4C 3F 5D 92 B3 E4 C4 FB FA E4 73 44 10 B9 AD 73 44 2E F1 CE B0 27 61 40` XCFrameworks instructions diff --git a/scripts/make-xcframeworks.sh b/scripts/make-xcframeworks.sh index dff26ea3a..6ac352c10 100755 --- a/scripts/make-xcframeworks.sh +++ b/scripts/make-xcframeworks.sh @@ -70,7 +70,8 @@ for product in ${products[@]}; do -output "./${PROJECT_NAME}.xcframework" | xcbeautify fi - # Zip it! + # Code sign the binary + codesign -v --sign "RxSwift Distribution" "./${PROJECT_NAME}.xcframework" done # Zip all frameworks to a single ZIP