diff --git a/packages/react-native-uniffi-russh/.gitignore b/packages/react-native-uniffi-russh/.gitignore index 246423b..cdaab64 100644 --- a/packages/react-native-uniffi-russh/.gitignore +++ b/packages/react-native-uniffi-russh/.gitignore @@ -89,5 +89,8 @@ nitrogen/ rust_modules/ *.a android/ +ios/ cpp/ -src/ \ No newline at end of file +src/ +*.xcframework +*.podspec \ No newline at end of file diff --git a/packages/react-native-uniffi-russh/package.json b/packages/react-native-uniffi-russh/package.json index 2c1ef83..075e89a 100644 --- a/packages/react-native-uniffi-russh/package.json +++ b/packages/react-native-uniffi-russh/package.json @@ -1,5 +1,7 @@ { "name": "@fressh/react-native-uniffi-russh", + "homepage": "https://github.com/EthanShoeDev/fressh", + "license": "UNKNOWN", "description": "Uniffi bindings for russh", "version": "0.0.1", "main": "./lib/module/index.js", @@ -30,7 +32,7 @@ "!**/.*" ], "scripts": { - "ubrn:ios": "ubrn build ios --and-generate && (cd example/ios && pod install)", + "ubrn:ios": "ubrn build ios --and-generate", "ubrn:android": "ubrn build android --and-generate --release", "ubrn:web": "ubrn build web", "ubrn:checkout": "ubrn checkout", @@ -39,7 +41,7 @@ "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:android && bob build", + "prepare": "pnpm run ubrn:checkout && pnpm run ubrn:ios && bob build", "release": "release-it --only-version" }, "keywords": [