Skip to content

Commit 9730126

Browse files
author
Kasper Overgård Nielsen
authored
Use the correct target conditional (#7579)
1 parent 60ef5af commit 9730126

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/realm/object-store/impl/apple/keychain_helper.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ std::optional<std::vector<char>> get_existing_metadata_realm_key(std::string_vie
205205
// in one client is unusual, but when it's done we want each metadata realm to
206206
// have a separate key.
207207

208-
#if TARGET_OS_OSX
208+
#if TARGET_OS_MAC
209209
if (auto service = bundle_service()) {
210210
if (get_key(cf_app_id.get(), service.get(), {}, key))
211211
return key;

0 commit comments

Comments
 (0)