OSX의 kext versioning howto. Study+more

>my old version of my KEXT was 1.2.2b2
>my new version I am changing it to (or trying) is "1.3.0c1"
>

I think that CFBundleVersion accept only a number and Comma.
Please change "1.3.0c1" to "1.3.0", and try again.

The format for CFBundleVersion in kexts conforms to the "vers 
resource" format as documented in Technote 1132: http:// 


In this case, it is the 'c' that is throwing it off. The allowable 
values for the stage field, in ascending order, are:
d = development
a = alpha
b = beta
fc = final candidate
absent = released

Perhaps 1.3.0fc1 would be the appropriate version for you?

Written by Dean Reece


트랙백

이 글과 관련된 글 쓰기 (트랙백 보내기)
TrackbackURL : http://handmade.egloos.com/tb/4880972 [도움말]

덧글

덧글 입력 영역