Skip to content

Commit

Permalink
chore(ios): missing parts for in app purchase
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Jan 13, 2025
1 parent e6b2639 commit eaa85aa
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 3 deletions.
1 change: 1 addition & 0 deletions app.webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,7 @@ module.exports = (env, params = {}) => {
{ context, from: '**/*.jpg', noErrorOnMissing: true, globOptions },
{ context, from: '**/*.png', noErrorOnMissing: true, globOptions },
{ context, from: 'assets/**/*', noErrorOnMissing: true, globOptions },
{ context: 'tools', from: 'assets/**/*', noErrorOnMissing: true, globOptions },
{
context,
from: 'i18n/**/*',
Expand Down
2 changes: 2 additions & 0 deletions app/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,8 @@
"stop": "stop",
"stories": "%1$s stories",
"story": "story",
"thank_you": "thank you !",
"thank_you_subtitle": "your donation will help the project grow and give me time to implement more features",
"theme": {
"auto": "auto",
"black": "black",
Expand Down
1 change: 1 addition & 0 deletions app/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ try {
registerNativeViewElement('gesturerootview', () => require('@nativescript-community/gesturehandler').GestureRootView);
registerNativeViewElement('webview', () => require('@nativescript-community/ui-webview').AWebView);
registerNativeViewElement('checkbox', () => require('@nativescript-community/ui-checkbox').CheckBox);
registerNativeViewElement('lottie', () => require('@nativescript-community/ui-lottie').LottieView);
CollectionViewElement.register();
SwipeMenuElement.register();
PagerElement.register();
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
"@nativescript-community/ui-image": "4.5.4",
"@nativescript-community/ui-image-colorfilter": "^4.5.4",
"@nativescript-community/ui-label": "1.3.33",
"@nativescript-community/ui-lottie": "5.0.11",
"@nativescript-community/ui-material-activityindicator": "7.2.69",
"@nativescript-community/ui-material-bottomsheet": "7.2.69",
"@nativescript-community/ui-material-button": "7.2.69",
Expand Down
2 changes: 1 addition & 1 deletion tools
12 changes: 10 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ __metadata:

"@akylas/nativescript-app-tools@file:tools::locator=root-workspace-0b6124%40workspace%3A.":
version: 1.0.0
resolution: "@akylas/nativescript-app-tools@file:tools#tools::hash=bf2c0d&locator=root-workspace-0b6124%40workspace%3A."
resolution: "@akylas/nativescript-app-tools@file:tools#tools::hash=df9209&locator=root-workspace-0b6124%40workspace%3A."
dependencies:
"@dotenvx/dotenvx": "npm:1.28.0"
"@nativescript-community/fontmin": "npm:0.9.11"
Expand Down Expand Up @@ -82,7 +82,7 @@ __metadata:
typescript: "npm:5.7.2"
typescript-eslint: "npm:^8.17.0"
webpack-bundle-analyzer: "npm:^4.10.2"
checksum: 829891d6c3e48b1a4a5522e539d56c028bd955627401a72c8f79ab383579c18d1afa77e753fac33d1e11b32b7dfba78432ed84ec49b989d2b60c5e0f344aad8a
checksum: 7cd4663396db9f4c88683053ceaa0fb023cdee54bd4074cbfa03cf62f0a9005b31b3c5f304444bd8458fdbc686642d8aa6491c9bece4cf7bd73f9955f1820e9b
languageName: node
linkType: hard

Expand Down Expand Up @@ -1221,6 +1221,13 @@ __metadata:
languageName: node
linkType: hard

"@nativescript-community/ui-lottie@npm:5.0.11":
version: 5.0.11
resolution: "@nativescript-community/ui-lottie@npm:5.0.11"
checksum: fe54763f86dcfe09a209fef6bcd9298285bb4a1fd3097d00e90ba5e0e33fad6f7d289d9b4479bf19f0a9046d62e2341a6490fbd7b3c149eec45d6c9a16de6613
languageName: node
linkType: hard

"@nativescript-community/ui-material-activityindicator@npm:7.2.69":
version: 7.2.69
resolution: "@nativescript-community/ui-material-activityindicator@npm:7.2.69"
Expand Down Expand Up @@ -8983,6 +8990,7 @@ __metadata:
"@nativescript-community/ui-image": "npm:4.5.4"
"@nativescript-community/ui-image-colorfilter": "npm:^4.5.4"
"@nativescript-community/ui-label": "npm:1.3.33"
"@nativescript-community/ui-lottie": "npm:5.0.11"
"@nativescript-community/ui-material-activityindicator": "npm:7.2.69"
"@nativescript-community/ui-material-bottomsheet": "npm:7.2.69"
"@nativescript-community/ui-material-button": "npm:7.2.69"
Expand Down

0 comments on commit eaa85aa

Please sign in to comment.