From 8f7a7e17a5e99c356717fb813856505bd9e75dd5 Mon Sep 17 00:00:00 2001 From: tateisu Date: Fri, 2 Dec 2022 17:05:36 +0900 Subject: [PATCH] format full_description.txt from full_description.pl --- .../android/en-US/full_description.pl | 46 +++++++++++++++++++ .../android/en-US/full_description.txt | 22 +-------- 2 files changed, 47 insertions(+), 21 deletions(-) create mode 100644 fastlane/metadata/android/en-US/full_description.pl diff --git a/fastlane/metadata/android/en-US/full_description.pl b/fastlane/metadata/android/en-US/full_description.pl new file mode 100644 index 00000000..b47c8201 --- /dev/null +++ b/fastlane/metadata/android/en-US/full_description.pl @@ -0,0 +1,46 @@ +#!/usr/bin/perl -- +use strict; +use warnings; +use utf8; +use feature qw(say); + +my $file = $0; +$file =~ s/\.pl$/\.txt/; + +local $/=undef; +my $text = ; + +$text =~ s/[\x00-\x20]+/ /g; +$text =~ s/\A //; +$text =~ s/ \z//; +$text =~ s/> />/g; +$text =~ s/ :utf8",$file) or die "$file $!"; +say $fh $text; +close($fh) or die "$file $!"; + + +__DATA__ + +

Mastodon client for Android 8.0 or later.

+ +

Also this app has partially support for Misskey. But it does not include function to use message, drive, reversi, widget.

+ +

# Multiple accounts, Multiple columns:

+ + +

# Cross account action:

+ + +

# Other informations:

+ diff --git a/fastlane/metadata/android/en-US/full_description.txt b/fastlane/metadata/android/en-US/full_description.txt index 1c4f6090..01eaa9ac 100644 --- a/fastlane/metadata/android/en-US/full_description.txt +++ b/fastlane/metadata/android/en-US/full_description.txt @@ -1,21 +1 @@ -

Mastodon client for Android 8.0 or later.

- -

Also this app has partially support for Misskey. But it does not include function to use message, drive, reversi, widget.

- -

# Multiple accounts, Multiple columns:

- - -

# Cross account action:

- - -

# Other informations:

- +

Mastodon client for Android 8.0 or later.

Also this app has partially support for Misskey. But it does not include function to use message, drive, reversi, widget.

# Multiple accounts, Multiple columns:

# Cross account action:

# Other informations: