We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a5d403 commit 098c8c2Copy full SHA for 098c8c2
contrib/scripts/check-dirty.sh
@@ -6,7 +6,7 @@ SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
6
ROOT_DIR="${SCRIPT_DIR}/../.."
7
8
# Collect changed files (excluding lines matching $EXCLUDE and the Podfile.lock)
9
-CHANGED_FILES="$(git status --porcelain | grep -v example/ios/Podfile.lock | awk '{print $2}')"
+CHANGED_FILES="$(git status --porcelain | grep -v example/ios/Podfile.lock | grep -v RustNostrNostrSdkReactNativeFramework.xcframework/Info.plist | awk '{print $2}')"
10
11
# If there are changes, show details and file contents
12
if [[ -n "$CHANGED_FILES" ]]; then
0 commit comments