mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-21 08:55:42 +03:00
alternative_package.sh: Add {foss,fcm} variants
Change-Id: If4d3ced0ab55292278bee4f72fd7b12468206a9a
This commit is contained in:
parent
4918b7e7bf
commit
eef49dbc9f
11 changed files with 16 additions and 6 deletions
|
@ -103,13 +103,19 @@ sed -i "s|SchildiChat|$name_replace|g" `find "$fastlane_dir/metadata/android" -n
|
|||
|
||||
|
||||
if [ "$package_add" = "testing.foss" ]; then
|
||||
find "$fastlane_dir" -name full_description.txt -exec cp "$fastlane_dir/../fastlane_testing/foss_full_description.txt" '{}' \;
|
||||
find "$fastlane_dir" -name short_description.txt -exec cp "$fastlane_dir/../fastlane_testing/foss_short_description.txt" '{}' \;
|
||||
find "$fastlane_dir" -name full_description.txt -exec cp "$fastlane_dir/../fastlane_alternatives/testing_foss_full_description.txt" '{}' \;
|
||||
find "$fastlane_dir" -name short_description.txt -exec cp "$fastlane_dir/../fastlane_alternatives/testing_foss_short_description.txt" '{}' \;
|
||||
logo_beta
|
||||
elif [ "$package_add" = "testing.fcm" ]; then
|
||||
find "$fastlane_dir" -name full_description.txt -exec cp "$fastlane_dir/../fastlane_testing/fcm_full_description.txt" '{}' \;
|
||||
find "$fastlane_dir" -name short_description.txt -exec cp "$fastlane_dir/../fastlane_testing/fcm_short_description.txt" '{}' \;
|
||||
find "$fastlane_dir" -name full_description.txt -exec cp "$fastlane_dir/../fastlane_alternatives/testing_fcm_full_description.txt" '{}' \;
|
||||
find "$fastlane_dir" -name short_description.txt -exec cp "$fastlane_dir/../fastlane_alternatives/testing_fcm_short_description.txt" '{}' \;
|
||||
logo_beta
|
||||
elif [ "$package_add" = "foss" ]; then
|
||||
find "$fastlane_dir" -name full_description.txt -exec cp "$fastlane_dir/../fastlane_alternatives/foss_full_description.txt" '{}' \;
|
||||
find "$fastlane_dir" -name short_description.txt -exec cp "$fastlane_dir/../fastlane_alternatives/foss_short_description.txt" '{}' \;
|
||||
elif [ "$package_add" = "fcm" ]; then
|
||||
find "$fastlane_dir" -name full_description.txt -exec cp "$fastlane_dir/../fastlane_alternatives/fcm_full_description.txt" '{}' \;
|
||||
find "$fastlane_dir" -name short_description.txt -exec cp "$fastlane_dir/../fastlane_alternatives/fcm_short_description.txt" '{}' \;
|
||||
fi
|
||||
|
||||
git add -A
|
||||
|
|
1
fastlane_alternatives/fcm_full_description.txt
Normal file
1
fastlane_alternatives/fcm_full_description.txt
Normal file
|
@ -0,0 +1 @@
|
|||
Variant of SchildiChat with proprietary (Google) push notifications
|
1
fastlane_alternatives/fcm_short_description.txt
Normal file
1
fastlane_alternatives/fcm_short_description.txt
Normal file
|
@ -0,0 +1 @@
|
|||
Variant of SchildiChat with proprietary (Google) push notifications
|
1
fastlane_alternatives/foss_full_description.txt
Normal file
1
fastlane_alternatives/foss_full_description.txt
Normal file
|
@ -0,0 +1 @@
|
|||
FOSS variant of SchildiChat without proprietary push notifications
|
1
fastlane_alternatives/foss_short_description.txt
Normal file
1
fastlane_alternatives/foss_short_description.txt
Normal file
|
@ -0,0 +1 @@
|
|||
FOSS variant of SchildiChat without proprietary push notifications
|
1
fastlane_alternatives/testing_foss_full_description.txt
Normal file
1
fastlane_alternatives/testing_foss_full_description.txt
Normal file
|
@ -0,0 +1 @@
|
|||
SchildiChat test release, FOSS variant without proprietary push notifications
|
1
fastlane_alternatives/testing_foss_short_description.txt
Normal file
1
fastlane_alternatives/testing_foss_short_description.txt
Normal file
|
@ -0,0 +1 @@
|
|||
SchildiChat test release, FOSS variant without proprietary push notifications
|
|
@ -1 +0,0 @@
|
|||
SchildiChat test release, F-Droid variant without proprietary push notifications
|
|
@ -1 +0,0 @@
|
|||
SchildiChat test release, F-Droid variant without proprietary push notifications
|
Loading…
Reference in a new issue