From a07d588c94f68cdc559ceb016c031c9199f0b868 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Sun, 20 Mar 2022 11:52:09 -0400 Subject: we can now build a mac bundle! --- .../AppIcon.appiconset/Contents.json | 65 +++++++++++++++++++++ .../Assets.xcassets/AppIcon.appiconset/icon.png | Bin 0 -> 504 bytes .../Assets.xcassets/AppIcon.appiconset/icon128.png | Bin 0 -> 1680 bytes .../AppIcon.appiconset/icon256-1.png | Bin 0 -> 2625 bytes .../Assets.xcassets/AppIcon.appiconset/icon256.png | Bin 0 -> 2625 bytes .../AppIcon.appiconset/icon32-1.png | Bin 0 -> 735 bytes .../Assets.xcassets/AppIcon.appiconset/icon32.png | Bin 0 -> 735 bytes .../Assets.xcassets/AppIcon.appiconset/icon64.png | Bin 0 -> 1084 bytes macOS/Ether/Assets.xcassets/Contents.json | 6 ++ macOS/Ether/Ether.entitlements | 10 ++++ macOS/Ether/Info.plist | 30 ++++++++++ 11 files changed, 111 insertions(+) create mode 100644 macOS/Ether/Assets.xcassets/AppIcon.appiconset/Contents.json create mode 100644 macOS/Ether/Assets.xcassets/AppIcon.appiconset/icon.png create mode 100644 macOS/Ether/Assets.xcassets/AppIcon.appiconset/icon128.png create mode 100644 macOS/Ether/Assets.xcassets/AppIcon.appiconset/icon256-1.png create mode 100644 macOS/Ether/Assets.xcassets/AppIcon.appiconset/icon256.png create mode 100644 macOS/Ether/Assets.xcassets/AppIcon.appiconset/icon32-1.png create mode 100644 macOS/Ether/Assets.xcassets/AppIcon.appiconset/icon32.png create mode 100644 macOS/Ether/Assets.xcassets/AppIcon.appiconset/icon64.png create mode 100644 macOS/Ether/Assets.xcassets/Contents.json create mode 100644 macOS/Ether/Ether.entitlements create mode 100644 macOS/Ether/Info.plist (limited to 'macOS/Ether') 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 @@ +{ + "images" : [ + { + "size" : "16x16", + "idiom" : "mac", + "filename" : "icon.png", + "scale" : "1x" + }, + { + "size" : "16x16", + "idiom" : "mac", + "filename" : "icon32-1.png", + "scale" : "2x" + }, + { + "size" : "32x32", + "idiom" : "mac", + "filename" : "icon32.png", + "scale" : "1x" + }, + { + "size" : "32x32", + "idiom" : "mac", + "filename" : "icon64.png", + "scale" : "2x" + }, + { + "size" : "128x128", + "idiom" : "mac", + "filename" : "icon128.png", + "scale" : "1x" + }, + { + "size" : "128x128", + "idiom" : "mac", + "filename" : "icon256.png", + "scale" : "2x" + }, + { + "size" : "256x256", + "idiom" : "mac", + "filename" : "icon256-1.png", + "scale" : "1x" + }, + { + "idiom" : "mac", + "size" : "256x256", + "scale" : "2x" + }, + { + "idiom" : "mac", + "size" : "512x512", + "scale" : "1x" + }, + { + "idiom" : "mac", + "size" : "512x512", + "scale" : "2x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ 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 Binary files /dev/null and b/macOS/Ether/Assets.xcassets/AppIcon.appiconset/icon.png 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 Binary files /dev/null and b/macOS/Ether/Assets.xcassets/AppIcon.appiconset/icon128.png 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 Binary files /dev/null and b/macOS/Ether/Assets.xcassets/AppIcon.appiconset/icon256-1.png 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 Binary files /dev/null and b/macOS/Ether/Assets.xcassets/AppIcon.appiconset/icon256.png 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 Binary files /dev/null and b/macOS/Ether/Assets.xcassets/AppIcon.appiconset/icon32-1.png 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 Binary files /dev/null and b/macOS/Ether/Assets.xcassets/AppIcon.appiconset/icon32.png 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 Binary files /dev/null and b/macOS/Ether/Assets.xcassets/AppIcon.appiconset/icon64.png 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 @@ +{ + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ 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 @@ + + + + + com.apple.security.app-sandbox + + com.apple.security.files.user-selected.read-only + + + 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 @@ + + + + + CFBundleDevelopmentRegion + $(DEVELOPMENT_LANGUAGE) + CFBundleExecutable + $(EXECUTABLE_NAME) + CFBundleIconFile + + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + $(PRODUCT_NAME) + CFBundlePackageType + APPL + CFBundleShortVersionString + 1.0 + CFBundleVersion + 1 + LSApplicationCategoryType + public.app-category.games + LSMinimumSystemVersion + $(MACOSX_DEPLOYMENT_TARGET) + NSHumanReadableCopyright + Copyright © 2022 Starla Insigna. All rights reserved. + + -- cgit 1.4.1