开发者

Create a Mac Application Installer and Passing Arguments on Launch

开发者 https://www.devze.com 2022-12-11 00:16 出处:网络
Couple questions on creating a mac installer. 1) Should any frameworks from /Developer/SDKs/ be included/packaged into the application file?

Couple questions on creating a mac installer.

1) Should any frameworks from /Developer/SDKs/ be included/packaged into the application file?

2) When we norm开发者_高级运维ally launch the executable we pass it an argument to point it at our servers, is there a way to encode this information into the Unix Executable File found in Contents/MacOS/?

Thanks for any help.


1) No.

2) Yes. http://developer.apple.com/Mac/library/documentation/General/Reference/InfoPlistKeyReference/Articles/LaunchServicesKeys.html#//apple_ref/doc/uid/20001431-106825

0

精彩评论

暂无评论...
验证码 换一张
取 消