Skip to content

Commit fa5845f

Browse files
authored
Added ITSAppUsesNonExemptEncryption=false to Info.plist. (#119)
1 parent 6d8b5b6 commit fa5845f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Authenticator/Info.plist

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
44
<dict>
5+
<key>ITSAppUsesNonExemptEncryption</key>
6+
<false/>
57
<key>CFBundleDevelopmentRegion</key>
68
<string>$(DEVELOPMENT_LANGUAGE)</string>
79
<key>CFBundleExecutable</key>
@@ -26,7 +28,7 @@
2628
<key>CFBundleURLSchemes</key>
2729
<array>
2830
<string>yubicoauthenticator</string>
29-
<string>otpauth</string>
31+
<string>otpauth</string>
3032
</array>
3133
</dict>
3234
</array>

0 commit comments

Comments
 (0)