Skip to content

Commit

Permalink
fix(src/ipc/scheme_handlers.cc): remove bad selector usage
Browse files Browse the repository at this point in the history
Fixes #1005
  • Loading branch information
jwerle committed Nov 15, 2024
1 parent 5d320e9 commit fd89ba1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ipc/scheme_handlers.cc
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,7 @@ namespace SSC::IPC {
void SchemeHandlers::configure (const Configuration& configuration) {
static const auto devHost = SSC::getDevHost();
this->configuration = configuration;
/* XXX(@jwerle): this now causes app store rejection
#if SOCKET_RUNTIME_PLATFORM_APPLE
if (SSC::isDebugEnabled() && devHost.starts_with("http:")) {
[configuration.webview.processPool
Expand All @@ -391,6 +392,7 @@ namespace SSC::IPC {
];
}
#endif
*/
}

bool SchemeHandlers::hasHandlerForScheme (const String& scheme) {
Expand Down

0 comments on commit fd89ba1

Please sign in to comment.