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 8e1aeeb commit 5ce2682Copy full SHA for 5ce2682
src/runtime/filesystem/resource.cc
@@ -167,7 +167,7 @@ namespace ssc::runtime::filesystem {
167
}
168
#elif SOCKET_RUNTIME_PLATFORM_APPLE
169
static auto fileManager = [[NSFileManager alloc] init];
170
- bool isDirectory = false;
+ BOOL isDirectory = false;
171
const auto fileExistsAtPath = [fileManager
172
fileExistsAtPath: @(resourcePath.string().c_str())
173
isDirectory: &isDirectory
0 commit comments