Skip to content

Commit

Permalink
Merge branch 'jens/fido-reset-and-pin'
Browse files Browse the repository at this point in the history
  • Loading branch information
jensutbult committed Oct 24, 2024
2 parents bcde69b + 94efd74 commit ee23a6a
Show file tree
Hide file tree
Showing 60 changed files with 5,940 additions and 2,275 deletions.
155 changes: 96 additions & 59 deletions Authenticator.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
"color-space" : "srgb",
"components" : {
"alpha" : "1.000",
"blue" : "0.180",
"green" : "0.173",
"red" : "0.173"
"blue" : "46",
"green" : "44",
"red" : "44"
}
},
"idiom" : "universal"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
"color-space" : "srgb",
"components" : {
"alpha" : "1.000",
"blue" : "0.118",
"green" : "0.110",
"red" : "0.110"
"blue" : "30",
"green" : "28",
"red" : "28"
}
},
"idiom" : "universal"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"colors" : [
{
"color" : {
"color-space" : "srgb",
"components" : {
"alpha" : "1.000",
"blue" : "0.961",
"green" : "0.945",
"red" : "0.949"
}
},
"idiom" : "universal"
},
{
"appearances" : [
{
"appearance" : "luminosity",
"value" : "dark"
}
],
"color" : {
"color-space" : "srgb",
"components" : {
"alpha" : "1.000",
"blue" : "0",
"green" : "0",
"red" : "0"
}
},
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
"color-space" : "display-p3",
"components" : {
"alpha" : "1.000",
"blue" : "0.161",
"green" : "0.153",
"red" : "0.157"
"blue" : "41",
"green" : "39",
"red" : "40"
}
},
"idiom" : "universal"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "ykbioa.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "ykbioc.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 1 addition & 3 deletions Authenticator/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
<string>$(PRODUCT_NAME)</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>CFBundleShortVersionString</key>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleURLTypes</key>
Expand All @@ -39,7 +37,7 @@
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NFCReaderUsageDescription</key>
<string>The application needs access to NFC reading to communicate with your Yubikey.</string>
<string>The application needs access to NFC reading to communicate with your YubiKey.</string>
<key>NSCameraUsageDescription</key>
<string>The application needs access to Camera to scan QR codes.</string>
<key>NSFaceIDUsageDescription</key>
Expand Down
8 changes: 4 additions & 4 deletions Authenticator/InfoPlist.xcstrings
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"ja" : {
"stringUnit" : {
"state" : "translated",
"value" : "Authenticator"
"value" : "認証"
}
}
}
Expand All @@ -32,19 +32,19 @@
"en" : {
"stringUnit" : {
"state" : "new",
"value" : "The application needs access to NFC reading to communicate with your Yubikey."
"value" : "The application needs access to NFC reading to communicate with your YubiKey."
}
},
"fr" : {
"stringUnit" : {
"state" : "translated",
"value" : "L'appli doit accéder à la lecture NFC pour communiquer avec votre Yubikey."
"value" : "L'application doit avoir accès à la lecture NFC pour communiquer avec votre YubiKey."
}
},
"ja" : {
"stringUnit" : {
"state" : "translated",
"value" : "Yubikeyと通信するには、アプリケーションがNFC読み取りにアクセスできる必要があります."
"value" : "アプリケーションはYubiKeyと通信するためにNFC読み取りへのアクセスが必要です。"
}
}
}
Expand Down
Loading

0 comments on commit ee23a6a

Please sign in to comment.