Check if app group container is readable#2434
Check if app group container is readable#2434dnicolson wants to merge 1 commit intoProvenance-Emu:developfrom
Conversation
PR Compliance Guide 🔍Below is a summary of compliance checks for this PR:
Compliance status legend🟢 - Fully Compliant🟡 - Partial Compliant 🔴 - Not Compliant ⚪ - Requires Further Human Verification 🏷️ - Compliance label |
||||||||||||||||||||||||
PR Code Suggestions ✨Explore these optional code suggestions:
|
||||||||||||
User description
This reimplements the changes in #2420 without the code suggestion (15038ea).
PR Type
Bug fix
Description
Replace directory existence check with readable file check
Simplify app group container validation logic
Use FileManager's isReadableFile method for better reliability
Diagram Walkthrough
File Walkthrough
RomDatabase.swift
Refactor app group container validation methodPVLibrary/Sources/PVLibrary/Database/Realm Database/RomDatabase.swift
fileExists(atPath:isDirectory:)check withisReadableFile(atPath:)methodObjCBoolvariable