damus

nostr ios client
git clone git://jb55.com/damus
Log | Files | Refs | README | LICENSE

Info.plist (2259B)


      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>NSUserActivityTypes</key>
      6 	<array>
      7 		<string>INSendMessageIntent</string>
      8 	</array>
      9 	<key>CFBundleURLTypes</key>
     10 	<array>
     11 		<dict>
     12 			<key>CFBundleTypeRole</key>
     13 			<string>Viewer</string>
     14 			<key>CFBundleURLName</key>
     15 			<string>io.damus.nostr</string>
     16 			<key>CFBundleURLSchemes</key>
     17 			<array>
     18 				<string>nostr</string>
     19 			</array>
     20 		</dict>
     21 		<dict>
     22 			<key>CFBundleTypeRole</key>
     23 			<string>Viewer</string>
     24 			<key>CFBundleURLName</key>
     25 			<string>io.damus</string>
     26 			<key>CFBundleURLSchemes</key>
     27 			<array>
     28 				<string>damus</string>
     29 			</array>
     30 		</dict>
     31 		<dict>
     32 			<key>CFBundleTypeRole</key>
     33 			<string>Viewer</string>
     34 			<key>CFBundleURLName</key>
     35 			<string>io.damus.nwc</string>
     36 			<key>CFBundleURLSchemes</key>
     37 			<array>
     38 				<string>nostrwalletconnect</string>
     39 			</array>
     40 		</dict>
     41 		<dict>
     42 			<key>CFBundleTypeRole</key>
     43 			<string>Viewer</string>
     44 			<key>CFBundleURLName</key>
     45 			<string>io.damus.nwcp</string>
     46 			<key>CFBundleURLSchemes</key>
     47 			<array>
     48 				<string>nostr+walletconnect</string>
     49 			</array>
     50 		</dict>
     51 	</array>
     52 	<key>LSApplicationQueriesSchemes</key>
     53 	<array>
     54 		<string>river</string>
     55 		<string>alby</string>
     56 		<string>albygo</string>
     57 		<string>bitcoinbeach</string>
     58 		<string>breez</string>
     59 		<string>muun</string>
     60 		<string>zeusln</string>
     61 		<string>zebedee</string>
     62 		<string>lightning</string>
     63 		<string>phoenix</string>
     64 		<string>lnlink</string>
     65 		<string>strike</string>
     66 		<string>bluewallet</string>
     67 		<string>walletofsatoshi</string>
     68 		<string>blixtwallet</string>
     69 	</array>
     70 	<key>NSAppTransportSecurity</key>
     71 	<dict>
     72 		<key>NSAllowsArbitraryLoads</key>
     73 		<true/>
     74 	</dict>
     75 	<key>NSCameraUsageDescription</key>
     76 	<string>Damus needs access to your camera in order to upload photos and scan QR codes.</string>
     77 	<key>NSAppleMusicUsageDescription</key>
     78 	<string>Damus needs access to your media library for playback statuses</string>
     79 	<key>NSMicrophoneUsageDescription</key>
     80 	<string>Damus needs access to your microphone to allow you to create video recordings that you can choose to post publicly on the network</string>
     81 </dict>
     82 </plist>