Skip to content

Commit 4c4d22b

Browse files
committed
fix: ios 14 sdk
Signed-off-by: 82Flex <[email protected]>
1 parent e1c90f3 commit 4c4d22b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

XcodeAnyTroll.xm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ static const char *BlockSig(id blockObj)
215215
HBLogDebug(@TAG "XPC reply received: %@", retVal);
216216

217217
LSApplicationProxy *appProxy = [LSApplicationProxy applicationProxyForIdentifier:gPackageIdentifier];
218-
LSRecordPromise *recordPromise = [[LSRecordPromise alloc] initWithRecord:appProxy.correspondingApplicationRecord error:nil];
218+
LSRecordPromise *recordPromise = [[%c(LSRecordPromise) alloc] initWithRecord:appProxy.correspondingApplicationRecord error:nil];
219219

220220
/* LSRecordPromise is not properly constructed in some cases, still need some work here. */
221221

0 commit comments

Comments
 (0)