new(ci): Add store metadata for iOS & macOS, Remove Android screenshots (#563)
* fix(ci): Remove Android screenshots * new(ci): [iOS/macOS] Add store metadata
11
.gitignore
vendored
@@ -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~
|
||||
|
||||
40
android/fastlane/README.md
Normal 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).
|
||||
|
Before Width: | Height: | Size: 30 KiB |
|
Before Width: | Height: | Size: 15 KiB |
|
Before Width: | Height: | Size: 1.2 MiB |
|
Before Width: | Height: | Size: 282 KiB |
|
Before Width: | Height: | Size: 1.0 MiB |
|
Before Width: | Height: | Size: 56 KiB |
|
Before Width: | Height: | Size: 471 KiB |
|
Before Width: | Height: | Size: 55 KiB |
3
ios/fastlane/Deliverfile
Normal 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
@@ -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).
|
||||
1
ios/fastlane/metadata/copyright.txt
Normal file
@@ -0,0 +1 @@
|
||||
2021 Jagandeep Brar
|
||||
1
ios/fastlane/metadata/en-CA/apple_tv_privacy_policy.txt
Normal file
@@ -0,0 +1 @@
|
||||
|
||||
16
ios/fastlane/metadata/en-CA/description.txt
Normal 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.
|
||||
1
ios/fastlane/metadata/en-CA/keywords.txt
Normal file
@@ -0,0 +1 @@
|
||||
usenet,sonarr,radarr,lidarr,sabnzbd,nzbget,tautulli,torrent,plex,server,wakeonlan,nzbhydra,deluge
|
||||
1
ios/fastlane/metadata/en-CA/marketing_url.txt
Normal file
@@ -0,0 +1 @@
|
||||
|
||||
1
ios/fastlane/metadata/en-CA/name.txt
Normal file
@@ -0,0 +1 @@
|
||||
LunaSea
|
||||
1
ios/fastlane/metadata/en-CA/privacy_url.txt
Normal file
@@ -0,0 +1 @@
|
||||
https://www.lunasea.app/privacy-policy
|
||||
1
ios/fastlane/metadata/en-CA/promotional_text.txt
Normal file
@@ -0,0 +1 @@
|
||||
|
||||
1
ios/fastlane/metadata/en-CA/release_notes.txt
Normal file
@@ -0,0 +1 @@
|
||||
|
||||
1
ios/fastlane/metadata/en-CA/subtitle.txt
Normal file
@@ -0,0 +1 @@
|
||||
Self-Hosted Controller
|
||||
1
ios/fastlane/metadata/en-CA/support_url.txt
Normal file
@@ -0,0 +1 @@
|
||||
https://www.lunasea.app
|
||||
1
ios/fastlane/metadata/primary_category.txt
Normal file
@@ -0,0 +1 @@
|
||||
UTILITIES
|
||||
1
ios/fastlane/metadata/primary_first_sub_category.txt
Normal file
@@ -0,0 +1 @@
|
||||
|
||||
1
ios/fastlane/metadata/primary_second_sub_category.txt
Normal file
@@ -0,0 +1 @@
|
||||
|
||||
1
ios/fastlane/metadata/secondary_category.txt
Normal file
@@ -0,0 +1 @@
|
||||
PRODUCTIVITY
|
||||
1
ios/fastlane/metadata/secondary_first_sub_category.txt
Normal file
@@ -0,0 +1 @@
|
||||
|
||||
1
ios/fastlane/metadata/secondary_second_sub_category.txt
Normal file
@@ -0,0 +1 @@
|
||||
|
||||
3
macos/fastlane/Deliverfile
Normal 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
@@ -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).
|
||||
1
macos/fastlane/metadata/copyright.txt
Normal file
@@ -0,0 +1 @@
|
||||
2021 Jagandeep Brar
|
||||
@@ -0,0 +1 @@
|
||||
|
||||
16
macos/fastlane/metadata/en-CA/description.txt
Normal 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.
|
||||
1
macos/fastlane/metadata/en-CA/keywords.txt
Normal file
@@ -0,0 +1 @@
|
||||
usenet,sonarr,radarr,lidarr,sabnzbd,nzbget,tautulli,torrent,plex,server,wakeonlan,nzbhydra,deluge
|
||||
1
macos/fastlane/metadata/en-CA/marketing_url.txt
Normal file
@@ -0,0 +1 @@
|
||||
|
||||
1
macos/fastlane/metadata/en-CA/name.txt
Normal file
@@ -0,0 +1 @@
|
||||
LunaSea
|
||||
1
macos/fastlane/metadata/en-CA/privacy_url.txt
Normal file
@@ -0,0 +1 @@
|
||||
https://www.lunasea.app/privacy-policy
|
||||
1
macos/fastlane/metadata/en-CA/promotional_text.txt
Normal file
@@ -0,0 +1 @@
|
||||
|
||||
1
macos/fastlane/metadata/en-CA/release_notes.txt
Normal file
@@ -0,0 +1 @@
|
||||
|
||||
1
macos/fastlane/metadata/en-CA/subtitle.txt
Normal file
@@ -0,0 +1 @@
|
||||
Self-Hosted Controller
|
||||
1
macos/fastlane/metadata/en-CA/support_url.txt
Normal file
@@ -0,0 +1 @@
|
||||
https://www.lunasea.app
|
||||
1
macos/fastlane/metadata/primary_category.txt
Normal file
@@ -0,0 +1 @@
|
||||
UTILITIES
|
||||
1
macos/fastlane/metadata/primary_first_sub_category.txt
Normal file
@@ -0,0 +1 @@
|
||||
|
||||
1
macos/fastlane/metadata/primary_second_sub_category.txt
Normal file
@@ -0,0 +1 @@
|
||||
|
||||
1
macos/fastlane/metadata/secondary_category.txt
Normal file
@@ -0,0 +1 @@
|
||||
PRODUCTIVITY
|
||||
1
macos/fastlane/metadata/secondary_first_sub_category.txt
Normal file
@@ -0,0 +1 @@
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
|
||||