We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d8b5b6 commit fa5845fCopy full SHA for fa5845f
Authenticator/Info.plist
@@ -2,6 +2,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>ITSAppUsesNonExemptEncryption</key>
6
+ <false/>
7
<key>CFBundleDevelopmentRegion</key>
8
<string>$(DEVELOPMENT_LANGUAGE)</string>
9
<key>CFBundleExecutable</key>
@@ -26,7 +28,7 @@
26
28
<key>CFBundleURLSchemes</key>
27
29
<array>
30
<string>yubicoauthenticator</string>
- <string>otpauth</string>
31
+ <string>otpauth</string>
32
</array>
33
</dict>
34
0 commit comments