From e2de507e0261c9b138cd3cf5356c21eca3e7a28d Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Mon, 16 Dec 2019 20:09:38 -0500 Subject: Issue #1323 - Move XULRunner back to topsrcdir --- xulrunner/app/macbuild/Info.plist.in | 31 +++++++++++++++++++++++++++++++ xulrunner/app/macbuild/InfoPlist.strings | Bin 0 -> 280 bytes 2 files changed, 31 insertions(+) create mode 100644 xulrunner/app/macbuild/Info.plist.in create mode 100644 xulrunner/app/macbuild/InfoPlist.strings (limited to 'xulrunner/app/macbuild') diff --git a/xulrunner/app/macbuild/Info.plist.in b/xulrunner/app/macbuild/Info.plist.in new file mode 100644 index 000000000..69676b80c --- /dev/null +++ b/xulrunner/app/macbuild/Info.plist.in @@ -0,0 +1,31 @@ + + + + + CFBundleDevelopmentRegion + English + CFBundleExecutable + xulrunner-bin + CFBundleIdentifier + org.mozilla.xulrunner + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + XULRunner + CFBundlePackageType + FMWK + CFBundleSignature + MOZB + CFBundleVersion + APP_VERSION + LSMinimumSystemVersion + 10.5 + LSMinimumSystemVersionByArchitecture + + i386 + 10.5.0 + x86_64 + 10.6.0 + + + diff --git a/xulrunner/app/macbuild/InfoPlist.strings b/xulrunner/app/macbuild/InfoPlist.strings new file mode 100644 index 000000000..5d9eefd51 Binary files /dev/null and b/xulrunner/app/macbuild/InfoPlist.strings differ -- cgit v1.2.3