dropbox / dropbox-sdk-obj-c

Official Objective-C SDK for the Dropbox API v2.
MIT License
183 stars 117 forks source link

Fix disable_signup parameter conditional #340

Closed julianlocke closed 2 years ago

julianlocke commented 2 years ago

TARGET_OS_OSX is defined even in situations in which it's not the target OS. We want #if TARGET_OS_OSX for this check.