[API breaking] Support localizedCancelTitle (iOS) and allowedAuthenticatorsOn{Enable,Authenticate} (Android)#90
Merged
tung2744 merged 7 commits intoauthgear:mainfrom Nov 18, 2025
Conversation
f6f0afb to
5f523fd
Compare
tung2744
reviewed
Nov 17, 2025
| DEVELOPMENT_TEAM = E2F6KNYMR6; | ||
| "DEVELOPMENT_TEAM[sdk=iphoneos*]" = M7HB6C3N6X; | ||
| ENABLE_BITCODE = NO; | ||
| "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = i386; |
Contributor
There was a problem hiding this comment.
Why do we need to build explicitly for arm? I think it will build for arm if you select a arm simulator?
Contributor
Author
There was a problem hiding this comment.
https://github.com/authgear/authgear-sdk-flutter/blob/main/ios/flutter_authgear.podspec#L15
Actually it is needed, according to the generated podspec. I have no idea why it worked previously.
I try re-generate a new library with flutter create --org com.example --template=plugin --platforms=android,ios -a kotlin hello, the generated podspec still contain this line.
Contributor
Author
There was a problem hiding this comment.
I tested again, and it seems that it can build even I drop this commit. Let me drop it then.
dart format has significant changes in Dart 3.8
5f523fd to
d15a34b
Compare
tung2744
approved these changes
Nov 18, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
ref DEV-3176
ref DEV-3177