We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01ee436 commit 26c612fCopy full SHA for 26c612f
loader/src/platform/ios/LoaderImpl.mm
@@ -75,6 +75,7 @@
75
log::debug("Reading launch arguments from {}", launchArgsFile.string());
76
auto content = file::readString(launchArgsFile);
77
if (content.isOk()) {
78
+ std::filesystem::remove(launchArgsFile);
79
return content.unwrap();
80
}
81
@@ -109,4 +110,4 @@
109
110
111
bool Loader::Impl::isForwardCompatMode() {
112
return false;
-}
113
+}
0 commit comments