>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?
>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


덧글