damus

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

Info.plist (2062B)


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