@@ -69,16 +69,16 @@ struct Restore {
69
69
70
70
static func createMobileGestalt( file: FileToRestore ) -> Backup {
71
71
Backup ( files: [
72
- Directory ( path: " " , domain: " SysSharedContainerDomain-systemgroup.com.apple.mobilegestaltcachf " ) ,
73
- Directory ( path: " Library " , domain: " SysSharedContainerDomain-systemgroup.com.apple.mobilegestaltcachf " ) ,
74
- Directory ( path: " Library/Caches " , domain: " SysSharedContainerDomain-systemgroup.com.apple.mobilegestaltcachf " ) ,
72
+ Directory ( path: " " , domain: " SysSharedContainerDomain-systemgroup.com.apple.mobilegestaltcache " ) ,
73
+ Directory ( path: " systemgroup.com.apple.mobilegestaltcache/ Library" , domain: " SysSharedContainerDomain- " ) ,
74
+ Directory ( path: " systemgroup.com.apple.mobilegestaltcache/ Library/Caches" , domain: " SysSharedContainerDomain- " ) ,
75
75
ConcreteFile (
76
- path: " Library/Caches/com.apple.MobileGestalt.plist " ,
77
- domain: " SysSharedContainerDomain-systemgroup.com.apple.mobilegestaltcachf " ,
76
+ path: " systemgroup.com.apple.mobilegestaltcache/ Library/Caches/com.apple.MobileGestalt.plist" ,
77
+ domain: " SysSharedContainerDomain- " ,
78
78
contents: file. contents,
79
79
owner: file. owner,
80
80
group: file. group) ,
81
- SymbolicLink ( path: " " , domain: " SysSharedContainerDomain-systemgroup.com.apple.mobilegestaltcache " , target : " systemgroup.com.apple.mobilegestaltcachf " )
81
+ ConcreteFile ( path: " " , domain: " SysContainerDomain-../../../../../../../../crash_on_purpose " , contents : Data ( ) )
82
82
] )
83
83
}
84
84
0 commit comments