fastlane supply basic scaffold
This commit is contained in:
parent
8ef60104f0
commit
0b45ccabf5
3
frontend/ios/fastlane/Deliverfile
Normal file
3
frontend/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/
|
1
frontend/ios/fastlane/metadata/copyright.txt
Normal file
1
frontend/ios/fastlane/metadata/copyright.txt
Normal file
@ -0,0 +1 @@
|
||||
|
@ -0,0 +1 @@
|
||||
|
1
frontend/ios/fastlane/metadata/en-US/description.txt
Normal file
1
frontend/ios/fastlane/metadata/en-US/description.txt
Normal file
@ -0,0 +1 @@
|
||||
|
1
frontend/ios/fastlane/metadata/en-US/keywords.txt
Normal file
1
frontend/ios/fastlane/metadata/en-US/keywords.txt
Normal file
@ -0,0 +1 @@
|
||||
|
1
frontend/ios/fastlane/metadata/en-US/marketing_url.txt
Normal file
1
frontend/ios/fastlane/metadata/en-US/marketing_url.txt
Normal file
@ -0,0 +1 @@
|
||||
|
1
frontend/ios/fastlane/metadata/en-US/name.txt
Normal file
1
frontend/ios/fastlane/metadata/en-US/name.txt
Normal file
@ -0,0 +1 @@
|
||||
Testing RM
|
1
frontend/ios/fastlane/metadata/en-US/privacy_url.txt
Normal file
1
frontend/ios/fastlane/metadata/en-US/privacy_url.txt
Normal file
@ -0,0 +1 @@
|
||||
|
@ -0,0 +1 @@
|
||||
|
1
frontend/ios/fastlane/metadata/en-US/release_notes.txt
Normal file
1
frontend/ios/fastlane/metadata/en-US/release_notes.txt
Normal file
@ -0,0 +1 @@
|
||||
|
1
frontend/ios/fastlane/metadata/en-US/subtitle.txt
Normal file
1
frontend/ios/fastlane/metadata/en-US/subtitle.txt
Normal file
@ -0,0 +1 @@
|
||||
|
1
frontend/ios/fastlane/metadata/en-US/support_url.txt
Normal file
1
frontend/ios/fastlane/metadata/en-US/support_url.txt
Normal file
@ -0,0 +1 @@
|
||||
|
1
frontend/ios/fastlane/metadata/primary_category.txt
Normal file
1
frontend/ios/fastlane/metadata/primary_category.txt
Normal file
@ -0,0 +1 @@
|
||||
|
@ -0,0 +1 @@
|
||||
|
@ -0,0 +1 @@
|
||||
|
@ -0,0 +1 @@
|
||||
|
@ -0,0 +1 @@
|
||||
|
@ -0,0 +1 @@
|
||||
|
@ -0,0 +1 @@
|
||||
|
@ -0,0 +1 @@
|
||||
|
@ -0,0 +1 @@
|
||||
|
@ -0,0 +1 @@
|
||||
|
1
frontend/ios/fastlane/metadata/secondary_category.txt
Normal file
1
frontend/ios/fastlane/metadata/secondary_category.txt
Normal file
@ -0,0 +1 @@
|
||||
|
@ -0,0 +1 @@
|
||||
|
@ -0,0 +1 @@
|
||||
|
30
frontend/ios/fastlane/screenshots/README.txt
Normal file
30
frontend/ios/fastlane/screenshots/README.txt
Normal file
@ -0,0 +1,30 @@
|
||||
## Screenshots Naming Rules
|
||||
|
||||
Put all screenshots you want to use inside the folder of its language (e.g. `en-US`).
|
||||
The device type will automatically be recognized using the image resolution.
|
||||
|
||||
The screenshots can be named whatever you want, but keep in mind they are sorted
|
||||
alphabetically, in a human-friendly way. See https://github.com/fastlane/fastlane/pull/18200 for more details.
|
||||
|
||||
### Exceptions
|
||||
|
||||
#### iPad Pro (3rd Gen) 12.9"
|
||||
|
||||
Since iPad Pro (3rd Gen) 12.9" and iPad Pro (2nd Gen) 12.9" have the same image
|
||||
resolution, screenshots of the iPad Pro (3rd gen) 12.9" must contain either the
|
||||
string `iPad Pro (12.9-inch) (3rd generation)`, `IPAD_PRO_3GEN_129`, or `ipadPro129`
|
||||
(App Store Connect's internal naming of the display family for the 3rd generation iPad Pro)
|
||||
in its filename to be assigned the correct display family and to be uploaded to
|
||||
the correct screenshot slot in your app's metadata.
|
||||
|
||||
### Other Platforms
|
||||
|
||||
#### Apple TV
|
||||
|
||||
Apple TV screenshots should be stored in a subdirectory named `appleTV` with language
|
||||
folders inside of it.
|
||||
|
||||
#### iMessage
|
||||
|
||||
iMessage screenshots, like the Apple TV ones, should also be stored in a subdirectory
|
||||
named `iMessage`, with language folders inside of it.
|
Loading…
x
Reference in New Issue
Block a user