<?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>23A344017</string>
	<key>CFBundleAllowMixedLocalizations</key>
	<true/>
	<key>CFBundleDevelopmentRegion</key>
	<string>English</string>
	<key>CFBundleDisplayName</key>
	<string>RPVideoEditorExtension_macOS</string>
	<key>CFBundleExecutable</key>
	<string>RPVideoEditorExtension_macOS</string>
	<key>CFBundleIdentifier</key>
	<string>com.apple.replayKit.RPVideoEditorExtension-macOS</string>
	<key>CFBundleInfoDictionaryVersion</key>
	<string>6.0</string>
	<key>CFBundleName</key>
	<string>RPVideoEditorExtension_macOS</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>DTCompiler</key>
	<string>com.apple.compilers.llvm.clang.1_0</string>
	<key>DTPlatformBuild</key>
	<string>25E224</string>
	<key>DTPlatformName</key>
	<string>macosx</string>
	<key>DTPlatformVersion</key>
	<string>26.4</string>
	<key>DTSDKBuild</key>
	<string>25E224</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>NSExtension</key>
	<dict>
		<key>NSExtensionAttributes</key>
		<dict>
			<key>NSExtensionPointName</key>
			<string>com.apple.extension-view-service-sample-rk</string>
			<key>NSExtensionPointVersion</key>
			<string>1.0</string>
		</dict>
		<key>NSExtensionContainingViewControllerClass</key>
		<string>RPVideoEditorExtensionNSViewController</string>
		<key>NSExtensionContextClass</key>
		<string>RPVideoEditorViewServiceExtensionContext</string>
		<key>NSExtensionContextHostClass</key>
		<string>RPVideoEditorViewServiceExtensionHostContext</string>
		<key>NSExtensionPointIdentifier</key>
		<string>com.apple.extension-view-service-sample-rk</string>
		<key>NSExtensionPrincipalClass</key>
		<string>RPVideoEditorExtensionNSViewController</string>
		<key>NSExtensionViewControllerHostClass</key>
		<string>NSViewController</string>
		<key>Subsystems</key>
		<array>
			<string>NSSharingService_Subsystem</string>
			<string>NSViewService_PKSubsystem</string>
		</array>
	</dict>
	<key>NSHumanReadableCopyright</key>
	<string>Copyright © 2019 Apple Inc. All rights reserved.</string>
	<key>NSPrincipalClass</key>
	<string>RPVideoEditorExtensionNSViewController</string>
	<key>SHKAllowsListingAllSharingServices</key>
	<true/>
	<key>SHKAlwaysAllowsPerformServices</key>
	<true/>
	<key>XPCService</key>
	<dict>
		<key>JoinExistingSession</key>
		<true/>
		<key>RunLoopType</key>
		<string>_NSApplicationMain</string>
		<key>ServiceType</key>
		<string>Application</string>
		<key>_AdditionalSubServices</key>
		<dict>
			<key>apple-extension-service</key>
			<true/>
			<key>viewbridge</key>
			<true/>
		</dict>
	</dict>
</dict>
</plist>
