GeckoReporter/Resources/Test/Info.plist

24 lines
1.1 KiB
Plaintext
Raw Normal View History

{
"CFBundleDevelopmentRegion" = English;
CFBundleExecutable = "${EXECUTABLE_NAME}";
CFBundleIconFile = GeckoReporter;
CFBundleIdentifier = "com.MrGeckosMedia.${PRODUCT_NAME:rfc1034identifier}";
"CFBundleInfoDictionaryVersion" = "6.0";
CFBundleName = "${PRODUCT_NAME}";
CFBundlePackageType = APPL;
"CFBundleShortVersionString" = "0.1";
CFBundleSignature = "????";
CFBundleVersion = "0.1";
"LSMinimumSystemVersion" = "${MACOSX_DEPLOYMENT_TARGET}";
MGMGRBugsEmail = "bugs@mrgeckosmedia.com";
MGMGRContactEmail = "support@mrgeckosmedia.com";
MGMGRCrashEmail = "crashreports@mrgeckosmedia.com";
MGMGRLogFiles = "~/Library/Logs/com.MrGeckosMedia.${PRODUCT_NAME:rfc1034identifier}.log ~/Library/Logs/com.MrGeckosMedia.${PRODUCT_NAME:rfc1034identifier}_2.log";
"MGMGRReportFileAttached" = YES;
MGMGRTimeFormat = "EEEE, MM/dd/yy h:mm:ss a";
MGMGRTimeZone = CST;
MGMGRURL = "http://mrgeckosmedia.com/sendreport.php";
"NSHumanReadableCopyright" = "Copyright (c) 2011 Mr. Gecko's Media (James Coleman). All rights reserved. http://mrgeckosmedia.com/";
NSMainNibFile = MainMenu;
NSPrincipalClass = NSApplication;
}