From 76a1c7b4f6fa64f1a4c1bda8e27b9afc728ab379 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Ritzl?= Date: Tue, 14 Jul 2020 15:30:16 +0200 Subject: [PATCH] Back to manifest merge --- Info.plist | 46 --------------------------------- camera/manifests/osx/Info.plist | 8 ++++++ game.project | 2 -- 3 files changed, 8 insertions(+), 48 deletions(-) delete mode 100644 Info.plist create mode 100644 camera/manifests/osx/Info.plist diff --git a/Info.plist b/Info.plist deleted file mode 100644 index c5ac1ab..0000000 --- a/Info.plist +++ /dev/null @@ -1,46 +0,0 @@ - - - - - BuildMachineOSBuild - 11E53 - CFBundleDevelopmentRegion - {{osx.default_language}} - CFBundleDisplayName - {{project.title}} - CFBundleExecutable - {{exe-name}} - CFBundleIconFile - icon.icns - CFBundleIdentifier - {{osx.bundle_identifier}} - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - unnamed - CFBundlePackageType - APPL - CFBundleShortVersionString - {{project.version}} - CFBundleSignature - ???? - CFBundleLocalizations - {{#application-localizations}} - {{.}}{{/application-localizations}} - - CFBundleVersion - 1 - LSMinimumSystemVersion - 10.7 - NSMainNibFile - MainMenu - NSPrincipalClass - NSApplication - NSCameraUsageDescription - {{project.title}} needs to use the camera - {{#display.high_dpi}} - NSHighResolutionCapable - - {{/display.high_dpi}} - - diff --git a/camera/manifests/osx/Info.plist b/camera/manifests/osx/Info.plist new file mode 100644 index 0000000..4c0af91 --- /dev/null +++ b/camera/manifests/osx/Info.plist @@ -0,0 +1,8 @@ + + + + + NSCameraUsageDescription + {{project.title}} would like to access the camera. + + diff --git a/game.project b/game.project index db43bea..5d6119e 100644 --- a/game.project +++ b/game.project @@ -26,8 +26,6 @@ package = com.defold.camera [osx] bundle_identifier = com.defold.camera -infoplist = /Info.plist [library] include_dirs = camera -