Skip to content

Commit edc0357

Browse files
committed
some comments
Signed-off-by: 82Flex <[email protected]>
1 parent 06ae793 commit edc0357

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

XcodeAnyTroll.xm

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,8 @@ static const char *BlockSig(id blockObj)
198198
LSApplicationProxy *appProxy = [LSApplicationProxy applicationProxyForIdentifier:gPackageIdentifier];
199199
LSRecordPromise *recordPromise = [[LSRecordPromise alloc] initWithRecord:appProxy.correspondingApplicationRecord error:nil];
200200

201+
/* LSRecordPromise is not properly constructed, still need some work here. */
202+
201203
completion(YES, retVal[@"InstalledAppInfoArray"], recordPromise, nil);
202204
return;
203205
}

0 commit comments

Comments
 (0)