From 48ee1c1a60ed570e6cd1f90652ece616e550ccdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karol=20Szafra=C5=84ski?= Date: Thu, 19 Dec 2024 10:30:52 +0100 Subject: [PATCH] Update tabris dependency MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 3.9.0 as of today does not produce an IPA that is accepted by App Store Connect. Minimum deployment target is too low. To make a new release we need to bump that. Since there was no release since 3.9.0 we need to use a nightly version here. Additionall context on the new app release: > App Store Improvement Notice > > In 2016, we implemented an ongoing process of evaluating and removing > apps that no longer function as intended, don’t follow current review > guidelines, or are outdated. This helps us improve discoverability of > apps on the App Store, while ensuring that apps work for the majority of > users and support our latest innovations in security and privacy. > > Per App Review Guideline 4, you must "update your app to ensure it > remains functional and engaging to new and existing customers. Apps that > stop working or offer a degraded experience may be removed from the App > Store at any time." For more information on this and other requirements, > see the App Review Guidelines. --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 0b3aace..663d5b0 100644 --- a/package.json +++ b/package.json @@ -14,8 +14,8 @@ }, "dependencies": { "tabris-js-remote": "^3.17.0", - "tabris": "~3.9.0", - "tabris-decorators": "~3.9.0" + "tabris": "3.9.0-dev.20241219", + "tabris-decorators": "3.9.0-dev.20230522" }, "devDependencies": { "@types/node": "^8.0.44",