Support Chrome and app login

This commit is contained in:
Yishi Lin 2017-06-23 22:39:07 +08:00
commit 5710f496fc
6 changed files with 144 additions and 31 deletions

View file

@ -18,6 +18,15 @@
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.2.8</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleURLSchemes</key>
<array>
<string>org-appextension-feature-password-management</string>
</array>
</dict>
</array>
<key>CFBundleVersion</key>
<string>1</string>
<key>ITSAppUsesNonExemptEncryption</key>