diff --git a/.gitignore b/.gitignore index dfd8352..ea11af5 100644 --- a/.gitignore +++ b/.gitignore @@ -2,7 +2,6 @@ build dist *.o *.pak -starfighter # Mac OS X *.DS_Store diff --git a/mac/starfighter/Assets.xcassets/AppIcon.appiconset/Contents.json b/mac/starfighter/Assets.xcassets/AppIcon.appiconset/Contents.json new file mode 100644 index 0000000..0715d30 --- /dev/null +++ b/mac/starfighter/Assets.xcassets/AppIcon.appiconset/Contents.json @@ -0,0 +1,59 @@ +{ + "images" : [ + { + "idiom" : "mac", + "size" : "16x16", + "scale" : "1x" + }, + { + "idiom" : "mac", + "size" : "16x16", + "scale" : "2x" + }, + { + "idiom" : "mac", + "size" : "32x32", + "scale" : "1x" + }, + { + "idiom" : "mac", + "size" : "32x32", + "scale" : "2x" + }, + { + "idiom" : "mac", + "size" : "128x128", + "scale" : "1x" + }, + { + "idiom" : "mac", + "size" : "128x128", + "scale" : "2x" + }, + { + "idiom" : "mac", + "size" : "256x256", + "scale" : "1x" + }, + { + "idiom" : "mac", + "size" : "256x256", + "scale" : "2x" + }, + { + "size" : "512x512", + "idiom" : "mac", + "filename" : "web_hi_res_512.png", + "scale" : "1x" + }, + { + "idiom" : "mac", + "size" : "512x512", + "scale" : "2x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/mac/starfighter/Assets.xcassets/AppIcon.appiconset/web_hi_res_512.png b/mac/starfighter/Assets.xcassets/AppIcon.appiconset/web_hi_res_512.png new file mode 100644 index 0000000..d48ab42 Binary files /dev/null and b/mac/starfighter/Assets.xcassets/AppIcon.appiconset/web_hi_res_512.png differ diff --git a/mac/starfighter/Info.plist b/mac/starfighter/Info.plist new file mode 100644 index 0000000..3b35ac2 --- /dev/null +++ b/mac/starfighter/Info.plist @@ -0,0 +1,34 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + $(EXECUTABLE_NAME) + CFBundleIconFile + + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + $(PRODUCT_NAME) + CFBundlePackageType + APPL + CFBundleShortVersionString + 1.5.1 + CFBundleSignature + ???? + CFBundleVersion + 1 + LSMinimumSystemVersion + $(MACOSX_DEPLOYMENT_TARGET) + NSHumanReadableCopyright + Copyright © 2016 Parallel Realities. All rights reserved. + NSMainNibFile + MainMenu + NSPrincipalClass + NSApplication + +