Spaces:
Sleeping
Sleeping
<plist version="1.0"> | |
<dict> | |
<key>NSMicrophoneUsageDescription</key> | |
<string>This app uses the microphone to detect loudness.</string> | |
<key>NSCameraUsageDescription</key> | |
<string>This app uses the camera to show a video of your camera or detect motion.</string> | |
<key>CFBundleDevelopmentRegion</key> | |
<string>$(DEVELOPMENT_LANGUAGE)</string> | |
<key>CFBundleExecutable</key> | |
<string>$(EXECUTABLE_NAME)</string> | |
<key>CFBundleIconFile</key> | |
<string></string> | |
<key>CFBundleIdentifier</key> | |
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string> | |
<key>CFBundleInfoDictionaryVersion</key> | |
<string>6.0</string> | |
<key>CFBundleName</key> | |
<string>$(PRODUCT_NAME)</string> | |
<key>CFBundlePackageType</key> | |
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string> | |
<key>CFBundleShortVersionString</key> | |
<string>1.0</string> | |
<key>CFBundleVersion</key> | |
<string>1</string> | |
<key>LSMinimumSystemVersion</key> | |
<string>$(MACOSX_DEPLOYMENT_TARGET)</string> | |
<key>NSMainStoryboardFile</key> | |
<string>Main</string> | |
<key>NSPrincipalClass</key> | |
<string>NSApplication</string> | |
</dict> | |
</plist> | |