From a30acab28ddcf1b0c634e02f3e5f0bc607c2c901 Mon Sep 17 00:00:00 2001 From: Thomas Groman Date: Thu, 7 May 2020 22:19:22 -0700 Subject: removed more windows/mac stuff --- webbrowser/app/macbuild/Contents/CodeResources | 1 - webbrowser/app/macbuild/Contents/Info.plist.in | 227 --------------------- webbrowser/app/macbuild/Contents/MacOS-files.in | 10 - .../Resources/English.lproj/InfoPlist.strings.in | 5 - .../macbuild/Contents/_CodeSignature/CodeResources | 71 ------- webbrowser/app/macversion.py | 44 ---- webbrowser/app/module.ver | 8 - webbrowser/app/palemoon.exe.manifest | 48 ----- webbrowser/app/splash.rc | 21 -- 9 files changed, 435 deletions(-) delete mode 100644 webbrowser/app/macbuild/Contents/CodeResources delete mode 100644 webbrowser/app/macbuild/Contents/Info.plist.in delete mode 100644 webbrowser/app/macbuild/Contents/MacOS-files.in delete mode 100644 webbrowser/app/macbuild/Contents/Resources/English.lproj/InfoPlist.strings.in delete mode 100644 webbrowser/app/macbuild/Contents/_CodeSignature/CodeResources delete mode 100644 webbrowser/app/macversion.py delete mode 100644 webbrowser/app/module.ver delete mode 100644 webbrowser/app/palemoon.exe.manifest delete mode 100644 webbrowser/app/splash.rc (limited to 'webbrowser') diff --git a/webbrowser/app/macbuild/Contents/CodeResources b/webbrowser/app/macbuild/Contents/CodeResources deleted file mode 100644 index 1a65e20..0000000 --- a/webbrowser/app/macbuild/Contents/CodeResources +++ /dev/null @@ -1 +0,0 @@ -_CodeSignature/CodeResources \ No newline at end of file diff --git a/webbrowser/app/macbuild/Contents/Info.plist.in b/webbrowser/app/macbuild/Contents/Info.plist.in deleted file mode 100644 index b224064..0000000 --- a/webbrowser/app/macbuild/Contents/Info.plist.in +++ /dev/null @@ -1,227 +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 - palemoon - CFBundleGetInfoString - %MAC_APP_NAME% %APP_VERSION% - CFBundleIconFile - firefox - 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 - LSEnvironment - - MallocNanoZone - 0 - - LSMinimumSystemVersion - 10.6 - LSMinimumSystemVersionByArchitecture - - i386 - 10.6.0 - x86_64 - 10.6.0 - - NSSupportsAutomaticGraphicsSwitching - - NSPrincipalClass - GoannaNSApplication - - diff --git a/webbrowser/app/macbuild/Contents/MacOS-files.in b/webbrowser/app/macbuild/Contents/MacOS-files.in deleted file mode 100644 index 561366d..0000000 --- a/webbrowser/app/macbuild/Contents/MacOS-files.in +++ /dev/null @@ -1,10 +0,0 @@ -/*.app/*** -/*.dylib -/certutil -/firefox-bin -/gtest/*** -/pk12util -/ssltunnel -/xpcshell -/XUL - diff --git a/webbrowser/app/macbuild/Contents/Resources/English.lproj/InfoPlist.strings.in b/webbrowser/app/macbuild/Contents/Resources/English.lproj/InfoPlist.strings.in deleted file mode 100644 index 74d192c..0000000 --- a/webbrowser/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%"; diff --git a/webbrowser/app/macbuild/Contents/_CodeSignature/CodeResources b/webbrowser/app/macbuild/Contents/_CodeSignature/CodeResources deleted file mode 100644 index 6f6e20e..0000000 --- a/webbrowser/app/macbuild/Contents/_CodeSignature/CodeResources +++ /dev/null @@ -1,71 +0,0 @@ - - - - - rules - - ^Info.plist$ - - ^PkgInfo$ - - ^MacOS/ - - ^Resources/ - - ^MacOS/distribution/.* - omit - - weight - 10 - - ^MacOS/override.ini - omit - - weight - 10 - - ^MacOS/updates/.* - omit - - weight - 10 - - ^MacOS/active-update.xml$ - omit - - weight - 10 - - ^MacOS/defaults/.* - omit - - weight - 10 - - ^MacOS/removed-files$ - omit - - weight - 10 - - ^MacOS/updates.xml$ - omit - - weight - 10 - - ^Updated.app/.* - omit - - weight - 10 - - ^updating/.* - omit - - weight - 10 - - - - diff --git a/webbrowser/app/macversion.py b/webbrowser/app/macversion.py deleted file mode 100644 index 839aac1..0000000 --- a/webbrowser/app/macversion.py +++ /dev/null @@ -1,44 +0,0 @@ -#!/usr/bin/python -# 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/. - - -from optparse import OptionParser -import sys -import re - -o = OptionParser() -o.add_option("--buildid", dest="buildid") -o.add_option("--version", dest="version") - -(options, args) = o.parse_args() - -if not options.buildid: - print >>sys.stderr, "--buildid is required" - sys.exit(1) - -if not options.version: - print >>sys.stderr, "--version is required" - sys.exit(1) - -# We want to build a version number that matches the format allowed for -# CFBundleVersion (nnnnn[.nn[.nn]]). We'll incorporate both the version -# number as well as the date, so that it changes at least daily (for nightly -# builds), but also so that newly-built older versions (e.g. beta build) aren't -# considered "newer" than previously-built newer versions (e.g. a trunk nightly) - -define, MOZ_BUILDID, buildid = open(options.buildid, 'r').read().split() - -# extract only the major version (i.e. "14" from "14.0b1") -majorVersion = re.match(r'^(\d+)[^\d].*', options.version).group(1) -# last two digits of the year -twodigityear = buildid[2:4] -month = buildid[4:6] -if month[0] == '0': - month = month[1] -day = buildid[6:8] -if day[0] == '0': - day = day[1] - -print '%s.%s.%s' % (majorVersion + twodigityear, month, day) diff --git a/webbrowser/app/module.ver b/webbrowser/app/module.ver deleted file mode 100644 index 7a00230..0000000 --- a/webbrowser/app/module.ver +++ /dev/null @@ -1,8 +0,0 @@ -WIN32_MODULE_COMPANYNAME=Moonchild Productions -WIN32_MODULE_COPYRIGHT=ŠPale Moon, Firefox and Mozilla Developers, available under the MPL 2.0. -WIN32_MODULE_PRODUCTVERSION=@MOZ_APP_WINVERSION@ -WIN32_MODULE_PRODUCTVERSION_STRING=@MOZ_APP_VERSION@ -WIN32_MODULE_TRADEMARKS=The Pale Moon logo and project names are the property of Moonchild Productions. -WIN32_MODULE_DESCRIPTION=Pale Moon web browser -WIN32_MODULE_PRODUCTNAME=Pale Moon -WIN32_MODULE_NAME=Pale Moon diff --git a/webbrowser/app/palemoon.exe.manifest b/webbrowser/app/palemoon.exe.manifest deleted file mode 100644 index 465effa..0000000 --- a/webbrowser/app/palemoon.exe.manifest +++ /dev/null @@ -1,48 +0,0 @@ - - - -Pale Moon - - - - - - - - - - - - - - - true - - - - - - - - - - - - - - - - - diff --git a/webbrowser/app/splash.rc b/webbrowser/app/splash.rc deleted file mode 100644 index 539c342..0000000 --- a/webbrowser/app/splash.rc +++ /dev/null @@ -1,21 +0,0 @@ -/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ -/* 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/. */ - -#include -#include "nsNativeAppSupportWin.h" - -1 24 "palemoon.exe.manifest" - -IDI_APPICON ICON FIREFOX_ICO -IDI_DOCUMENT ICON DOCUMENT_ICO -IDI_APPLICATION ICON FIREFOX_ICO -IDI_NEWWINDOW ICON NEWWINDOW_ICO -IDI_NEWTAB ICON NEWTAB_ICO -IDI_PBMODE ICON PBMODE_ICO - -STRINGTABLE DISCARDABLE -BEGIN - IDS_STARTMENU_APPNAME, "@MOZ_APP_DISPLAYNAME@" -END -- cgit v1.2.3