From 8b8c65072aedef94610748ce92c2ed3a19fd5517 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Sat, 3 Feb 2018 06:25:10 -0500 Subject: Purge b2g/ --- b2g/app/macbuild/Contents/Info.plist.in | 67 ---------------------- b2g/app/macbuild/Contents/MacOS-files.in | 9 --- .../Resources/English.lproj/InfoPlist.strings.in | 5 -- 3 files changed, 81 deletions(-) delete mode 100644 b2g/app/macbuild/Contents/Info.plist.in delete mode 100644 b2g/app/macbuild/Contents/MacOS-files.in delete mode 100644 b2g/app/macbuild/Contents/Resources/English.lproj/InfoPlist.strings.in (limited to 'b2g/app/macbuild') diff --git a/b2g/app/macbuild/Contents/Info.plist.in b/b2g/app/macbuild/Contents/Info.plist.in deleted file mode 100644 index d5ea85f4d..000000000 --- a/b2g/app/macbuild/Contents/Info.plist.in +++ /dev/null @@ -1,67 +0,0 @@ - - - - - CFBundleDevelopmentRegion - English - CFBundleExecutable - %APP_BINARY% - CFBundleGetInfoString - %APP_NAME% %APP_VERSION% - CFBundleIconFile - %MOZ_APP_NAME%.icns - CFBundleIdentifier - org.mozilla.b2g - CFBundleInfoDictionaryVersion - %MOZ_APP_VERSION% - CFBundleName - %APP_NAME% - CFBundlePackageType - APPL - CFBundleShortVersionString - %APP_VERSION% - CFBundleSignature - MOZB - CFBundleVersion - %APP_VERSION% - NSAppleScriptEnabled - - CGDisableCoalescedUpdates - - NSHighResolutionCapable - - NSPrincipalClass - GeckoNSApplication - CFBundleURLTypes - - - CFBundleURLIconFile - document.icns - CFBundleURLName - http URL - CFBundleURLSchemes - - http - - - - CFBundleURLIconFile - document.icns - CFBundleURLName - https URL - CFBundleURLSchemes - - https - - - - CFBundleURLName - ftp URL - CFBundleURLSchemes - - ftp - - - - - diff --git a/b2g/app/macbuild/Contents/MacOS-files.in b/b2g/app/macbuild/Contents/MacOS-files.in deleted file mode 100644 index 4cefd2ff9..000000000 --- a/b2g/app/macbuild/Contents/MacOS-files.in +++ /dev/null @@ -1,9 +0,0 @@ -/*.app/*** -/*.dylib -/b2g -/certutil -/gtest/*** -/pk12util -/ssltunnel -/xpcshell -/XUL diff --git a/b2g/app/macbuild/Contents/Resources/English.lproj/InfoPlist.strings.in b/b2g/app/macbuild/Contents/Resources/English.lproj/InfoPlist.strings.in deleted file mode 100644 index ddd3e0afa..000000000 --- a/b2g/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 = "%APP_NAME%"; -- cgit v1.2.3