forked from kinescope/ios-kinescope-player
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject.yml
41 lines (41 loc) · 1.35 KB
/
project.yml
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
# Название проекта
name: KinescopeExample
options:
# Версия Xcode
xcodeVersion: 12.4
# Создание пустых директорий
generateEmptyDirectories: true
# Создание групп
createIntermediateGroups: true
settings:
DEVELOPMENT_TEAM: EFAAG9GXN4
targets:
KinescopeExample:
dependencies:
- sdk: UIKit.framework
type: application
platform: iOS
deploymentTarget: 10.0
scheme:
configVariants: all
sources:
- path: KinescopeExample
info:
path: KinescopeExample/Application/Info.plist
properties:
UILaunchStoryboardName: LaunchScreen
UIMainStoryboardFile: Main
CFBundleName: KinescopeExample
CFBundleShortVersionString: $(MARKETING_VERSION)
CFBundleVersion: $(CURRENT_PROJECT_VERSION)
UIBackgroundModes: [audio,airplay,and_picture_in_picture]
settings:
base:
PRODUCT_BUNDLE_IDENTIFIER: io.kinescope.example
MARKETING_VERSION: "0.1"
CURRENT_PROJECT_VERSION: 0
VERSIONING_SYSTEM: "apple-generic"
DEBUG_INFORMATION_FORMAT: dwarf-with-dsym
LD_RUNPATH_SEARCH_PATHS: "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"
CODE_SIGN_IDENTITY: "iPhone Developer"
CODE_SIGN_STYLE: Automatic