v1.12.2 — false-positive fix: build checkouts no longer scanned
Fixed
iosSourceDirroot scans no longer sweep build checkouts: the ~34 code-level greps scoped to$IOS_DIR(purpose-string, tracking/ATT, IAP, private-API, SIWA, and the other${SRC_INC[@]}-based checks) now apply the sameGREP_PRUNEexclude-dirs as the repo-wide passes. WheniosSourceDirresolves to the repo root (e.g."."), these greps previously swept gitignoredbuild/,DerivedData/,SourcePackages/checkouts/, and.build/output, misreading vendored SDK code as the app's own — observed in the wild as a false ATT 5.1.2 FAIL (RevenueCat mock underbuild/SourcePackages) and a false 2.5.1 private-API FAIL (sentry-cocoacheckout under.build/).
See CHANGELOG.md for details. (#20)