Using private symbol _CFExecutableLinkedOnOrAfter
Closed this issue · 5 comments
sreilly commented
Is there a substitute for the use of _CFExecutableLinkedOnOrAfter in the code within org_violetlib_jnr_aqua_impl_AquaNativePainter.m
? Apps submitted to the mac app store are rejected because of it. Would it be possible to use MAC_OS_X_VERSION_MAX_ALLOWED
instead?
cbfiddle commented
I would assume so. Can you suggest the replacement code?
… On May 3, 2022, at 2:29 AM, Sean Reilly ***@***.***> wrote:
Is there a substitute for the use of _CFExecutableLinkedOnOrAfter in the code within org_violetlib_jnr_aqua_impl_AquaNativePainter.m? Apps submitted to the mac app store are rejected because of it. Would it be possible to use MAC_OS_X_VERSION_MAX_ALLOWED instead?
—
Reply to this email directly, view it on GitHub <#1>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ABSSJGM3VVGG2UCIMXMCBCDVIDWW7ANCNFSM5U6LVHHA>.
You are receiving this because you are subscribed to this thread.
sreilly commented
I'd be happy to. Can you confirm though that the code is meant to determine the SDK version that was used to compile the software and not the runtime version in which the code's being used?
cbfiddle commented
Not without some investigation, so it would be nice if you could figure it out.
… On May 3, 2022, at 9:39 AM, Sean Reilly ***@***.***> wrote:
I'd be happy to. Can you confirm though that the code is meant to determine the SDK version that was used to compile the software and not the runtime version in which the code's being used?
—
Reply to this email directly, view it on GitHub <#1 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ABSSJGJOKMVH3NDS7Y35VQLVIFJFTANCNFSM5U6LVHHA>.
You are receiving this because you commented.
cbfiddle commented
I should add that the goal is for the code to run on Yosemite and later. It does not have to compile on older releases.
… On May 3, 2022, at 9:39 AM, Sean Reilly ***@***.***> wrote:
I'd be happy to. Can you confirm though that the code is meant to determine the SDK version that was used to compile the software and not the runtime version in which the code's being used?
—
Reply to this email directly, view it on GitHub <#1 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ABSSJGJOKMVH3NDS7Y35VQLVIFJFTANCNFSM5U6LVHHA>.
You are receiving this because you commented.
cbfiddle commented
Fixed in Release 12. Thank you.