new(ci): Add store metadata for iOS & macOS, Remove Android screenshots (#563)

* fix(ci): Remove Android screenshots

* new(ci): [iOS/macOS] Add store metadata
This commit is contained in:
Jagandeep Brar
2022-01-06 21:35:55 -05:00
committed by GitHub
parent 5093b10d0c
commit 0b19c42f63
48 changed files with 182 additions and 3 deletions

11
.gitignore vendored
View File

@@ -52,12 +52,17 @@ macos/LunaSea.app.dSYM.zip
macos/LunaSea.pkg
# Fastlane
/android/fastlane/README.md
/android/fastlane/report.xml
/ios/fastlane/README.md
/ios/fastlane/report.xml
/macos/fastlane/README.md
/macos/fastlane/report.xml
/android/fastlane/Preview.html
/ios/fastlane/Preview.html
/macos/fastlane/Preview.html
/android/fastlane/metadata/android/en-CA/images
/ios/fastlane/screenshots
/ios/fastlane/metadata/review_information
/macos/fastlane/screenshots
/macos/fastlane/metadata/review_information
# Blackbox
/.blackbox/pubring.gpg~

View File

@@ -0,0 +1,40 @@
fastlane documentation
----
# Installation
Make sure you have the latest version of the Xcode command line tools installed:
```sh
xcode-select --install
```
For _fastlane_ installation instructions, see [Installing _fastlane_](https://docs.fastlane.tools/#installing-fastlane)
# Available Actions
## Android
### android alpha
```sh
[bundle exec] fastlane android alpha
```
Deploy a new alpha build to Google Play
### android metadata
```sh
[bundle exec] fastlane android metadata
```
Deploy metadata changes to Google Play
----
This README.md is auto-generated and will be re-generated every time [_fastlane_](https://fastlane.tools) is run.
More information about _fastlane_ can be found on [fastlane.tools](https://fastlane.tools).
The documentation of _fastlane_ can be found on [docs.fastlane.tools](https://docs.fastlane.tools).

Binary file not shown.

Before

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 282 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 471 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 55 KiB

3
ios/fastlane/Deliverfile Normal file
View File

@@ -0,0 +1,3 @@
# The Deliverfile allows you to store various App Store Connect metadata
# For more information, check out the docs
# https://docs.fastlane.tools/actions/deliver/

32
ios/fastlane/README.md Normal file
View File

@@ -0,0 +1,32 @@
fastlane documentation
----
# Installation
Make sure you have the latest version of the Xcode command line tools installed:
```sh
xcode-select --install
```
For _fastlane_ installation instructions, see [Installing _fastlane_](https://docs.fastlane.tools/#installing-fastlane)
# Available Actions
## iOS
### ios alpha
```sh
[bundle exec] fastlane ios alpha
```
Deploy a new alpha build to TestFlight
----
This README.md is auto-generated and will be re-generated every time [_fastlane_](https://fastlane.tools) is run.
More information about _fastlane_ can be found on [fastlane.tools](https://fastlane.tools).
The documentation of _fastlane_ can be found on [docs.fastlane.tools](https://docs.fastlane.tools).

View File

@@ -0,0 +1 @@
2021 Jagandeep Brar

View File

@@ -0,0 +1 @@

View File

@@ -0,0 +1,16 @@
LunaSea is a fully featured, open source self-hosted controller! Focused on giving you a seamless experience between all of your self-hosted media software, LunaSea supports:
- Lidarr
- Radarr
- Sonarr
- NZBGet
- SABnzbd
- Newznab Indexer Searching
- NZBHydra2
- Tautulli
- Wake on LAN
LunaSea even comes with support for multiple instances of applications using profiles, backing up and restoring your configuration to your filesystem, an AMOLED black theme, and more!
> Please note that LunaSea is purely a remote control application, it does not offer any functionality without software installed on a server/computer.

View File

@@ -0,0 +1 @@
usenet,sonarr,radarr,lidarr,sabnzbd,nzbget,tautulli,torrent,plex,server,wakeonlan,nzbhydra,deluge

View File

@@ -0,0 +1 @@

View File

@@ -0,0 +1 @@
LunaSea

View File

@@ -0,0 +1 @@
https://www.lunasea.app/privacy-policy

View File

@@ -0,0 +1 @@

View File

@@ -0,0 +1 @@

View File

@@ -0,0 +1 @@
Self-Hosted Controller

View File

@@ -0,0 +1 @@
https://www.lunasea.app

View File

@@ -0,0 +1 @@
UTILITIES

View File

@@ -0,0 +1 @@

View File

@@ -0,0 +1 @@

View File

@@ -0,0 +1 @@
PRODUCTIVITY

View File

@@ -0,0 +1 @@

View File

@@ -0,0 +1 @@

View File

@@ -0,0 +1,3 @@
# The Deliverfile allows you to store various App Store Connect metadata
# For more information, check out the docs
# https://docs.fastlane.tools/actions/deliver/

32
macos/fastlane/README.md Normal file
View File

@@ -0,0 +1,32 @@
fastlane documentation
----
# Installation
Make sure you have the latest version of the Xcode command line tools installed:
```sh
xcode-select --install
```
For _fastlane_ installation instructions, see [Installing _fastlane_](https://docs.fastlane.tools/#installing-fastlane)
# Available Actions
## iOS
### ios alpha
```sh
[bundle exec] fastlane ios alpha
```
Deploy a new alpha build to TestFlight
----
This README.md is auto-generated and will be re-generated every time [_fastlane_](https://fastlane.tools) is run.
More information about _fastlane_ can be found on [fastlane.tools](https://fastlane.tools).
The documentation of _fastlane_ can be found on [docs.fastlane.tools](https://docs.fastlane.tools).

View File

@@ -0,0 +1 @@
2021 Jagandeep Brar

View File

@@ -0,0 +1 @@

View File

@@ -0,0 +1,16 @@
LunaSea is a fully featured, open source self-hosted controller! Focused on giving you a seamless experience between all of your self-hosted media software, LunaSea supports:
- Lidarr
- Radarr
- Sonarr
- NZBGet
- SABnzbd
- Newznab Indexer Searching
- NZBHydra2
- Tautulli
- Wake on LAN
LunaSea even comes with support for multiple instances of applications using profiles, backing up and restoring your configuration to your filesystem, an AMOLED black theme, and more!
> Please note that LunaSea is purely a remote control application, it does not offer any functionality without software installed on a server/computer.

View File

@@ -0,0 +1 @@
usenet,sonarr,radarr,lidarr,sabnzbd,nzbget,tautulli,torrent,plex,server,wakeonlan,nzbhydra,deluge

View File

@@ -0,0 +1 @@

View File

@@ -0,0 +1 @@
LunaSea

View File

@@ -0,0 +1 @@
https://www.lunasea.app/privacy-policy

View File

@@ -0,0 +1 @@

View File

@@ -0,0 +1 @@

View File

@@ -0,0 +1 @@
Self-Hosted Controller

View File

@@ -0,0 +1 @@
https://www.lunasea.app

View File

@@ -0,0 +1 @@
UTILITIES

View File

@@ -0,0 +1 @@

View File

@@ -0,0 +1 @@

View File

@@ -0,0 +1 @@
PRODUCTIVITY

View File

@@ -0,0 +1 @@

View File

@@ -0,0 +1 @@