Set PLIST's Version "remote"
Unsolved
Mobile and Embedded
-
Is any way there, to set ${PRODUCT_VERSION} of the .plist File? I can set the CFBundleDisplayName to ${PRODUCT_NAME}. Also the CFBundleExecutable.
The ${PRODUCT_NAME} is seemingly the TARGET-Name of the .pro File.But how I can set the CFBundleShortVersionString and the CFBundleVersion?
I thought, I can set some kind of ${PRODUCT_VERSION}, but I don't know how...Can you give me some advice?