Skip to content

Commit c618901

Browse files
committed
Uncommented code to generate autofill bindings
1 parent 90a4bb3 commit c618901

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

generate.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,7 @@ cp -r "$APP_SERVICES_DIR/components/logins/ios/Logins" "$OUT_DIR"
7979
# Autofill
8080
#
8181
###
82-
## None of our consumers currently use autofill, and the swift code has a name conflict with
83-
## another component, so for now, commented out.
84-
85-
# "${UNIFFI_BINDGEN[@]}" generate -l swift -o "$OUT_DIR/Generated" "$APP_SERVICES_DIR/components/autofill/src/autofill.udl"
82+
"${UNIFFI_BINDGEN[@]}" generate -l swift -o "$OUT_DIR/Generated" "$APP_SERVICES_DIR/components/autofill/src/autofill.udl"
8683

8784
###
8885
#

0 commit comments

Comments
 (0)