diff --git a/addons/jetpack/data/mac-app-template/Contents/Info.plist b/addons/jetpack/data/mac-app-template/Contents/Info.plist deleted file mode 100644 index 0ae11932..00000000 --- a/addons/jetpack/data/mac-app-template/Contents/Info.plist +++ /dev/null @@ -1,72 +0,0 @@ - - - - - CFBundleDevelopmentRegion - English - CFBundleExecutable - foxlauncher - CFBundleGetInfoString - $APPNAME - CFBundleIconFile - appicon - CFBundleIdentifier - $APPDOMAIN_REVERSED - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - $APPNAME - CFBundlePackageType - APPL - CFBundleShortVersionString - 5.0.1 - CFBundleSignature - MOZB - CFBundleURLTypes - - - CFBundleURLIconFile - document.icns - CFBundleURLName - http URL - CFBundleURLSchemes - - http - - - - CFBundleURLIconFile - document.icns - CFBundleURLName - https URL - CFBundleURLSchemes - - https - - - - CFBundleURLName - file URL - CFBundleURLSchemes - - file - - - - CFBundleVersion - 1.0 - NSAppleScriptEnabled - - CGDisableCoalescedUpdates - - LSMinimumSystemVersion - 10.5 - LSMinimumSystemVersionByArchitecture - - i386 - 10.5.0 - x86_64 - 10.6.0 - - - diff --git a/addons/jetpack/data/mac-app-template/Contents/MacOS/foxlauncher b/addons/jetpack/data/mac-app-template/Contents/MacOS/foxlauncher deleted file mode 100755 index ce357950..00000000 Binary files a/addons/jetpack/data/mac-app-template/Contents/MacOS/foxlauncher and /dev/null differ diff --git a/addons/jetpack/data/mac-app-template/XUL/application.ini b/addons/jetpack/data/mac-app-template/XUL/application.ini deleted file mode 100644 index 2288ce5b..00000000 --- a/addons/jetpack/data/mac-app-template/XUL/application.ini +++ /dev/null @@ -1,10 +0,0 @@ -[App] -Vendor=Mozilla -Name=$APPNAME -Version=1.0 -BuildID=20110713 -ID=webapp@$APPDOMAIN - -[Gecko] -MinVersion=2.0 -MaxVersion=8.* \ No newline at end of file diff --git a/addons/jetpack/data/mac-app-template/XUL/chrome.manifest b/addons/jetpack/data/mac-app-template/XUL/chrome.manifest deleted file mode 100644 index 13bd3d03..00000000 --- a/addons/jetpack/data/mac-app-template/XUL/chrome.manifest +++ /dev/null @@ -1 +0,0 @@ -content webapp content/ \ No newline at end of file diff --git a/addons/jetpack/data/mac-app-template/XUL/content/main.js b/addons/jetpack/data/mac-app-template/XUL/content/main.js deleted file mode 100644 index afa2178c..00000000 --- a/addons/jetpack/data/mac-app-template/XUL/content/main.js +++ /dev/null @@ -1,16 +0,0 @@ -function doHandleMenuBar(toCall) -{ - // We need to pageMod in from the faker - // TODO pass this into content code somehow - alert("Menu bar item " + toCall + " was clicked!"); - return; -} - -window.addEventListener("click", function(e) { - // Make sure clicks remain in our context - // TODO check to see if we are in same origin? - if (e.target.nodeName == "A") { - e.preventDefault(); - window.location = e.target.href; - } -}, false); diff --git a/addons/jetpack/data/mac-app-template/XUL/content/main.xul b/addons/jetpack/data/mac-app-template/XUL/content/main.xul deleted file mode 100644 index 19151e87..00000000 --- a/addons/jetpack/data/mac-app-template/XUL/content/main.xul +++ /dev/null @@ -1,8 +0,0 @@ - - - -