- Add HealthKit State of Mind sync for mood entries - Add Live Activity with streak display and rating time window - Add App Shortcuts/Siri integration for voice mood logging - Add TipKit hints for feature discovery - Add centralized MoodLogger for consistent side effects - Add reminder time setting in Settings with time picker - Fix duplicate notifications when changing reminder time - Fix Live Activity streak showing 0 when not yet rated today - Fix slow tap response in entry detail mood selection - Update widget timeline to refresh at rating time - Sync widgets when reminder time changes 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
40 lines
1.4 KiB
Plaintext
40 lines
1.4 KiB
Plaintext
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<plist version="1.0">
|
|
<dict>
|
|
<key>BGTaskSchedulerPermittedIdentifiers</key>
|
|
<array>
|
|
<string>com.tt.ifeel.dbUpdateMissing</string>
|
|
</array>
|
|
<key>CFBundleURLTypes</key>
|
|
<array>
|
|
<dict>
|
|
<key>CFBundleURLName</key>
|
|
<string>com.tt.ifeel</string>
|
|
<key>CFBundleURLSchemes</key>
|
|
<array>
|
|
<string>feels</string>
|
|
</array>
|
|
</dict>
|
|
</array>
|
|
<key>UIBackgroundModes</key>
|
|
<array>
|
|
<string>fetch</string>
|
|
<string>processing</string>
|
|
<string>remote-notification</string>
|
|
</array>
|
|
<key>NSHealthShareUsageDescription</key>
|
|
<string>Feels uses your health data to find correlations between your activity, sleep, and mood patterns to provide personalized insights.</string>
|
|
<key>NSHealthUpdateUsageDescription</key>
|
|
<string>Feels syncs your mood data to Apple Health so you can see how your emotions correlate with sleep, exercise, and other health metrics.</string>
|
|
<key>NSSupportsLiveActivities</key>
|
|
<true/>
|
|
<key>NSCameraUsageDescription</key>
|
|
<string>Feels uses the camera to take photos for your mood journal entries.</string>
|
|
<key>NSPhotoLibraryUsageDescription</key>
|
|
<string>Feels accesses your photo library to attach photos to your mood journal entries.</string>
|
|
<key>NSFaceIDUsageDescription</key>
|
|
<string>Feels uses Face ID to protect your private mood data.</string>
|
|
</dict>
|
|
</plist>
|