Created
January 6, 2023 20:55
-
-
Save wangkuiyi/7d9902d3a45b0a5f7a9b5a87799ff8e9 to your computer and use it in GitHub Desktop.
My manually edited Info.plist file for `iree_run_module.app`
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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>CFBundleDevelopmentRegion</key> | |
<string>English</string> | |
<key>CFBundleExecutable</key> | |
<string>iree-run-module</string> | |
<key>CFBundleGetInfoString</key> | |
<string></string> | |
<key>CFBundleIconFile</key> | |
<string></string> | |
<key>CFBundleIdentifier</key> | |
<string></string> | |
<key>CFBundleInfoDictionaryVersion</key> | |
<string>6.0</string> | |
<key>CFBundleLongVersionString</key> | |
<string></string> | |
<key>CFBundleName</key> | |
<string></string> | |
<key>CFBundlePackageType</key> | |
<string>APPL</string> | |
<key>CFBundleShortVersionString</key> | |
<string></string> | |
<key>CFBundleSignature</key> | |
<string>????</string> | |
<key>CFBundleVersion</key> | |
<string></string> | |
<key>CSResourcesFileMapped</key> | |
<true/> | |
<key>NSHumanReadableCopyright</key> | |
<string></string> | |
<key>CFBundleVersion</key> | |
<string>1.0</string> | |
<key>CFBundleShortVersionString</key> | |
<string>1.0</string> | |
<key>CFBundleIdentifier</key> | |
<string>org.iree.runmodule</string> | |
</dict> | |
</plist> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment