<?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>microsoft/onnxruntime-extensions
Publicmirrored fromhttps://github.com/microsoft/onnxruntime-extensionsAvailable
cmake/apple/Info.plist.in
20lines · modepreview