mirror of
https://github.com/multica-ai/multica.git
synced 2026-07-08 14:56:19 +02:00
SwiftUI app (iOS 17+) with zero third-party dependencies: - Passwordless email authentication with Keychain token storage - Workspace selection and multi-workspace support - Issue list grouped by status with search and filtering - Issue detail with inline status/priority/assignee editing - Comments with threaded display and compose - Agent task runs history and real-time execution log streaming - WebSocket integration for live updates
25 lines
534 B
YAML
25 lines
534 B
YAML
name: Multica
|
|
options:
|
|
bundleIdPrefix: ai.multica
|
|
deploymentTarget:
|
|
iOS: "17.0"
|
|
xcodeVersion: "16.0"
|
|
generateEmptyDirectories: true
|
|
settings:
|
|
base:
|
|
SWIFT_VERSION: "5.9"
|
|
MARKETING_VERSION: "1.0.0"
|
|
CURRENT_PROJECT_VERSION: 1
|
|
DEVELOPMENT_TEAM: ""
|
|
targets:
|
|
Multica:
|
|
type: application
|
|
platform: iOS
|
|
sources:
|
|
- Multica
|
|
settings:
|
|
base:
|
|
INFOPLIST_FILE: Multica/Info.plist
|
|
PRODUCT_BUNDLE_IDENTIFIER: ai.multica.app
|
|
ASSETCATALOG_COMPILER_APPICON_NAME: AppIcon
|