Skip to content

Commit 386385a

Browse files
author
Ahmed Hamouda
committed
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 truth
1 parent 39eb293 commit 386385a

File tree

7 files changed

+40
-66
lines changed

7 files changed

+40
-66
lines changed

packages/auth/amplify_auth_cognito/darwin/Classes/pigeons/WebAuthnBridge.g.swift

Lines changed: 2 additions & 52 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/auth/amplify_auth_cognito/darwin/Classes/pigeons/messages.g.swift

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/auth/amplify_auth_cognito/example/macos/Podfile

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/auth/amplify_auth_cognito/example/macos/Runner.xcodeproj/project.pbxproj

Lines changed: 22 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/auth/amplify_auth_cognito/example/macos/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/auth/amplify_auth_cognito/example/macos/Runner/AppDelegate.swift

Lines changed: 5 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/auth/amplify_auth_cognito/example/macos/Runner/DebugProfile.entitlements

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

Comments
 (0)