CarPlay is not another app, is just an extension of your current iOS app. You can not install “The CarPlay app.”. If you have experience developing apple watch apps you will be familiar. Everything runs on the iOS device, so READ MORE
Category: iOS
zsh: command not found: flutter
Hackintosh is Dead – This is the Future!
This is Marganaut, she just published a video and now I cannot wait for the next one. And for sure, the next video, will keep “busy” for many hours. Forget about Hackintosh built using OpenCore or Clover, it’s dead. There’s READ MORE
Celebrating Steve | October 5 | Apple
To commemorate the 10th anniversary of Steve’s passing, this short film is a celebration of his life and his extraordinary vision. Steve believed that “people with passion can change the world for the better.” He challenged us to see the READ MORE
Redirect URL to IP on mac
https://www.makeuseof.com/tag/how-to-edit-the-mac-os-x-hosts-file-and-why-you-might-want-to/ sudo nano /etc/hosts ip ipname 127.0.0.1 localhost 46.177.167.176 topoioomorfoagori.local then run sudo killall -HUP mDNSResponder
Big Sur on Macbook Pro 15′ Early 2011 with bad GPU
https://dortania.github.io/OpenCore-Legacy-Patcher/START.html#patcher-warnings Efi needs boot flag Boot Flag By far the simplest way, all you need to do is add the following boot-arg: -wegnoegpu ISSUES No Bluetooth devices detected F1 and F2 shortcuts for screen brightness are not working F5 and READ MORE
Developer vs development icon macOS finder
For Summer vacation afternoons (SwiftUI)
https://github.com/shadowmanpat/Swift-UI-Learning https://developer.apple.com/tutorials/swiftui/animating-views-and-transitions Lecture videos from the Stanford University course CS193p, Developing Applications for iOS using SwiftUI. These lectures were delivered on-line (due to the novel coronavirus outbreak) to Stanford students during Spring quarter (April) of 2020 and are now being READ MORE
How to restart Jenkins manually?
To restart Jenkins manually, you can use either of the following commands (by entering their URL in a browser): (jenkins_url)/safeRestart – Allows all running jobs to complete. New jobs will remain in the queue to run after the restart is complete. READ MORE
Plugin ‘firebase_app_distribution’ was not properly loaded
Looks like some kind of file permission issue under Catalina, so chmod might help. But you can also install fastlane-plugin-firebase_app_distribution in gem’s USER INSTALLATION DIRECTORY (gem env will tell you where it is). Uninstall the gem from the default dir: Install in user dir: https://stackoverflow.com/a/61914727