.git-blame-ignore-revs
.gitignore
.pre-commit-config.yaml
.pyspelling.yml
.readthedocs.yml
AGENTS.md
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
README.md
pyproject.toml
tox.ini
.github/dependabot.yml
.github/workflows/ci.yml
.github/workflows/dependabot-changenote.yml
.github/workflows/pre-commit-update.yml
.github/workflows/publish.yml
.github/workflows/release.yml
.specify/memory/constitution.md
changes/.gitignore
changes/template.md
docs/config.yml
docs/mkdocs.en.yml
docs/spelling_wordlist
docs/en/SUMMARY.md
docs/en/index.md
docs/en/about/faq.md
docs/en/about/index.md
docs/en/about/releases.md
docs/en/about/roadmap.md
docs/en/about/success.md
docs/en/how-to/index.md
docs/en/how-to/contribute/first-time-contributors.md
docs/en/how-to/contribute/index.md
docs/en/how-to/contribute/how/branches.md
docs/en/how-to/contribute/how/build-docs.md
docs/en/how-to/contribute/how/change-note.md
docs/en/how-to/contribute/how/dev-environment.md
docs/en/how-to/contribute/how/new-issue.md
docs/en/how-to/contribute/how/propose-feature.md
docs/en/how-to/contribute/how/reproduce-issue.md
docs/en/how-to/contribute/how/review-pr.md
docs/en/how-to/contribute/how/scope-creep.md
docs/en/how-to/contribute/how/submit-pr.md
docs/en/how-to/contribute/how/write-code.md
docs/en/how-to/contribute/how/write-docs.md
docs/en/how-to/contribute/next/pr-review.md
docs/en/how-to/contribute/next/release.md
docs/en/how-to/contribute/policies/ai-policy.md
docs/en/how-to/contribute/style/code-style-guide.md
docs/en/how-to/contribute/style/docs-style-guide.md
docs/en/how-to/contribute/what/fix-issue.md
docs/en/how-to/contribute/what/implement-feature.md
docs/en/how-to/contribute/what/propose-feature.md
docs/en/how-to/contribute/what/review-pr.md
docs/en/how-to/contribute/what/triage.md
docs/en/how-to/contribute/what/use-tools.md
docs/en/how-to/contribute/what/write-docs.md
docs/en/how-to/internal/release.md
docs/en/images/rubicon.png
docs/en/reference/index.md
docs/en/reference/rubicon-objc-api.md
docs/en/reference/rubicon-objc-eventloop.md
docs/en/reference/rubicon-objc-runtime.md
docs/en/reference/rubicon-objc-types.md
docs/en/reference/rubicon-objc.md
docs/en/topics/async.md
docs/en/topics/c-functions.md
docs/en/topics/index.md
docs/en/topics/memory-management.md
docs/en/topics/protocols.md
docs/en/topics/type-mapping.md
docs/en/tutorial/index.md
docs/en/tutorial/tutorial-0.md
docs/en/tutorial/tutorial-1.md
docs/en/tutorial/tutorial-2.md
src/rubicon/objc/__init__.py
src/rubicon/objc/api.py
src/rubicon/objc/collections.py
src/rubicon/objc/ctypes_patch.py
src/rubicon/objc/eventloop.py
src/rubicon/objc/runtime.py
src/rubicon/objc/types.py
src/rubicon_objc.egg-info/PKG-INFO
src/rubicon_objc.egg-info/SOURCES.txt
src/rubicon_objc.egg-info/dependency_links.txt
src/rubicon_objc.egg-info/top_level.txt
stubs/rubicon-stubs/objc/api/__init__.pyi
stubs/rubicon-stubs/objc/runtime/__init__.pyi
stubs/rubicon-stubs/objc/types/__init__.pyi
tests/__init__.py
tests/conftest.py
tests/test_NSArray.py
tests/test_NSDictionary.py
tests/test_NSString.py
tests/test_ObjCClass.py
tests/test_ObjCInstance.py
tests/test_ObjCMetaClass.py
tests/test_ObjCProtocol.py
tests/test_async.py
tests/test_blocks.py
tests/test_const.py
tests/test_ctypes_patch.py
tests/test_field.py
tests/test_method.py
tests/test_partial_method.py
tests/test_send_message.py
tests/test_super.py
tests/test_threads.py
tests/test_types.py
tests/objc/Altered_Example.h
tests/objc/Altered_Example.m
tests/objc/BaseExample.h
tests/objc/BaseExample.m
tests/objc/Blocks.h
tests/objc/Blocks.m
tests/objc/Callback.h
tests/objc/DescriptionTester.h
tests/objc/DescriptionTester.m
tests/objc/Example.h
tests/objc/Example.m
tests/objc/Makefile
tests/objc/Protocols.h
tests/objc/SpecificExample.h
tests/objc/SpecificExample.m
tests/objc/Thing.h
tests/objc/Thing.m