Skip to content

Commit

Permalink
Merge pull request #3651 from vpPavithra/release-7.0.0
Browse files Browse the repository at this point in the history
Release 7.0.0
  • Loading branch information
swayangjit authored Jun 27, 2024
2 parents 2c6702f + a98008a commit 9b6fe93
Show file tree
Hide file tree
Showing 6 changed files with 402 additions and 606 deletions.
2 changes: 1 addition & 1 deletion build-ios.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ ionic cordova plugin add https://github.com/vishwanath1004/cordova-plugin-file-t
ionic cordova plugin add https://github.com/Sunbird-Ed/jjdltc-cordova-plugin-zip.git
ionic cordova plugin add cordova-plugin-sign-in-with-apple
ionic cordova plugin rm cordova-plugin-inappupdatemanager
ionic cordova plugin add https://github.com/subranil/cordova-plugin-inappupdatemanager.git
ionic cordova plugin add https://github.com/Sunbird-Ed/cordova-plugin-inappupdatemanager.git
ionic cordova plugin add https://github.com/521dimensions/cordova-plugin-screen-orientation
ionic cordova plugin add ionic-plugin-deeplinks --variable URL_SCHEME="${URL_SCHEME}" --variable DEEPLINK_SCHEME=https --variable DEEPLINK_HOST="${DEEPLINK_HOST}"
#Temporary Workaround to generate build as webpack was complaining of Heap Space
Expand Down
2 changes: 1 addition & 1 deletion build_config
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ sunbird-cordova-plugin=https://github.com/project-sunbird/cordova-plugin-openrap
sunbird-cordova-plugin=https://github.com/project-sunbird/cordova-plugin-qr-scanner.git#release-5.0.2
sunbird-cordova-plugin=https://github.com/project-sunbird/cordova-plugin-sunbirdsplash.git#release-6.0.0
sunbird-cordova-plugin=https://github.com/project-sunbird/sb-cordova-plugin-sync.git
sunbird-cordova-plugin=https://github.com/subranil/cordova-plugin-inappupdatemanager.git#release-3.7.0
sunbird-cordova-plugin=https://github.com/Sunbird-Ed/cordova-plugin-inappupdatemanager.git#release-3.7.0
cordova-plugin=uk.co.workingedge.phonegap.plugin.istablet
2 changes: 1 addition & 1 deletion config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
<plugin name="cordova-plugin-openrap" spec="https://github.com/project-sunbird/cordova-plugin-openrap.git" />
<plugin name="cordova-plugin-qr-scanner" spec="https://github.com/project-sunbird/cordova-plugin-qr-scanner.git#release-3.3.0" />
<plugin name="sb-cordova-plugin-sync" spec="https://github.com/project-sunbird/sb-cordova-plugin-sync.git#release-3.2.0" />
<plugin name="cordova-plugin-inappupdatemanager" spec="https://github.com/subranil/cordova-plugin-inappupdatemanager.git" />
<plugin name="cordova-plugin-inappupdatemanager" spec="https://github.com/Sunbird-Ed/cordova-plugin-inappupdatemanager.git" />
<plugin name="cordova-sqlite-storage" spec="^6.0.0" />
<plugin name="cordova-plugin-googleplus" spec="^8.5.2">
<variable name="PLAY_SERVICES_VERSION" value="15.0.1" />
Expand Down
Loading

0 comments on commit 9b6fe93

Please sign in to comment.