Skip to content

Commit 0fbafd8

Browse files
Update tabris dependency
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.
1 parent b9ab219 commit 0fbafd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"dependencies": {
1616
"tabris-js-remote": "^3.17.0",
17-
"tabris": "~3.9.0",
17+
"tabris": "3.9.0-dev.20241219",
1818
"tabris-decorators": "~3.9.0"
1919
},
2020
"devDependencies": {

0 commit comments

Comments
 (0)