extender
extender copied to clipboard
Native extension build server
Bumps [io.micrometer:micrometer-registry-influx](https://github.com/micrometer-metrics/micrometer) from 1.14.3 to 1.14.5. Release notes Sourced from io.micrometer:micrometer-registry-influx's releases. 1.14.5 :lady_beetle: Bug Fixes Distribution value with |count| of 0 has a non-zero |mean| value of XXX errors...
Bumps [io.micrometer:micrometer-tracing-bridge-otel](https://github.com/micrometer-metrics/tracing) from 1.4.1 to 1.4.4. Release notes Sourced from io.micrometer:micrometer-tracing-bridge-otel's releases. 1.4.4 :hammer: Dependency Upgrades Bump ch.qos.logback:logback-classic from 1.5.16 to 1.5.17 #987 Bump io.micrometer:micrometer-bom from 1.13.11 to 1.14.5 #993...
hello , i just want to implement android native extension , writing android code and build to native extension. i follow this link: https://github.com/defold/extender, but it`s to complex , i...
When using Podfile with statement like ``` platform :ios, '13.0' ``` min ios/osx version used only in compiler command for pods. The rest of source code is compiled with predefined...
Set maintenance mode are doing by sending requests to every instance one-by-one. Rework it and do in concurrent manner.
Jetty does some request validation on it's own side before running application code. Need to investigate how to implement custom response handle to be able to customize response for users....
When manifest merge tool produce result `PrivacyInfo.xcprivacy` as input it gets privacy manifest from all available frameworks. For example, if third-party dependency has two supported architectures (arm64 and simulator) than...
During Cocoapods install step module map for ios and osx generates at the same location (see https://github.com/defold/extender/blob/dev/server/src/main/java/com/defold/extender/services/CocoaPodsService.java#L883-L892). The same happens for umbrella header generation. Need generate files per platform to...
### Configuration: extender-frontend (2.8.5) -> extender-macos (2.8.5) extender-frontend: ``` extender: cache: enabled: true type: LOCAL local: basedir: "/extender/cache/data" file-size-threshold: 65536 ``` extender-macos: ``` cache: enabled: true type: LOCAL local: basedir:...
Implement executing swift compilation task in parallel. **Expected outcome** Decrease overall build time. As benchmark `YandexMobileAds` extension can be used.