From 152b21222bb6759de69c1abfb5b5b73496aa1460 Mon Sep 17 00:00:00 2001 From: Dylan Bolger Date: Mon, 3 Sep 2018 16:06:39 -0500 Subject: Initial Commit --- DWA140Menu/Info.plist | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 DWA140Menu/Info.plist (limited to 'DWA140Menu/Info.plist') diff --git a/DWA140Menu/Info.plist b/DWA140Menu/Info.plist new file mode 100644 index 0000000..027b744 --- /dev/null +++ b/DWA140Menu/Info.plist @@ -0,0 +1,32 @@ + + + + + CFBundleDevelopmentRegion + $(DEVELOPMENT_LANGUAGE) + CFBundleExecutable + $(EXECUTABLE_NAME) + CFBundleIconFile + + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + $(PRODUCT_NAME) + CFBundlePackageType + APPL + CFBundleShortVersionString + 1.0 + CFBundleVersion + 1 + LSMinimumSystemVersion + $(MACOSX_DEPLOYMENT_TARGET) + NSHumanReadableCopyright + Copyright © 2018 Dylan Bolger. All rights reserved. + NSMainStoryboardFile + Main + NSPrincipalClass + NSApplication + + -- cgit v1.2.3