Skip to content

Commit

Permalink
Issue #ED-000 merge: Merge branch 'release-8.0.0_v16' into release-8.…
Browse files Browse the repository at this point in the history
…0.0_capacitor_ml
  • Loading branch information
swayangjit committed May 24, 2024
2 parents 3257596 + 57f6123 commit a72ecee
Show file tree
Hide file tree
Showing 9 changed files with 434 additions and 291 deletions.
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Please describe the tests that you ran to verify your changes in the below check
- [ ] Ran Test B

**Test Configuration**:
* Node - 12.22.10
* Node - 16.20.0
* Java - 11.0.15.1
* Ionic - 5.7.0
* Cordova - 12.0.0
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ Ongoing release- [release-6.0.0](https://github.com/Sunbird-Ed/SunbirdEd-mobile-
**Prerequisites:**
|Package| Version | Recommended Version |
|--|--|--|
[Node](https://nodejs.org/en/) | 12+ | 12.22.10
[NPM](https://nodejs.org/en/) | 6+ | 6.14.16
[Node](https://nodejs.org/en/) | 16+ | 16.20.0
[NPM](https://nodejs.org/en/) | 9+ | 9.5.1
[Cordova](https://cordova.apache.org/) | 10+ | 10.1.2
[Ionic](https://ionicframework.com/docs/intro/cli) | 5 | 5.7.0
[Java(For Android)](https://www.oracle.com/in/java/technologies/downloads/) | 11+ | 11.0.15.1
Expand Down Expand Up @@ -178,8 +178,8 @@ Configure the tabs page according to the requirement. Fllowing are the configura
---------------------------------------
## IOS Development setup
## Prerequisites
1. Node js version 14.20.1
2. Ionic 5.4.16 using `npm i ionic@5.4.16 -g`
1. Node js version 16.20.0
2. Ionic 7.1.5 using `npm i ionic@5.7.0 -g`
3. Cordova 11.0.0 using `npm i [email protected] -g`
4. cordova-res 0.15.3 - using `npm install -g cordova-res`
5. ios-deploy 1.11.4 - using `brew install ios-deploy`
Expand Down
4 changes: 2 additions & 2 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@
"node_modules/@project-sunbird/discussions-ui/assets/styles/global.scss",
"node_modules/@project-sunbird/sunbird-video-player-web-component/styles.css",
"node_modules/videojs-http-source-selector/dist/videojs-http-source-selector.css",
"node_modules/datatables.net-dt/css/jquery.dataTables.css",
"node_modules/@project-sunbird/sb-themes/themes/themes-df.scss",
"node_modules/@project-sunbird/sunbird-epub-player-web-component/styles.css",
"node_modules/datatables.net-dt/css/dataTables.dataTables.css",
"node_modules/@project-sunbird/sunbird-quml-player-web-component/styles.css",
"node_modules/@project-sunbird/sunbird-pdf-player-web-component/styles.css",
"./node_modules/@angular/material/prebuilt-themes/indigo-pink.css",
Expand All @@ -94,7 +94,7 @@
"node_modules/epubjs/dist/epub.js",
"node_modules/katex/dist/katex.min.js",
"node_modules/jquery/dist/jquery.min.js",
"node_modules/datatables.net/js/jquery.dataTables.js",
"node_modules/datatables.net/js/dataTables.js",
"node_modules/video.js/dist/video.js",
"node_modules/@project-sunbird/sunbird-video-player-web-component/sunbird-video-player.js",
"node_modules/videojs-contrib-quality-levels/dist/videojs-contrib-quality-levels.min.js",
Expand Down
Loading

0 comments on commit a72ecee

Please sign in to comment.