diff --git a/metadata/com.mattermost.rnbeta.yml b/metadata/com.mattermost.rnbeta.yml new file mode 100644 index 0000000000..292ccf01b5 --- /dev/null +++ b/metadata/com.mattermost.rnbeta.yml @@ -0,0 +1,63 @@ +AntiFeatures: + - UpstreamNonFree +Categories: + - Internet +License: Apache-2.0 +WebSite: https://about.mattermost.com/ +SourceCode: https://github.com/mattermost/mattermost-mobile +IssueTracker: https://github.com/mattermost/mattermost-mobile/issues + +AutoName: Mattermost Beta + +RepoType: git +Repo: https://github.com/mattermost/mattermost-mobile.git + +Builds: + - versionName: 1.15.2 + versionCode: 170 + commit: v1.15.2 + subdir: android/app + sudo: + - apt-get update + - apt-get install -y --no-install-recommends -t stretch-backports npm + init: + - sed -i -e '/react-native-youtube/d' ../../package.json build.gradle ../settings.gradle + ../../app/components/post_body_additional_content/post_body_additional_content.js + - make -C ../.. pre-run + gradle: + - yes + rm: + - node_modules/react-native-notifications/android/src/main/java/com/wix/reactnativenotifications/gcm/ + - node_modules/sc-uws/*.node + - node_modules/sc-uws/build/ + - node_modules/xdate/build/compiler.jar + prebuild: + - sed -i -e '/play-services-gcm/,+2d' build.gradle + - sed -i -e '/ReactNativeYouTube/d' src/main/java/com/mattermost/rnbeta/MainApplication.java + - sed -i -e '/com.google.android.gms.iid.InstanceID.getInstance/d' ../../node_modules/react-native-device-info/android/src/main/java/com/learnium/RNDeviceInfo/RNDeviceModule.java + - sed -i -e '/play-services/d' ../../node_modules/react-native-device-info/android/build.gradle + ../../node_modules/react-native-notifications/android/build.gradle + - sed -i -e '/hasPermission/d' -e '/tokenFetchIntent/d' -e '/GcmInstance/d' + ../../node_modules/react-native-notifications/android/src/main/java/com/wix/reactnativenotifications/RNNotificationsModule.java + - sed -i -e '/maven {/,+2d' ../../node_modules/react-native-document-picker/android/build.gradle + - truncate -s 0 ../../node_modules/react-native/local-cli/server/util/external/xsel + scanignore: + - android/build.gradle + - node_modules/react-native-svg/android/build.gradle + - node_modules/react-native-navigation/android/build.gradle + - node_modules/react-native-image-picker/android/build.gradle + scandelete: + - node_modules + +MaintainerNotes: |- + sed is used to: + * Remove push notifications (see [https://github.com/wix/react-native-notifications/issues/207 this issue]) + * Remove the native Youtube player (see [https://github.com/inProgress-team/react-native-youtube/issues/288 this issue]) + * Remove Play Services from Device Information (see [https://github.com/rebeccahughes/react-native-device-info/issues/381 this issue]) + + scanignore is used to allow the "node_modules/react-native/android" local Maven repository. + +AutoUpdateMode: Version v%v +UpdateCheckMode: Tags +CurrentVersion: 1.15.2 +CurrentVersionCode: 170