38
38
xcode_configuration : ' Debug'
39
39
xcode_destination : ' platform=iOS Simulator,OS=latest,name=iPhone 14'
40
40
xcode_actions : ' build test'
41
- xcode_extraArgs : ' -xcconfig $(Build.Repository.LocalPath)/.ado/xcconfig/debug_overrides.xcconfig'
42
- use_fabric : ' 0'
41
+ xcode_extraArgs : ' -xcconfig $(Build.Repository.LocalPath)/.ado/xcconfig/debug_overrides.xcconfig'
42
+ new_arch_enabled : ' 0'
43
43
use_hermes : ' 0'
44
44
' iOS Paper Release JSC ' :
45
45
packager_platform : ' ios'
48
48
xcode_configuration : ' Release'
49
49
xcode_destination : ' platform=iOS Simulator,OS=latest,name=iPhone 14'
50
50
xcode_actions : ' build'
51
- xcode_extraArgs : ' -xcconfig $(Build.Repository.LocalPath)/.ado/xcconfig/release_overrides.xcconfig'
52
- use_fabric : ' 0'
51
+ xcode_extraArgs : ' -xcconfig $(Build.Repository.LocalPath)/.ado/xcconfig/release_overrides.xcconfig'
52
+ new_arch_enabled : ' 0'
53
53
use_hermes : ' 0'
54
54
' macOS Paper Debug JSC ' :
55
55
packager_platform : ' macos'
58
58
xcode_configuration : ' Debug'
59
59
xcode_destination : ' platform=macOS,arch=x86_64'
60
60
xcode_actions : ' build test'
61
- xcode_extraArgs : ' -xcconfig $(Build.Repository.LocalPath)/.ado/xcconfig/debug_overrides.xcconfig'
62
- use_fabric : ' 0'
61
+ xcode_extraArgs : ' -xcconfig $(Build.Repository.LocalPath)/.ado/xcconfig/debug_overrides.xcconfig'
62
+ new_arch_enabled : ' 0'
63
63
use_hermes : ' 0'
64
64
' macOS Paper Release JSC ' :
65
65
packager_platform : ' macos'
68
68
xcode_configuration : ' Release'
69
69
xcode_destination : ' platform=macOS,arch=x86_64'
70
70
xcode_actions : ' build'
71
- xcode_extraArgs : ' -xcconfig $(Build.Repository.LocalPath)/.ado/xcconfig/release_overrides.xcconfig'
72
- use_fabric : ' 0'
71
+ xcode_extraArgs : ' -xcconfig $(Build.Repository.LocalPath)/.ado/xcconfig/release_overrides.xcconfig'
72
+ new_arch_enabled : ' 0'
73
73
use_hermes : ' 0'
74
74
' iOS Fabric Debug JSC ' :
75
75
packager_platform : ' ios'
78
78
xcode_configuration : ' Debug'
79
79
xcode_destination : ' platform=iOS Simulator,OS=latest,name=iPhone 14'
80
80
xcode_actions : ' build test'
81
- xcode_extraArgs : ' -xcconfig $(Build.Repository.LocalPath)/.ado/xcconfig/debug_overrides.xcconfig'
82
- use_fabric : ' 1'
81
+ xcode_extraArgs : ' -xcconfig $(Build.Repository.LocalPath)/.ado/xcconfig/debug_overrides.xcconfig'
82
+ new_arch_enabled : ' 1'
83
83
use_hermes : ' 0'
84
84
' iOS Fabric Release JSC ' :
85
85
packager_platform : ' ios'
88
88
xcode_configuration : ' Release'
89
89
xcode_destination : ' platform=iOS Simulator,OS=latest,name=iPhone 14'
90
90
xcode_actions : ' build'
91
- xcode_extraArgs : ' -xcconfig $(Build.Repository.LocalPath)/.ado/xcconfig/release_overrides.xcconfig'
92
- use_fabric : ' 1'
91
+ xcode_extraArgs : ' -xcconfig $(Build.Repository.LocalPath)/.ado/xcconfig/release_overrides.xcconfig'
92
+ new_arch_enabled : ' 1'
93
93
use_hermes : ' 0'
94
94
' macOS Fabric Debug JSC ' :
95
95
packager_platform : ' macos'
98
98
xcode_configuration : ' Debug'
99
99
xcode_destination : ' platform=macOS,arch=x86_64'
100
100
xcode_actions : ' build test'
101
- xcode_extraArgs : ' -xcconfig $(Build.Repository.LocalPath)/.ado/xcconfig/debug_overrides.xcconfig'
102
- use_fabric : ' 1'
101
+ xcode_extraArgs : ' -xcconfig $(Build.Repository.LocalPath)/.ado/xcconfig/debug_overrides.xcconfig'
102
+ new_arch_enabled : ' 1'
103
103
use_hermes : ' 0'
104
104
' macOS Fabric Release JSC ' :
105
105
packager_platform : ' macos'
@@ -108,8 +108,8 @@ jobs:
108
108
xcode_configuration : ' Release'
109
109
xcode_destination : ' platform=macOS,arch=x86_64'
110
110
xcode_actions : ' build'
111
- xcode_extraArgs : ' -xcconfig $(Build.Repository.LocalPath)/.ado/xcconfig/release_overrides.xcconfig'
112
- use_fabric : ' 1'
111
+ xcode_extraArgs : ' -xcconfig $(Build.Repository.LocalPath)/.ado/xcconfig/release_overrides.xcconfig'
112
+ new_arch_enabled : ' 1'
113
113
use_hermes : ' 0'
114
114
# Disable Hermes Jobs for now
115
115
# 'iOS Paper Debug Hermes':
@@ -119,18 +119,18 @@ jobs:
119
119
# xcode_configuration: 'Debug'
120
120
# xcode_destination: 'platform=iOS Simulator,OS=latest,name=iPhone 14'
121
121
# xcode_actions: 'build test'
122
- # xcode_extraArgs: '-xcconfig $(Build.Repository.LocalPath)/.ado/xcconfig/debug_overrides.xcconfig'
123
- # use_fabric : '0'
122
+ # xcode_extraArgs: '-xcconfig $(Build.Repository.LocalPath)/.ado/xcconfig/debug_overrides.xcconfig'
123
+ # new_arch_enabled : '0'
124
124
# use_hermes: '1'
125
125
# 'iOS Paper Release Hermes':
126
126
# packager_platform: 'ios'
127
127
# xcode_sdk: iphonesimulator
128
128
# xcode_scheme: 'RNTester'
129
129
# xcode_configuration: 'Release'
130
130
# xcode_destination: 'platform=iOS Simulator,OS=latest,name=iPhone 14'
131
- # xcode_extraArgs: '-xcconfig $(Build.Repository.LocalPath)/.ado/xcconfig/release_overrides.xcconfig'
131
+ # xcode_extraArgs: '-xcconfig $(Build.Repository.LocalPath)/.ado/xcconfig/release_overrides.xcconfig'
132
132
# xcode_actions: 'build'
133
- # use_fabric : '0'
133
+ # new_arch_enabled : '0'
134
134
# use_hermes: '1'
135
135
# 'macOS Paper Debug Hermes':
136
136
# packager_platform: 'macos'
@@ -139,8 +139,8 @@ jobs:
139
139
# xcode_configuration: 'Debug'
140
140
# xcode_destination: 'platform=macOS,arch=x86_64'
141
141
# xcode_actions: 'build test'
142
- # xcode_extraArgs: '-xcconfig $(Build.Repository.LocalPath)/.ado/xcconfig/debug_overrides.xcconfig'
143
- # use_fabric : '0'
142
+ # xcode_extraArgs: '-xcconfig $(Build.Repository.LocalPath)/.ado/xcconfig/debug_overrides.xcconfig'
143
+ # new_arch_enabled : '0'
144
144
# use_hermes: '1'
145
145
# 'macOS Paper Release Hermes':
146
146
# packager_platform: 'macos'
@@ -149,28 +149,28 @@ jobs:
149
149
# xcode_configuration: 'Release'
150
150
# xcode_destination: 'platform=macOS,arch=x86_64'
151
151
# xcode_actions: 'build'
152
- # xcode_extraArgs: '-xcconfig $(Build.Repository.LocalPath)/.ado/xcconfig/release_overrides.xcconfig'
153
- # use_fabric : '0'
152
+ # xcode_extraArgs: '-xcconfig $(Build.Repository.LocalPath)/.ado/xcconfig/release_overrides.xcconfig'
153
+ # new_arch_enabled : '0'
154
154
# use_hermes: '1'
155
- # 'iOS Fabric Debug Hermes':
155
+ # 'iOS Fabric Debug Hermes':
156
156
# packager_platform: 'ios'
157
157
# xcode_sdk: iphonesimulator
158
158
# xcode_scheme: 'RNTester'
159
159
# xcode_configuration: 'Debug'
160
160
# xcode_destination: 'platform=iOS Simulator,OS=latest,name=iPhone 14'
161
161
# xcode_actions: 'build test'
162
- # xcode_extraArgs: '-xcconfig $(Build.Repository.LocalPath)/.ado/xcconfig/debug_overrides.xcconfig'
163
- # use_fabric : '1'
162
+ # xcode_extraArgs: '-xcconfig $(Build.Repository.LocalPath)/.ado/xcconfig/debug_overrides.xcconfig'
163
+ # new_arch_enabled : '1'
164
164
# use_hermes: '1'
165
- # 'iOS Fabric Release Hermes':
165
+ # 'iOS Fabric Release Hermes':
166
166
# packager_platform: 'ios'
167
167
# xcode_sdk: iphonesimulator
168
168
# xcode_scheme: 'RNTester'
169
169
# xcode_configuration: 'Release'
170
170
# xcode_destination: 'platform=iOS Simulator,OS=latest,name=iPhone 14'
171
171
# xcode_actions: 'build'
172
- # xcode_extraArgs: '-xcconfig $(Build.Repository.LocalPath)/.ado/xcconfig/release_overrides.xcconfig'
173
- # use_fabric : '1'
172
+ # xcode_extraArgs: '-xcconfig $(Build.Repository.LocalPath)/.ado/xcconfig/release_overrides.xcconfig'
173
+ # new_arch_enabled : '1'
174
174
# use_hermes: '0'
175
175
# 'macOS Fabric Debug Hermes':
176
176
# packager_platform: 'macos'
@@ -179,8 +179,8 @@ jobs:
179
179
# xcode_configuration: 'Debug'
180
180
# xcode_destination: 'platform=macOS,arch=x86_64'
181
181
# xcode_actions: 'build test'
182
- # xcode_extraArgs: '-xcconfig $(Build.Repository.LocalPath)/.ado/xcconfig/debug_overrides.xcconfig'
183
- # use_fabric : '1'
182
+ # xcode_extraArgs: '-xcconfig $(Build.Repository.LocalPath)/.ado/xcconfig/debug_overrides.xcconfig'
183
+ # new_arch_enabled : '1'
184
184
# use_hermes: '1'
185
185
# 'macOS Fabric Release Hermes':
186
186
# packager_platform: 'macos'
@@ -189,8 +189,8 @@ jobs:
189
189
# xcode_configuration: 'Release'
190
190
# xcode_destination: 'platform=macOS,arch=x86_64'
191
191
# xcode_actions: 'build'
192
- # xcode_extraArgs: '-xcconfig $(Build.Repository.LocalPath)/.ado/xcconfig/release_overrides.xcconfig'
193
- # use_fabric : '1'
192
+ # xcode_extraArgs: '-xcconfig $(Build.Repository.LocalPath)/.ado/xcconfig/release_overrides.xcconfig'
193
+ # new_arch_enabled : '1'
194
194
# use_hermes: '1'
195
195
pool :
196
196
vmImage : $(VmImageApple)
@@ -241,4 +241,3 @@ jobs:
241
241
- template : templates/apple-job-publish.yml
242
242
parameters :
243
243
build_type : ' dry-run'
244
-
0 commit comments