Mac – Skype – CMMAC Detection.xml

email me

For those that may need this:

Skype.app.cmmac\CMMACPackage\Metadata\

Detection.xml

<?xml version="1.0" encoding="UTF-8"?>
<CMAppUtil Version="5.00.8466.1000" TimeStamp="2020-06-17 20:08:38 +0000" MacOSX="10.13.6" xmlns="http://schemas.microsoft.com/SystemCenterConfigurationManager/2011/10/25/CMMAC">
<Package PackageName="Skype.app" PackageType="app">
<DetectionAction Type="Basic">
<Property Identifier="com.skype.skype" Version="8.61" Type="AppBundle"/>
</DetectionAction>
<OptionalPackages>
<Property Identifier="" Version="" Type=""/>
</OptionalPackages>
<InstallerParams VolumeInfo="" RestartAction=""/>
</Package>
</CMAppUtil>


plist

<?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>18G2022</string>
	<key>CFBundleDisplayName</key>
	<string>Skype</string>
	<key>CFBundleDocumentTypes</key>
	<array>
		<dict>
			<key>CFBundleTypeName</key>
			<string>Share with Skype</string>
			<key>CFBundleTypeRole</key>
			<string>Viewer</string>
			<key>LSHandlerRank</key>
			<string>Alternate</string>
			<key>LSItemContentTypes</key>
			<array>
				<string>public.data</string>
				<string>public.content</string>
			</array>
		</dict>
	</array>
	<key>CFBundleExecutable</key>
	<string>Skype</string>
	<key>CFBundleIconFile</key>
	<string>Skype.icns</string>
	<key>CFBundleIdentifier</key>
	<string>com.skype.skype</string>
	<key>CFBundleInfoDictionaryVersion</key>
	<string>6.0</string>
	<key>CFBundleName</key>
	<string>Skype</string>
	<key>CFBundlePackageType</key>
	<string>APPL</string>
	<key>CFBundleShortVersionString</key>
	<string>8.61</string>
	<key>CFBundleURLTypes</key>
	<array>
		<dict>
			<key>CFBundleTypeRole</key>
			<string>Viewer</string>
			<key>CFBundleURLName</key>
			<string>SKCalltoURL</string>
			<key>CFBundleURLSchemes</key>
			<array>
				<string>skype</string>
			</array>
		</dict>
	</array>
	<key>CFBundleVersion</key>
	<string>8.61.0.95</string>
	<key>DTCompiler</key>
	<string>com.apple.compilers.llvm.clang.1_0</string>
	<key>DTSDKBuild</key>
	<string>10.13</string>
	<key>DTSDKName</key>
	<string>macosx10.13</string>
	<key>DTXcode</key>
	<string>0941</string>
	<key>DTXcodeBuild</key>
	<string>9F2000</string>
	<key>LSApplicationCategoryType</key>
	<string>public.app-category.social-networking</string>
	<key>LSMinimumSystemVersion</key>
	<string>10.10</string>
	<key>NSCameraUsageDescription</key>
	<string>Skype needs access to the camera for your video calls</string>
	<key>NSHighResolutionCapable</key>
	<true/>
	<key>NSMainNibFile</key>
	<string>MainMenu</string>
	<key>NSMicrophoneUsageDescription</key>
	<string>Skype needs access to the microphone for your calls</string>
	<key>NSPrincipalClass</key>
	<string>AtomApplication</string>
	<key>NSRequiresAquaSystemAppearance</key>
	<false/>
	<key>NSSupportsAutomaticGraphicsSwitching</key>
	<true/>
</dict>
</plist>