Created
May 20, 2021 09:17
-
-
Save yehorhromadskyi/24791854a6b4b55d3ec5b6c06e7b3b48 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
open -a Simulator | |
xcrun simctl uninstall booted <app_id> | |
(lldb) | |
e (void)[0x12345 setAlpha: 1.0] | |
e (void)[0x12345 setBackgroundColor: [UIColor redColor]] | |
e (void)[CATransaction flush] | |
po ((UIView *) 0x12345).layer | |
adb logcat | grep “” | |
emulator -avd <device_name> | |
brew repository https://github.com/Homebrew/homebrew-cask/commits/master/Casks/visual-studio.rb | |
https://dl.xamarin.com/VsMac/VisualStudioForMac-{version}.dmg |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment