File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
ZipBuilder/Sources/ZipBuilder Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -760,6 +760,17 @@ struct ZipBuilder {
760
760
fatalError ( " Cannot move Resource bundles for \( pod. name) : \( error) " )
761
761
}
762
762
763
+ // Smart Reply packages Resources separately from other MLKit subspecs.
764
+ if pod. name == " FirebaseMLNLSmartReply " {
765
+ do {
766
+ resourceBundles = try ResourcesManager . createBundleForFoldersInResourcesDirs (
767
+ containedIn: pod. installedLocation, destinationDir: podResourceDir
768
+ )
769
+ } catch {
770
+ fatalError ( " Could not generate Resource bundles for \( pod. name) : \( error) " )
771
+ }
772
+ }
773
+
763
774
// Special case for MLKit *Model subspecs, explicitly copy directories from
764
775
// GoogleMobileVision. This should be fixed in the future to pull all compiled resources
765
776
// from Xcode's build directory.
You can’t perform that action at this time.
0 commit comments