lnlink

iOS app for connecting to lightning nodes
git clone git://jb55.com/lnlink
Log | Files | Refs | Submodules | README | LICENSE

Info.plist (753B)


      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>CFBundleURLTypes</key>
      6 	<array>
      7 		<dict>
      8 			<key>CFBundleTypeRole</key>
      9 			<string>Viewer</string>
     10 			<key>CFBundleURLIconFile</key>
     11 			<string> q</string>
     12 			<key>CFBundleURLName</key>
     13 			<string>com.jb55.lightning</string>
     14 			<key>CFBundleURLSchemes</key>
     15 			<array>
     16 				<string>lightning</string>
     17 			</array>
     18 		</dict>
     19 		<dict>
     20 			<key>CFBundleTypeRole</key>
     21 			<string>Viewer</string>
     22 			<key>CFBundleURLName</key>
     23 			<string>com.jb55.lnlink</string>
     24 			<key>CFBundleURLSchemes</key>
     25 			<array>
     26 				<string>lnlink</string>
     27 			</array>
     28 		</dict>
     29 	</array>
     30 </dict>
     31 </plist>