summaryrefslogtreecommitdiff
path: root/makima/ios/Sources/Makima/Resources
diff options
context:
space:
mode:
Diffstat (limited to 'makima/ios/Sources/Makima/Resources')
-rw-r--r--makima/ios/Sources/Makima/Resources/Assets.xcassets/AppIcon.appiconset/Contents.json13
-rw-r--r--makima/ios/Sources/Makima/Resources/Assets.xcassets/BrandAccent.colorset/Contents.json20
-rw-r--r--makima/ios/Sources/Makima/Resources/Assets.xcassets/BrandBackground.colorset/Contents.json20
-rw-r--r--makima/ios/Sources/Makima/Resources/Assets.xcassets/Contents.json6
-rw-r--r--makima/ios/Sources/Makima/Resources/Logo/makima-icon-red.svg7
-rw-r--r--makima/ios/Sources/Makima/Resources/Logo/makima-logo.svg7
6 files changed, 73 insertions, 0 deletions
diff --git a/makima/ios/Sources/Makima/Resources/Assets.xcassets/AppIcon.appiconset/Contents.json b/makima/ios/Sources/Makima/Resources/Assets.xcassets/AppIcon.appiconset/Contents.json
new file mode 100644
index 0000000..caefc04
--- /dev/null
+++ b/makima/ios/Sources/Makima/Resources/Assets.xcassets/AppIcon.appiconset/Contents.json
@@ -0,0 +1,13 @@
+{
+ "images": [
+ {
+ "idiom": "universal",
+ "platform": "ios",
+ "size": "1024x1024"
+ }
+ ],
+ "info": {
+ "author": "xcode",
+ "version": 1
+ }
+} \ No newline at end of file
diff --git a/makima/ios/Sources/Makima/Resources/Assets.xcassets/BrandAccent.colorset/Contents.json b/makima/ios/Sources/Makima/Resources/Assets.xcassets/BrandAccent.colorset/Contents.json
new file mode 100644
index 0000000..81e0580
--- /dev/null
+++ b/makima/ios/Sources/Makima/Resources/Assets.xcassets/BrandAccent.colorset/Contents.json
@@ -0,0 +1,20 @@
+{
+ "colors": [
+ {
+ "idiom": "universal",
+ "color": {
+ "color-space": "srgb",
+ "components": {
+ "red": "0.608",
+ "green": "0.765",
+ "blue": "1.000",
+ "alpha": "1.000"
+ }
+ }
+ }
+ ],
+ "info": {
+ "author": "xcode",
+ "version": 1
+ }
+} \ No newline at end of file
diff --git a/makima/ios/Sources/Makima/Resources/Assets.xcassets/BrandBackground.colorset/Contents.json b/makima/ios/Sources/Makima/Resources/Assets.xcassets/BrandBackground.colorset/Contents.json
new file mode 100644
index 0000000..64d84a0
--- /dev/null
+++ b/makima/ios/Sources/Makima/Resources/Assets.xcassets/BrandBackground.colorset/Contents.json
@@ -0,0 +1,20 @@
+{
+ "colors": [
+ {
+ "idiom": "universal",
+ "color": {
+ "color-space": "srgb",
+ "components": {
+ "red": "0.047",
+ "green": "0.090",
+ "blue": "0.161",
+ "alpha": "1.000"
+ }
+ }
+ }
+ ],
+ "info": {
+ "author": "xcode",
+ "version": 1
+ }
+} \ No newline at end of file
diff --git a/makima/ios/Sources/Makima/Resources/Assets.xcassets/Contents.json b/makima/ios/Sources/Makima/Resources/Assets.xcassets/Contents.json
new file mode 100644
index 0000000..c47b5f2
--- /dev/null
+++ b/makima/ios/Sources/Makima/Resources/Assets.xcassets/Contents.json
@@ -0,0 +1,6 @@
+{
+ "info": {
+ "author": "xcode",
+ "version": 1
+ }
+} \ No newline at end of file
diff --git a/makima/ios/Sources/Makima/Resources/Logo/makima-icon-red.svg b/makima/ios/Sources/Makima/Resources/Logo/makima-icon-red.svg
new file mode 100644
index 0000000..ec21830
--- /dev/null
+++ b/makima/ios/Sources/Makima/Resources/Logo/makima-icon-red.svg
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" aria-hidden="true">
+ <circle cx="12" cy="12" r="9.5" stroke="#b30000" stroke-width="2" />
+ <circle cx="12" cy="12" r="6.5" stroke="#b30000" stroke-width="1.6" />
+ <circle cx="12" cy="12" r="3.6" stroke="#b30000" stroke-width="1.6" />
+ <circle cx="12" cy="12" r="1.4" fill="#b30000" />
+</svg>
diff --git a/makima/ios/Sources/Makima/Resources/Logo/makima-logo.svg b/makima/ios/Sources/Makima/Resources/Logo/makima-logo.svg
new file mode 100644
index 0000000..4872d43
--- /dev/null
+++ b/makima/ios/Sources/Makima/Resources/Logo/makima-logo.svg
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none">
+ <circle cx="12" cy="12" r="10" stroke="#003366" stroke-width="2" />
+ <circle cx="12" cy="12" r="7" stroke="#003366" stroke-width="1.6" />
+ <circle cx="12" cy="12" r="4" stroke="#003366" stroke-width="1.6" />
+ <circle cx="12" cy="12" r="1.6" fill="#003366" />
+</svg>