I'm trying to make a condition to only target some specific App build and greater. For example I want to target App version 26 and above. Is that possible to do? what is the right syntax for the regex?
and I know according to Firebase documentation, it's the CFBundleVersion and not the CFBundleShortVersionString.