feat: Initial iOS Health Dashboard app (Swift + SwiftUI)
This commit is contained in:
29
README.md
Normal file
29
README.md
Normal file
@@ -0,0 +1,29 @@
|
||||
# Pulse Health — iOS App
|
||||
|
||||
Health Dashboard для health.digital-home.site
|
||||
|
||||
## Требования
|
||||
- macOS 14+, Xcode 15+, iPhone iOS 17+
|
||||
|
||||
## Сборка
|
||||
|
||||
1. Установить XcodeGen:
|
||||
```bash
|
||||
brew install xcodegen
|
||||
```
|
||||
|
||||
2. Сгенерировать проект:
|
||||
```bash
|
||||
xcodegen generate
|
||||
```
|
||||
|
||||
3. Открыть и запустить:
|
||||
```bash
|
||||
open PulseHealth.xcodeproj
|
||||
```
|
||||
|
||||
4. Xcode → Signing & Capabilities → выбрать свой Team (Apple ID)
|
||||
5. Выбрать iPhone как устройство → Run (⌘R)
|
||||
|
||||
## Credentials
|
||||
Войди с email/паролем от health.digital-home.site
|
||||
Reference in New Issue
Block a user