From e436199329efee8da07507f2d731c41cc784961d Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sat, 10 Oct 2020 17:56:32 +0200 Subject: New Xcode 4.5.2 project --- Drop Serve/Drop Serve-Info.plist | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 Drop Serve/Drop Serve-Info.plist (limited to 'Drop Serve/Drop Serve-Info.plist') diff --git a/Drop Serve/Drop Serve-Info.plist b/Drop Serve/Drop Serve-Info.plist new file mode 100644 index 0000000..8a31546 --- /dev/null +++ b/Drop Serve/Drop Serve-Info.plist @@ -0,0 +1,34 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIconFile + + CFBundleIdentifier + com.teddywing.${PRODUCT_NAME:rfc1034identifier} + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + ${PRODUCT_NAME} + CFBundlePackageType + APPL + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + 1 + LSMinimumSystemVersion + ${MACOSX_DEPLOYMENT_TARGET} + NSHumanReadableCopyright + Copyright © 2020 TW. All rights reserved. + NSMainNibFile + MainMenu + NSPrincipalClass + NSApplication + + -- cgit v1.2.3