Skip to content

Commit 5a55e90

Browse files
author
Damien Rambout
committed
Rename NX_APP_EXTENSION guard macro into NX_APP_EXTENSIONS
1 parent 6e39657 commit 5a55e90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/OAuth2Client/NXOAuth2AccountStore.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ - (NSString *)accountTypeOfPendingOAuthClient:(NXOAuth2Client *)oauthClient;
466466

467467
- (void)oauthClientNeedsAuthentication:(NXOAuth2Client *)client;
468468
{
469-
#if !defined(NX_APP_EXTENSION)
469+
#if !defined(NX_APP_EXTENSIONS)
470470
NSString *accountType = [self accountTypeOfPendingOAuthClient:client];
471471

472472
NSDictionary *configuration;

0 commit comments

Comments
 (0)