Choi Hyesun
Choi Hyesun
### Checklist before submitting a feature request - [X] I've updated to the latest released version of the SDK - [X] I've searched for existing [Github issues](https://github.com/facebook/facebook-ios-sdk/issues) - [X] I've...
**Is your feature request related to a problem you're having? Please describe.** Apple required App Privacy manifests until 2025. So GoogleSignIn-iOS SDK that contains an app privacy manifest must be...
### What happened? ```bash if [[ "$(uname -m)" == arm64 ]]; then export PATH="/opt/homebrew/bin:$PATH" fi if which swiftlint > /dev/null; then swiftlint --config $SRCROOT/../../scripts/.swiftlint.yml --quiet else echo "warning: SwiftLint not...