Skip to content

Commit

Permalink
refactor: remove ti.cloud and ti.cloudpush (#13289)
Browse files Browse the repository at this point in the history
These modules are not relevant given end of support from Axway
  • Loading branch information
ewanharris authored Mar 2, 2022
1 parent 79a94f7 commit b325695
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 31 deletions.
8 changes: 0 additions & 8 deletions support/module/packaged/modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@
"url": "https://github.com/appcelerator-modules/ti.facebook/releases/download/v11.0.2-android/facebook-android-11.0.2.zip",
"integrity": "sha512-INcD9X+KvAapc8ZRHZVWU5fHAulhzjRysXQv3uCstAj6Xa7Ka7dFlO9pWn9DC58v1q1FlfjG/5kKxhJ/q+sdLg=="
},
"ti.cloudpush": {
"url": "https://appcelerator-modules.s3.amazonaws.com/ti.cloudpush-android-8.0.0.zip",
"integrity": "sha512-hJnDgcMOL3QxZbBa0OpQwB8rhj//0ZbTVvWZM+gky9uiRmaZub6dTnXYTdnPdEM8KqAiJf2BFctBJjGGs+MXkw=="
},
"ti.map": {
"url": "https://github.com/appcelerator-modules/ti.map/releases/download/v5.3.3-android/ti.map-android-5.3.3.zip",
"integrity": "sha512-03uYbo7Y7oSHLQFUayJjAqSd/7ACWo9zf7xNEWxjM8UpnFp8Jdld0qhSNtU4j9LZuOArF9KP8HLbInW5BwEcag=="
Expand All @@ -56,10 +52,6 @@
}
},
"commonjs": {
"ti.cloud": {
"url": "https://github.com/appcelerator-modules/ti.cloud/releases/download/3.2.11/ti.cloud-commonjs-3.2.11.zip",
"integrity": "sha512-QL0mbMwNIigmXimPVaBzckIJizQyoMpvAkotqh2FSv9NkqTGhK2DtQ3rKpDTKNgxyRU607brE3grc0L30bRlMQ=="
}
},
"hyperloop": {
"hyperloop": {
Expand Down
1 change: 0 additions & 1 deletion tests/Resources/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,6 @@ function loadTests() {
}
require('./ti.xml.test');
// Modules
require('./ti.cloudpush.test');
require('./ti.map.test');
require('./ti.modulesdk920.test');
if (OS_ANDROID) {
Expand Down
21 changes: 0 additions & 21 deletions tests/Resources/ti.cloudpush.test.js

This file was deleted.

1 change: 0 additions & 1 deletion tests/modules/modules.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
<module platform="android">ti.identity</module>
<module platform="ios">ti.identity</module>
<module platform="android">ti.playservices</module>
<module platform="android">ti.cloudpush</module>

<!-- Below modules are built manually from: titanium_mobile/tests/modules-source -->
<!-- The "test.js" build script will unzip their "dist" files to modules folder. -->
Expand Down

0 comments on commit b325695

Please sign in to comment.