We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cb5c64 commit 8e1aeebCopy full SHA for 8e1aeeb
src/runtime/filesystem/resource.cc
@@ -133,7 +133,7 @@ namespace ssc::runtime::filesystem {
133
}
134
#elif SOCKET_RUNTIME_PLATFORM_APPLE
135
static auto fileManager = [[NSFileManager alloc] init];
136
- bool isDirectory = false;
+ BOOL isDirectory = false;
137
const auto fileExistsAtPath = [fileManager
138
fileExistsAtPath: @(resourcePath.c_str())
139
isDirectory: &isDirectory
0 commit comments