#10Seattle #iOS
#10Seattle #iOS
Version-Information default value for CFBundleInfoDictionaryVersion is 7.1 ?!?
http://docwiki.embarcadero.com/RADStudio/Seattle/en/Version_Info#Mac_OS_X_and_iOS_Version_Info
Where did they get this number from?
Not from apple "The value for this key is currently 6.0."
https://developer.apple.com/library/mac/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html#//apple_ref/doc/uid/20001431-102088
So is this a rolling dice number?
Can I just use my birthday (year.month) to put some kind of personal easter egg in the application? (67.12 is as wrong as 7.1 is from the apple documentation).
Maybe this bug-report introduced this value
http://qc.embarcadero.com/wc/qcmain.aspx?d=124800
Building a native application with Xcode has the value 6.0 (as documented by apple). So I guess there is some kind of internal misuse of this value within the Delphi deploy process.
http://docwiki.embarcadero.com/RADStudio/Seattle/en/Version_Info#Mac_OS_X_and_iOS_Version_Info
Version-Information default value for CFBundleInfoDictionaryVersion is 7.1 ?!?
http://docwiki.embarcadero.com/RADStudio/Seattle/en/Version_Info#Mac_OS_X_and_iOS_Version_Info
Where did they get this number from?
Not from apple "The value for this key is currently 6.0."
https://developer.apple.com/library/mac/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html#//apple_ref/doc/uid/20001431-102088
So is this a rolling dice number?
Can I just use my birthday (year.month) to put some kind of personal easter egg in the application? (67.12 is as wrong as 7.1 is from the apple documentation).
Maybe this bug-report introduced this value
http://qc.embarcadero.com/wc/qcmain.aspx?d=124800
Building a native application with Xcode has the value 6.0 (as documented by apple). So I guess there is some kind of internal misuse of this value within the Delphi deploy process.
http://docwiki.embarcadero.com/RADStudio/Seattle/en/Version_Info#Mac_OS_X_and_iOS_Version_Info
Marco Cantù Thats the one I already linked to :o)
ReplyDeleteOps. Probably read it only half way... Still, if the report is correct, it might be Apple doc is wrong. Hard to tell. It is true that submission works , with the current value.
ReplyDeleteMarco Cantù If the apple docs are wrong, then also Xcode is wrong by setting the value 6.0 as default for new projects. But to me the apple docs and Xcode are right ... my guess is that this value is or was passed to Xcode as the minimum supported iOS version
ReplyDelete