Commit 386385a
Ahmed Hamouda
fix(auth): consolidate pigeon helper functions and update macOS deployment target
- Move PigeonError, wrapResult, wrapError, isNullish, and nilOrValue from WebAuthnBridge.g.swift to messages.g.swift to eliminate duplication
- Change helper function visibility from private to internal in messages.g.swift for cross-file access
- Update macOS deployment target from 10.15 to 13.5 across all build configurations
- Add development team identifier and code signing identity to Runner project
- Set product bundle identifier for example app
- Update Xcode project settings (LastUpgradeCheck, KnownAssetTags)
- Add inputPaths and outputPaths to Embed Pods Frameworks build phase
- Consolidates pigeon code generation utilities into a single source of truth1 parent 39eb293 commit 386385a
File tree
7 files changed
+40
-66
lines changed- packages/auth/amplify_auth_cognito
- darwin/Classes/pigeons
- example/macos
- Runner.xcodeproj
- Runner
7 files changed
+40
-66
lines changedLines changed: 2 additions & 52 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 22 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 5 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments