File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ cp -r "$APP_SERVICES_DIR/components/logins/ios/Logins" "$OUT_DIR"
79
79
# Autofill
80
80
#
81
81
# ##
82
- # # Not of our consumers currently use autofill, and the swift code has a name conflict with
82
+ # # None of our consumers currently use autofill, and the swift code has a name conflict with
83
83
# # another component, so for now, commented out.
84
84
85
85
# "${UNIFFI_BINDGEN[@]}" generate -l swift -o "$OUT_DIR/Generated" "$APP_SERVICES_DIR/components/autofill/src/autofill.udl"
@@ -98,10 +98,11 @@ cp -r "$APP_SERVICES_DIR/components/logins/ios/Logins" "$OUT_DIR"
98
98
# Tabs
99
99
#
100
100
# ##
101
- # # Not of our consumers currently use tabs, and the swift code has a name conflict with
102
- # # another component, so for now, commented out.
103
101
104
- # "${UNIFFI_BINDGEN[@]}" generate -l swift -o "$OUT_DIR/Generated" "$APP_SERVICES_DIR/components/tabs/src/tabs.udl"
102
+ " ${UNIFFI_BINDGEN[@]} " generate -l swift -o " $OUT_DIR /Generated" " $APP_SERVICES_DIR /components/tabs/src/tabs.udl"
103
+
104
+ # Copy the hand-written Swift, since it all needs to be together in one directory.
105
+ cp -r " $APP_SERVICES_DIR /components/tabs/ios/Tabs" " $OUT_DIR "
105
106
106
107
# ##
107
108
#
You can’t perform that action at this time.
0 commit comments