From 368571953dcf1b00acbd164452d5e7e9128963b2 Mon Sep 17 00:00:00 2001 From: Gary Oberbrunner Date: Wed, 6 Mar 2024 07:52:07 -0500 Subject: [PATCH] Add missing file from last commit Signed-off-by: Gary Oberbrunner --- Examples/Info.plist.in | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 Examples/Info.plist.in diff --git a/Examples/Info.plist.in b/Examples/Info.plist.in new file mode 100644 index 00000000..6a0c0c8e --- /dev/null +++ b/Examples/Info.plist.in @@ -0,0 +1,24 @@ + + + + + CFBundleDevelopmentRegion + English + CFBundleDisplayName + ${PLUGIN_NAME} + CFBundleExecutable + ${PLUGIN_EXE} + CFBundleIdentifier + ${BUNDLE_IDENTIFIER} + CFBundleInfoDictionaryVersion + 6.0 + CFBundlePackageType + BNDL + CFBundleSignature + ${BUNDLE_SIGNATURE} + CFBundleVersion + ${PLUGIN_VERSION} + CSResourcesFileMapped + + +