29 lines
		
	
	
		
			843 B
		
	
	
	
		
			Plaintext
		
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			843 B
		
	
	
	
		
			Plaintext
		
	
	
	
<?xml version="1.0" encoding="UTF-8"?>
 | 
						|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
 | 
						|
<plist version="1.0">
 | 
						|
<dict>
 | 
						|
    <key>com.apple.springboard.debugapplications</key>
 | 
						|
    <true/>
 | 
						|
    <key>com.apple.backboardd.launchapplications</key>
 | 
						|
    <true/>
 | 
						|
    <key>com.apple.backboardd.debugapplications</key>
 | 
						|
    <true/>
 | 
						|
    <key>com.apple.frontboard.launchapplications</key>
 | 
						|
    <true/>
 | 
						|
    <key>com.apple.frontboard.debugapplications</key>
 | 
						|
    <true/>
 | 
						|
    <key>run-unsigned-code</key>
 | 
						|
    <true/>
 | 
						|
    <key>seatbelt-profiles</key>
 | 
						|
    <array>
 | 
						|
        <string>debugserver</string>
 | 
						|
    </array>
 | 
						|
    <key>com.apple.diagnosticd.diagnostic</key>
 | 
						|
    <true/>
 | 
						|
    <key>com.apple.security.network.server</key>
 | 
						|
    <true/>
 | 
						|
    <key>com.apple.security.network.client</key>
 | 
						|
    <true/>
 | 
						|
</dict>
 | 
						|
</plist>
 |