Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add AppInfoHarvester for collecting app-specific signals #10

Merged
merged 2 commits into from Nov 24, 2022

Conversation

mgutski
Copy link
Collaborator

@mgutski mgutski commented Nov 22, 2022

The initial AppInfoHarvester implementation includes a single userInterfaceStyle property for retrieving the interface style for the app.

The Light/Dark mode toggling was introduced in iOS 13, hence on iOS 12 the userInterfaceStyle property always returns light value.

@mgutski mgutski added the enhancement New feature or request label Nov 22, 2022
@mgutski mgutski self-assigned this Nov 22, 2022
@mgutski mgutski force-pushed the feature/user-interface-style-signal branch from 794ada0 to 6cf71ab Compare November 23, 2022 13:45
Copy link
Contributor

@petrpalata petrpalata left a comment

Choose a reason for hiding this comment

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

Missing some docs, otherwise looks good.

The initial `AppInfoHarvester` implementation includes a single
`userInterfaceStyle` property for retrieving the interface style for
the app.

The Light/Dark mode toggling was introduced in iOS 13, hence
on iOS 12 the `userInterfaceStyle` property always returns `light`
value.
@mgutski mgutski force-pushed the feature/user-interface-style-signal branch from ea9294e to ce726e6 Compare November 24, 2022 08:58
@mgutski mgutski merged commit 84e5d22 into main Nov 24, 2022
@mgutski mgutski deleted the feature/user-interface-style-signal branch November 24, 2022 12:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants