Skip to content

Commit

Permalink
Update tabris dependency
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
karolszafranski committed Dec 30, 2024
1 parent 2a7542e commit 48ee1c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 48ee1c1

Please sign in to comment.