StoryboardTable_LocalAuthentication: Added NSFaceIDUsageDescription, updated Bundle Identifier

This commit is contained in:
Brad Umbaugh 2018-06-12 17:43:18 -06:00
Родитель 600832b4a3
Коммит 568e00e710
1 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -5,7 +5,7 @@
<key>CFBundleDisplayName</key>
<string>Storyboard Table</string>
<key>CFBundleIdentifier</key>
<string>com.your-company.StoryboardTable</string>
<string>com.xamarin.StoryboardTable</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleVersion</key>
@ -41,5 +41,7 @@
</array>
<key>CFBundleName</key>
<string>Storyboard Table</string>
<key>NSFaceIDUsageDescription</key>
<string>To authenticate before adding a chore</string>
</dict>
</plist>