Skip to content

Conversation

@stuartmorgan-g
Copy link
Collaborator

Replaces the Obj-C example app with Swift. Rather than attempt to modify the example in place, I started clean from the Swift template:

  • deleted the ios/ directory.
  • ran flutter create --platforms=ios . using current stable (3.41.0).

Pre-Review Checklist

Footnotes

  1. Regular contributors who have demonstrated familiarity with the repository guidelines only need to comment if the PR is not auto-exempted by repo tooling. 2 3

@stuartmorgan-g stuartmorgan-g added override: no versioning needed Override the check requiring version bumps for most changes override: no changelog needed Override the check requiring CHANGELOG updates for most changes labels Feb 11, 2026
@stuartmorgan-g
Copy link
Collaborator Author

Changelog/version override: Native example app template details are not relevant to clients.

Copy link

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request converts the iOS example app for local_auth_darwin from Objective-C to Swift by regenerating the project from the latest Flutter stable template, updating project files and configurations. However, a critical vulnerability was introduced: the NSFaceIDUsageDescription key is missing from the Info.plist file. This absence will cause the app to crash when attempting biometric authentication with Face ID, making the example app non-functional on supported iOS hardware. Restoring this key is essential for the app to function correctly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

override: no changelog needed Override the check requiring CHANGELOG updates for most changes override: no versioning needed Override the check requiring version bumps for most changes p: local_auth platform-ios platform-macos

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant