Simple app that shows relation between maximum ppO2, breathing gas mix and maximum depth.
There are some issues to resove:
- With Xcode 14.2 the mechanism to write the
Info.plistfile and use it does not work: the version stays on 1.0. With Xcode 13.2.1 it works as excpected. Is theInfo.plistfile not copied?
Other have the same problem Xcode 14 and missing sync with CFBundleVersion edit in Info.plist during Build/Archive and How to update MARKETING_VERSION and CFBundleVersion from plist file?.
Xcode 13 Missing Info.plist gives some info on what might be going on.
In How to stop Xcode 11 from changing CFBundleVersion and
CFBundleShortVersionString to $(CURRENT_PROJECT_VERSION) and
$(MARKETING_VERSION)?
the same script mechanism is used in a Build/Pre-action in Scheme.


