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 e1c90f3 commit 4c4d22bCopy full SHA for 4c4d22b
XcodeAnyTroll.xm
@@ -215,7 +215,7 @@ static const char *BlockSig(id blockObj)
215
HBLogDebug(@TAG "XPC reply received: %@", retVal);
216
217
LSApplicationProxy *appProxy = [LSApplicationProxy applicationProxyForIdentifier:gPackageIdentifier];
218
- LSRecordPromise *recordPromise = [[LSRecordPromise alloc] initWithRecord:appProxy.correspondingApplicationRecord error:nil];
+ LSRecordPromise *recordPromise = [[%c(LSRecordPromise) alloc] initWithRecord:appProxy.correspondingApplicationRecord error:nil];
219
220
/* LSRecordPromise is not properly constructed in some cases, still need some work here. */
221
0 commit comments