From 461ccfb4e839371851f3728e6b38e16df36f30c1 Mon Sep 17 00:00:00 2001 From: Yoann Gini Date: Sat, 15 Jul 2017 12:25:57 -0400 Subject: [PATCH 1/3] Moving away from unmaintained Packages.app to rely only on standard command line. --- package/BuildAndPackage.command | 65 ++ package/Hello IT.pkgproj | 797 ---------------------- package/build_debug/Hello-IT.pkg | Bin 209 -> 0 bytes package/{ => debug_scripts}/runall.debug | 0 package/{ => debug_scripts}/stopall.debug | 0 package/{ => pkg_scripts}/postinstall | 0 src/Hello IT.xcodeproj/project.pbxproj | 117 ++++ 7 files changed, 182 insertions(+), 797 deletions(-) create mode 100755 package/BuildAndPackage.command delete mode 100755 package/Hello IT.pkgproj delete mode 100644 package/build_debug/Hello-IT.pkg rename package/{ => debug_scripts}/runall.debug (100%) rename package/{ => debug_scripts}/stopall.debug (100%) rename package/{ => pkg_scripts}/postinstall (100%) diff --git a/package/BuildAndPackage.command b/package/BuildAndPackage.command new file mode 100755 index 0000000..106944b --- /dev/null +++ b/package/BuildAndPackage.command @@ -0,0 +1,65 @@ +#!/bin/bash + +CONFIGURATION="Release" + +GIT_ROOT_DIR="$(dirname $(dirname ${BASH_SOURCE[0]}))" +PROJECT_DIR="${GIT_ROOT_DIR}/src" +BUILT_PRODUCTS_DIR="$(mktemp -d)" + +cd "${GIT_ROOT_DIR}" + +PKG_VERSION=$(/usr/libexec/PlistBuddy -c "print CFBundleShortVersionString" "${PROJECT_DIR}/Hello IT/Info.plist") + +BASE_RELEASE_LOCATION="${GIT_ROOT_DIR}/package/build" +RELEASE_LOCATION="${BASE_RELEASE_LOCATION}/${PKG_VERSION}-${CONFIGURATION}" +RELEASE_PRODUCT_LOCATION="${RELEASE_LOCATION}/Products" +RELEASE_DSYM_LOCATION="${RELEASE_LOCATION}/dSYM" + +PKG_ROOT="$(mktemp -d)" + +mkdir -p "${BUILT_PRODUCTS_DIR}/dSYM" +mkdir -p "${BUILT_PRODUCTS_DIR}/Products" +mkdir -p "${RELEASE_PRODUCT_LOCATION}" +mkdir -p "${RELEASE_DSYM_LOCATION}" + +echo "Project location: ${PROJECT_DIR}" +echo "Temporary build dir: ${BUILT_PRODUCTS_DIR}" +echo "Release location: ${RELEASE_LOCATION}" + +echo "####### Build project" + +echo "### Start building Hello IT" + +xcodebuild -quiet -project "${PROJECT_DIR}/Hello IT.xcodeproj" -configuration ${CONFIGURATION} -target "Hello IT" CONFIGURATION_TEMP_DIR="${BUILT_PRODUCTS_DIR}/Intermediates" CONFIGURATION_BUILD_DIR="${BUILT_PRODUCTS_DIR}/Products" DWARF_DSYM_FOLDER_PATH="${BUILT_PRODUCTS_DIR}/dSYM" + +cp -r "${BUILT_PRODUCTS_DIR}/Products/Hello IT.app" "${RELEASE_PRODUCT_LOCATION}" + +echo "" +echo "" + + +cp -r "${BUILT_PRODUCTS_DIR}/dSYM" "${RELEASE_DSYM_LOCATION}" + +echo "####### Create package from build" + +mkdir -p "${PKG_ROOT}//Applications/Utilities" +cp -r "${RELEASE_PRODUCT_LOCATION}/Hello IT.app" "${PKG_ROOT}/Applications/Utilities" + +mkdir -p "${PKG_ROOT}/Library/Application Support/com.github.ygini.hello-it/CustomImageForItem" +mkdir -p "${PKG_ROOT}/Library/Application Support/com.github.ygini.hello-it/CustomStatusBarIcon" +cp -r "${PROJECT_DIR}/Plugins/ScriptedItem/CustomScripts" "${PKG_ROOT}/Library/Application Support/com.github.ygini.hello-it" + +mkdir -p "${PKG_ROOT}/Library/LaunchAgents" +cp -r "${GIT_ROOT_DIR}/package/LaunchAgents/com.github.ygini.hello-it.plist" "${PKG_ROOT}/Library/LaunchAgents" + +#sudo chown -R root:wheel "${PKG_ROOT}" + +pkgbuild --sign "Developer ID Installer: Yoann GINI (CRXPBZF3N4)" --root "${PKG_ROOT}" --scripts "${GIT_ROOT_DIR}/package/pkg_scripts" --identifier "com.github.ygini.hello-it" --version "${PKG_VERSION}" "${RELEASE_LOCATION}/Hello-IT-${PKG_VERSION}-${CONFIGURATION}.pkg" + +rm -rf "${PKG_ROOT}" + +echo "####### Cleaning temporary files" + +rm -rf "${BUILT_PRODUCTS_DIR}" + +exit 0 diff --git a/package/Hello IT.pkgproj b/package/Hello IT.pkgproj deleted file mode 100755 index cbd8ca0..0000000 --- a/package/Hello IT.pkgproj +++ /dev/null @@ -1,797 +0,0 @@ - - - - - PROJECT - - PACKAGE_FILES - - DEFAULT_INSTALL_LOCATION - / - HIERARCHY - - CHILDREN - - - CHILDREN - - - CHILDREN - - - CHILDREN - - GID - 80 - PATH - build/Hello IT.app - PATH_TYPE - 1 - PERMISSIONS - 493 - TYPE - 3 - UID - 0 - - - GID - 80 - PATH - Utilities - PATH_TYPE - 0 - PERMISSIONS - 493 - TYPE - 1 - UID - 0 - - - GID - 80 - PATH - Applications - PATH_TYPE - 0 - PERMISSIONS - 509 - TYPE - 1 - UID - 0 - - - CHILDREN - - - CHILDREN - - - CHILDREN - - - CHILDREN - - GID - 80 - PATH - CustomImageForItem - PATH_TYPE - 0 - PERMISSIONS - 493 - TYPE - 2 - UID - 0 - - - CHILDREN - - GID - 80 - PATH - ../src/Plugins/ScriptedItem/CustomScripts - PATH_TYPE - 1 - PERMISSIONS - 493 - TYPE - 3 - UID - 0 - - - CHILDREN - - GID - 80 - PATH - CustomStatusBarIcon - PATH_TYPE - 0 - PERMISSIONS - 493 - TYPE - 2 - UID - 0 - - - GID - 80 - PATH - com.github.ygini.hello-it - PATH_TYPE - 0 - PERMISSIONS - 493 - TYPE - 2 - UID - 0 - - - GID - 80 - PATH - Application Support - PATH_TYPE - 0 - PERMISSIONS - 493 - TYPE - 1 - UID - 0 - - - CHILDREN - - GID - 0 - PATH - Automator - PATH_TYPE - 0 - PERMISSIONS - 493 - TYPE - 1 - UID - 0 - - - CHILDREN - - GID - 0 - PATH - Documentation - PATH_TYPE - 0 - PERMISSIONS - 493 - TYPE - 1 - UID - 0 - - - CHILDREN - - GID - 0 - PATH - Filesystems - PATH_TYPE - 0 - PERMISSIONS - 493 - TYPE - 1 - UID - 0 - - - CHILDREN - - GID - 0 - PATH - Frameworks - PATH_TYPE - 0 - PERMISSIONS - 493 - TYPE - 1 - UID - 0 - - - CHILDREN - - GID - 0 - PATH - Input Methods - PATH_TYPE - 0 - PERMISSIONS - 493 - TYPE - 1 - UID - 0 - - - CHILDREN - - GID - 0 - PATH - Internet Plug-Ins - PATH_TYPE - 0 - PERMISSIONS - 493 - TYPE - 1 - UID - 0 - - - CHILDREN - - - CHILDREN - - GID - 0 - PATH - LaunchAgents/com.github.ygini.hello-it.plist - PATH_TYPE - 1 - PERMISSIONS - 420 - TYPE - 3 - UID - 0 - - - GID - 0 - PATH - LaunchAgents - PATH_TYPE - 0 - PERMISSIONS - 493 - TYPE - 1 - UID - 0 - - - CHILDREN - - GID - 0 - PATH - LaunchDaemons - PATH_TYPE - 0 - PERMISSIONS - 493 - TYPE - 1 - UID - 0 - - - CHILDREN - - GID - 0 - PATH - PreferencePanes - PATH_TYPE - 0 - PERMISSIONS - 493 - TYPE - 1 - UID - 0 - - - CHILDREN - - GID - 0 - PATH - Preferences - PATH_TYPE - 0 - PERMISSIONS - 493 - TYPE - 1 - UID - 0 - - - CHILDREN - - GID - 80 - PATH - Printers - PATH_TYPE - 0 - PERMISSIONS - 493 - TYPE - 1 - UID - 0 - - - CHILDREN - - GID - 0 - PATH - PrivilegedHelperTools - PATH_TYPE - 0 - PERMISSIONS - 493 - TYPE - 1 - UID - 0 - - - CHILDREN - - GID - 0 - PATH - QuickLook - PATH_TYPE - 0 - PERMISSIONS - 493 - TYPE - 1 - UID - 0 - - - CHILDREN - - GID - 0 - PATH - QuickTime - PATH_TYPE - 0 - PERMISSIONS - 493 - TYPE - 1 - UID - 0 - - - CHILDREN - - GID - 0 - PATH - Screen Savers - PATH_TYPE - 0 - PERMISSIONS - 493 - TYPE - 1 - UID - 0 - - - CHILDREN - - GID - 0 - PATH - Scripts - PATH_TYPE - 0 - PERMISSIONS - 493 - TYPE - 1 - UID - 0 - - - CHILDREN - - GID - 0 - PATH - Services - PATH_TYPE - 0 - PERMISSIONS - 493 - TYPE - 1 - UID - 0 - - - CHILDREN - - GID - 0 - PATH - Widgets - PATH_TYPE - 0 - PERMISSIONS - 493 - TYPE - 1 - UID - 0 - - - GID - 0 - PATH - Library - PATH_TYPE - 0 - PERMISSIONS - 493 - TYPE - 1 - UID - 0 - - - CHILDREN - - - CHILDREN - - - CHILDREN - - GID - 0 - PATH - Extensions - PATH_TYPE - 0 - PERMISSIONS - 493 - TYPE - 1 - UID - 0 - - - GID - 0 - PATH - Library - PATH_TYPE - 0 - PERMISSIONS - 493 - TYPE - 1 - UID - 0 - - - GID - 0 - PATH - System - PATH_TYPE - 0 - PERMISSIONS - 493 - TYPE - 1 - UID - 0 - - - CHILDREN - - - CHILDREN - - GID - 0 - PATH - Shared - PATH_TYPE - 0 - PERMISSIONS - 1023 - TYPE - 1 - UID - 0 - - - GID - 80 - PATH - Users - PATH_TYPE - 0 - PERMISSIONS - 493 - TYPE - 1 - UID - 0 - - - GID - 0 - PATH - / - PATH_TYPE - 0 - PERMISSIONS - 493 - TYPE - 1 - UID - 0 - - PAYLOAD_TYPE - 0 - VERSION - 3 - - PACKAGE_SCRIPTS - - POSTINSTALL_PATH - - PATH - postinstall - PATH_TYPE - 1 - - RESOURCES - - - PACKAGE_SETTINGS - - AUTHENTICATION - 1 - CONCLUSION_ACTION - 0 - IDENTIFIER - com.github.ygini.hello-it - OVERWRITE_PERMISSIONS - - RELOCATABLE - - VERSION - 1.2.9 - - PROJECT_COMMENTS - - NOTES - - - - PROJECT_SETTINGS - - BUILD_PATH - - PATH - build - PATH_TYPE - 1 - - CERTIFICATE - - NAME - Developer ID Installer: Yoann GINI - PATH - /Users/ygi/Library/Keychains/login.keychain - - EXCLUDED_FILES - - - PATTERNS_ARRAY - - - REGULAR_EXPRESSION - - STRING - .DS_Store - TYPE - 0 - - - PROTECTED - - PROXY_NAME - Remove .DS_Store files - PROXY_TOOLTIP - Remove ".DS_Store" files created by the Finder. - STATE - - - - PATTERNS_ARRAY - - - REGULAR_EXPRESSION - - STRING - .pbdevelopment - TYPE - 0 - - - PROTECTED - - PROXY_NAME - Remove .pbdevelopment files - PROXY_TOOLTIP - Remove ".pbdevelopment" files created by ProjectBuilder or Xcode. - STATE - - - - PATTERNS_ARRAY - - - REGULAR_EXPRESSION - - STRING - CVS - TYPE - 1 - - - REGULAR_EXPRESSION - - STRING - .cvsignore - TYPE - 0 - - - REGULAR_EXPRESSION - - STRING - .cvspass - TYPE - 0 - - - REGULAR_EXPRESSION - - STRING - .svn - TYPE - 1 - - - REGULAR_EXPRESSION - - STRING - .git - TYPE - 1 - - - REGULAR_EXPRESSION - - STRING - .gitignore - TYPE - 0 - - - PROTECTED - - PROXY_NAME - Remove SCM metadata - PROXY_TOOLTIP - Remove helper files and folders used by the CVS, SVN or Git Source Code Management systems. - STATE - - - - PATTERNS_ARRAY - - - REGULAR_EXPRESSION - - STRING - classes.nib - TYPE - 0 - - - REGULAR_EXPRESSION - - STRING - designable.db - TYPE - 0 - - - REGULAR_EXPRESSION - - STRING - info.nib - TYPE - 0 - - - PROTECTED - - PROXY_NAME - Optimize nib files - PROXY_TOOLTIP - Remove "classes.nib", "info.nib" and "designable.nib" files within .nib bundles. - STATE - - - - PATTERNS_ARRAY - - - REGULAR_EXPRESSION - - STRING - Resources Disabled - TYPE - 1 - - - PROTECTED - - PROXY_NAME - Remove Resources Disabled folders - PROXY_TOOLTIP - Remove "Resources Disabled" folders. - STATE - - - - SEPARATOR - - - - NAME - Hello-IT - - - TYPE - 1 - VERSION - 2 - - diff --git a/package/build_debug/Hello-IT.pkg b/package/build_debug/Hello-IT.pkg deleted file mode 100644 index 332807dd27beb7fee212a26be9c405aeb9a99049..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 209 zcmbsTxE0dp%hzNe;P!paqL=%=sVgeYoHkee0JBNy1h)m8 zYuRk~Zn@aH`lpfc{nO2Pv(-NxG5xh6LyNyjC?;mducymiF16p>R<^9^?7C%26Pj+b zGj3nxTivW`zc|oIZsr7^&bWEEqPCVY|M|akid)I|A2U3C)^nQnE}m)<&(V_DF{6j! zpKq%4U+cq-(;RLFIxWq diff --git a/package/runall.debug b/package/debug_scripts/runall.debug similarity index 100% rename from package/runall.debug rename to package/debug_scripts/runall.debug diff --git a/package/stopall.debug b/package/debug_scripts/stopall.debug similarity index 100% rename from package/stopall.debug rename to package/debug_scripts/stopall.debug diff --git a/package/postinstall b/package/pkg_scripts/postinstall similarity index 100% rename from package/postinstall rename to package/pkg_scripts/postinstall diff --git a/src/Hello IT.xcodeproj/project.pbxproj b/src/Hello IT.xcodeproj/project.pbxproj index faa017d..146603f 100644 --- a/src/Hello IT.xcodeproj/project.pbxproj +++ b/src/Hello IT.xcodeproj/project.pbxproj @@ -123,6 +123,69 @@ remoteGlobalIDString = E1D067F91B51D08E00567172; remoteInfo = "Hello IT"; }; + F8F4E5761F1A73CC004E8789 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = E1B2C8ED1B59351B005A9936 /* HITDevKit.xcodeproj */; + proxyType = 1; + remoteGlobalIDString = E1B2C8D01B59351B005A9936; + remoteInfo = HITDevKit; + }; + F8F4E5781F1A73CC004E8789 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = E17743591B51EA8500A5B406 /* OpenResource.xcodeproj */; + proxyType = 1; + remoteGlobalIDString = E1D068281B51E54E00567172; + remoteInfo = OpenResource; + }; + F8F4E57A1F1A73CC004E8789 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = E17743751B51F19B00A5B406 /* Separator.xcodeproj */; + proxyType = 1; + remoteGlobalIDString = E177436A1B51F19B00A5B406; + remoteInfo = Separator; + }; + F8F4E57C1F1A73CC004E8789 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = E17743941B51F2C900A5B406 /* Title.xcodeproj */; + proxyType = 1; + remoteGlobalIDString = E17743891B51F2C900A5B406; + remoteInfo = Title; + }; + F8F4E57E1F1A73CC004E8789 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = E12F1E4A1B52355B005A4418 /* TestHTTP.xcodeproj */; + proxyType = 1; + remoteGlobalIDString = E12F1E3F1B52355B005A4418; + remoteInfo = TestHTTP; + }; + F8F4E5801F1A73CC004E8789 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = E1AF404B1B529AA10017B4DD /* Quit.xcodeproj */; + proxyType = 1; + remoteGlobalIDString = E1AF40401B529AA10017B4DD; + remoteInfo = Quit; + }; + F8F4E5821F1A73CC004E8789 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = E1AF40701B529F460017B4DD /* SubMenu.xcodeproj */; + proxyType = 1; + remoteGlobalIDString = E1AF40651B529F460017B4DD; + remoteInfo = SubMenu; + }; + F8F4E5841F1A73CC004E8789 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = E14B67A71B57856000941A27 /* OpenApplication.xcodeproj */; + proxyType = 1; + remoteGlobalIDString = E14B679C1B57855F00941A27; + remoteInfo = OpenApplication; + }; + F8F4E5861F1A73CC004E8789 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = E14B67CF1B59059000941A27 /* ScriptedItem.xcodeproj */; + proxyType = 1; + remoteGlobalIDString = E14B67C41B59059000941A27; + remoteInfo = ScriptedItem; + }; /* End PBXContainerItemProxy section */ /* Begin PBXCopyFilesBuildPhase section */ @@ -416,6 +479,15 @@ buildRules = ( ); dependencies = ( + F8F4E5771F1A73CC004E8789 /* PBXTargetDependency */, + F8F4E5791F1A73CC004E8789 /* PBXTargetDependency */, + F8F4E57B1F1A73CC004E8789 /* PBXTargetDependency */, + F8F4E57D1F1A73CC004E8789 /* PBXTargetDependency */, + F8F4E57F1F1A73CC004E8789 /* PBXTargetDependency */, + F8F4E5811F1A73CC004E8789 /* PBXTargetDependency */, + F8F4E5831F1A73CC004E8789 /* PBXTargetDependency */, + F8F4E5851F1A73CC004E8789 /* PBXTargetDependency */, + F8F4E5871F1A73CC004E8789 /* PBXTargetDependency */, ); name = "Hello IT"; productName = "Hello IT"; @@ -672,6 +744,51 @@ target = E1D067F91B51D08E00567172 /* Hello IT */; targetProxy = E1D0680E1B51D08F00567172 /* PBXContainerItemProxy */; }; + F8F4E5771F1A73CC004E8789 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = HITDevKit; + targetProxy = F8F4E5761F1A73CC004E8789 /* PBXContainerItemProxy */; + }; + F8F4E5791F1A73CC004E8789 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = OpenResource; + targetProxy = F8F4E5781F1A73CC004E8789 /* PBXContainerItemProxy */; + }; + F8F4E57B1F1A73CC004E8789 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Separator; + targetProxy = F8F4E57A1F1A73CC004E8789 /* PBXContainerItemProxy */; + }; + F8F4E57D1F1A73CC004E8789 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Title; + targetProxy = F8F4E57C1F1A73CC004E8789 /* PBXContainerItemProxy */; + }; + F8F4E57F1F1A73CC004E8789 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = TestHTTP; + targetProxy = F8F4E57E1F1A73CC004E8789 /* PBXContainerItemProxy */; + }; + F8F4E5811F1A73CC004E8789 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Quit; + targetProxy = F8F4E5801F1A73CC004E8789 /* PBXContainerItemProxy */; + }; + F8F4E5831F1A73CC004E8789 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = SubMenu; + targetProxy = F8F4E5821F1A73CC004E8789 /* PBXContainerItemProxy */; + }; + F8F4E5851F1A73CC004E8789 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = OpenApplication; + targetProxy = F8F4E5841F1A73CC004E8789 /* PBXContainerItemProxy */; + }; + F8F4E5871F1A73CC004E8789 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = ScriptedItem; + targetProxy = F8F4E5861F1A73CC004E8789 /* PBXContainerItemProxy */; + }; /* End PBXTargetDependency section */ /* Begin PBXVariantGroup section */ From 42852f6fe8ea25cf1f23bebc9fbfadcee3c732b0 Mon Sep 17 00:00:00 2001 From: Yoann Gini Date: Sat, 15 Jul 2017 12:28:48 -0400 Subject: [PATCH 2/3] Set bundle version to 1.2.11 before public release --- src/Hello IT/Info.plist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Hello IT/Info.plist b/src/Hello IT/Info.plist index 54a8cbb..ba1ad4b 100644 --- a/src/Hello IT/Info.plist +++ b/src/Hello IT/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.2.10 + 1.2.11 CFBundleSignature ???? CFBundleVersion From 46629da653f09b4420a2b5b89f1a132a4df00ba7 Mon Sep 17 00:00:00 2001 From: Yoann Gini Date: Sat, 15 Jul 2017 12:30:00 -0400 Subject: [PATCH 3/3] 1.2.11 has been built, capturing all Info.plist change related to bundle version --- src/HITDevKit/HITDevKit/Info.plist | 2 +- src/Hello IT/Info.plist | 2 +- src/Plugins/OpenApplication/OpenApplication/Info.plist | 2 +- src/Plugins/OpenResource/OpenResource/Info.plist | 2 +- src/Plugins/Quit/Quit/Info.plist | 2 +- src/Plugins/ScriptedItem/ScriptedItem/Info.plist | 2 +- src/Plugins/Separator/Separator/Info.plist | 2 +- src/Plugins/SubMenu/SubMenu/Info.plist | 2 +- src/Plugins/TestHTTP/TestHTTP/Info.plist | 2 +- src/Plugins/Title/Title/Info.plist | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/HITDevKit/HITDevKit/Info.plist b/src/HITDevKit/HITDevKit/Info.plist index 53ab4df..1ad6ce0 100644 --- a/src/HITDevKit/HITDevKit/Info.plist +++ b/src/HITDevKit/HITDevKit/Info.plist @@ -19,7 +19,7 @@ CFBundleSignature ???? CFBundleVersion - 145 + 178 NSHumanReadableCopyright Copyright © 2015 Yoann Gini (Open Source Project). All rights reserved. NSPrincipalClass diff --git a/src/Hello IT/Info.plist b/src/Hello IT/Info.plist index ba1ad4b..ff4953a 100644 --- a/src/Hello IT/Info.plist +++ b/src/Hello IT/Info.plist @@ -21,7 +21,7 @@ CFBundleSignature ???? CFBundleVersion - 145 + 178 LSApplicationCategoryType public.app-category.utilities LSMinimumSystemVersion diff --git a/src/Plugins/OpenApplication/OpenApplication/Info.plist b/src/Plugins/OpenApplication/OpenApplication/Info.plist index acaf033..b02c3da 100644 --- a/src/Plugins/OpenApplication/OpenApplication/Info.plist +++ b/src/Plugins/OpenApplication/OpenApplication/Info.plist @@ -19,7 +19,7 @@ CFBundleSignature ???? CFBundleVersion - 145 + 178 HITPFunctionIdentifier public.open.application NSHumanReadableCopyright diff --git a/src/Plugins/OpenResource/OpenResource/Info.plist b/src/Plugins/OpenResource/OpenResource/Info.plist index 323cc07..677b56a 100644 --- a/src/Plugins/OpenResource/OpenResource/Info.plist +++ b/src/Plugins/OpenResource/OpenResource/Info.plist @@ -19,7 +19,7 @@ CFBundleSignature ???? CFBundleVersion - 145 + 178 HITPFunctionIdentifier public.open.resource NSHumanReadableCopyright diff --git a/src/Plugins/Quit/Quit/Info.plist b/src/Plugins/Quit/Quit/Info.plist index 2cf91bd..b0abbcd 100644 --- a/src/Plugins/Quit/Quit/Info.plist +++ b/src/Plugins/Quit/Quit/Info.plist @@ -19,7 +19,7 @@ CFBundleSignature ???? CFBundleVersion - 145 + 178 HITPFunctionIdentifier public.quit NSHumanReadableCopyright diff --git a/src/Plugins/ScriptedItem/ScriptedItem/Info.plist b/src/Plugins/ScriptedItem/ScriptedItem/Info.plist index 3a7bf41..1517372 100644 --- a/src/Plugins/ScriptedItem/ScriptedItem/Info.plist +++ b/src/Plugins/ScriptedItem/ScriptedItem/Info.plist @@ -19,7 +19,7 @@ CFBundleSignature ???? CFBundleVersion - 145 + 178 HITPFunctionIdentifier public.script.item NSHumanReadableCopyright diff --git a/src/Plugins/Separator/Separator/Info.plist b/src/Plugins/Separator/Separator/Info.plist index fbd0242..1891f94 100644 --- a/src/Plugins/Separator/Separator/Info.plist +++ b/src/Plugins/Separator/Separator/Info.plist @@ -19,7 +19,7 @@ CFBundleSignature ???? CFBundleVersion - 145 + 178 HITPFunctionIdentifier public.separator NSHumanReadableCopyright diff --git a/src/Plugins/SubMenu/SubMenu/Info.plist b/src/Plugins/SubMenu/SubMenu/Info.plist index 0ad0e42..9756999 100644 --- a/src/Plugins/SubMenu/SubMenu/Info.plist +++ b/src/Plugins/SubMenu/SubMenu/Info.plist @@ -19,7 +19,7 @@ CFBundleSignature ???? CFBundleVersion - 145 + 178 HITPFunctionIdentifier public.submenu NSHumanReadableCopyright diff --git a/src/Plugins/TestHTTP/TestHTTP/Info.plist b/src/Plugins/TestHTTP/TestHTTP/Info.plist index 4a2bef2..9da8421 100644 --- a/src/Plugins/TestHTTP/TestHTTP/Info.plist +++ b/src/Plugins/TestHTTP/TestHTTP/Info.plist @@ -19,7 +19,7 @@ CFBundleSignature ???? CFBundleVersion - 145 + 178 HITPFunctionIdentifier public.test.http NSHumanReadableCopyright diff --git a/src/Plugins/Title/Title/Info.plist b/src/Plugins/Title/Title/Info.plist index f044434..70d3ace 100644 --- a/src/Plugins/Title/Title/Info.plist +++ b/src/Plugins/Title/Title/Info.plist @@ -19,7 +19,7 @@ CFBundleSignature ???? CFBundleVersion - 145 + 178 HITPFunctionIdentifier public.title NSHumanReadableCopyright