From 6d614170cbfa958564eb5f824234ad5a9e484344 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Fri, 2 Feb 2018 05:06:10 -0500 Subject: Revert "Add Basilisk" This reverts commit e72ef92b5bdc43cd2584198e2e54e951b70299e8. --- .../basilisk/app/macbuild/Contents/Info.plist.in | 224 --------------------- .../basilisk/app/macbuild/Contents/MacOS-files.in | 9 - .../Resources/English.lproj/InfoPlist.strings.in | 5 - 3 files changed, 238 deletions(-) delete mode 100644 application/basilisk/app/macbuild/Contents/Info.plist.in delete mode 100644 application/basilisk/app/macbuild/Contents/MacOS-files.in delete mode 100644 application/basilisk/app/macbuild/Contents/Resources/English.lproj/InfoPlist.strings.in (limited to 'application/basilisk/app/macbuild') diff --git a/application/basilisk/app/macbuild/Contents/Info.plist.in b/application/basilisk/app/macbuild/Contents/Info.plist.in deleted file mode 100644 index 62bd676d9..000000000 --- a/application/basilisk/app/macbuild/Contents/Info.plist.in +++ /dev/null @@ -1,224 +0,0 @@ - - - - - CFBundleDevelopmentRegion - English - CFBundleDocumentTypes - - - CFBundleTypeExtensions - - html - htm - shtml - xht - xhtml - - CFBundleTypeIconFile - document.icns - CFBundleTypeName - HTML Document - CFBundleTypeOSTypes - - HTML - - CFBundleTypeRole - Viewer - - - CFBundleTypeExtensions - - svg - - CFBundleTypeIconFile - document.icns - CFBundleTypeMIMETypes - - image/svg+xml - - CFBundleTypeName - SVG document - CFBundleTypeOSTypes - - TEXT - - CFBundleTypeRole - Viewer - NSDocumentClass - BrowserDocument - - - CFBundleTypeExtensions - - text - txt - js - log - css - xul - rdf - - CFBundleTypeIconFile - document.icns - CFBundleTypeName - Text Document - CFBundleTypeOSTypes - - TEXT - utxt - - CFBundleTypeRole - Viewer - - - CFBundleTypeExtensions - - jpeg - jpg - png - gif - - CFBundleTypeIconFile - fileBookmark.icns - CFBundleTypeName - document.icns - CFBundleTypeOSTypes - - GIFf - JPEG - PNGf - - CFBundleTypeRole - Viewer - - - CFBundleTypeExtensions - - oga - ogg - - CFBundleTypeIconFile - document.icns - CFBundleTypeMIMETypes - - audio/ogg - - CFBundleTypeName - HTML5 Audio (Ogg) - CFBundleTypeRole - Viewer - - - CFBundleTypeExtensions - - ogv - - CFBundleTypeIconFile - document.icns - CFBundleTypeMIMETypes - - video/ogg - - CFBundleTypeName - HTML5 Video (Ogg) - CFBundleTypeRole - Viewer - - - CFBundleTypeExtensions - - webm - - CFBundleTypeIconFile - document.icns - CFBundleTypeMIMETypes - - video/webm - - CFBundleTypeName - HTML5 Video (WebM) - CFBundleTypeRole - Viewer - - - CFBundleExecutable - basilisk - CFBundleGetInfoString - %MAC_APP_NAME% %APP_VERSION% - CFBundleIconFile - firefox.icns - CFBundleIdentifier - %MOZ_MACBUNDLE_ID% - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - %MAC_APP_NAME% - CFBundlePackageType - APPL - CFBundleShortVersionString - %APP_VERSION% - CFBundleSignature - MOZB - CFBundleURLTypes - - - CFBundleURLIconFile - document.icns - CFBundleURLName - http URL - CFBundleURLSchemes - - http - - - - CFBundleURLIconFile - document.icns - CFBundleURLName - https URL - CFBundleURLSchemes - - https - - - - CFBundleURLName - ftp URL - CFBundleURLSchemes - - ftp - - - - CFBundleURLName - file URL - CFBundleURLSchemes - - file - - - - CFBundleVersion - %MAC_BUNDLE_VERSION% - NSAppleScriptEnabled - - LSApplicationCategoryType - public.app-category.productivity - LSFileQuarantineEnabled - - LSMinimumSystemVersion - 10.9.0 - NSSupportsAutomaticGraphicsSwitching - - NSPrincipalClass - GoannaNSApplication - SMPrivilegedExecutables - - org.mozilla.updater - identifier "org.mozilla.updater" and ((anchor apple generic and certificate leaf[field.1.2.840.113635.100.6.1.9]) or (anchor apple generic and certificate 1[field.1.2.840.113635.100.6.2.6] and certificate leaf[field.1.2.840.113635.100.6.1.13] and certificate leaf[subject.OU] = "43AQ936H96")) - - NSDisablePersistence - - - diff --git a/application/basilisk/app/macbuild/Contents/MacOS-files.in b/application/basilisk/app/macbuild/Contents/MacOS-files.in deleted file mode 100644 index 849336bc9..000000000 --- a/application/basilisk/app/macbuild/Contents/MacOS-files.in +++ /dev/null @@ -1,9 +0,0 @@ -/*.app/*** -/*.dylib -/certutil -/firefox-bin -/gtest/*** -/pk12util -/ssltunnel -/xpcshell -/XUL diff --git a/application/basilisk/app/macbuild/Contents/Resources/English.lproj/InfoPlist.strings.in b/application/basilisk/app/macbuild/Contents/Resources/English.lproj/InfoPlist.strings.in deleted file mode 100644 index 74d192cb0..000000000 --- a/application/basilisk/app/macbuild/Contents/Resources/English.lproj/InfoPlist.strings.in +++ /dev/null @@ -1,5 +0,0 @@ -/* This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ - -CFBundleName = "%MAC_APP_NAME%"; -- cgit v1.2.3