File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -144,6 +144,15 @@ cp -r "$APP_SERVICES_DIR/components/rc_log/ios/" $OUT_DIR
144
144
cp -r " $APP_SERVICES_DIR /components/viaduct/ios/" $OUT_DIR
145
145
146
146
147
+ # ##
148
+ #
149
+ # ErrorSupport
150
+ #
151
+ # ##
152
+ " ${UNIFFI_BINDGEN[@]} " generate -l swift -o " $OUT_DIR /Generated" " $APP_SERVICES_DIR /components/support/error/src/errorsupport.udl"
153
+
154
+
155
+
147
156
# ##################### Swift code generation for Focus ######################
148
157
# Glean metrics.
149
158
# Run this first, because it appears to delete any other .swift files in the output directory.
@@ -182,5 +191,12 @@ cp -r "$APP_SERVICES_DIR/components/rc_log/ios/" $FOCUS_DIR
182
191
cp -r " $APP_SERVICES_DIR /components/viaduct/ios/" $FOCUS_DIR
183
192
184
193
194
+ # ##
195
+ #
196
+ # ErrorSupport
197
+ #
198
+ # ##
199
+ " ${UNIFFI_BINDGEN[@]} " generate -l swift -o " $FOCUS_DIR /Generated" " $APP_SERVICES_DIR /components/support/error/src/errorsupport.udl"
200
+
185
201
186
202
echo " Successfully generated uniffi code!"
You can’t perform that action at this time.
0 commit comments