Webarchive (Safari)
From Just Solve the File Format Problem
				
								
				(Difference between revisions)
				
																
				
				
								
				Dan Tobias  (Talk | contribs)  | 
			|||
| Line 5: | Line 5: | ||
}}  | }}  | ||
'''Webarchive''' is a format used by the Safari browser from Apple to store multiple files saved from a website into one file. It uses a format based on [[Property List/Binary]].  | '''Webarchive''' is a format used by the Safari browser from Apple to store multiple files saved from a website into one file. It uses a format based on [[Property List/Binary]].  | ||
| + | |||
| + | The tool "plutil" on a Mac can be used to convert back and forth between binary plist and XML, "plutil -convert xml1 ExampleBinary.plist"  | ||
== Links ==  | == Links ==  | ||
Revision as of 15:48, 25 November 2019
Webarchive is a format used by the Safari browser from Apple to store multiple files saved from a website into one file. It uses a format based on Property List/Binary.
The tool "plutil" on a Mac can be used to convert back and forth between binary plist and XML, "plutil -convert xml1 ExampleBinary.plist"