19 lines
		
	
	
		
			581 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			581 B
		
	
	
	
		
			XML
		
	
	
	
	
	
<?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.developer.aps-environment</key>
 | 
						|
	<string>development</string>
 | 
						|
	<key>com.apple.security.app-sandbox</key>
 | 
						|
	<true/>
 | 
						|
	<key>com.apple.security.application-groups</key>
 | 
						|
	<array>
 | 
						|
		<string>HL3Q45LX9N.com.lyndir.lhunath.MasterPassword.Mac</string>
 | 
						|
	</array>
 | 
						|
	<key>com.apple.security.files.user-selected.read-write</key>
 | 
						|
	<true/>
 | 
						|
	<key>com.apple.security.network.client</key>
 | 
						|
	<true/>
 | 
						|
</dict>
 | 
						|
</plist>
 |