Skip to content

Commit 71f132a

Browse files
committed
Restore _CFBundleCopyExecutablePath
1 parent 5c9af60 commit 71f132a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CoreFoundation/PlugIn.subproj/CFBundle.c

+4
Original file line numberDiff line numberDiff line change
@@ -1112,6 +1112,10 @@ CF_EXPORT CFURLRef _CFBundleCopyWrapperContainerURL(CFBundleRef bundle) {
11121112
}
11131113
}
11141114

1115+
CF_CROSS_PLATFORM_EXPORT CFStringRef _CFBundleCopyExecutablePath(CFBundleRef bundle) {
1116+
return _CFBundleCopyExecutableName(bundle, NULL, NULL);
1117+
}
1118+
11151119
CF_PRIVATE CFStringRef _CFBundleCopyExecutableName(CFBundleRef bundle, CFURLRef url, CFDictionaryRef infoDict) {
11161120
CFStringRef executableName = NULL;
11171121

0 commit comments

Comments
 (0)