Skip to content

Commit

Permalink
fix: re-add binaries to lfs. (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudwebrtc authored Aug 1, 2024
1 parent 98eb558 commit c550b7d
Show file tree
Hide file tree
Showing 17 changed files with 55 additions and 9 deletions.
22 changes: 13 additions & 9 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,19 @@
*.so filter=lfs diff=lfs merge=lfs -text
*.dylib filter=lfs diff=lfs merge=lfs -text
Runtime/Scripts/Proto/* linguist-generated=true
Runtime/Plugins/libwebrtc.jar filter=lfs diff=lfs merge=lfs -text
Runtime/Plugins/ffi-android-x86_64/liblivekit_ffi.so filter=lfs diff=lfs merge=lfs -text
Runtime/Plugins/ffi-android-arm64/liblivekit_ffi.so filter=lfs diff=lfs merge=lfs -text
Runtime/Plugins/Google.Protobuf.dll filter=lfs diff=lfs merge=lfs -text
Runtime/Plugins/System.Runtime.CompilerServices.Unsafe.dll filter=lfs diff=lfs merge=lfs -text
Runtime/Plugins/ffi-windows-arm64/livekit_ffi.dll filter=lfs diff=lfs merge=lfs -text
Runtime/Plugins/ffi-windows-x86_64/livekit_ffi.dll filter=lfs diff=lfs merge=lfs -text
Runtime/Plugins/ffi-android-armv7/liblivekit_ffi.so filter=lfs diff=lfs merge=lfs -text
Runtime/Plugins/ffi-macos-arm64/liblivekit_ffi.dylib filter=lfs diff=lfs merge=lfs -text
Runtime/Plugins/ffi-macos-x86_64/liblivekit_ffi.dylib filter=lfs diff=lfs merge=lfs -text
Runtime/Plugins/ffi-android-x86_64/liblivekit_ffi.so filter=lfs diff=lfs merge=lfs -text
Runtime/Plugins/ffi-linux-arm64/liblivekit_ffi.so filter=lfs diff=lfs merge=lfs -text
Runtime/Plugins/ffi-linux-x86_64/liblivekit_ffi.so filter=lfs diff=lfs merge=lfs -text
Runtime/Plugins/ffi-windows-x86_64/livekit_ffi.dll filter=lfs diff=lfs merge=lfs -text
Runtime/Plugins/ffi-windows-arm64/livekit_ffi.dll filter=lfs diff=lfs merge=lfs -text
Runtime/Plugins/Google.Protobuf.dll filter=lfs diff=lfs merge=lfs -text
Runtime/Plugins/System.Runtime.CompilerServices.Unsafe.dll filter=lfs diff=lfs merge=lfs -text
Runtime/Plugins/ffi-android-arm64/liblivekit_ffi.so filter=lfs diff=lfs merge=lfs -text
Runtime/Plugins/ffi-macos-x86_64/liblivekit_ffi.dylib filter=lfs diff=lfs merge=lfs -text
Runtime/Plugins/ffi-macos-arm64/liblivekit_ffi.dylib filter=lfs diff=lfs merge=lfs -text
Runtime/Plugins/ffi-android-arm64/libwebrtc.jar filter=lfs diff=lfs merge=lfs -text
Runtime/Plugins/ffi-android-armv7/libwebrtc.jar filter=lfs diff=lfs merge=lfs -text
Runtime/Plugins/ffi-android-x86_64/libwebrtc.jar filter=lfs diff=lfs merge=lfs -text
Runtime/Plugins/ffi-ios-arm64/liblivekit_ffi.a filter=lfs diff=lfs merge=lfs -text
Runtime/Plugins/ffi-ios-sim-arm64/liblivekit_ffi.a filter=lfs diff=lfs merge=lfs -text
Binary file modified Runtime/Plugins/Google.Protobuf.dll
Binary file not shown.
Binary file modified Runtime/Plugins/System.Runtime.CompilerServices.Unsafe.dll
Binary file not shown.
3 changes: 3 additions & 0 deletions Runtime/Plugins/ffi-android-arm64/liblivekit_ffi.so
Git LFS file not shown
3 changes: 3 additions & 0 deletions Runtime/Plugins/ffi-android-arm64/libwebrtc.jar
Git LFS file not shown
3 changes: 3 additions & 0 deletions Runtime/Plugins/ffi-android-armv7/liblivekit_ffi.so
Git LFS file not shown
3 changes: 3 additions & 0 deletions Runtime/Plugins/ffi-android-armv7/libwebrtc.jar
Git LFS file not shown
3 changes: 3 additions & 0 deletions Runtime/Plugins/ffi-android-x86_64/liblivekit_ffi.so
Git LFS file not shown
3 changes: 3 additions & 0 deletions Runtime/Plugins/ffi-android-x86_64/libwebrtc.jar
Git LFS file not shown
3 changes: 3 additions & 0 deletions Runtime/Plugins/ffi-ios-arm64/liblivekit_ffi.a
Git LFS file not shown
3 changes: 3 additions & 0 deletions Runtime/Plugins/ffi-ios-sim-arm64/liblivekit_ffi.a
Git LFS file not shown
3 changes: 3 additions & 0 deletions Runtime/Plugins/ffi-linux-arm64/liblivekit_ffi.so
Git LFS file not shown
3 changes: 3 additions & 0 deletions Runtime/Plugins/ffi-linux-x86_64/liblivekit_ffi.so
Git LFS file not shown
3 changes: 3 additions & 0 deletions Runtime/Plugins/ffi-macos-arm64/liblivekit_ffi.dylib
Git LFS file not shown
3 changes: 3 additions & 0 deletions Runtime/Plugins/ffi-macos-x86_64/liblivekit_ffi.dylib
Git LFS file not shown
3 changes: 3 additions & 0 deletions Runtime/Plugins/ffi-windows-arm64/livekit_ffi.dll
Git LFS file not shown
3 changes: 3 additions & 0 deletions Runtime/Plugins/ffi-windows-x86_64/livekit_ffi.dll
Git LFS file not shown

0 comments on commit c550b7d

Please sign in to comment.