Build SDK bindings for Flutter (#488)

* Add build SDK bindings scripts for flutter

* Remove REMOVE_RECURSE to prevent bindings deletion

* Address feedback
This commit is contained in:
Ross Savage
2024-09-16 14:19:56 +02:00
committed by GitHub
parent 75aa988546
commit 471cb77e27
12 changed files with 146 additions and 8 deletions

View File

@@ -0,0 +1,6 @@
#!/bin/bash
cd ../..
make bindings-swift
rm -rf ../../packages/flutter/ios/bindings-swift
cp -r langs/swift ../../packages/flutter/ios/bindings-swift
rm -f ../../packages/flutter/ios/bindings-swift/Package.swift