Skip to content

manifestmergetool-v1.2.0

Latest
Compare
Choose a tag to compare

What's Changed

  • Issue-5165 Manifest merge tool can't merge arrays in plist by @AGulev in #174
  • Issue 5057 ios14 by @JCash in #175
  • Updated to android build tools 29.0.3 by @JCash in #154
  • Issue 5233: Fix for mac osx debug symbols by @JCash in #176
  • Use aapt2 to compile android resources and generate R.java files by @britzl in #177
  • Issue 178: Bitcode linker error by @JCash in #179
  • Issue 180: Compile extensions in alphabetical order by @JCash in #181
  • Use the Android Gradle plugin to migrate dependencies to Android X by @britzl in #182
  • Added copy of GL/gl.h so includes can find it by @JCash in #183
  • Issue 4897: Updated to Emscripten 2.0.11 by @JCash in #184
  • Updated Xcode 12.1 package which includes swift libraries by @JCash in #185
  • dx -> d8 migration by @ekharkunov in #186
  • Return clearing engineJars parameter for backward compability. by @ekharkunov in #188
  • Added support for basic auth, per platform by @britzl in #189
  • Added optional env variables for user authorization in the extender client by @britzl in #190
  • Default to create engine debug symbols by @JCash in #191
  • Include assets folders from resolved dependencies by @britzl in #193
  • Default to use of jetifier/androidx by @britzl in #195
  • Update users at runtime by @britzl in #196
  • Issue 5725: Added support for commonsrc+pluginsrc folders by @JCash in #197
  • Updated to newer version of the Android manifest merge tool by @britzl in #199
  • Changed the way the UserUpdateService is initialized by @britzl in #201
  • Issue 5920: Updated to iOS 14.5, macOS 11.3, Xcode 12.5 by @JCash in #202
  • Added support for different build artefacts (default or "build-plugins") by @JCash in #203
  • Added shared library support for editor/pipline plugins by @JCash in #204
  • Collect Android JNI shared objects and extra libs from AAR files by @britzl in #206
  • Separate macOS builder by @britzl in #207
  • Darwin stage setup by @britzl in #208
  • Reduce big memory allocations when sending and receiving data from a remote builder by @britzl in #209
  • Fixed broken test by @britzl in #210
  • Added "host_platform" as new environment variable for build.yml by @JCash in #211
  • Fixed missing remote build errors by @JCash in #212
  • Added possibility to override context properties in build.yml by @JCash in #213
  • Update Nintendo Switch sdk to 13.3.0 by @JCash in #214
  • Linux update by @JCash in #217
  • Updated to XCode 13, iOS 15 and macOS 12 by @JCash in #219
  • Updated the spring multipart file size parameter to 2.6.1 by @JCash in #220
  • Update README.md by @AGulev in #222
  • Fix misprint in ios build endpoint name when configure web security. by @ekharkunov in #225
  • Remove dependency duplication. Now extender start inside Jetty not inside Tomcat. by @ekharkunov in #226
  • Update Spring boot to 2.6.6 (fix CVE-2022-22965). by @ekharkunov in #224
  • Issue-5541 Use Android 12 (API 31) as target API by @AGulev in #227
  • Increase heap memory and MaxDirectMemorySize (both x2) by @AGulev in #228
  • Use merge node markers to remove Android manifest tags by @britzl in #229
  • Ps4 support by @JCash in #230
  • Added NSDK 14.3.0 by @JCash in #231
  • Prune libraries the same way as the main engine linking is doing by @JCash in #233
  • Cleaned up setup instructions by @britzl in #234
  • Added merge node markers for Info.plist keys by @britzl in #235
  • Add support for asynchronous extender builds by @britzl in #236
  • Added a safe constructor to the yaml parser by @britzl in #237
  • Added new sdk server by @JCash in #238
  • Removed iOS from base container by @JCash in #239
  • Darwin cleanup by @JCash in #240
  • Added Windows batch files for running/debugging the container by @JCash in #242
  • Updated to PS4 SDK 10.000 by @JCash in #243
  • FIx potential deadlock in file creation by @JCash in #244
  • Added option to specify additional headers to extender client by @britzl in #241
  • Added new alias for WlanTypes.h (Win32) by @JCash in #245
  • Updated to Wine 7 by @JCash in #247
  • Send build server logs on error by @britzl in #246
  • Automatically create Android R.java files for all Gradle dependencies by @britzl in #248
  • Updated host_platform name to x86_64-macos to match our toolset by @JCash in #249
  • Add JAVA_HOME to allowed environment variables by @JCash in #250
  • Don't add environment variables that are null to the ProcessExecutor by @JCash in #251
  • Added -std=c++20 flag support for building native extensions. by @Lerg in #254
  • Update NDK (Android NDK r25 LTS) by @AGulev in #253
  • Update Android SDK (33.0.1 - Android 13 - API 33) by @AGulev in #256
  • Platform include support by @JCash in #257
  • Added support for Cocoapod dependency resolution for iOS and macOS by @britzl in #258
  • Improve internal merging of app/extension manifests by @JCash in #260
  • Added support for NSDK 15.3.2 by @JCash in #261
  • Handle non boolean values for requires arc option by @britzl in #263
  • Added support for XCode 14.2, iOS 16.2 and macOS 13.1 by @JCash in #264
  • Increased minimum macOS version to 10.9 by @JCash in #265
  • Updated darwin min versions to macOS 10.13 and iOS 11.0 due to recent update to XCode 14.2 by @JCash in #266
  • Added unit tests for headless and release variants by @JCash in #268
  • Fix cocoapods issues by @ekharkunov in #269
  • Updated PS4 sdk version by @JCash in #276
  • Fix for supporting different types of pruning patterns by @JCash in #275
  • Cocoapod subspecs must inherit attributes from the parent spec by @britzl in #278
  • Only resolve pods for the platform that is built by @britzl in #280
  • Set compiler flags based on values in pod_target_xcconfig by @britzl in #279
  • Fix standalone scripts by @britzl in #281
  • Add additional compiler flags from pod target xcconfig by @britzl in #283
  • Removed dependency on tools.sh by @britzl in #286
  • Updated commons-configuration2 to 2.8.0 by @britzl in #282
  • Make sure gradle uses right Android SDK by @AGulev in #285
  • Add support for compiling plain c by @britzl in #284
  • Embedd dynamic frameworks by @britzl in #287
  • Remove usage of android.jar from share folder by @AGulev in #288
  • Added documentation about cron jobs for the Darwin server by @JCash in #291
  • Handle static libraries in frameworks by @britzl in #295
  • Add resources from cocoapods to build output by @britzl in #293
  • Added PS5 sdk by @JCash in #297
  • Handle static libraries in pods by @britzl in #300
  • Problem compiling YandexMobileAds by @britzl in #302
  • Update to JDK 17 and Gradle 8 on server by @JCash in #303
  • Removed NSDK 14.3 by @JCash in #304
  • Added Zig support by @JCash in #305
  • Facebook SDK for iOS not building with other extensions by @britzl in #307
  • Strip bitcode from framework libs by @britzl in #310
  • Add arm64-osx platform as ALLOWED_MANIFEST_PLATFORMS by @AGulev in #312
  • Add plugins support for arm64-osx by @AGulev in #314
  • Fix path in rebuild-and-run-standalone-local.sh by @AGulev in #315
  • Module support by @britzl in #311
  • Added xbox download url by @JCash in #317
  • Swift compilation support by @britzl in #319
  • Increase default build timeout for async builds by @britzl in #320
  • Add MSVC 2022 to Docker container by @JCash in #321
  • Updated server to support XCode 15.0.1 by @JCash in #322
  • Fixes for building with MSVC 2022 and Clang 17 by @JCash in #323
  • Changed EC2 instance id for macOS by @britzl in #324
  • Increased remote builder timeout from 4 to 20 min by @britzl in #325
  • Added support for building C/C++ libraries via bob by @JCash in #326
  • Bob library build fixes by @JCash in #328
  • Don't log about debug variables when they're not used by @JCash in #331
  • Updated to XCode 15.1 for the Darwin server by @JCash in #333
  • Use long type for handling request body size. by @ekharkunov in #335
  • Check plist array for duplication during manifest merge phase. by @ekharkunov in #336
  • Added NSDK 17.5.3 by @JCash in #341
  • Update gradle/gradle android plugin version by @ekharkunov in #337
  • Fix ios plist merge for array types. by @ekharkunov in #342
  • Remove sha1 and getAbsPath from ExtenderResource definition by @vlaaad in #345
  • Added stable download links for consoles by @JCash in #347
  • Don't move empty folders to platformsdk folder. by @dri-richard in #349
  • Detect if extender run on arm64 mac (m1/m2) by @AGulev in #350
  • Fix platform version regex to handle osx by @dri-richard in #352
  • Fix the keep job directory flag by @britzl in #356
  • Merge privacy manifests and copy to build output by @britzl in #355
  • Make sure the list of symbols contains no duplicates by @JCash in #363
  • Add emscripten 3.1.55. by @ekharkunov in #362
  • Add --platform flag to ensure use right arch for docker container. by @ekharkunov in #364
  • Generate improved umbrella headers by @britzl in #366
  • Add --platform option to start-test-server.sh. Add 1.7.0 to IntegrationTest. by @ekharkunov in #365
  • Update test data accodring to changes from extension-html5. by @ekharkunov in #367
  • Added x11-xcb to support vulkan backends on linux by @JCash in #368
  • Cleaned up template and code execution by @britzl in #374
  • Remove hardcoded bitcode strip by @britzl in #372
  • Remove Android NDK20 and Android SDK 32 by @AGulev in #371
  • Upgrade gradle docker plugin by @britzl in #377
  • Unescape gcc defines before use by @britzl in #376
  • Fix android build issue by @AGulev in #379
  • Improved Info.plist merge handling by @britzl in #380
  • Update Android Gradle Plugin to 8.3.2 by @AGulev in #383
  • Update Android SDK to version 34.0.0 by @AGulev in #384
  • Add -std=c++11 to flags based on libraries used by @britzl in #386
  • Increase java memory + fix flag for cpp by @AGulev in #387
  • Updated to Xcode 15.4, iOS SDK 17.5 and macOS SDK 14.5 for the Darwin server by @AGulev in #390

New Contributors

Full Changelog: v1.0.47...manifestmergetool-v1.2.0