diff options
author | Matt A. Tobin <email@mattatobin.com> | 2018-02-02 05:06:10 -0500 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2018-02-02 05:06:10 -0500 |
commit | 6d614170cbfa958564eb5f824234ad5a9e484344 (patch) | |
tree | 3e1eb384382f30987cb2e64bd654afa8b74fd06b /application/basilisk/app/macbuild | |
parent | 2a6b605d64b19411a300efdbbd7f78c349f90206 (diff) | |
download | UXP-6d614170cbfa958564eb5f824234ad5a9e484344.tar UXP-6d614170cbfa958564eb5f824234ad5a9e484344.tar.gz UXP-6d614170cbfa958564eb5f824234ad5a9e484344.tar.lz UXP-6d614170cbfa958564eb5f824234ad5a9e484344.tar.xz UXP-6d614170cbfa958564eb5f824234ad5a9e484344.zip |
Revert "Add Basilisk"
This reverts commit e72ef92b5bdc43cd2584198e2e54e951b70299e8.
Diffstat (limited to 'application/basilisk/app/macbuild')
3 files changed, 0 insertions, 238 deletions
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 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> -<plist version="1.0"> -<dict> - <key>CFBundleDevelopmentRegion</key> - <string>English</string> - <key>CFBundleDocumentTypes</key> - <array> - <dict> - <key>CFBundleTypeExtensions</key> - <array> - <string>html</string> - <string>htm</string> - <string>shtml</string> - <string>xht</string> - <string>xhtml</string> - </array> - <key>CFBundleTypeIconFile</key> - <string>document.icns</string> - <key>CFBundleTypeName</key> - <string>HTML Document</string> - <key>CFBundleTypeOSTypes</key> - <array> - <string>HTML</string> - </array> - <key>CFBundleTypeRole</key> - <string>Viewer</string> - </dict> - <dict> - <key>CFBundleTypeExtensions</key> - <array> - <string>svg</string> - </array> - <key>CFBundleTypeIconFile</key> - <string>document.icns</string> - <key>CFBundleTypeMIMETypes</key> - <array> - <string>image/svg+xml</string> - </array> - <key>CFBundleTypeName</key> - <string>SVG document</string> - <key>CFBundleTypeOSTypes</key> - <array> - <string>TEXT</string> - </array> - <key>CFBundleTypeRole</key> - <string>Viewer</string> - <key>NSDocumentClass</key> - <string>BrowserDocument</string> - </dict> - <dict> - <key>CFBundleTypeExtensions</key> - <array> - <string>text</string> - <string>txt</string> - <string>js</string> - <string>log</string> - <string>css</string> - <string>xul</string> - <string>rdf</string> - </array> - <key>CFBundleTypeIconFile</key> - <string>document.icns</string> - <key>CFBundleTypeName</key> - <string>Text Document</string> - <key>CFBundleTypeOSTypes</key> - <array> - <string>TEXT</string> - <string>utxt</string> - </array> - <key>CFBundleTypeRole</key> - <string>Viewer</string> - </dict> - <dict> - <key>CFBundleTypeExtensions</key> - <array> - <string>jpeg</string> - <string>jpg</string> - <string>png</string> - <string>gif</string> - </array> - <key>CFBundleTypeIconFile</key> - <string>fileBookmark.icns</string> - <key>CFBundleTypeName</key> - <string>document.icns</string> - <key>CFBundleTypeOSTypes</key> - <array> - <string>GIFf</string> - <string>JPEG</string> - <string>PNGf</string> - </array> - <key>CFBundleTypeRole</key> - <string>Viewer</string> - </dict> - <dict> - <key>CFBundleTypeExtensions</key> - <array> - <string>oga</string> - <string>ogg</string> - </array> - <key>CFBundleTypeIconFile</key> - <string>document.icns</string> - <key>CFBundleTypeMIMETypes</key> - <array> - <string>audio/ogg</string> - </array> - <key>CFBundleTypeName</key> - <string>HTML5 Audio (Ogg)</string> - <key>CFBundleTypeRole</key> - <string>Viewer</string> - </dict> - <dict> - <key>CFBundleTypeExtensions</key> - <array> - <string>ogv</string> - </array> - <key>CFBundleTypeIconFile</key> - <string>document.icns</string> - <key>CFBundleTypeMIMETypes</key> - <array> - <string>video/ogg</string> - </array> - <key>CFBundleTypeName</key> - <string>HTML5 Video (Ogg)</string> - <key>CFBundleTypeRole</key> - <string>Viewer</string> - </dict> - <dict> - <key>CFBundleTypeExtensions</key> - <array> - <string>webm</string> - </array> - <key>CFBundleTypeIconFile</key> - <string>document.icns</string> - <key>CFBundleTypeMIMETypes</key> - <array> - <string>video/webm</string> - </array> - <key>CFBundleTypeName</key> - <string>HTML5 Video (WebM)</string> - <key>CFBundleTypeRole</key> - <string>Viewer</string> - </dict> - </array> - <key>CFBundleExecutable</key> - <string>basilisk</string> - <key>CFBundleGetInfoString</key> - <string>%MAC_APP_NAME% %APP_VERSION%</string> - <key>CFBundleIconFile</key> - <string>firefox.icns</string> - <key>CFBundleIdentifier</key> - <string>%MOZ_MACBUNDLE_ID%</string> - <key>CFBundleInfoDictionaryVersion</key> - <string>6.0</string> - <key>CFBundleName</key> - <string>%MAC_APP_NAME%</string> - <key>CFBundlePackageType</key> - <string>APPL</string> - <key>CFBundleShortVersionString</key> - <string>%APP_VERSION%</string> - <key>CFBundleSignature</key> - <string>MOZB</string> - <key>CFBundleURLTypes</key> - <array> - <dict> - <key>CFBundleURLIconFile</key> - <string>document.icns</string> - <key>CFBundleURLName</key> - <string>http URL</string> - <key>CFBundleURLSchemes</key> - <array> - <string>http</string> - </array> - </dict> - <dict> - <key>CFBundleURLIconFile</key> - <string>document.icns</string> - <key>CFBundleURLName</key> - <string>https URL</string> - <key>CFBundleURLSchemes</key> - <array> - <string>https</string> - </array> - </dict> - <dict> - <key>CFBundleURLName</key> - <string>ftp URL</string> - <key>CFBundleURLSchemes</key> - <array> - <string>ftp</string> - </array> - </dict> - <dict> - <key>CFBundleURLName</key> - <string>file URL</string> - <key>CFBundleURLSchemes</key> - <array> - <string>file</string> - </array> - </dict> - </array> - <key>CFBundleVersion</key> - <string>%MAC_BUNDLE_VERSION%</string> - <key>NSAppleScriptEnabled</key> - <true/> - <key>LSApplicationCategoryType</key> - <string>public.app-category.productivity</string> - <key>LSFileQuarantineEnabled</key> - <true/> - <key>LSMinimumSystemVersion</key> - <string>10.9.0</string> - <key>NSSupportsAutomaticGraphicsSwitching</key> - <true/> - <key>NSPrincipalClass</key> - <string>GoannaNSApplication</string> - <key>SMPrivilegedExecutables</key> - <dict> - <key>org.mozilla.updater</key> - <string>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"))</string> - </dict> - <key>NSDisablePersistence</key> - <true/> -</dict> -</plist> 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%"; |