Skip to content

[API breaking] Support localizedCancelTitle (iOS) and allowedAuthenticatorsOn{Enable,Authenticate} (Android)#90

Merged
tung2744 merged 7 commits intoauthgear:mainfrom
louischan-oursky:dev-3176-dev-3177
Nov 18, 2025
Merged

[API breaking] Support localizedCancelTitle (iOS) and allowedAuthenticatorsOn{Enable,Authenticate} (Android)#90
tung2744 merged 7 commits intoauthgear:mainfrom
louischan-oursky:dev-3176-dev-3177

Conversation

@louischan-oursky
Copy link
Contributor

ref DEV-3176
ref DEV-3177

DEVELOPMENT_TEAM = E2F6KNYMR6;
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = M7HB6C3N6X;
ENABLE_BITCODE = NO;
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = i386;
Copy link
Contributor

Choose a reason for hiding this comment

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

Why do we need to build explicitly for arm? I think it will build for arm if you select a arm simulator?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

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.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I tested again, and it seems that it can build even I drop this commit. Let me drop it then.

@tung2744 tung2744 merged commit 0e6d7e0 into authgear:main Nov 18, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants