-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathproject.yml
More file actions
33 lines (31 loc) · 818 Bytes
/
Copy pathproject.yml
File metadata and controls
33 lines (31 loc) · 818 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
name: RouteKitExample
options:
bundleIdPrefix: com.routekit
deploymentTarget:
iOS: "18.0"
xcodeVersion: "16.0"
generateEmptyDirectories: true
packages:
RouteKit:
path: ../
targets:
RouteKitExample:
type: application
platform: iOS
sources:
- path: .
excludes:
- project.yml
- README.md
- "*.xcodeproj"
- "*.xcworkspace"
settings:
base:
SWIFT_VERSION: "6.0"
GENERATE_INFOPLIST_FILE: YES
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents: YES
INFOPLIST_KEY_UILaunchScreen_Generation: YES
INFOPLIST_KEY_UIApplicationSceneManifest_Generation: YES
INFOPLIST_KEY_UISupportedInterfaceOrientations: "UIInterfaceOrientationPortrait"
dependencies:
- package: RouteKit