Releases: ionic-team/trapeze
Releases · ionic-team/trapeze
v1.0.28
- Fixed indentation of plist files to be more like Xcode
Full Changelog: v1.0.27...v1.0.28
v1.0.27
v1.0.24
Made two tweaks to plist merging in #33 and #32. This makes sure arrays of dicts are properly merged instead of duplicating entries when run multiple times.
@capacitor/configure: infoPlist
operation
Additionally, the infoPlist
operation in the configure yaml script has been renamed to plist
and now places entries one level deeper. There is also a new replace
option that specifies whether configuration values should replace or merge with existing. Default is false
:
plist:
replace: true
entries:
- NSFaceIDUsageDescription: Use Face ID to authenticate yourself and login
- CFBundleURLTypes:
- CFBundleURLSchemes:
- msauth.$(PRODUCT_BUNDLE_IDENTIFIER)
- msauth.$(PRODUCT_BUNDLE_IDENTIFIER)-intunemam
- msauth.com.microsoft.intunemam