1.2.0: widget deep-link, Lock Screen widgets, in-app widget promo
- Tapping the widget now deep-links via mealmood://today back to the current week (URL scheme registered, onOpenURL handler in Home) - New Lock Screen widget families: accessoryRectangular (weekday + both meals) and accessoryInline (next relevant meal) - One-time dismissable widget promo card on Home from the 2nd session, with widget_promo_shown/dismissed analytics - 2 new strings × 6 languages Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01UtWT52pAE91D7mbDda1cAM
This commit is contained in:
@@ -16,6 +16,17 @@
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.1.5</string>
|
||||
<key>CFBundleURLTypes</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>CFBundleURLName</key>
|
||||
<string>com.alexandrevazquez.mealmood</string>
|
||||
<key>CFBundleURLSchemes</key>
|
||||
<array>
|
||||
<string>mealmood</string>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>54</string>
|
||||
<key>GADApplicationIdentifier</key>
|
||||
|
||||
Reference in New Issue
Block a user