-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.yml
More file actions
39 lines (33 loc) · 974 Bytes
/
Copy pathproject.yml
File metadata and controls
39 lines (33 loc) · 974 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
35
36
37
38
39
name: LuminAI
# VERSIONS are needed, build fails, if they are not specified :)
# https://stackoverflow.com/questions/43111501/the-bundles-info-plist-does-not-contain-a-cfbundleversion-key-or-its-value-is-n
settings:
GENERATE_INFOPLIST_FILE: YES
MARKETING_VERSION: 0.0.0
CURRENT_PROJECT_VERSION: 0.0.0
packages:
Alamofire:
url: https://github.com/Alamofire/Alamofire
majorVersion: 5.5.0
Starscream:
url: https://github.com/daltoniam/Starscream
majorVersion: 4.0.8
targets:
LuminAI:
type: application
platform: iOS
deploymentTarget: "17.0"
info:
path: ./Info.plist
properties:
UIColorName:
NSAllowsArbitraryLoads: "launch-screen-background"
UIImageName: "logo"
sources:
- path: ./core/Features
- path: ./core/Configuration
- path: ./core/Resources
- path: ./core/Base
dependencies:
- package: Alamofire
- package: Starscream