scrolling wip with perf problems

This commit is contained in:
2025-07-20 22:18:05 +02:00
parent abbb855c77
commit 2f6f29603a
2 changed files with 299 additions and 78 deletions

2
run.sh
View File

@@ -18,7 +18,7 @@ xcodebuild -scheme "$SCHEME" -configuration "$BUILD_TYPE" -derivedDataPath "$DER
APP_PATH="$DERIVED_DATA/Build/Products/Debug-iphonesimulator/$APP_NAME.app"
xcrun simctl install booted "$APP_PATH"
xcrun simctl spawn booted log stream --predicate 'process == "ImageViewer"' --style syslog &
# xcrun simctl spawn booted log stream --predicate 'process == "ImageViewer"' --style syslog &
xcrun simctl launch booted "$COMPANY.$APP_NAME"
sudo sed -i '' '/developerservices2\.apple\.com/d' /etc/hosts