Skip to content

v1.0.24

Compare
Choose a tag to compare
@mlynch mlynch released this 08 Dec 23:26
· 352 commits to main since this release

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