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 -