Skip to content

Commit

Permalink
Rename OSX macro
Browse files Browse the repository at this point in the history
  • Loading branch information
polac24 committed Nov 5, 2018
1 parent 99eba72 commit 4ef43c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion InjectionTDD/Classes/TDDTestKeeper.m
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ +(void)initialize{
NSString *platformString = @"tvOSInjection{version}.bundle";
#elif TARGET_OS_IOS
NSString *platformString = @"iOSInjection{version}.bundle";
#elif TARGET_OS_MACOS
#elif TARGET_OS_OSX
NSString *platformString = @"macOSInjection{version}.bundle";
#endif

Expand Down

0 comments on commit 4ef43c8

Please sign in to comment.