<?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>Application-Group</key>
	<array>
		<string>ConfigurationProfiles</string>
		<string>apple</string>
	</array>
	<key>BuildMachineOSBuild</key>
	<string>23A344017</string>
	<key>CFBundleDevelopmentRegion</key>
	<string>en</string>
	<key>CFBundleDisplayName</key>
	<string>SampleService</string>
	<key>CFBundleExecutable</key>
	<string>SampleService</string>
	<key>CFBundleIdentifier</key>
	<string>com.apple.managedclient.pds.SampleService</string>
	<key>CFBundleInfoDictionaryVersion</key>
	<string>6.0</string>
	<key>CFBundleName</key>
	<string>SampleService</string>
	<key>CFBundlePackageType</key>
	<string>XPC!</string>
	<key>CFBundleShortVersionString</key>
	<string>1.0</string>
	<key>CFBundleSupportedPlatforms</key>
	<array>
		<string>MacOSX</string>
	</array>
	<key>CFBundleVersion</key>
	<string>1</string>
	<key>CFBundleVisibleComponentName</key>
	<string>Device Management (SampleService)</string>
	<key>DTCompiler</key>
	<string>com.apple.compilers.llvm.clang.1_0</string>
	<key>DTPlatformBuild</key>
	<string>25E226</string>
	<key>DTPlatformName</key>
	<string>macosx</string>
	<key>DTPlatformVersion</key>
	<string>26.4</string>
	<key>DTSDKBuild</key>
	<string>25E226</string>
	<key>DTSDKName</key>
	<string>macosx26.4.internal</string>
	<key>DTXcode</key>
	<string>2630</string>
	<key>DTXcodeBuild</key>
	<string>17E6107</string>
	<key>LSMinimumSystemVersion</key>
	<string>26.4</string>
	<key>ProfileDomainService</key>
	<dict>
		<key>DomainsSupported</key>
		<array>
			<string>com.apple.test.SampleServiceOne</string>
			<string>com.apple.test.SampleServiceTwo</string>
			<string>com.apple.ManagedClient.preferences</string>
		</array>
		<key>ExcludeDomainsFromManagedPrefs</key>
		<array>
			<string>com.apple.test.SampleServiceOne</string>
		</array>
		<key>MDMCommands</key>
		<dict>
			<key>SampleService_Echo</key>
			<dict>
				<key>Destinations</key>
				<array>
					<string>Device</string>
					<string>User</string>
				</array>
				<key>PersistResponse</key>
				<false/>
				<key>RequireAccessRights</key>
				<array>
					<string>QueryDeviceInfo</string>
				</array>
				<key>RespondNotNow</key>
				<array/>
			</dict>
		</dict>
	</dict>
	<key>XPCService</key>
	<dict>
		<key>JoinExistingSession</key>
		<true/>
		<key>RunLoopType</key>
		<string>NSRunLoop</string>
		<key>ServiceType</key>
		<string>Application</string>
	</dict>
</dict>
</plist>
