microsoft/onnxruntime-extensions

Public

mirrored fromhttps://github.com/microsoft/onnxruntime-extensionsAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
8bc8e43da10ff92869ffd485c5b9f5a497a229a6

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

cmake/apple/Info.plist.in

20lines · modepreview

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>CFBundleExecutable</key>
	<string>${APPLE_FRAMEWORK_NAME}</string>
	<key>CFBundleName</key>
	<string>${APPLE_FRAMEWORK_NAME}</string>
	<key>CFBundleIdentifier</key>
	<string>${APPLE_FRAMEWORK_IDENTIFIER}</string>
	<key>CFBundleVersion</key>
	<string>${APPLE_FRAMEWORK_VERSION}</string>
	<key>CFBundleShortVersionString</key>
	<string>${APPLE_FRAMEWORK_VERSION}</string>
	<key>CFBundleSignature</key>
	<string>????</string>
	<key>CFBundlePackageType</key>
	<string>FMWK</string>
</dict>
</plist>