forked from appfair/App
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathApp.yml
More file actions
27 lines (21 loc) · 921 Bytes
/
App.yml
File metadata and controls
27 lines (21 loc) · 921 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# App metadata; see https://appfair.net/#App.yml
# Fastlane metadata keys:
# https://docs.fastlane.tools/actions/deliver/#non-localized-metadata
# Note: localized keys for app title, subtitle, description, etc.
# should defined in localized resources instead of here:
# Sources/App/Resources/*.lproj/Localizable.strings
app:
primary_category: 'UTILITIES'
secondary_category: 'PRODUCTIVITY'
markets:
#testflight: '0123456789' # the assigned TestFlight id
#appstore: '0123456789' # the assigned App Store id
#playstore: '123456543210' # the assigned Play Store id
# Pages / Jekyll configuration::
remote_theme: appfair/fairapp-theme
# the app icon is generated from a simple SVG path and a tint color
icon:
# gradient tint color (symbolic name or "#RRGGBB")
tint: 'red'
# SVG path to place in the center of the icon
path: 'M0 200 v-200 h200 a100,100 90 0,1 0,200 a100,100 90 0,1 -200,0 z'