Skip to content

Commit

Permalink
Add missing file from last commit
Browse files Browse the repository at this point in the history
Signed-off-by: Gary Oberbrunner <[email protected]>
  • Loading branch information
garyo committed Mar 6, 2024
1 parent b33a6ad commit 3685719
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions Examples/Info.plist.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<?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>CFBundleDisplayName</key>
<string>${PLUGIN_NAME}</string>
<key>CFBundleExecutable</key>
<string>${PLUGIN_EXE}</string>
<key>CFBundleIdentifier</key>
<string>${BUNDLE_IDENTIFIER}</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleSignature</key>
<string>${BUNDLE_SIGNATURE}</string>
<key>CFBundleVersion</key>
<string>${PLUGIN_VERSION}</string>
<key>CSResourcesFileMapped</key>
<true/>
</dict>
</plist>

0 comments on commit 3685719

Please sign in to comment.