scrolling wip with perf problems
This commit is contained in:
2
run.sh
2
run.sh
@@ -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
|
||||
|
Reference in New Issue
Block a user