-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathproject.yml
More file actions
38 lines (33 loc) · 851 Bytes
/
project.yml
File metadata and controls
38 lines (33 loc) · 851 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
name: FaceUnity
options:
bundleIdPrefix: com.0x123
createIntermediateGroups: true
usesTabs: false
indentWidth: 4
tabWidth: 4
deploymentTarget:
iOS: '9.0'
attributes:
CLASSPREFIX: FU
ORGANIZATIONNAME: 'https://0x123.com'
settings:
MARKETING_VERSION: 0.6.0
CURRENT_PROJECT_VERSION: 1
# Fix warning for Xcode 11.3: Enable "Missing Localizability"
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED: YES
targets:
FaceUnity:
type: library.static
platform: iOS
sources: [FaceUnity]
settings:
PRODUCT_NAME: FaceUnity-iOS
Example:
type: application
platform: iOS
scheme: {} # To generate default shared schemes: https://github.com/yonaskolb/XcodeGen/issues/215
sources: [Example]
settings:
ARCHS: $(ARCHS_STANDARD_64_BIT)
ENABLE_BITCODE: NO
DEVELOPMENT_TEAM: B86YZY7YJX