-
-
Notifications
You must be signed in to change notification settings - Fork 389
Expand file tree
/
Copy pathiOS-ObjectiveCpp-NoModules.yml
More file actions
68 lines (67 loc) · 1.71 KB
/
iOS-ObjectiveCpp-NoModules.yml
File metadata and controls
68 lines (67 loc) · 1.71 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
67
68
# yaml-language-server: $schema=../../schema/xcodegen.schema.json
#
# This sample uses Sentry from Objective-C++ without modules (-fmodules /
# -fcxx-modules). It depends on SentryObjC, the pure ObjC wrapper that exposes
# the full SDK API via #import <SentryObjC.h>.
#
# See README.md in this directory for details.
name: iOS-ObjectiveCpp-NoModules
createIntermediateGroups: true
generateEmptyDirectories: true
configs:
Debug: debug
Release: release
packages:
Sentry:
path: ../..
options:
bundleIdPrefix: io.sentry
targets:
iOS-ObjectiveCpp-NoModules:
type: application
platform: auto
deploymentTarget: "15.0"
sources:
# Sources
- path: App/Sources
type: group
group: App
excludes:
- "**/.gitkeep"
# Resources
- path: App/Resources
type: group
group: App
excludes:
- "**/.gitkeep"
- path: ../Shared/SampleAssets.xcassets
group: App/Resources
# Configurations
- path: App/Configurations
type: group
group: App
buildPhase: none
excludes:
- "**/.gitkeep"
- path: ../Shared/Config
type: group
group: App/Configurations
buildPhase: none
- path: iOS-ObjectiveCpp-NoModules.yml
group: App/Configurations
buildPhase: none
dependencies:
- package: Sentry
product: SentryObjC
configFiles:
Debug: App/Configurations/iOS-ObjectiveCpp-NoModules.xcconfig
Release: App/Configurations/iOS-ObjectiveCpp-NoModules.xcconfig
schemes:
iOS-ObjectiveCpp-NoModules:
build:
targets:
iOS-ObjectiveCpp-NoModules: all
run:
config: Debug
archive:
config: Release