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.plist
file and use it does not work: the version stays on 1.0. With Xcode 13.2.1 it works as excpected. Is theInfo.plist
file 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
.
This work is licensed under a Creative Commons Attribution-Non Commercial-ShareAlike 4.0 International License.