taler-ios

iOS apps for GNU Taler (wallet)
Log | Files | Refs | README | LICENSE

GNU_Taler.entitlements (685B)


      1 <?xml version="1.0" encoding="UTF-8"?>
      2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
      3 <plist version="1.0">
      4 <dict>
      5 	<key>com.apple.developer.default-data-protection</key>
      6 	<string>NSFileProtectionComplete</string>
      7 	<key>com.apple.developer.nfc.hce</key>
      8 	<true/>
      9 	<key>com.apple.developer.nfc.hce.iso7816.select-identifier-prefixes</key>
     10 	<array>
     11 		<string>D2760000850101</string>
     12 	</array>
     13 	<key>com.apple.developer.nfc.readersession.formats</key>
     14 	<array>
     15 		<string>TAG</string>
     16 	</array>
     17 	<key>com.apple.security.application-groups</key>
     18 	<array>
     19 		<string>group.com.taler-systems.appgroup</string>
     20 	</array>
     21 </dict>
     22 </plist>