Estimated time: 10 minutes
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
| #!/bin/bash | |
| # This script builds the iOS and Mac openSSL libraries | |
| # Download openssl http://www.openssl.org/source/ and place the tarball next to this script | |
| # Credits: | |
| # https://github.com/st3fan/ios-openssl | |
| # https://github.com/x2on/OpenSSL-for-iPhone/blob/master/build-libssl.sh | |
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
| <Fri Nov 06 - 08:29:47> <elliottcable - Sophie-2> <~/Downloads/> | |
| $ xattr /Users/elliottcable/Downloads/GitX.app | |
| com.apple.quarantine | |
| <Fri Nov 06 - 08:29:48> <elliottcable - Sophie-2> <~/Downloads/> | |
| $ xattr -p com.apple.quarantine /Users/elliottcable/Downloads/GitX.app | |
| 0000;4af45c3f;WebKit;|org.webkit.nightly.WebKit |
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
| From PrivateFrameworks/Bom.framework: | |
| U _BOMCopierCopyWithOptions | |
| U _BOMCopierCountFilesInArchive | |
| U _BOMCopierFree | |
| U _BOMCopierNew | |
| U _BOMCopierSetCopyFileFinishedHandler | |
| U _BOMCopierSetCopyFileStartedHandler | |
| U _BOMCopierSetCopyFileUpdateHandler | |
| U _BOMCopierSetFatalErrorHandler | |
| U _BOMCopierSetFatalFileErrorHandler |
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
| <div class="wrap"> | |
| <input type="checkbox" id="s1" /> | |
| <label class="slider-v1" for="s1"></label> | |
| <input type="checkbox" id="s2" checked="" /> | |
| <label class="slider-v1" for="s2"></label> | |
| </div><!--/wrap--> | |
| <div class="wrap"> |
Starting with macOS 12.3, Python is no longer bundled with macOS. These instructions allow you to set up Python 2 and Python 3 side-by-side using pyenv. The instructions were tested on an Apple Silicon Mac, but the process on an Intel Mac should be similar.
Homebrew is a popular package manager that makes it easy to install command line tools. If you don’t yet have Homebrew installed, instructions can be found here: https://brew.sh
Verify that Homebrew is installed: