Skip to content

Commit 270b7a9

Browse files
authored
Merge pull request #88 from mozilla/generate-autofill-bindings
Generate bindings for autofill component
2 parents 90a4bb3 + c618901 commit 270b7a9

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)