objective c - XPC and cross-architecture OSX applications -
for desktop application developing, have stick 32-bit framework. looking best path run framework in proper process , develop rest of application in 64-bit process. application meant sold in appstore, should support apple sandboxing.
i thinking xpc: suitable these purposes? why can't find in apple documentation related cross-architecture programming?
xpc: suitable these purposes?
yes, xpc should work correctly between 32-bit , 64-bit processes.
why can't find in apple documentation related cross-architecture programming?
because xpc new in 10.7, , 64-bit transition guide document rather old , hasn't been updated since 10.6. apple not @ updating older documentation.
Comments
Post a Comment