Gần đây, một số tên loại tệp đã thay đổi - không phải là liên kết tệp hoặc ứng dụng mặc định, mà là tên của chính loại tệp. "Tài liệu văn bản thuần túy" đã thay đổi thành "văn bản", "Tài liệu văn bản có định dạng" thành "văn bản có định dạng (RTF)", v.v.
Tôi đã làm một find /Applications -name \*.plist -type f -print0 | xargs -0 grep "rich text (RTF)"
và có lượt truy cập trong:
/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
trong đó thực sự liệt kê một loạt các tên filetype chữ thường cùng với những tên vi phạm.
Và sudo find /Library -name \*.plist -type f -print0 | xargs -0 grep "rich text (RTF)"
được tìm thấy (cùng với một loạt các "Quyền bị từ chối"):
/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
Dù sao, có ai khác nhìn thấy điều này? Và / hoặc xem làm thế nào nó có thể được sửa chữa / khôi phục? Cấp nó gần như hoàn toàn thẩm mỹ. Nhưng nếu tính thẩm mỹ không quan trọng đối với tôi thì tôi sẽ không sử dụng máy Mac.