Kadang-kadang beberapa nama tipe file telah berubah - bukan asosiasi file atau aplikasi default, tetapi nama tipe file itu sendiri. "Dokumen Teks Biasa" telah berubah menjadi "teks", "Dokumen Teks Kaya" menjadi "teks kaya (RTF)", dll sesuai:
Saya melakukan find /Applications -name \*.plist -type f -print0 | xargs -0 grep "rich text (RTF)"
dan mendapat hit di:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/CoreServices/MobileCoreTypes.bundle/Info.plist
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/Frameworks/CFNetwork.framework/CFNetworkCoreTypes-Info.plist
yang memang daftar seluruh jenis nama file huruf kecil bersama dengan yang menyinggung.
Dan sudo find /Library -name \*.plist -type f -print0 | xargs -0 grep "rich text (RTF)"
ditemukan (bersama dengan sekelompok "Izin ditolak"):
/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 7.1.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/MobileCoreTypes.bundle/Info.plist
/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 7.1.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CFNetwork.framework/CFNetworkCoreTypes-Info.plist
Ngomong-ngomong, apakah ada orang lain yang melihat ini? Dan / atau lihat bagaimana itu bisa diperbaiki / dipulihkan? Memang itu hampir seluruhnya estetika. Tetapi jika estetika tidak penting bagi saya, saya tidak akan menggunakan Mac.