forked from ssafy679/myTrainer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcapsule.bxb
More file actions
34 lines (30 loc) · 808 Bytes
/
capsule.bxb
File metadata and controls
34 lines (30 loc) · 808 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
capsule {
id (ten_friends.myTrainer)
// 캡슐 등록시 동일한 버전으로는 업로드를 할 수 없습니다.
// 등록시 주의!
version (0.2.1)
format (3)
// 어떤 언어를 서비스 할 것인지 선택
targets {
target (bixby-mobile-en-US) {enabled (false)}
target (bixby-mobile-ko-KR)
}
runtime-flags {
concepts-inherit-super-type-features
modern-prompt-rejection
support-halt-effect-in-computed-inputs
no-filtering-with-validation
modern-default-view-behavior
use-input-views-for-selection-list-detail
}
// 빅스비에서 지원하는 캡슐 라이브러리를 사용하고 싶으면
// 아래에 선언
capsule-imports {
import (viv.core) {
as (core)
}
}
store-sections{
section (HealthAndFitness)
}
}