forked from YTLitePlus/YTLitePlus
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
abbdc37
commit 62d8f44
Showing
5 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
Submodule YTABConfig
updated
1 files
+36 −0 | layout/Library/Application Support/YTABC.bundle/id.lproj/Localizable.strings |
Submodule YTUHD
updated
1 files
+9 −0 | layout/Library/Application Support/YTUHD.bundle/id.lproj/Localizable.strings |
Submodule YouMute
updated
1 files
+4 −0 | layout/Library/Application Support/YouMute.bundle/id.lproj/Localizable.strings |
Submodule iSponsorBlock
updated
1 files
+86 −0 | layout/Library/Application Support/iSponsorBlock.bundle/id.lproj/Localizable.strings |
Submodule protobuf
updated
11 files
+2 −2 | .github/workflows/test_upb.yml | |
+3 −1 | bazel/private/BUILD | |
+3 −2 | bazel/private/cc_proto_aspect.bzl | |
+2 −0 | bazel/private/native.bzl | |
+5 −0 | python/build_targets.bzl | |
+57 −0 | python/google/protobuf/proto_api.cc | |
+52 −0 | python/google/protobuf/proto_api.h | |
+179 −1 | python/google/protobuf/pyext/message_module.cc | |
+1 −0 | rust/aspects.bzl | |
+1 −0 | rust/cargo/Cargo.toml | |
+4 −0 | rust/protobuf_codegen/Cargo.toml |