-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.yml
More file actions
36 lines (34 loc) · 1.05 KB
/
project.yml
File metadata and controls
36 lines (34 loc) · 1.05 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
name: BeyondCTAProject
options:
bundleIdPrefix: beyondCta.project
targets:
BeyondCTAProject:
type: application
platform: iOS
deploymentTarget: "13.0"
sources: BeyondCTAProject
schemes:
BeyondCTAProject:
testTargetName: BeyondCTAProjectTests
preBuildScripts:
- path: ./Scripts/before-compile.sh
name: before-compile
shell: "/bin/bash"
BeyondCTAProjectTests:
type: bundle.unit-test
platform: iOS
deploymentTarget: "13.0"
sources: BeyondCTAProjectTests
dependencies:
- target: BeyondCTAProject
settings:
INFOPLIST_FILE: BeyondCTAProject/Info.plist
LD_RUNPATH_SEARCH_PATHS: "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"
LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]: "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks"
# BeyondCTAProjectUITests:
# type: bundle.ui-testing
# platform: iOS
# deploymentTarget: "13.0"
# sources: BeyondCTAProjectUITests
# dependencies:
# - target: BeyondCTAProject