-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject.yml
135 lines (131 loc) · 4.04 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
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
name: ResistanceCalculator
options:
deploymentTarget:
iOS: 14.0
# postGenCommand: bundle exec pod install
packages:
R.swift.Library:
url: https://github.com/mac-cain13/R.swift.Library
from: 5.2.2
schemes:
Local:
build:
targets:
Local: all
run:
config: Debug
test:
config: Debug
gatherCoverageData: false
targets:
- name: ResistanceCalculatorTests
parallelizable: true
randomExecutionOrder: true
Production:
build:
targets:
Production: all
run:
config: Debug
targets:
Local:
type: application
platform: iOS
deploymentTarget: "14.0"
sources:
- path: ResistanceCalculator
# - path: Config/Local
settings:
base:
PRODUCT_BUNDLE_IDENTIFIER: com.swiswiswift.ResistanceCalculator
CODE_SIGN_STYLE: Automatic
DEVELOPMENT_TEAM: 5RH346BQ66
INFOPLIST_FILE: ResistanceCalculator/Info.plist
MARKETING_VERSION: 3.1.0
CURRENT_PROJECT_VERSION: 1
TARGETED_DEVICE_FAMILY: 1
ASSETCATALOG_COMPILER_APPICON_NAME: AppIcon-Local
configs:
Debug:
GAD_APPLICATION_IDENTIFER: ca-app-pub-3940256099942544~1458002511
ADMOB_ALARM_LIST: ca-app-pub-3940256099942544/2934735716
ADMOB_CONFIG: ca-app-pub-3940256099942544/2934735716
Release:
GAD_APPLICATION_IDENTIFER: ca-app-pub-3940256099942544~1458002511
ADMOB_ALARM_LIST: ca-app-pub-3940256099942544/2934735716
ADMOB_CONFIG: ca-app-pub-3940256099942544/2934735716
dependencies:
- package: R.swift.Library
product: Rswift
- sdk: AdSupport.framework
- sdk: AppTrackingTransparency.framework
preBuildScripts:
- script: ./Scripts/BuildPhases/rswift.sh
name: R.swift
inputFiles:
- $TEMP_DIR/rswift-lastrun
outputFiles:
- $SRCROOT/ResistanceCalculator/Generated/R.generated.swift
Production:
type: application
platform: iOS
deploymentTarget: "14.0"
sources:
sources:
- path: ResistanceCalculator
# - path: Config/Production
dependencies:
- package: R.swift.Library
product: Rswift
- sdk: AdSupport.framework
- sdk: AppTrackingTransparency.framework
preBuildScripts:
- script: ./Scripts/BuildPhases/rswift.sh
name: R.swift
inputFiles:
- $TEMP_DIR/rswift-lastrun
outputFiles:
- $SRCROOT/ResistanceCalculator/Generated/R.generated.swift
settings:
base:
PRODUCT_BUNDLE_IDENTIFIER: resistanceCalc.biz.sciencetools
CODE_SIGN_STYLE: Automatic
DEVELOPMENT_TEAM: 5RH346BQ66
INFOPLIST_FILE: ResistanceCalculator/Info.plist
MARKETING_VERSION: 3.1.0
CURRENT_PROJECT_VERSION: 1
TARGETED_DEVICE_FAMILY: 1
ASSETCATALOG_COMPILER_APPICON_NAME: AppIcon-Production
configs:
Debug:
API_ENDPOINT: https://api.charalarm.com
RESOURCE_ENDPOINT: https://resource.charalarm.com
GAD_APPLICATION_IDENTIFER: ca-app-pub-5587141252700968~9053558907
ADMOB_ALARM_LIST: ca-app-pub-5587141252700968/8220227024
ADMOB_CONFIG: ca-app-pub-5587141252700968/1355204268
Release:
API_ENDPOINT: https://api.charalarm.com
RESOURCE_ENDPOINT: https://resource.charalarm.com
GAD_APPLICATION_IDENTIFER: ca-app-pub-5587141252700968~9053558907
ADMOB_ALARM_LIST: ca-app-pub-5587141252700968/8220227024
ADMOB_CONFIG: ca-app-pub-5587141252700968/1355204268
ResistanceCalculatorTests:
type: bundle.unit-test
platform: iOS
sources:
- ResistanceCalculatorTests
settings:
base:
INFOPLIST_FILE: ResistanceCalculatorTests/Info.plist
dependencies:
- target: Local
ResistanceCalculatorUITests:
type: bundle.ui-testing
platform: iOS
sources:
- ResistanceCalculatorUITests
settings:
base:
INFOPLIST_FILE: ResistanceCalculatorUITests/Info.plist
dependencies:
- target: Local