فهرست منبع

[fastlane] Add frameit keyword/title data

Note that only German, French, and English have been added so far.
Design/content for the framed screenshots are BASIC and NEEDS
IMPROVEMENT.
Mike JS. Choi 7 سال پیش
والد
کامیت
a19889e9d7

+ 50 - 0
fastlane/screenshots/Framefile.json

@@ -0,0 +1,50 @@
+{
+  "default": {
+    "keyword": {
+      "fonts": [
+        {
+          "font": "./fonts/SF-Pro-Display-Regular.otf",
+          "supported": ["en", "de", "fr", "ko"]
+        }
+      ]
+    },
+    "title": {
+      "fonts": [
+        {
+          "font": "./fonts/SF-Pro-Display-Regular.otf",
+          "supported": ["en", "de", "fr", "ko"]
+        }
+      ],
+      "color": "#000000"
+    },
+    "background": "./background.jpg",
+    "padding": 50
+  },
+
+  "data": [
+    {
+      "filter": "playback",
+      "keyword": {
+        "color": "#ff8800"
+      }
+    },
+    {
+      "filter": "audio",
+      "keyword": {
+        "color": "#ff8800"
+      }
+    },
+    {
+      "filter": "network",
+      "keyword": {
+        "color": "#ff8800"
+      }
+    },
+    {
+      "filter": "video",
+      "keyword": {
+        "color": "#ff8800"
+      }
+    }
+  ]
+}

BIN
fastlane/screenshots/background.jpg


BIN
fastlane/screenshots/de/keyword.strings


BIN
fastlane/screenshots/de/title.strings


BIN
fastlane/screenshots/en/keyword.strings


BIN
fastlane/screenshots/en/title.strings


BIN
fastlane/screenshots/fonts/SF-Pro-Display-Regular.otf


BIN
fastlane/screenshots/fr/keyword.strings


BIN
fastlane/screenshots/fr/title.strings