-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.yml
More file actions
66 lines (66 loc) · 1.82 KB
/
project.yml
File metadata and controls
66 lines (66 loc) · 1.82 KB
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
name: BabYap
options:
bundleIdPrefix: com.babyap
deploymentTarget:
iOS: "17.0"
xcodeVersion: "16.0"
settings:
base:
SWIFT_VERSION: "6.0"
GENERATE_INFOPLIST_FILE: YES
packages:
DialectCore:
path: Packages/DialectCore
SRSEngine:
path: Packages/SRSEngine
firebase-ios-sdk:
url: https://github.com/firebase/firebase-ios-sdk
majorVersion: "11.0"
onnxruntime-swift-package-manager:
url: https://github.com/microsoft/onnxruntime-swift-package-manager
majorVersion: "1.20"
targets:
BabYap:
type: application
platform: iOS
sources:
- path: App
excludes:
- Resources/voices
- path: App/Resources/voices
type: folder
dependencies:
- package: DialectCore
product: DialectCore
- package: SRSEngine
product: SRSEngine
- package: firebase-ios-sdk
product: FirebaseAuth
- package: firebase-ios-sdk
product: FirebaseFirestore
- package: firebase-ios-sdk
product: FirebaseStorage
- package: firebase-ios-sdk
product: FirebaseAnalytics
- package: onnxruntime-swift-package-manager
product: onnxruntime
settings:
base:
PRODUCT_BUNDLE_IDENTIFIER: com.babyap.app
MARKETING_VERSION: "1.0.0"
CURRENT_PROJECT_VERSION: 1
INFOPLIST_KEY_UIApplicationSceneManifest_Generation: YES
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents: YES
INFOPLIST_KEY_UILaunchScreen_Generation: YES
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone: "UIInterfaceOrientationPortrait"
INFOPLIST_KEY_CFBundleDisplayName: "BabYap"
BabYapUITests:
type: bundle.ui-testing
platform: iOS
sources:
- path: UITests
dependencies:
- target: BabYap
settings:
base:
SWIFT_VERSION: "5"