Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a constant defined for CFBundleShortVersionString in iOS/MacOS framework

I know there is a constant for the "CFBundleVersion" plist key - defined as kCFBundleVersionKey in CoreFoundation's CFBundle.h header.

But is there a similar constant for "CFBundleShortVersionString" ?

like image 598
stonedauwg Avatar asked Sep 19 '25 16:09

stonedauwg


1 Answers

No, it isn't. The supported keys are

  • kCFBundleInfoDictionaryVersionKey;
  • kCFBundleExecutableKey;
  • kCFBundleIdentifierKey;
  • kCFBundleVersionKey;
  • kCFBundleDevelopmentRegionKey;
  • kCFBundleNameKey;
  • kCFBundleLocalizationsKey;
like image 74
vadian Avatar answered Sep 22 '25 10:09

vadian



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!