MANIFEST.in
README.md
pyproject.toml
setup.py
ocyan.plugin.mobileapp.egg-info/PKG-INFO
ocyan.plugin.mobileapp.egg-info/SOURCES.txt
ocyan.plugin.mobileapp.egg-info/dependency_links.txt
ocyan.plugin.mobileapp.egg-info/requires.txt
ocyan.plugin.mobileapp.egg-info/top_level.txt
ocyan/plugin/mobileapp/__init__.py
ocyan/plugin/mobileapp/admin.py
ocyan/plugin/mobileapp/admin_urls.py
ocyan/plugin/mobileapp/admin_views.py
ocyan/plugin/mobileapp/apps.py
ocyan/plugin/mobileapp/capabilities.py
ocyan/plugin/mobileapp/check_settings.py
ocyan/plugin/mobileapp/constants.py
ocyan/plugin/mobileapp/entrypoint.py
ocyan/plugin/mobileapp/forms.py
ocyan/plugin/mobileapp/models.py
ocyan/plugin/mobileapp/services.py
ocyan/plugin/mobileapp/test_settings.py
ocyan/plugin/mobileapp/test_urls.py
ocyan/plugin/mobileapp/utils.py
ocyan/plugin/mobileapp/views.py
ocyan/plugin/mobileapp/wagtail_hooks.py
ocyan/plugin/mobileapp/management/__init__.py
ocyan/plugin/mobileapp/management/commands/__init__.py
ocyan/plugin/mobileapp/management/commands/mobileapp_build_android.py
ocyan/plugin/mobileapp/management/commands/mobileapp_build_ios.py
ocyan/plugin/mobileapp/management/commands/mobileapp_check.py
ocyan/plugin/mobileapp/management/commands/mobileapp_generate.py
ocyan/plugin/mobileapp/management/commands/mobileapp_init.py
ocyan/plugin/mobileapp/management/commands/mobileapp_verify_android.py
ocyan/plugin/mobileapp/migrations/0001_initial.py
ocyan/plugin/mobileapp/migrations/0002_auto_20240409_1057.py
ocyan/plugin/mobileapp/migrations/0003_alter_mobileapp_icon.py
ocyan/plugin/mobileapp/migrations/0004_alter_mobileapp_icon.py
ocyan/plugin/mobileapp/migrations/0005_expand_mobile_app_settings.py
ocyan/plugin/mobileapp/migrations/0006_mobileapp_native_capability_planning.py
ocyan/plugin/mobileapp/migrations/0007_mobileapp_ios_camera_usage_description.py
ocyan/plugin/mobileapp/migrations/0008_mobileapp_branding_colors.py
ocyan/plugin/mobileapp/migrations/0009_mobileapp_release_metadata.py
ocyan/plugin/mobileapp/migrations/0010_mobileapp_secure_storage.py
ocyan/plugin/mobileapp/migrations/__init__.py
ocyan/plugin/mobileapp/static/mobileapp/css/offline.css
ocyan/plugin/mobileapp/templates/mobileapp/bridge.html
ocyan/plugin/mobileapp/templates/mobileapp/head.html
ocyan/plugin/mobileapp/templates/mobileapp/offline.html
ocyan/plugin/mobileapp/templates/mobileapp/service_worker_registration.html
ocyan/plugin/mobileapp/templates/mobileapp/serviceworker.js
ocyan/plugin/mobileapp/templates/wagtailadmin/mobileapp/dashboard.html
ocyan/plugin/mobileapp/templatetags/__init__.py
ocyan/plugin/mobileapp/templatetags/mobile_app_tags.py
ocyan/plugin/mobileapp/tests/__init__.py
ocyan/plugin/mobileapp/tests/test_commands.py
ocyan/plugin/mobileapp/tests/test_services.py
ocyan/plugin/mobileapp/tests/test_views.py
ocyan/plugin/mobileapp/tests/utils.py