trapeze
trapeze copied to clipboard
The mobile project configuration toolbox. Manage native iOS, Android, Ionic/Capacitor, React Native, and Flutter apps through a simple YAML format.
What is the best way to add a [run script phase](https://developer.apple.com/documentation/xcode/running-custom-scripts-during-a-build?changes=_8) for iOS? I could not find it in the documentation. I may have overlooked it. My goal is to...
Hi! Can I copy files with yaml? For example, I want to copy google-services.json from root to android/app folder. Thank you!
Hi guys ! Amazing job on this project, as always ❤️ We have a project which takes advantage of XCode Configuration Files to easily handle debug/release builds (https://developer.apple.com/documentation/xcode/adding-a-build-configuration-file-to-your-project) I might...
I have an extremely simple setup where trapeze is working fine for both `manifest` and `res` commands, but no for `gradle` command. My package.json dependency is `"@trapezedev/configure": "^5.0.0"`. But I've...
The goal of this PR is to fix #96 - create a configuration file with a non-defaulted var `SOME_VERSION`, used as `versionName` from android for example - run `SOME_VERSION="1.2.3" npx...
Steps to reproduce : - add a var in your config file without default value : ``` vars: SOME_VERSION: platform: android: versionName: $SOME_VERSION ``` - run `SOME_VERSION="1.2.3" npx trapeze` You...
Some of the calls create files that are missing (such as entitlements on iOS). These should be created in the VFS so they can be committed optionally using the apply...
Currently, the `gradle` operation and Gradle API features only support Groovy. This is because the Groovy language ships with a [parser API](http://docs.groovy-lang.org/2.3.5/html/api/org/codehaus/groovy/ast/package-summary.html) that can be used to accurately modify the...
Can't `@prettier/plugin-xml` this just be a dev dependency? It depends on prettier and occupies about 17 MB disk space. https://github.com/ionic-team/capacitor-configure/blob/7d9b4c515c9bc60b8dbb454abba05ee928bccabe/packages/configure/package.json#L31 --- Similar for `ts-node`. It uses typescript as a peer...
hi @mlynch i'm suggest add feature for generate pwa `/.well-known/apple-app-site-association` example: ```yml vars: BUNDLE_ID: default: io.ionic.wowzaStarter PACKAGE_NAME: default: io.ionic.wowzaStarter TEAM_ID: default: MMR96SV2R9 platforms: ios: targets: App: entitlements: - com.apple.developer.associated-domains: -...