Răsfoiți Sursa

add mailto url scheme to info.plist

cyberta 4 ani în urmă
părinte
comite
6d5ab5f5d9
1 a modificat fișierele cu 10 adăugiri și 0 ștergeri
  1. 10 0
      deltachat-ios/Info.plist

+ 10 - 0
deltachat-ios/Info.plist

@@ -31,6 +31,16 @@
 				<string>openpgp4fpr</string>
 			</array>
 		</dict>
+		<dict>
+			<key>CFBundleTypeRole</key>
+			<string>Editor</string>
+			<key>CFBundleURLName</key>
+			<string>chat.delta.mailto</string>
+			<key>CFBundleURLSchemes</key>
+			<array>
+				<string>mailto</string>
+			</array>
+		</dict>
 	</array>
 	<key>CFBundleVersion</key>
 	<string>$(CURRENT_PROJECT_VERSION)</string>