윈도우에서 받고 보니 읭..? 손상된 파일?
생각해보니 iso 포맷은 파일 시스템과는 별개였던가...? 를 급 고민
일반적으로 윈도우를 기준으로 autorun.inf도 넣고 하다보니
iso = vfat/fat32 식으로 생각을 했던거지
굳이 iso가 fat32를 채택할 이유도 없으니 저 파일이 열리지 않는건
파일 시스템이 fat가 아닌 apfs나 hfs로 되어있어서 그런 듯?
$ file macOS\ Catalina\ 10.15.5\ \(19F101\).iso macOS Catalina 10.15.5 (19F101).iso: Apple Driver Map, blocksize 512, blockcount 17408000, devtype 0, devid 0, driver count 0, contains[@0x200]: Apple Partition Map, map block count 3, start block 1, block count 63, name Apple, type Apple_partition_map, valid, allocated, contains[@0x400]: Apple Partition Map, map block count 3, start block 64, block count 262144, type Apple_Free, contains[@0x600]: Apple Partition Map, map block count 3, start block 262208, block count 17145792, name disk image, type Apple_HFS, valid, allocated, readable, writable, mount at startup |
맥에서 보니.. 아래와 같이 거의 동일하게 출력된다.
% file macOS\ Catalina\ 10.15.5\ \(19F101\).iso macOS Catalina 10.15.5 (19F101).iso: Apple Driver Map, blocksize 512, blockcount 17408000, devtype 0, devid 0, driver count 0, contains[@0x200]: Apple Partition Map, map block count 3, start block 1, block count 63, name Apple, type Apple_partition_map, valid, allocated, contains[@0x400]: Apple Partition Map, map block count 3, start block 64, block count 262144, type Apple_Free, contains[@0x600]: Apple Partition Map, map block count 3, start block 262208, block count 17145792, name disk image, type Apple_HFS, valid, allocated, readable, writable, mount at startup |
[링크 : https://en.wikipedia.org/wiki/Optical_disc_image]
[링크 : https://en.wikipedia.org/wiki/Universal_Disk_Format]
[링크 : https://en.wikipedia.org/wiki/ISO_9660]
# mount -t hfsplus image.dmg /mnt/cdrom |
[링크 : https://serverfault.com/questions/68254/mount-hybrid-iso-iso-9660-hfs-under-linux]
$ cat /proc/filesystems nodev sysfs nodev tmpfs nodev bdev nodev proc nodev cgroup nodev cgroup2 nodev cpuset nodev devtmpfs nodev configfs nodev debugfs nodev tracefs nodev securityfs nodev sockfs nodev bpf nodev pipefs nodev ramfs nodev hugetlbfs nodev devpts ext3 ext2 ext4 squashfs vfat nodev ecryptfs fuseblk nodev fuse nodev fusectl nodev mqueue nodev pstore nodev autofs nodev rpc_pipefs nodev nfsd nodev binfmt_misc |
apfs-fuse 를 이용하여 마운트는 가능하다고.
[링크 : https://linuxnewbieguide.org/how-to-mount-macos-apfs-disk-volumes-in-linux/]
[링크 : https://github.com/sgan81/apfs-fuse.git]
+
iso 파일 마운트 해서 목록 확인한 결과.. resource/createinstallmedia 이건가?
% tree . ├── Install macOS Catalina.app │ └── Contents │ ├── Frameworks │ │ ├── IAESD.framework -> OSInstallerSetup.framework/Versions/A/Frameworks/IAESD.framework │ │ └── OSInstallerSetup.framework │ │ ├── OSInstallerSetup -> Versions/Current/OSInstallerSetup │ │ ├── Resources -> Versions/Current/Resources │ │ └── Versions │ │ ├── A │ │ │ ├── Frameworks │ │ │ │ ├── IAESD.framework │ │ │ │ │ ├── IAESD -> Versions/Current/IAESD │ │ │ │ │ ├── Resources -> Versions/Current/Resources │ │ │ │ │ └── Versions │ │ │ │ │ ├── A │ │ │ │ │ │ ├── Frameworks │ │ │ │ │ │ │ ├── IABridgeOSInstall.framework │ │ │ │ │ │ │ │ ├── IABridgeOSInstall -> Versions/Current/IABridgeOSInstall │ │ │ │ │ │ │ │ ├── Resources -> Versions/Current/Resources │ │ │ │ │ │ │ │ └── Versions │ │ │ │ │ │ │ │ ├── A │ │ │ │ │ │ │ │ │ ├── IABridgeOSInstall │ │ │ │ │ │ │ │ │ ├── Resources │ │ │ │ │ │ │ │ │ │ ├── BOSError.strings │ │ │ │ │ │ │ │ │ │ ├── Info.plist │ │ │ │ │ │ │ │ │ │ ├── framework.sb │ │ │ │ │ │ │ │ │ │ └── version.plist │ │ │ │ │ │ │ │ │ └── _CodeSignature │ │ │ │ │ │ │ │ │ └── CodeResources │ │ │ │ │ │ │ │ └── Current -> A │ │ │ │ │ │ │ ├── IAInstallerUtilities.framework │ │ │ │ │ │ │ │ ├── IAInstallerUtilities -> Versions/Current/IAInstallerUtilities │ │ │ │ │ │ │ │ ├── Resources -> Versions/Current/Resources │ │ │ │ │ │ │ │ └── Versions │ │ │ │ │ │ │ │ ├── A │ │ │ │ │ │ │ │ │ ├── IAInstallerUtilities │ │ │ │ │ │ │ │ │ ├── Resources │ │ │ │ │ │ │ │ │ │ ├── Info.plist │ │ │ │ │ │ │ │ │ │ └── version.plist │ │ │ │ │ │ │ │ │ └── _CodeSignature │ │ │ │ │ │ │ │ │ └── CodeResources │ │ │ │ │ │ │ │ └── Current -> A │ │ │ │ │ │ │ ├── IAMiniSoftwareUpdate.framework │ │ │ │ │ │ │ │ ├── IAMiniSoftwareUpdate -> Versions/Current/IAMiniSoftwareUpdate │ │ │ │ │ │ │ │ ├── Resources -> Versions/Current/Resources │ │ │ │ │ │ │ │ └── Versions │ │ │ │ │ │ │ │ ├── A │ │ │ │ │ │ │ │ │ ├── IAMiniSoftwareUpdate │ │ │ │ │ │ │ │ │ ├── Resources │ │ │ │ │ │ │ │ │ │ ├── Info.plist │ │ │ │ │ │ │ │ │ │ └── version.plist │ │ │ │ │ │ │ │ │ └── _CodeSignature │ │ │ │ │ │ │ │ │ └── CodeResources │ │ │ │ │ │ │ │ └── Current -> A │ │ │ │ │ │ │ ├── IAOSPersonalization.framework │ │ │ │ │ │ │ │ ├── IAOSPersonalization -> Versions/Current/IAOSPersonalization │ │ │ │ │ │ │ │ ├── Resources -> Versions/Current/Resources │ │ │ │ │ │ │ │ └── Versions │ │ │ │ │ │ │ │ ├── A │ │ │ │ │ │ │ │ │ ├── IAOSPersonalization │ │ │ │ │ │ │ │ │ ├── Resources │ │ │ │ │ │ │ │ │ │ ├── Info.plist │ │ │ │ │ │ │ │ │ │ ├── OSPError.strings │ │ │ │ │ │ │ │ │ │ ├── framework.sb │ │ │ │ │ │ │ │ │ │ └── version.plist │ │ │ │ │ │ │ │ │ └── _CodeSignature │ │ │ │ │ │ │ │ │ └── CodeResources │ │ │ │ │ │ │ │ └── Current -> A │ │ │ │ │ │ │ └── IAPackageKit.framework │ │ │ │ │ │ │ ├── IAPackageKit -> Versions/Current/IAPackageKit │ │ │ │ │ │ │ ├── Resources -> Versions/Current/Resources │ │ │ │ │ │ │ └── Versions │ │ │ │ │ │ │ ├── A │ │ │ │ │ │ │ │ ├── IAPackageKit │ │ │ │ │ │ │ │ ├── Resources │ │ │ │ │ │ │ │ │ ├── Info.plist │ │ │ │ │ │ │ │ │ └── version.plist │ │ │ │ │ │ │ │ └── _CodeSignature │ │ │ │ │ │ │ │ └── CodeResources │ │ │ │ │ │ │ └── Current -> A │ │ │ │ │ │ ├── IAESD │ │ │ │ │ │ ├── Resources │ │ │ │ │ │ │ ├── Info.plist │ │ │ │ │ │ │ └── version.plist │ │ │ │ │ │ └── _CodeSignature │ │ │ │ │ │ └── CodeResources │ │ │ │ │ └── Current -> A │ │ │ │ └── OSInstallerSetupInternal.framework │ │ │ │ ├── OSInstallerSetupInternal -> Versions/Current/OSInstallerSetupInternal │ │ │ │ ├── Resources -> Versions/Current/Resources │ │ │ │ └── Versions │ │ │ │ ├── A │ │ │ │ │ ├── OSInstallerSetupInternal │ │ │ │ │ ├── Resources │ │ │ │ │ │ ├── Info.plist │ │ │ │ │ │ ├── InstalledSystemSizes.plist │ │ │ │ │ │ ├── ar.lproj │ │ │ │ │ │ │ ├── OSISErrorRecoverySuggestion_Server.strings │ │ │ │ │ │ │ ├── OSISError_Server.strings │ │ │ │ │ │ │ └── OSISLinkedFileDownload_error.strings │ │ │ │ │ │ ├── ca.lproj │ │ │ │ │ │ │ ├── OSISErrorRecoverySuggestion_Server.strings │ │ │ │ │ │ │ ├── OSISError_Server.strings │ │ │ │ │ │ │ └── OSISLinkedFileDownload_error.strings │ │ │ │ │ │ ├── cs.lproj │ │ │ │ │ │ │ ├── OSISErrorRecoverySuggestion_Server.strings │ │ │ │ │ │ │ ├── OSISError_Server.strings │ │ │ │ │ │ │ └── OSISLinkedFileDownload_error.strings │ │ │ │ │ │ ├── da.lproj │ │ │ │ │ │ │ ├── OSISErrorRecoverySuggestion_Server.strings │ │ │ │ │ │ │ ├── OSISError_Server.strings │ │ │ │ │ │ │ └── OSISLinkedFileDownload_error.strings │ │ │ │ │ │ ├── de.lproj │ │ │ │ │ │ │ ├── OSISErrorRecoverySuggestion_Server.strings │ │ │ │ │ │ │ ├── OSISError_Server.strings │ │ │ │ │ │ │ └── OSISLinkedFileDownload_error.strings │ │ │ │ │ │ ├── el.lproj │ │ │ │ │ │ │ ├── OSISErrorRecoverySuggestion_Server.strings │ │ │ │ │ │ │ ├── OSISError_Server.strings │ │ │ │ │ │ │ └── OSISLinkedFileDownload_error.strings │ │ │ │ │ │ ├── en.lproj │ │ │ │ │ │ │ ├── OSISErrorRecoverySuggestion_Server.strings │ │ │ │ │ │ │ ├── OSISError_Server.strings │ │ │ │ │ │ │ └── OSISLinkedFileDownload_error.strings │ │ │ │ │ │ ├── en_AU.lproj │ │ │ │ │ │ │ ├── OSISErrorRecoverySuggestion_Server.strings │ │ │ │ │ │ │ ├── OSISError_Server.strings │ │ │ │ │ │ │ └── OSISLinkedFileDownload_error.strings │ │ │ │ │ │ ├── en_GB.lproj │ │ │ │ │ │ │ ├── OSISErrorRecoverySuggestion_Server.strings │ │ │ │ │ │ │ ├── OSISError_Server.strings │ │ │ │ │ │ │ └── OSISLinkedFileDownload_error.strings │ │ │ │ │ │ ├── es.lproj │ │ │ │ │ │ │ ├── OSISErrorRecoverySuggestion_Server.strings │ │ │ │ │ │ │ ├── OSISError_Server.strings │ │ │ │ │ │ │ └── OSISLinkedFileDownload_error.strings │ │ │ │ │ │ ├── es_419.lproj │ │ │ │ │ │ │ ├── OSISErrorRecoverySuggestion_Server.strings │ │ │ │ │ │ │ ├── OSISError_Server.strings │ │ │ │ │ │ │ └── OSISLinkedFileDownload_error.strings │ │ │ │ │ │ ├── fi.lproj │ │ │ │ │ │ │ ├── OSISErrorRecoverySuggestion_Server.strings │ │ │ │ │ │ │ ├── OSISError_Server.strings │ │ │ │ │ │ │ └── OSISLinkedFileDownload_error.strings │ │ │ │ │ │ ├── fr.lproj │ │ │ │ │ │ │ ├── OSISErrorRecoverySuggestion_Server.strings │ │ │ │ │ │ │ ├── OSISError_Server.strings │ │ │ │ │ │ │ └── OSISLinkedFileDownload_error.strings │ │ │ │ │ │ ├── fr_CA.lproj │ │ │ │ │ │ │ ├── OSISErrorRecoverySuggestion_Server.strings │ │ │ │ │ │ │ ├── OSISError_Server.strings │ │ │ │ │ │ │ └── OSISLinkedFileDownload_error.strings │ │ │ │ │ │ ├── he.lproj │ │ │ │ │ │ │ ├── OSISErrorRecoverySuggestion_Server.strings │ │ │ │ │ │ │ ├── OSISError_Server.strings │ │ │ │ │ │ │ └── OSISLinkedFileDownload_error.strings │ │ │ │ │ │ ├── hi.lproj │ │ │ │ │ │ │ ├── OSISErrorRecoverySuggestion_Server.strings │ │ │ │ │ │ │ ├── OSISError_Server.strings │ │ │ │ │ │ │ └── OSISLinkedFileDownload_error.strings │ │ │ │ │ │ ├── hr.lproj │ │ │ │ │ │ │ ├── OSISErrorRecoverySuggestion_Server.strings │ │ │ │ │ │ │ ├── OSISError_Server.strings │ │ │ │ │ │ │ └── OSISLinkedFileDownload_error.strings │ │ │ │ │ │ ├── hu.lproj │ │ │ │ │ │ │ ├── OSISErrorRecoverySuggestion_Server.strings │ │ │ │ │ │ │ ├── OSISError_Server.strings │ │ │ │ │ │ │ └── OSISLinkedFileDownload_error.strings │ │ │ │ │ │ ├── id.lproj │ │ │ │ │ │ │ ├── OSISErrorRecoverySuggestion_Server.strings │ │ │ │ │ │ │ ├── OSISError_Server.strings │ │ │ │ │ │ │ └── OSISLinkedFileDownload_error.strings │ │ │ │ │ │ ├── it.lproj │ │ │ │ │ │ │ ├── OSISErrorRecoverySuggestion_Server.strings │ │ │ │ │ │ │ ├── OSISError_Server.strings │ │ │ │ │ │ │ └── OSISLinkedFileDownload_error.strings │ │ │ │ │ │ ├── ja.lproj │ │ │ │ │ │ │ ├── OSISErrorRecoverySuggestion_Server.strings │ │ │ │ │ │ │ ├── OSISError_Server.strings │ │ │ │ │ │ │ └── OSISLinkedFileDownload_error.strings │ │ │ │ │ │ ├── ko.lproj │ │ │ │ │ │ │ ├── OSISErrorRecoverySuggestion_Server.strings │ │ │ │ │ │ │ ├── OSISError_Server.strings │ │ │ │ │ │ │ └── OSISLinkedFileDownload_error.strings │ │ │ │ │ │ ├── ms.lproj │ │ │ │ │ │ │ ├── OSISErrorRecoverySuggestion_Server.strings │ │ │ │ │ │ │ ├── OSISError_Server.strings │ │ │ │ │ │ │ └── OSISLinkedFileDownload_error.strings │ │ │ │ │ │ ├── nl.lproj │ │ │ │ │ │ │ ├── OSISErrorRecoverySuggestion_Server.strings │ │ │ │ │ │ │ ├── OSISError_Server.strings │ │ │ │ │ │ │ └── OSISLinkedFileDownload_error.strings │ │ │ │ │ │ ├── no.lproj │ │ │ │ │ │ │ ├── OSISErrorRecoverySuggestion_Server.strings │ │ │ │ │ │ │ ├── OSISError_Server.strings │ │ │ │ │ │ │ └── OSISLinkedFileDownload_error.strings │ │ │ │ │ │ ├── pl.lproj │ │ │ │ │ │ │ ├── OSISErrorRecoverySuggestion_Server.strings │ │ │ │ │ │ │ ├── OSISError_Server.strings │ │ │ │ │ │ │ └── OSISLinkedFileDownload_error.strings │ │ │ │ │ │ ├── pt.lproj │ │ │ │ │ │ │ ├── OSISErrorRecoverySuggestion_Server.strings │ │ │ │ │ │ │ ├── OSISError_Server.strings │ │ │ │ │ │ │ └── OSISLinkedFileDownload_error.strings │ │ │ │ │ │ ├── pt_PT.lproj │ │ │ │ │ │ │ ├── OSISErrorRecoverySuggestion_Server.strings │ │ │ │ │ │ │ ├── OSISError_Server.strings │ │ │ │ │ │ │ └── OSISLinkedFileDownload_error.strings │ │ │ │ │ │ ├── ro.lproj │ │ │ │ │ │ │ ├── OSISErrorRecoverySuggestion_Server.strings │ │ │ │ │ │ │ ├── OSISError_Server.strings │ │ │ │ │ │ │ └── OSISLinkedFileDownload_error.strings │ │ │ │ │ │ ├── ru.lproj │ │ │ │ │ │ │ ├── OSISErrorRecoverySuggestion_Server.strings │ │ │ │ │ │ │ ├── OSISError_Server.strings │ │ │ │ │ │ │ └── OSISLinkedFileDownload_error.strings │ │ │ │ │ │ ├── sk.lproj │ │ │ │ │ │ │ ├── OSISErrorRecoverySuggestion_Server.strings │ │ │ │ │ │ │ ├── OSISError_Server.strings │ │ │ │ │ │ │ └── OSISLinkedFileDownload_error.strings │ │ │ │ │ │ ├── sv.lproj │ │ │ │ │ │ │ ├── OSISErrorRecoverySuggestion_Server.strings │ │ │ │ │ │ │ ├── OSISError_Server.strings │ │ │ │ │ │ │ └── OSISLinkedFileDownload_error.strings │ │ │ │ │ │ ├── th.lproj │ │ │ │ │ │ │ ├── OSISErrorRecoverySuggestion_Server.strings │ │ │ │ │ │ │ ├── OSISError_Server.strings │ │ │ │ │ │ │ └── OSISLinkedFileDownload_error.strings │ │ │ │ │ │ ├── tr.lproj │ │ │ │ │ │ │ ├── OSISErrorRecoverySuggestion_Server.strings │ │ │ │ │ │ │ ├── OSISError_Server.strings │ │ │ │ │ │ │ └── OSISLinkedFileDownload_error.strings │ │ │ │ │ │ ├── uk.lproj │ │ │ │ │ │ │ ├── OSISErrorRecoverySuggestion_Server.strings │ │ │ │ │ │ │ ├── OSISError_Server.strings │ │ │ │ │ │ │ └── OSISLinkedFileDownload_error.strings │ │ │ │ │ │ ├── version.plist │ │ │ │ │ │ ├── vi.lproj │ │ │ │ │ │ │ ├── OSISErrorRecoverySuggestion_Server.strings │ │ │ │ │ │ │ ├── OSISError_Server.strings │ │ │ │ │ │ │ └── OSISLinkedFileDownload_error.strings │ │ │ │ │ │ ├── zh_CN.lproj │ │ │ │ │ │ │ ├── OSISErrorRecoverySuggestion_Server.strings │ │ │ │ │ │ │ ├── OSISError_Server.strings │ │ │ │ │ │ │ └── OSISLinkedFileDownload_error.strings │ │ │ │ │ │ ├── zh_HK.lproj │ │ │ │ │ │ │ ├── OSISErrorRecoverySuggestion_Server.strings │ │ │ │ │ │ │ ├── OSISError_Server.strings │ │ │ │ │ │ │ └── OSISLinkedFileDownload_error.strings │ │ │ │ │ │ └── zh_TW.lproj │ │ │ │ │ │ ├── OSISErrorRecoverySuggestion_Server.strings │ │ │ │ │ │ ├── OSISError_Server.strings │ │ │ │ │ │ └── OSISLinkedFileDownload_error.strings │ │ │ │ │ └── _CodeSignature │ │ │ │ │ └── CodeResources │ │ │ │ └── Current -> A │ │ │ ├── OSInstallerSetup │ │ │ ├── Resources │ │ │ │ ├── Info.plist │ │ │ │ ├── ar.lproj │ │ │ │ │ ├── OSISErrorRecoverySuggestion_Client.strings │ │ │ │ │ └── OSISError_Client.strings │ │ │ │ ├── ca.lproj │ │ │ │ │ ├── OSISErrorRecoverySuggestion_Client.strings │ │ │ │ │ └── OSISError_Client.strings │ │ │ │ ├── cleanup_installer │ │ │ │ ├── cs.lproj │ │ │ │ │ ├── OSISErrorRecoverySuggestion_Client.strings │ │ │ │ │ └── OSISError_Client.strings │ │ │ │ ├── da.lproj │ │ │ │ │ ├── OSISErrorRecoverySuggestion_Client.strings │ │ │ │ │ └── OSISError_Client.strings │ │ │ │ ├── de.lproj │ │ │ │ │ ├── OSISErrorRecoverySuggestion_Client.strings │ │ │ │ │ └── OSISError_Client.strings │ │ │ │ ├── el.lproj │ │ │ │ │ ├── OSISErrorRecoverySuggestion_Client.strings │ │ │ │ │ └── OSISError_Client.strings │ │ │ │ ├── en.lproj │ │ │ │ │ ├── OSISErrorRecoverySuggestion_Client.strings │ │ │ │ │ └── OSISError_Client.strings │ │ │ │ ├── en_AU.lproj │ │ │ │ │ ├── OSISErrorRecoverySuggestion_Client.strings │ │ │ │ │ └── OSISError_Client.strings │ │ │ │ ├── en_GB.lproj │ │ │ │ │ ├── OSISErrorRecoverySuggestion_Client.strings │ │ │ │ │ └── OSISError_Client.strings │ │ │ │ ├── es.lproj │ │ │ │ │ ├── OSISErrorRecoverySuggestion_Client.strings │ │ │ │ │ └── OSISError_Client.strings │ │ │ │ ├── es_419.lproj │ │ │ │ │ ├── OSISErrorRecoverySuggestion_Client.strings │ │ │ │ │ └── OSISError_Client.strings │ │ │ │ ├── fi.lproj │ │ │ │ │ ├── OSISErrorRecoverySuggestion_Client.strings │ │ │ │ │ └── OSISError_Client.strings │ │ │ │ ├── fr.lproj │ │ │ │ │ ├── OSISErrorRecoverySuggestion_Client.strings │ │ │ │ │ └── OSISError_Client.strings │ │ │ │ ├── fr_CA.lproj │ │ │ │ │ ├── OSISErrorRecoverySuggestion_Client.strings │ │ │ │ │ └── OSISError_Client.strings │ │ │ │ ├── he.lproj │ │ │ │ │ ├── OSISErrorRecoverySuggestion_Client.strings │ │ │ │ │ └── OSISError_Client.strings │ │ │ │ ├── hi.lproj │ │ │ │ │ ├── OSISErrorRecoverySuggestion_Client.strings │ │ │ │ │ └── OSISError_Client.strings │ │ │ │ ├── hr.lproj │ │ │ │ │ ├── OSISErrorRecoverySuggestion_Client.strings │ │ │ │ │ └── OSISError_Client.strings │ │ │ │ ├── hu.lproj │ │ │ │ │ ├── OSISErrorRecoverySuggestion_Client.strings │ │ │ │ │ └── OSISError_Client.strings │ │ │ │ ├── id.lproj │ │ │ │ │ ├── OSISErrorRecoverySuggestion_Client.strings │ │ │ │ │ └── OSISError_Client.strings │ │ │ │ ├── it.lproj │ │ │ │ │ ├── OSISErrorRecoverySuggestion_Client.strings │ │ │ │ │ └── OSISError_Client.strings │ │ │ │ ├── ja.lproj │ │ │ │ │ ├── OSISErrorRecoverySuggestion_Client.strings │ │ │ │ │ └── OSISError_Client.strings │ │ │ │ ├── ko.lproj │ │ │ │ │ ├── OSISErrorRecoverySuggestion_Client.strings │ │ │ │ │ └── OSISError_Client.strings │ │ │ │ ├── ms.lproj │ │ │ │ │ ├── OSISErrorRecoverySuggestion_Client.strings │ │ │ │ │ └── OSISError_Client.strings │ │ │ │ ├── nl.lproj │ │ │ │ │ ├── OSISErrorRecoverySuggestion_Client.strings │ │ │ │ │ └── OSISError_Client.strings │ │ │ │ ├── no.lproj │ │ │ │ │ ├── OSISErrorRecoverySuggestion_Client.strings │ │ │ │ │ └── OSISError_Client.strings │ │ │ │ ├── osinstallersetupd │ │ │ │ ├── osinstallersetupplaind │ │ │ │ ├── osinstallersetupyosemiteplaind │ │ │ │ ├── osishelperd │ │ │ │ ├── osisstashhelper │ │ │ │ ├── pl.lproj │ │ │ │ │ ├── OSISErrorRecoverySuggestion_Client.strings │ │ │ │ │ └── OSISError_Client.strings │ │ │ │ ├── pt.lproj │ │ │ │ │ ├── OSISErrorRecoverySuggestion_Client.strings │ │ │ │ │ └── OSISError_Client.strings │ │ │ │ ├── pt_PT.lproj │ │ │ │ │ ├── OSISErrorRecoverySuggestion_Client.strings │ │ │ │ │ └── OSISError_Client.strings │ │ │ │ ├── ro.lproj │ │ │ │ │ ├── OSISErrorRecoverySuggestion_Client.strings │ │ │ │ │ └── OSISError_Client.strings │ │ │ │ ├── ru.lproj │ │ │ │ │ ├── OSISErrorRecoverySuggestion_Client.strings │ │ │ │ │ └── OSISError_Client.strings │ │ │ │ ├── sk.lproj │ │ │ │ │ ├── OSISErrorRecoverySuggestion_Client.strings │ │ │ │ │ └── OSISError_Client.strings │ │ │ │ ├── sv.lproj │ │ │ │ │ ├── OSISErrorRecoverySuggestion_Client.strings │ │ │ │ │ └── OSISError_Client.strings │ │ │ │ ├── th.lproj │ │ │ │ │ ├── OSISErrorRecoverySuggestion_Client.strings │ │ │ │ │ └── OSISError_Client.strings │ │ │ │ ├── tr.lproj │ │ │ │ │ ├── OSISErrorRecoverySuggestion_Client.strings │ │ │ │ │ └── OSISError_Client.strings │ │ │ │ ├── uk.lproj │ │ │ │ │ ├── OSISErrorRecoverySuggestion_Client.strings │ │ │ │ │ └── OSISError_Client.strings │ │ │ │ ├── version.plist │ │ │ │ ├── vi.lproj │ │ │ │ │ ├── OSISErrorRecoverySuggestion_Client.strings │ │ │ │ │ └── OSISError_Client.strings │ │ │ │ ├── zh_CN.lproj │ │ │ │ │ ├── OSISErrorRecoverySuggestion_Client.strings │ │ │ │ │ └── OSISError_Client.strings │ │ │ │ ├── zh_HK.lproj │ │ │ │ │ ├── OSISErrorRecoverySuggestion_Client.strings │ │ │ │ │ └── OSISError_Client.strings │ │ │ │ └── zh_TW.lproj │ │ │ │ ├── OSISErrorRecoverySuggestion_Client.strings │ │ │ │ └── OSISError_Client.strings │ │ │ └── _CodeSignature │ │ │ └── CodeResources │ │ └── Current -> A │ ├── Info.plist │ ├── MacOS │ │ ├── InstallAssistant │ │ ├── InstallAssistant_plain │ │ └── InstallAssistant_springboard │ ├── PkgInfo │ ├── PlugIns │ │ ├── DiskManagement.IABundle │ │ │ └── Contents │ │ │ ├── Info.plist │ │ │ ├── MacOS │ │ │ │ └── DiskManagement │ │ │ ├── _CodeSignature │ │ │ │ └── CodeResources │ │ │ └── version.plist │ │ ├── IA.bundle │ │ │ └── Contents │ │ │ ├── Info.plist │ │ │ ├── MacOS │ │ │ │ ├── IA │ │ │ │ └── libBaseIA.dylib │ │ │ ├── Resources │ │ │ │ ├── AirPort.icns │ │ │ │ ├── Base.lproj │ │ │ │ │ ├── IACompatibilityCheckerWindowController.nib │ │ │ │ │ ├── IACustomizeSheet.nib │ │ │ │ │ ├── IASetupWindow.nib │ │ │ │ │ └── IATargetSelectItem.nib │ │ │ │ ├── IAPPCAppsList.plist │ │ │ │ ├── ar.lproj │ │ │ │ │ ├── IACompatibilityCheckerWindowController.strings │ │ │ │ │ ├── IACustomizeSheet.strings │ │ │ │ │ ├── IASetupWindow.strings │ │ │ │ │ ├── IATargetSelectItem.strings │ │ │ │ │ └── SUTimeRemainingFormatter.strings │ │ │ │ ├── backup.icns │ │ │ │ ├── ca.lproj │ │ │ │ │ ├── IACompatibilityCheckerWindowController.strings │ │ │ │ │ ├── IACustomizeSheet.strings │ │ │ │ │ ├── IASetupWindow.strings │ │ │ │ │ ├── IATargetSelectItem.strings │ │ │ │ │ └── SUTimeRemainingFormatter.strings │ │ │ │ ├── cs.lproj │ │ │ │ │ ├── IACompatibilityCheckerWindowController.strings │ │ │ │ │ ├── IACustomizeSheet.strings │ │ │ │ │ ├── IASetupWindow.strings │ │ │ │ │ ├── IATargetSelectItem.strings │ │ │ │ │ └── SUTimeRemainingFormatter.strings │ │ │ │ ├── da.lproj │ │ │ │ │ ├── IACompatibilityCheckerWindowController.strings │ │ │ │ │ ├── IACustomizeSheet.strings │ │ │ │ │ ├── IASetupWindow.strings │ │ │ │ │ ├── IATargetSelectItem.strings │ │ │ │ │ └── SUTimeRemainingFormatter.strings │ │ │ │ ├── de.lproj │ │ │ │ │ ├── IACompatibilityCheckerWindowController.strings │ │ │ │ │ ├── IACustomizeSheet.strings │ │ │ │ │ ├── IASetupWindow.strings │ │ │ │ │ ├── IATargetSelectItem.strings │ │ │ │ │ └── SUTimeRemainingFormatter.strings │ │ │ │ ├── el.lproj │ │ │ │ │ ├── IACompatibilityCheckerWindowController.strings │ │ │ │ │ ├── IACustomizeSheet.strings │ │ │ │ │ ├── IASetupWindow.strings │ │ │ │ │ ├── IATargetSelectItem.strings │ │ │ │ │ └── SUTimeRemainingFormatter.strings │ │ │ │ ├── en.lproj │ │ │ │ │ └── SUTimeRemainingFormatter.strings │ │ │ │ ├── en_AU.lproj │ │ │ │ │ ├── IACompatibilityCheckerWindowController.strings │ │ │ │ │ ├── IACustomizeSheet.strings │ │ │ │ │ ├── IASetupWindow.strings │ │ │ │ │ ├── IATargetSelectItem.strings │ │ │ │ │ └── SUTimeRemainingFormatter.strings │ │ │ │ ├── en_GB.lproj │ │ │ │ │ ├── IACompatibilityCheckerWindowController.strings │ │ │ │ │ ├── IACustomizeSheet.strings │ │ │ │ │ ├── IASetupWindow.strings │ │ │ │ │ ├── IATargetSelectItem.strings │ │ │ │ │ └── SUTimeRemainingFormatter.strings │ │ │ │ ├── es.lproj │ │ │ │ │ ├── IACompatibilityCheckerWindowController.strings │ │ │ │ │ ├── IACustomizeSheet.strings │ │ │ │ │ ├── IASetupWindow.strings │ │ │ │ │ ├── IATargetSelectItem.strings │ │ │ │ │ └── SUTimeRemainingFormatter.strings │ │ │ │ ├── es_419.lproj │ │ │ │ │ ├── IACompatibilityCheckerWindowController.strings │ │ │ │ │ ├── IACustomizeSheet.strings │ │ │ │ │ ├── IASetupWindow.strings │ │ │ │ │ ├── IATargetSelectItem.strings │ │ │ │ │ └── SUTimeRemainingFormatter.strings │ │ │ │ ├── fi.lproj │ │ │ │ │ ├── IACompatibilityCheckerWindowController.strings │ │ │ │ │ ├── IACustomizeSheet.strings │ │ │ │ │ ├── IASetupWindow.strings │ │ │ │ │ ├── IATargetSelectItem.strings │ │ │ │ │ └── SUTimeRemainingFormatter.strings │ │ │ │ ├── fr.lproj │ │ │ │ │ ├── IACompatibilityCheckerWindowController.strings │ │ │ │ │ ├── IACustomizeSheet.strings │ │ │ │ │ ├── IASetupWindow.strings │ │ │ │ │ ├── IATargetSelectItem.strings │ │ │ │ │ └── SUTimeRemainingFormatter.strings │ │ │ │ ├── fr_CA.lproj │ │ │ │ │ ├── IACompatibilityCheckerWindowController.strings │ │ │ │ │ ├── IACustomizeSheet.strings │ │ │ │ │ ├── IASetupWindow.strings │ │ │ │ │ ├── IATargetSelectItem.strings │ │ │ │ │ └── SUTimeRemainingFormatter.strings │ │ │ │ ├── he.lproj │ │ │ │ │ ├── IACompatibilityCheckerWindowController.strings │ │ │ │ │ ├── IACustomizeSheet.strings │ │ │ │ │ ├── IASetupWindow.strings │ │ │ │ │ ├── IATargetSelectItem.strings │ │ │ │ │ └── SUTimeRemainingFormatter.strings │ │ │ │ ├── hi.lproj │ │ │ │ │ ├── IACompatibilityCheckerWindowController.strings │ │ │ │ │ ├── IACustomizeSheet.strings │ │ │ │ │ ├── IASetupWindow.strings │ │ │ │ │ ├── IATargetSelectItem.strings │ │ │ │ │ └── SUTimeRemainingFormatter.strings │ │ │ │ ├── hr.lproj │ │ │ │ │ ├── IACompatibilityCheckerWindowController.strings │ │ │ │ │ ├── IACustomizeSheet.strings │ │ │ │ │ ├── IASetupWindow.strings │ │ │ │ │ ├── IATargetSelectItem.strings │ │ │ │ │ └── SUTimeRemainingFormatter.strings │ │ │ │ ├── hu.lproj │ │ │ │ │ ├── IACompatibilityCheckerWindowController.strings │ │ │ │ │ ├── IACustomizeSheet.strings │ │ │ │ │ ├── IASetupWindow.strings │ │ │ │ │ ├── IATargetSelectItem.strings │ │ │ │ │ └── SUTimeRemainingFormatter.strings │ │ │ │ ├── id.lproj │ │ │ │ │ ├── IACompatibilityCheckerWindowController.strings │ │ │ │ │ ├── IACustomizeSheet.strings │ │ │ │ │ ├── IASetupWindow.strings │ │ │ │ │ ├── IATargetSelectItem.strings │ │ │ │ │ └── SUTimeRemainingFormatter.strings │ │ │ │ ├── it.lproj │ │ │ │ │ ├── IACompatibilityCheckerWindowController.strings │ │ │ │ │ ├── IACustomizeSheet.strings │ │ │ │ │ ├── IASetupWindow.strings │ │ │ │ │ ├── IATargetSelectItem.strings │ │ │ │ │ └── SUTimeRemainingFormatter.strings │ │ │ │ ├── ja.lproj │ │ │ │ │ ├── IACompatibilityCheckerWindowController.strings │ │ │ │ │ ├── IACustomizeSheet.strings │ │ │ │ │ ├── IASetupWindow.strings │ │ │ │ │ ├── IATargetSelectItem.strings │ │ │ │ │ └── SUTimeRemainingFormatter.strings │ │ │ │ ├── ko.lproj │ │ │ │ │ ├── IACompatibilityCheckerWindowController.strings │ │ │ │ │ ├── IACustomizeSheet.strings │ │ │ │ │ ├── IASetupWindow.strings │ │ │ │ │ ├── IATargetSelectItem.strings │ │ │ │ │ └── SUTimeRemainingFormatter.strings │ │ │ │ ├── ms.lproj │ │ │ │ │ ├── IACompatibilityCheckerWindowController.strings │ │ │ │ │ ├── IACustomizeSheet.strings │ │ │ │ │ ├── IASetupWindow.strings │ │ │ │ │ ├── IATargetSelectItem.strings │ │ │ │ │ └── SUTimeRemainingFormatter.strings │ │ │ │ ├── nl.lproj │ │ │ │ │ ├── IACompatibilityCheckerWindowController.strings │ │ │ │ │ ├── IACustomizeSheet.strings │ │ │ │ │ ├── IASetupWindow.strings │ │ │ │ │ ├── IATargetSelectItem.strings │ │ │ │ │ └── SUTimeRemainingFormatter.strings │ │ │ │ ├── no.lproj │ │ │ │ │ ├── IACompatibilityCheckerWindowController.strings │ │ │ │ │ ├── IACustomizeSheet.strings │ │ │ │ │ ├── IASetupWindow.strings │ │ │ │ │ ├── IATargetSelectItem.strings │ │ │ │ │ └── SUTimeRemainingFormatter.strings │ │ │ │ ├── pl.lproj │ │ │ │ │ ├── IACompatibilityCheckerWindowController.strings │ │ │ │ │ ├── IACustomizeSheet.strings │ │ │ │ │ ├── IASetupWindow.strings │ │ │ │ │ ├── IATargetSelectItem.strings │ │ │ │ │ └── SUTimeRemainingFormatter.strings │ │ │ │ ├── pt.lproj │ │ │ │ │ ├── IACompatibilityCheckerWindowController.strings │ │ │ │ │ ├── IACustomizeSheet.strings │ │ │ │ │ ├── IASetupWindow.strings │ │ │ │ │ ├── IATargetSelectItem.strings │ │ │ │ │ └── SUTimeRemainingFormatter.strings │ │ │ │ ├── pt_PT.lproj │ │ │ │ │ ├── IACompatibilityCheckerWindowController.strings │ │ │ │ │ ├── IACustomizeSheet.strings │ │ │ │ │ ├── IASetupWindow.strings │ │ │ │ │ ├── IATargetSelectItem.strings │ │ │ │ │ └── SUTimeRemainingFormatter.strings │ │ │ │ ├── ro.lproj │ │ │ │ │ ├── IACompatibilityCheckerWindowController.strings │ │ │ │ │ ├── IACustomizeSheet.strings │ │ │ │ │ ├── IASetupWindow.strings │ │ │ │ │ ├── IATargetSelectItem.strings │ │ │ │ │ └── SUTimeRemainingFormatter.strings │ │ │ │ ├── ru.lproj │ │ │ │ │ ├── IACompatibilityCheckerWindowController.strings │ │ │ │ │ ├── IACustomizeSheet.strings │ │ │ │ │ ├── IASetupWindow.strings │ │ │ │ │ ├── IATargetSelectItem.strings │ │ │ │ │ └── SUTimeRemainingFormatter.strings │ │ │ │ ├── sk.lproj │ │ │ │ │ ├── IACompatibilityCheckerWindowController.strings │ │ │ │ │ ├── IACustomizeSheet.strings │ │ │ │ │ ├── IASetupWindow.strings │ │ │ │ │ ├── IATargetSelectItem.strings │ │ │ │ │ └── SUTimeRemainingFormatter.strings │ │ │ │ ├── sv.lproj │ │ │ │ │ ├── IACompatibilityCheckerWindowController.strings │ │ │ │ │ ├── IACustomizeSheet.strings │ │ │ │ │ ├── IASetupWindow.strings │ │ │ │ │ ├── IATargetSelectItem.strings │ │ │ │ │ └── SUTimeRemainingFormatter.strings │ │ │ │ ├── th.lproj │ │ │ │ │ ├── IACompatibilityCheckerWindowController.strings │ │ │ │ │ ├── IACustomizeSheet.strings │ │ │ │ │ ├── IASetupWindow.strings │ │ │ │ │ ├── IATargetSelectItem.strings │ │ │ │ │ └── SUTimeRemainingFormatter.strings │ │ │ │ ├── tr.lproj │ │ │ │ │ ├── IACompatibilityCheckerWindowController.strings │ │ │ │ │ ├── IACustomizeSheet.strings │ │ │ │ │ ├── IASetupWindow.strings │ │ │ │ │ ├── IATargetSelectItem.strings │ │ │ │ │ └── SUTimeRemainingFormatter.strings │ │ │ │ ├── uk.lproj │ │ │ │ │ ├── IACompatibilityCheckerWindowController.strings │ │ │ │ │ ├── IACustomizeSheet.strings │ │ │ │ │ ├── IASetupWindow.strings │ │ │ │ │ ├── IATargetSelectItem.strings │ │ │ │ │ └── SUTimeRemainingFormatter.strings │ │ │ │ ├── vi.lproj │ │ │ │ │ ├── IACompatibilityCheckerWindowController.strings │ │ │ │ │ ├── IACustomizeSheet.strings │ │ │ │ │ ├── IASetupWindow.strings │ │ │ │ │ ├── IATargetSelectItem.strings │ │ │ │ │ └── SUTimeRemainingFormatter.strings │ │ │ │ ├── zh_CN.lproj │ │ │ │ │ ├── IACompatibilityCheckerWindowController.strings │ │ │ │ │ ├── IACustomizeSheet.strings │ │ │ │ │ ├── IASetupWindow.strings │ │ │ │ │ ├── IATargetSelectItem.strings │ │ │ │ │ └── SUTimeRemainingFormatter.strings │ │ │ │ ├── zh_HK.lproj │ │ │ │ │ ├── IACompatibilityCheckerWindowController.strings │ │ │ │ │ ├── IACustomizeSheet.strings │ │ │ │ │ ├── IASetupWindow.strings │ │ │ │ │ ├── IATargetSelectItem.strings │ │ │ │ │ └── SUTimeRemainingFormatter.strings │ │ │ │ └── zh_TW.lproj │ │ │ │ ├── IACompatibilityCheckerWindowController.strings │ │ │ │ ├── IACustomizeSheet.strings │ │ │ │ ├── IASetupWindow.strings │ │ │ │ ├── IATargetSelectItem.strings │ │ │ │ └── SUTimeRemainingFormatter.strings │ │ │ ├── _CodeSignature │ │ │ │ └── CodeResources │ │ │ └── version.plist │ │ └── IACoreStorage.IABundle │ │ └── Contents │ │ ├── Info.plist │ │ ├── MacOS │ │ │ └── IACoreStorage │ │ ├── _CodeSignature │ │ │ └── CodeResources │ │ └── version.plist │ ├── Resources │ │ ├── Base.lproj │ │ │ └── MainMenu.nib │ │ ├── CompatibilityNotificationData.bundle │ │ │ └── Contents │ │ │ ├── Info.plist │ │ │ ├── Resources │ │ │ │ ├── CompatibilityNotificationData.plist │ │ │ │ ├── ar.lproj │ │ │ │ │ └── Localizable.strings │ │ │ │ ├── ca.lproj │ │ │ │ │ └── Localizable.strings │ │ │ │ ├── cs.lproj │ │ │ │ │ └── Localizable.strings │ │ │ │ ├── da.lproj │ │ │ │ │ └── Localizable.strings │ │ │ │ ├── de.lproj │ │ │ │ │ └── Localizable.strings │ │ │ │ ├── el.lproj │ │ │ │ │ └── Localizable.strings │ │ │ │ ├── en.lproj │ │ │ │ │ └── Localizable.strings │ │ │ │ ├── en_AU.lproj │ │ │ │ │ └── Localizable.strings │ │ │ │ ├── en_GB.lproj │ │ │ │ │ └── Localizable.strings │ │ │ │ ├── es.lproj │ │ │ │ │ └── Localizable.strings │ │ │ │ ├── es_419.lproj │ │ │ │ │ └── Localizable.strings │ │ │ │ ├── fi.lproj │ │ │ │ │ └── Localizable.strings │ │ │ │ ├── fr.lproj │ │ │ │ │ └── Localizable.strings │ │ │ │ ├── fr_CA.lproj │ │ │ │ │ └── Localizable.strings │ │ │ │ ├── he.lproj │ │ │ │ │ └── Localizable.strings │ │ │ │ ├── hi.lproj │ │ │ │ │ └── Localizable.strings │ │ │ │ ├── hr.lproj │ │ │ │ │ └── Localizable.strings │ │ │ │ ├── hu.lproj │ │ │ │ │ └── Localizable.strings │ │ │ │ ├── id.lproj │ │ │ │ │ └── Localizable.strings │ │ │ │ ├── it.lproj │ │ │ │ │ └── Localizable.strings │ │ │ │ ├── ja.lproj │ │ │ │ │ └── Localizable.strings │ │ │ │ ├── ko.lproj │ │ │ │ │ └── Localizable.strings │ │ │ │ ├── ms.lproj │ │ │ │ │ └── Localizable.strings │ │ │ │ ├── nl.lproj │ │ │ │ │ └── Localizable.strings │ │ │ │ ├── no.lproj │ │ │ │ │ └── Localizable.strings │ │ │ │ ├── pl.lproj │ │ │ │ │ └── Localizable.strings │ │ │ │ ├── pt.lproj │ │ │ │ │ └── Localizable.strings │ │ │ │ ├── pt_PT.lproj │ │ │ │ │ └── Localizable.strings │ │ │ │ ├── ro.lproj │ │ │ │ │ └── Localizable.strings │ │ │ │ ├── ru.lproj │ │ │ │ │ └── Localizable.strings │ │ │ │ ├── sk.lproj │ │ │ │ │ └── Localizable.strings │ │ │ │ ├── sv.lproj │ │ │ │ │ └── Localizable.strings │ │ │ │ ├── th.lproj │ │ │ │ │ └── Localizable.strings │ │ │ │ ├── tr.lproj │ │ │ │ │ └── Localizable.strings │ │ │ │ ├── uk.lproj │ │ │ │ │ └── Localizable.strings │ │ │ │ ├── vi.lproj │ │ │ │ │ └── Localizable.strings │ │ │ │ ├── zh_CN.lproj │ │ │ │ │ └── Localizable.strings │ │ │ │ ├── zh_HK.lproj │ │ │ │ │ └── Localizable.strings │ │ │ │ └── zh_TW.lproj │ │ │ │ └── Localizable.strings │ │ │ ├── _CodeSignature │ │ │ │ ├── CodeDirectory │ │ │ │ ├── CodeRequirements │ │ │ │ ├── CodeRequirements-1 │ │ │ │ ├── CodeResources │ │ │ │ └── CodeSignature │ │ │ └── version.plist │ │ ├── DarkProductPageIcon.icns │ │ ├── InstallAssistant.icns │ │ ├── ProductPageIcon.icns │ │ ├── ProductPageIcon_256x256.tiff │ │ ├── ProductPageIcon_512x512.tiff │ │ ├── ar.lproj │ │ │ ├── APFSEraseInstructions.rtf │ │ │ ├── InfoPlist.strings │ │ │ ├── Localizable.strings │ │ │ └── MainMenu.strings │ │ ├── arrowbutton.tiff │ │ ├── arrowbuttonFocus.tiff │ │ ├── arrowbuttonFocusPressed.tiff │ │ ├── arrowbuttonPressed.tiff │ │ ├── ca.lproj │ │ │ ├── APFSEraseInstructions.rtf │ │ │ ├── InfoPlist.strings │ │ │ ├── Localizable.strings │ │ │ └── MainMenu.strings │ │ ├── cancel.tiff │ │ ├── cancelFocus.tiff │ │ ├── cancelFocusPressed.tiff │ │ ├── cancelPressed.tiff │ │ ├── createinstallmedia │ │ ├── cs.lproj │ │ │ ├── APFSEraseInstructions.rtf │ │ │ ├── InfoPlist.strings │ │ │ ├── Localizable.strings │ │ │ └── MainMenu.strings │ │ ├── da.lproj │ │ │ ├── APFSEraseInstructions.rtf │ │ │ ├── InfoPlist.strings │ │ │ ├── Localizable.strings │ │ │ └── MainMenu.strings │ │ ├── de.lproj │ │ │ ├── APFSEraseInstructions.rtf │ │ │ ├── InfoPlist.strings │ │ │ ├── Localizable.strings │ │ │ └── MainMenu.strings │ │ ├── el.lproj │ │ │ ├── APFSEraseInstructions.rtf │ │ │ ├── InfoPlist.strings │ │ │ ├── Localizable.strings │ │ │ └── MainMenu.strings │ │ ├── en.lproj │ │ │ ├── APFSEraseInstructions.rtf │ │ │ ├── InfoPlist.strings │ │ │ └── Localizable.strings │ │ ├── en_AU.lproj │ │ │ ├── APFSEraseInstructions.rtf │ │ │ ├── InfoPlist.strings │ │ │ ├── Localizable.strings │ │ │ └── MainMenu.strings │ │ ├── en_GB.lproj │ │ │ ├── APFSEraseInstructions.rtf │ │ │ ├── InfoPlist.strings │ │ │ ├── Localizable.strings │ │ │ └── MainMenu.strings │ │ ├── es.lproj │ │ │ ├── APFSEraseInstructions.rtf │ │ │ ├── InfoPlist.strings │ │ │ ├── Localizable.strings │ │ │ └── MainMenu.strings │ │ ├── es_419.lproj │ │ │ ├── APFSEraseInstructions.rtf │ │ │ ├── InfoPlist.strings │ │ │ ├── Localizable.strings │ │ │ └── MainMenu.strings │ │ ├── fi.lproj │ │ │ ├── APFSEraseInstructions.rtf │ │ │ ├── InfoPlist.strings │ │ │ ├── Localizable.strings │ │ │ └── MainMenu.strings │ │ ├── fr.lproj │ │ │ ├── APFSEraseInstructions.rtf │ │ │ ├── InfoPlist.strings │ │ │ ├── Localizable.strings │ │ │ └── MainMenu.strings │ │ ├── fr_CA.lproj │ │ │ ├── APFSEraseInstructions.rtf │ │ │ ├── InfoPlist.strings │ │ │ ├── Localizable.strings │ │ │ └── MainMenu.strings │ │ ├── he.lproj │ │ │ ├── APFSEraseInstructions.rtf │ │ │ ├── InfoPlist.strings │ │ │ ├── Localizable.strings │ │ │ └── MainMenu.strings │ │ ├── hi.lproj │ │ │ ├── APFSEraseInstructions.rtf │ │ │ ├── InfoPlist.strings │ │ │ ├── Localizable.strings │ │ │ └── MainMenu.strings │ │ ├── hr.lproj │ │ │ ├── APFSEraseInstructions.rtf │ │ │ ├── InfoPlist.strings │ │ │ ├── Localizable.strings │ │ │ └── MainMenu.strings │ │ ├── hu.lproj │ │ │ ├── APFSEraseInstructions.rtf │ │ │ ├── InfoPlist.strings │ │ │ ├── Localizable.strings │ │ │ └── MainMenu.strings │ │ ├── id.lproj │ │ │ ├── APFSEraseInstructions.rtf │ │ │ ├── InfoPlist.strings │ │ │ ├── Localizable.strings │ │ │ └── MainMenu.strings │ │ ├── it.lproj │ │ │ ├── APFSEraseInstructions.rtf │ │ │ ├── InfoPlist.strings │ │ │ ├── Localizable.strings │ │ │ └── MainMenu.strings │ │ ├── ja.lproj │ │ │ ├── APFSEraseInstructions.rtf │ │ │ ├── InfoPlist.strings │ │ │ ├── Localizable.strings │ │ │ └── MainMenu.strings │ │ ├── ko.lproj │ │ │ ├── APFSEraseInstructions.rtf │ │ │ ├── InfoPlist.strings │ │ │ ├── Localizable.strings │ │ │ └── MainMenu.strings │ │ ├── moreInfo.tiff │ │ ├── moreInfoFocus.tiff │ │ ├── moreInfoFocusPressed.tiff │ │ ├── moreInfoPressed.tiff │ │ ├── ms.lproj │ │ │ ├── APFSEraseInstructions.rtf │ │ │ ├── InfoPlist.strings │ │ │ ├── Localizable.strings │ │ │ └── MainMenu.strings │ │ ├── nl.lproj │ │ │ ├── APFSEraseInstructions.rtf │ │ │ ├── InfoPlist.strings │ │ │ ├── Localizable.strings │ │ │ └── MainMenu.strings │ │ ├── no.lproj │ │ │ ├── APFSEraseInstructions.rtf │ │ │ ├── InfoPlist.strings │ │ │ ├── Localizable.strings │ │ │ └── MainMenu.strings │ │ ├── pl.lproj │ │ │ ├── APFSEraseInstructions.rtf │ │ │ ├── InfoPlist.strings │ │ │ ├── Localizable.strings │ │ │ └── MainMenu.strings │ │ ├── pt.lproj │ │ │ ├── APFSEraseInstructions.rtf │ │ │ ├── InfoPlist.strings │ │ │ ├── Localizable.strings │ │ │ └── MainMenu.strings │ │ ├── pt_PT.lproj │ │ │ ├── APFSEraseInstructions.rtf │ │ │ ├── InfoPlist.strings │ │ │ ├── Localizable.strings │ │ │ └── MainMenu.strings │ │ ├── restart.tiff │ │ ├── restartFocus.tiff │ │ ├── restartFocusPressed.tiff │ │ ├── restartPressed.tiff │ │ ├── ro.lproj │ │ │ ├── APFSEraseInstructions.rtf │ │ │ ├── InfoPlist.strings │ │ │ ├── Localizable.strings │ │ │ └── MainMenu.strings │ │ ├── ru.lproj │ │ │ ├── APFSEraseInstructions.rtf │ │ │ ├── InfoPlist.strings │ │ │ ├── Localizable.strings │ │ │ └── MainMenu.strings │ │ ├── sk.lproj │ │ │ ├── APFSEraseInstructions.rtf │ │ │ ├── InfoPlist.strings │ │ │ ├── Localizable.strings │ │ │ └── MainMenu.strings │ │ ├── startosinstall │ │ ├── sv.lproj │ │ │ ├── APFSEraseInstructions.rtf │ │ │ ├── InfoPlist.strings │ │ │ ├── Localizable.strings │ │ │ └── MainMenu.strings │ │ ├── th.lproj │ │ │ ├── APFSEraseInstructions.rtf │ │ │ ├── InfoPlist.strings │ │ │ ├── Localizable.strings │ │ │ └── MainMenu.strings │ │ ├── tr.lproj │ │ │ ├── APFSEraseInstructions.rtf │ │ │ ├── InfoPlist.strings │ │ │ ├── Localizable.strings │ │ │ └── MainMenu.strings │ │ ├── uk.lproj │ │ │ ├── APFSEraseInstructions.rtf │ │ │ ├── InfoPlist.strings │ │ │ ├── Localizable.strings │ │ │ └── MainMenu.strings │ │ ├── vi.lproj │ │ │ ├── APFSEraseInstructions.rtf │ │ │ ├── InfoPlist.strings │ │ │ ├── Localizable.strings │ │ │ └── MainMenu.strings │ │ ├── zh_CN.lproj │ │ │ ├── APFSEraseInstructions.rtf │ │ │ ├── InfoPlist.strings │ │ │ ├── Localizable.strings │ │ │ └── MainMenu.strings │ │ ├── zh_HK.lproj │ │ │ ├── APFSEraseInstructions.rtf │ │ │ ├── InfoPlist.strings │ │ │ ├── Localizable.strings │ │ │ └── MainMenu.strings │ │ └── zh_TW.lproj │ │ ├── APFSEraseInstructions.rtf │ │ ├── InfoPlist.strings │ │ ├── Localizable.strings │ │ └── MainMenu.strings │ ├── SharedSupport │ │ ├── AppleDiagnostics.chunklist │ │ ├── AppleDiagnostics.dmg │ │ ├── BaseSystem.chunklist │ │ ├── BaseSystem.dmg │ │ ├── InstallESD.dmg │ │ └── InstallInfo.plist │ ├── _CodeSignature │ │ └── CodeResources │ └── version.plist ├── Library │ └── Preferences │ └── SystemConfiguration │ └── com.apple.Boot.plist ├── System │ └── Library │ ├── CoreServices │ │ ├── BridgeVersion.bin │ │ ├── PlatformSupport.plist │ │ ├── SystemVersion.plist │ │ ├── boot.efi │ │ ├── boot.efi.j132ap.im4m │ │ ├── boot.efi.j137ap.im4m │ │ ├── boot.efi.j140aap.im4m │ │ ├── boot.efi.j140kap.im4m │ │ ├── boot.efi.j152fap.im4m │ │ ├── boot.efi.j160ap.im4m │ │ ├── boot.efi.j174ap.im4m │ │ ├── boot.efi.j213ap.im4m │ │ ├── boot.efi.j214ap.im4m │ │ ├── boot.efi.j214kap.im4m │ │ ├── boot.efi.j223ap.im4m │ │ ├── boot.efi.j230ap.im4m │ │ ├── boot.efi.j230kap.im4m │ │ ├── boot.efi.j680ap.im4m │ │ ├── boot.efi.j780ap.im4m │ │ ├── boot.efi.x589amludev.im4m │ │ ├── boot.efi.x589iclydev.im4m │ │ ├── bootbase.efi.j132ap.im4m │ │ ├── bootbase.efi.j137ap.im4m │ │ ├── bootbase.efi.j140aap.im4m │ │ ├── bootbase.efi.j140kap.im4m │ │ ├── bootbase.efi.j152fap.im4m │ │ ├── bootbase.efi.j160ap.im4m │ │ ├── bootbase.efi.j174ap.im4m │ │ ├── bootbase.efi.j213ap.im4m │ │ ├── bootbase.efi.j214ap.im4m │ │ ├── bootbase.efi.j214kap.im4m │ │ ├── bootbase.efi.j223ap.im4m │ │ ├── bootbase.efi.j230ap.im4m │ │ ├── bootbase.efi.j230kap.im4m │ │ ├── bootbase.efi.j680ap.im4m │ │ ├── bootbase.efi.j780ap.im4m │ │ ├── bootbase.efi.x589amludev.im4m │ │ └── bootbase.efi.x589iclydev.im4m │ └── PrelinkedKernels │ ├── immutablekernel │ ├── immutablekernel.j132ap.im4m │ ├── immutablekernel.j137ap.im4m │ ├── immutablekernel.j140aap.im4m │ ├── immutablekernel.j140kap.im4m │ ├── immutablekernel.j152fap.im4m │ ├── immutablekernel.j160ap.im4m │ ├── immutablekernel.j174ap.im4m │ ├── immutablekernel.j213ap.im4m │ ├── immutablekernel.j214ap.im4m │ ├── immutablekernel.j214kap.im4m │ ├── immutablekernel.j223ap.im4m │ ├── immutablekernel.j230ap.im4m │ ├── immutablekernel.j230kap.im4m │ ├── immutablekernel.j680ap.im4m │ ├── immutablekernel.j780ap.im4m │ ├── immutablekernel.x589amludev.im4m │ ├── immutablekernel.x589iclydev.im4m │ └── prelinkedkernel └── usr └── standalone └── i386 └── SecureBoot.bundle └── Contents ├── Info.plist ├── Resources │ └── BuildManifest.plist ├── _CodeSignature │ ├── CodeDirectory │ ├── CodeRequirements │ ├── CodeResources │ └── CodeSignature └── version.plist 295 directories, 761 files |
'Apple' 카테고리의 다른 글
맥북 초기화 하기 (0) | 2022.12.27 |
---|---|
맥북에어 외부 모니터 사용하기 + 화면끄기 (2) | 2022.08.27 |
macos iso (0) | 2022.06.20 |
맥 화면 90도 돌리기 (0) | 2022.06.18 |
맥 초기화, 설치 usb? (0) | 2022.06.18 |