diff --git a/metadata/app.siftrecipes.yml b/metadata/app.siftrecipes.yml new file mode 100644 index 0000000000..2274dd9de9 --- /dev/null +++ b/metadata/app.siftrecipes.yml @@ -0,0 +1,45 @@ +Categories: + - Recipe Manager +License: MIT +AuthorName: Mats Cornegoor +AuthorWebSite: https://matscornegoor.nl +SourceCode: https://github.com/matscornegoor/sift-recipe-keeper +IssueTracker: https://github.com/matscornegoor/sift-recipe-keeper/issues + +AutoName: Sift + +RepoType: git +Repo: https://github.com/matscornegoor/sift-recipe-keeper.git + +Builds: + - versionName: 1.0.2 + versionCode: 3 + commit: v1.0.2 + subdir: android/app + sudo: + - sysctl fs.inotify.max_user_watches=524288 || true + - apt-get update + - apt-get install -y npm + init: + - cd ../.. + - npm install + gradle: + - yes + scanignore: + - node_modules/jsc-android + - node_modules/@react-native-async-storage/async-storage/android/build.gradle + - node_modules/@react-native-community/netinfo/android/build.gradle + - node_modules/react-native-image-picker/android/build.gradle + - node_modules/react-native-reanimated/android/build.gradle + - node_modules/react-native-safe-area-context/android/build.gradle + - node_modules/react-native-screens/android/build.gradle + - node_modules/react-native-share/android/build.gradle + - node_modules/react-native-vector-icons/android/build.gradle + - node_modules/react-native-webview/android/build.gradle + scandelete: + - node_modules/ + +AutoUpdateMode: Version +UpdateCheckMode: Tags +CurrentVersion: 1.0.2 +CurrentVersionCode: 3