config changes

This commit is contained in:
EthanShoeDev
2025-09-13 11:54:56 -04:00
parent 9c6a692de0
commit 3582ecaa9e
3 changed files with 11 additions and 9 deletions

View File

@@ -86,11 +86,11 @@ android/generated
nitrogen/
# From uniffi-bindgen-react-native
rust_modules/
# rust_modules/
*.a
android/
ios/
cpp/
src/
./android/
./ios/
./cpp/
./src/
*.xcframework
*.podspec

View File

@@ -35,13 +35,12 @@
"ubrn:ios": "ubrn build ios --and-generate",
"ubrn:android": "ubrn build android --and-generate --release",
"ubrn:web": "ubrn build web",
"ubrn:checkout": "ubrn checkout",
"ubrn:clean": "rm -rfv cpp/ android/CMakeLists.txt android/src/main/java android/*.cpp ios/ src/Native* src/index.*ts* src/generated/",
"test": "jest",
"typecheck": "tsc",
"lint": "eslint \"**/*.{js,ts,tsx}\"",
"clean": "del-cli android/build example/android/build example/android/app/build example/ios/build lib",
"prepare": "pnpm run ubrn:checkout && pnpm run ubrn:ios && bob build",
"x:prepare": "pnpm run ubrn:ios && bob build",
"release": "release-it --only-version"
},
"keywords": [

View File

@@ -1,4 +1,7 @@
# rust:
# repo: https://github.com/jhugman/uniffi-starter.git
# branch: jhugman/bump-uniffi-to-0.29
# manifestPath: rust/foobar/Cargo.toml
rust:
repo: https://github.com/jhugman/uniffi-starter.git
branch: jhugman/bump-uniffi-to-0.29
directory: ./rust_modules/uniffi-starter
manifestPath: rust/foobar/Cargo.toml