Capacitor Configure Versions Save

The mobile project configuration toolbox. Manage native iOS, Android, Ionic/Capacitor, React Native, and Flutter apps through a simple YAML format.

@trapezedev/[email protected]

1 year ago

Changed package name setting to support new namespace format. #188

@trapezedev/[email protected]

1 year ago

Improved android package resolution for #185 and issue with types not being set as dev dependencies #187

@trapezedev/[email protected]

1 year ago

Fixed buildNumber parsing issue on iOS #168

@trapezedev/[email protected]

1 year ago

Fixed an issue setting versionCode on Android and buildNumber on iOS when values are strings #165 #164

@trapezedev/[email protected]

1 year ago
  • 7f9e319: Target older JDK for gradle parser
  • de2dafd: Add support for --ios and --android flags to specify platform operations

@trapezedev/[email protected]

1 year ago

@trapezedev/project

7.0.5

Patch Changes

7.0.4

Patch Changes

7.0.3

Patch Changes

@trapezedev/configure

7.0.5

Patch Changes

7.0.4

Patch Changes

7.0.3

Patch Changes

@trapezedev/[email protected]

1 year ago

Tweaked the way files are added to Xcode projects to fix #146

@trapezedev/[email protected]

1 year ago

New .strings, .xcconfig, and .plist files will be added to the Xcode project per #144

@trapezedev/[email protected]

1 year ago

Added support Android namespace in #145.

Breaking Changes

AndroidProject.getPackageName() is now async and returns a Promise resolving with the namespace field in app/build.gradle or with the legacy package attribute in the AndroidManifest.xml file (per #143)

@trapezedev/[email protected]

1 year ago

Added support for versionNameSuffix on android (#136), moved operations to load dynamically (internal change, should not impact usage), and improved the loading of environment variables (#142)