From 039ac92480a09266146fc5b0c9ec67a32a2565ad Mon Sep 17 00:00:00 2001 From: saurabhb17 Date: Wed, 26 Feb 2020 16:04:40 +0530 Subject: Added secondary files --- pagelayout_editor/Info.plist | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 pagelayout_editor/Info.plist (limited to 'pagelayout_editor/Info.plist') diff --git a/pagelayout_editor/Info.plist b/pagelayout_editor/Info.plist new file mode 100644 index 0000000..169550f --- /dev/null +++ b/pagelayout_editor/Info.plist @@ -0,0 +1,35 @@ + + + + + CFBundleDocumentTypes + + + CFBundleTypeRole Editor + CFBundleTypeExtensions + + kicad_wks + + CFBundleTypeIconFile pl_editor_doc.icns + CFBundleTypeName pl_editor document + LSHandlerRank Owner + + + CFBundleDevelopmentRegion English + CFBundleExecutable pl_editor + CFBundleGetInfoString + CFBundleIconFile pl_editor.icns + CFBundleIdentifier org.kicad-pcb.pl_editor + CFBundleInfoDictionaryVersion 6.0 + CFBundleLongVersionString + CFBundleName pl_editor + CFBundlePackageType APPL + CFBundleShortVersionString + CFBundleSignature ???? + CFBundleVersion + CSResourcesFileMapped + LSRequiresCarbon + NSHumanReadableCopyright + NSHighResolutionCapable True + + -- cgit