mirror of
https://github.com/defold/extension-camera
synced 2025-06-27 18:37:43 +02:00
Back to manifest merge
This commit is contained in:
parent
72ecd460d6
commit
76a1c7b4f6
46
Info.plist
46
Info.plist
@ -1,46 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
||||||
<plist version="1.0">
|
|
||||||
<dict>
|
|
||||||
<key>BuildMachineOSBuild</key>
|
|
||||||
<string>11E53</string>
|
|
||||||
<key>CFBundleDevelopmentRegion</key>
|
|
||||||
<string>{{osx.default_language}}</string>
|
|
||||||
<key>CFBundleDisplayName</key>
|
|
||||||
<string>{{project.title}}</string>
|
|
||||||
<key>CFBundleExecutable</key>
|
|
||||||
<string>{{exe-name}}</string>
|
|
||||||
<key>CFBundleIconFile</key>
|
|
||||||
<string>icon.icns</string>
|
|
||||||
<key>CFBundleIdentifier</key>
|
|
||||||
<string>{{osx.bundle_identifier}}</string>
|
|
||||||
<key>CFBundleInfoDictionaryVersion</key>
|
|
||||||
<string>6.0</string>
|
|
||||||
<key>CFBundleName</key>
|
|
||||||
<string>unnamed</string>
|
|
||||||
<key>CFBundlePackageType</key>
|
|
||||||
<string>APPL</string>
|
|
||||||
<key>CFBundleShortVersionString</key>
|
|
||||||
<string>{{project.version}}</string>
|
|
||||||
<key>CFBundleSignature</key>
|
|
||||||
<string>????</string>
|
|
||||||
<key>CFBundleLocalizations</key>
|
|
||||||
<array>{{#application-localizations}}
|
|
||||||
<string>{{.}}</string>{{/application-localizations}}
|
|
||||||
</array>
|
|
||||||
<key>CFBundleVersion</key>
|
|
||||||
<string>1</string>
|
|
||||||
<key>LSMinimumSystemVersion</key>
|
|
||||||
<string>10.7</string>
|
|
||||||
<key>NSMainNibFile</key>
|
|
||||||
<string>MainMenu</string>
|
|
||||||
<key>NSPrincipalClass</key>
|
|
||||||
<string>NSApplication</string>
|
|
||||||
<key>NSCameraUsageDescription</key>
|
|
||||||
<string>{{project.title}} needs to use the camera</string>
|
|
||||||
{{#display.high_dpi}}
|
|
||||||
<key>NSHighResolutionCapable</key>
|
|
||||||
<true/>
|
|
||||||
{{/display.high_dpi}}
|
|
||||||
</dict>
|
|
||||||
</plist>
|
|
8
camera/manifests/osx/Info.plist
Normal file
8
camera/manifests/osx/Info.plist
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||||
|
<plist version="1.0">
|
||||||
|
<dict>
|
||||||
|
<key>NSCameraUsageDescription</key>
|
||||||
|
<string>{{project.title}} would like to access the camera.</string>
|
||||||
|
</dict>
|
||||||
|
</plist>
|
@ -26,8 +26,6 @@ package = com.defold.camera
|
|||||||
|
|
||||||
[osx]
|
[osx]
|
||||||
bundle_identifier = com.defold.camera
|
bundle_identifier = com.defold.camera
|
||||||
infoplist = /Info.plist
|
|
||||||
|
|
||||||
[library]
|
[library]
|
||||||
include_dirs = camera
|
include_dirs = camera
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user