Skip to content

Releases: ionic-team/trapeze

v1.0.28

13 Dec 23:08
Compare
Choose a tag to compare
  • Fixed indentation of plist files to be more like Xcode

Full Changelog: v1.0.27...v1.0.28

v1.0.27

10 Dec 20:32
Compare
Choose a tag to compare

What's Changed

  • AndroidProject.setPackageName: update build.gradle applicationId by @ksteuer in #34
  • First pass at Android package rename and file modification. #24 by @mlynch in #35
    Fixed windows path separators used for ios project file paths #29

Full Changelog: v1.0.26...v1.0.27

v1.0.24

08 Dec 23:26
Compare
Choose a tag to compare

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