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

feat: support iOS 13 auth-policy constants #34

Merged
merged 5 commits into from Dec 11, 2019

Conversation

hansemannn
Copy link
Contributor

@hansemannn hansemannn changed the title feat: support iOS 13 policy constants feat: support iOS 13 auth-policy constants Jul 20, 2019
@sgtcoolguy
Copy link
Contributor

It'd be good to add unit tests for the new constants...

@hansemannn
Copy link
Contributor Author

@sgtcoolguy Added

@build
Copy link

build commented Sep 27, 2019

Messages
📖

💾 Here are the artifacts produced:

📖

✅ All tests are passing
Nice one! All 99 tests are passing.

📖 🎉 - congrats on your new release

Generated by 🚫 dangerJS against e425b1c

@@ -274,5 +274,9 @@ - (NSDictionary *)deviceCanAuthenticate:(id)unused

MAKE_SYSTEM_PROP(AUTHENTICATION_POLICY_BIOMETRICS, LAPolicyDeviceOwnerAuthenticationWithBiometrics);
MAKE_SYSTEM_PROP(AUTHENTICATION_POLICY_PASSCODE, LAPolicyDeviceOwnerAuthentication);
#ifdef __IPHONE_13_0
Copy link
Contributor

Choose a reason for hiding this comment

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

Shouldn't it be like #if __IPHONE_OS_VERSION_MAX_ALLOWED >= 130000

Copy link
Contributor

@vijaysingh-axway vijaysingh-axway left a comment

Choose a reason for hiding this comment

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

CR passed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants