fix: widget iOS 17 deployment target + register FloatingTabState

- Widget extension: 16.0 → 17.0 (containerBackground/widget API require 17)
- xcodegen re-run picks up FloatingTabState.swift (was on disk but
  not registered in project.pbxproj after previous xcodegen run)
This commit is contained in:
kutesir
2026-05-28 20:35:44 +03:00
parent 5e232f2d81
commit dc99a3f1f0
9 changed files with 74 additions and 8 deletions

View File

@@ -39,7 +39,7 @@ targets:
KisaniCalWidget:
type: app-extension
platform: iOS
deploymentTarget: "16.0"
deploymentTarget: "17.0"
sources:
- path: KisaniCalWidget
- path: Shared