claude_session_viewer/macos/Runner
Mathias Beaulieu-Duncan e658c6c9cf fix: add files.user-selected.read-only entitlement for file_picker
The file_picker plugin requires com.apple.security.files.user-selected.read-only
to be present in the app's entitlements. It checks this at runtime via
SecTaskCopyValueForEntitlement and throws ENTITLEMENT_NOT_FOUND without it.
This was lost during a previous entitlements cleanup.

Signed, notarized, stapled DMG
2026-04-07 14:14:18 -04:00
..
Assets.xcassets/AppIcon.appiconset Initial commit: Claude Code session viewer (Flutter macOS) 2026-03-10 16:17:23 -04:00
Base.lproj Initial commit: Claude Code session viewer (Flutter macOS) 2026-03-10 16:17:23 -04:00
Configs perf: Phase 1 critical performance fixes + production macOS build 2026-04-07 13:32:13 -04:00
AppDelegate.swift Initial commit: Claude Code session viewer (Flutter macOS) 2026-03-10 16:17:23 -04:00
DebugProfile.entitlements Initial commit: Claude Code session viewer (Flutter macOS) 2026-03-10 16:17:23 -04:00
Info.plist Rename to Claude Session Analysis and prepare for Mac App Store 2026-03-12 16:57:20 -04:00
MainFlutterWindow.swift Rename to Claude Session Analysis and prepare for Mac App Store 2026-03-12 16:57:20 -04:00
PrivacyInfo.xcprivacy Rename to Claude Session Analysis and prepare for Mac App Store 2026-03-12 16:57:20 -04:00
Release.entitlements fix: add files.user-selected.read-only entitlement for file_picker 2026-04-07 14:14:18 -04:00