Add playoff round view, game numbers, goal scorer notifications, standings
- Fetch NHL standings and surface league/season game counts in the menu bar
- Prefix regular-season rows with the league-wide game number (from gameId)
- New ROUND section shows each active playoff series (matchup, series score,
next game number + time) derived from /v1/playoff-bracket; rows always open
the NHL series page so completed series remain clickable
- Goal notifications include scorer sweater, abbreviated name, and strength
(PPG/SHG/EN), resolved via /v1/gamecenter/{id}/play-by-play
- Drop the per-team filter submenu and NHLTeam enum
- Regenerate AppIcon with the full 10-size macOS set (alpha preserved) so
notifications render the app icon correctly; rename the iOS marketing PNG
to icon-ios-1024.png
- gitignore .claude/ local tooling settings
This commit is contained in:
@@ -27,12 +27,14 @@ targets:
|
||||
CURRENT_PROJECT_VERSION: "1"
|
||||
INFOPLIST_FILE: IceGlass/Info.plist
|
||||
CODE_SIGN_ENTITLEMENTS: IceGlass.entitlements
|
||||
DEVELOPMENT_TEAM: C32Z8JNLG6
|
||||
SWIFT_VERSION: "6.0"
|
||||
MACOSX_DEPLOYMENT_TARGET: "13.0"
|
||||
PRODUCT_NAME: IceGlass
|
||||
COMBINE_HIDPI_IMAGES: true
|
||||
SWIFT_STRICT_CONCURRENCY: complete
|
||||
ENABLE_USER_SCRIPT_SANDBOXING: false
|
||||
ENABLE_HARDENED_RUNTIME: true
|
||||
configs:
|
||||
Debug:
|
||||
SWIFT_ACTIVE_COMPILATION_CONDITIONS: DEBUG
|
||||
|
||||
Reference in New Issue
Block a user