diff options
Diffstat (limited to 'macOS/Ether')
-rw-r--r-- | macOS/Ether/Assets.xcassets/AppIcon.appiconset/Contents.json | 65 | ||||
-rw-r--r-- | macOS/Ether/Assets.xcassets/AppIcon.appiconset/icon.png | bin | 0 -> 504 bytes | |||
-rw-r--r-- | macOS/Ether/Assets.xcassets/AppIcon.appiconset/icon128.png | bin | 0 -> 1680 bytes | |||
-rw-r--r-- | macOS/Ether/Assets.xcassets/AppIcon.appiconset/icon256-1.png | bin | 0 -> 2625 bytes | |||
-rw-r--r-- | macOS/Ether/Assets.xcassets/AppIcon.appiconset/icon256.png | bin | 0 -> 2625 bytes | |||
-rw-r--r-- | macOS/Ether/Assets.xcassets/AppIcon.appiconset/icon32-1.png | bin | 0 -> 735 bytes | |||
-rw-r--r-- | macOS/Ether/Assets.xcassets/AppIcon.appiconset/icon32.png | bin | 0 -> 735 bytes | |||
-rw-r--r-- | macOS/Ether/Assets.xcassets/AppIcon.appiconset/icon64.png | bin | 0 -> 1084 bytes | |||
-rw-r--r-- | macOS/Ether/Assets.xcassets/Contents.json | 6 | ||||
-rw-r--r-- | macOS/Ether/Ether.entitlements | 10 | ||||
-rw-r--r-- | macOS/Ether/Info.plist | 30 |
11 files changed, 111 insertions, 0 deletions
diff --git a/macOS/Ether/Assets.xcassets/AppIcon.appiconset/Contents.json b/macOS/Ether/Assets.xcassets/AppIcon.appiconset/Contents.json new file mode 100644 index 0000000..388036d --- /dev/null +++ b/macOS/Ether/Assets.xcassets/AppIcon.appiconset/Contents.json | |||
@@ -0,0 +1,65 @@ | |||
1 | { | ||
2 | "images" : [ | ||
3 | { | ||
4 | "size" : "16x16", | ||
5 | "idiom" : "mac", | ||
6 | "filename" : "icon.png", | ||
7 | "scale" : "1x" | ||
8 | }, | ||
9 | { | ||
10 | "size" : "16x16", | ||
11 | "idiom" : "mac", | ||
12 | "filename" : "icon32-1.png", | ||
13 | "scale" : "2x" | ||
14 | }, | ||
15 | { | ||
16 | "size" : "32x32", | ||
17 | "idiom" : "mac", | ||
18 | "filename" : "icon32.png", | ||
19 | "scale" : "1x" | ||
20 | }, | ||
21 | { | ||
22 | "size" : "32x32", | ||
23 | "idiom" : "mac", | ||
24 | "filename" : "icon64.png", | ||
25 | "scale" : "2x" | ||
26 | }, | ||
27 | { | ||
28 | "size" : "128x128", | ||
29 | "idiom" : "mac", | ||
30 | "filename" : "icon128.png", | ||
31 | "scale" : "1x" | ||
32 | }, | ||
33 | { | ||
34 | "size" : "128x128", | ||
35 | "idiom" : "mac", | ||
36 | "filename" : "icon256.png", | ||
37 | "scale" : "2x" | ||
38 | }, | ||
39 | { | ||
40 | "size" : "256x256", | ||
41 | "idiom" : "mac", | ||
42 | "filename" : "icon256-1.png", | ||
43 | "scale" : "1x" | ||
44 | }, | ||
45 | { | ||
46 | "idiom" : "mac", | ||
47 | "size" : "256x256", | ||
48 | "scale" : "2x" | ||
49 | }, | ||
50 | { | ||
51 | "idiom" : "mac", | ||
52 | "size" : "512x512", | ||
53 | "scale" : "1x" | ||
54 | }, | ||
55 | { | ||
56 | "idiom" : "mac", | ||
57 | "size" : "512x512", | ||
58 | "scale" : "2x" | ||
59 | } | ||
60 | ], | ||
61 | "info" : { | ||
62 | "version" : 1, | ||
63 | "author" : "xcode" | ||
64 | } | ||
65 | } \ No newline at end of file | ||
diff --git a/macOS/Ether/Assets.xcassets/AppIcon.appiconset/icon.png b/macOS/Ether/Assets.xcassets/AppIcon.appiconset/icon.png new file mode 100644 index 0000000..0b43935 --- /dev/null +++ b/macOS/Ether/Assets.xcassets/AppIcon.appiconset/icon.png | |||
Binary files differ | |||
diff --git a/macOS/Ether/Assets.xcassets/AppIcon.appiconset/icon128.png b/macOS/Ether/Assets.xcassets/AppIcon.appiconset/icon128.png new file mode 100644 index 0000000..eff7e8d --- /dev/null +++ b/macOS/Ether/Assets.xcassets/AppIcon.appiconset/icon128.png | |||
Binary files differ | |||
diff --git a/macOS/Ether/Assets.xcassets/AppIcon.appiconset/icon256-1.png b/macOS/Ether/Assets.xcassets/AppIcon.appiconset/icon256-1.png new file mode 100644 index 0000000..37b6894 --- /dev/null +++ b/macOS/Ether/Assets.xcassets/AppIcon.appiconset/icon256-1.png | |||
Binary files differ | |||
diff --git a/macOS/Ether/Assets.xcassets/AppIcon.appiconset/icon256.png b/macOS/Ether/Assets.xcassets/AppIcon.appiconset/icon256.png new file mode 100644 index 0000000..37b6894 --- /dev/null +++ b/macOS/Ether/Assets.xcassets/AppIcon.appiconset/icon256.png | |||
Binary files differ | |||
diff --git a/macOS/Ether/Assets.xcassets/AppIcon.appiconset/icon32-1.png b/macOS/Ether/Assets.xcassets/AppIcon.appiconset/icon32-1.png new file mode 100644 index 0000000..580c814 --- /dev/null +++ b/macOS/Ether/Assets.xcassets/AppIcon.appiconset/icon32-1.png | |||
Binary files differ | |||
diff --git a/macOS/Ether/Assets.xcassets/AppIcon.appiconset/icon32.png b/macOS/Ether/Assets.xcassets/AppIcon.appiconset/icon32.png new file mode 100644 index 0000000..580c814 --- /dev/null +++ b/macOS/Ether/Assets.xcassets/AppIcon.appiconset/icon32.png | |||
Binary files differ | |||
diff --git a/macOS/Ether/Assets.xcassets/AppIcon.appiconset/icon64.png b/macOS/Ether/Assets.xcassets/AppIcon.appiconset/icon64.png new file mode 100644 index 0000000..b04357b --- /dev/null +++ b/macOS/Ether/Assets.xcassets/AppIcon.appiconset/icon64.png | |||
Binary files differ | |||
diff --git a/macOS/Ether/Assets.xcassets/Contents.json b/macOS/Ether/Assets.xcassets/Contents.json new file mode 100644 index 0000000..da4a164 --- /dev/null +++ b/macOS/Ether/Assets.xcassets/Contents.json | |||
@@ -0,0 +1,6 @@ | |||
1 | { | ||
2 | "info" : { | ||
3 | "version" : 1, | ||
4 | "author" : "xcode" | ||
5 | } | ||
6 | } \ No newline at end of file | ||
diff --git a/macOS/Ether/Ether.entitlements b/macOS/Ether/Ether.entitlements new file mode 100644 index 0000000..f2ef3ae --- /dev/null +++ b/macOS/Ether/Ether.entitlements | |||
@@ -0,0 +1,10 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8"?> | ||
2 | <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
3 | <plist version="1.0"> | ||
4 | <dict> | ||
5 | <key>com.apple.security.app-sandbox</key> | ||
6 | <true/> | ||
7 | <key>com.apple.security.files.user-selected.read-only</key> | ||
8 | <true/> | ||
9 | </dict> | ||
10 | </plist> | ||
diff --git a/macOS/Ether/Info.plist b/macOS/Ether/Info.plist new file mode 100644 index 0000000..98b16f1 --- /dev/null +++ b/macOS/Ether/Info.plist | |||
@@ -0,0 +1,30 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8"?> | ||
2 | <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
3 | <plist version="1.0"> | ||
4 | <dict> | ||
5 | <key>CFBundleDevelopmentRegion</key> | ||
6 | <string>$(DEVELOPMENT_LANGUAGE)</string> | ||
7 | <key>CFBundleExecutable</key> | ||
8 | <string>$(EXECUTABLE_NAME)</string> | ||
9 | <key>CFBundleIconFile</key> | ||
10 | <string></string> | ||
11 | <key>CFBundleIdentifier</key> | ||
12 | <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string> | ||
13 | <key>CFBundleInfoDictionaryVersion</key> | ||
14 | <string>6.0</string> | ||
15 | <key>CFBundleName</key> | ||
16 | <string>$(PRODUCT_NAME)</string> | ||
17 | <key>CFBundlePackageType</key> | ||
18 | <string>APPL</string> | ||
19 | <key>CFBundleShortVersionString</key> | ||
20 | <string>1.0</string> | ||
21 | <key>CFBundleVersion</key> | ||
22 | <string>1</string> | ||
23 | <key>LSApplicationCategoryType</key> | ||
24 | <string>public.app-category.games</string> | ||
25 | <key>LSMinimumSystemVersion</key> | ||
26 | <string>$(MACOSX_DEPLOYMENT_TARGET)</string> | ||
27 | <key>NSHumanReadableCopyright</key> | ||
28 | <string>Copyright © 2022 Starla Insigna. All rights reserved.</string> | ||
29 | </dict> | ||
30 | </plist> | ||