docs: annotate nix path resolution

This commit is contained in:
Peter Steinberger
2026-01-01 09:30:12 +01:00
parent f6956320f9
commit 0a9f06d60f
4 changed files with 4 additions and 0 deletions

View File

@@ -122,6 +122,7 @@ enum DeviceModelCatalog {
}
private static func locateResourceBundle() -> Bundle? {
// Prefer module bundle (SwiftPM/tests), then main app bundle (packaged app).
if let bundle = self.bundleIfContainsDeviceModels(Bundle.module) {
return bundle
}