We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://github.com/orta/energy/blob/314b0d741e8f9b5754284f4ed52f24fb7cfb89bd/ArtsyFolio%20Tests/View%20Controllers/ARLoginViewControllerTests.m#L4-L13
/// Without this, the tests are dependant on if Eigen is installed @interface FakeApplication : NSObject @end @implementation FakeApplication - (void)setStatusBarHidden:(BOOL)hidden withAnimation:(UIStatusBarAnimation)animation {} - (BOOL)openURL:(NSURL *)url { return NO; } - (BOOL)canOpenURL:(NSURL *)url { return NO; } @end
This one is really simple, but a better version can be built. This is used ATM for checking if app x exists, but can be built do do more.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
https://github.com/orta/energy/blob/314b0d741e8f9b5754284f4ed52f24fb7cfb89bd/ArtsyFolio%20Tests/View%20Controllers/ARLoginViewControllerTests.m#L4-L13
This one is really simple, but a better version can be built. This is used ATM for checking if app x exists, but can be built do do more.
The text was updated successfully, but these errors were encountered: