diff --git a/AutoPkgr.xcodeproj/project.pbxproj b/AutoPkgr.xcodeproj/project.pbxproj
index bc5208e7..2b766789 100644
--- a/AutoPkgr.xcodeproj/project.pbxproj
+++ b/AutoPkgr.xcodeproj/project.pbxproj
@@ -1622,10 +1622,12 @@
inputPaths = (
"${PODS_ROOT}/Target Support Files/Pods-AutoPkgrTests/Pods-AutoPkgrTests-frameworks.sh",
"${PODS_ROOT}/Sparkle/Sparkle.framework",
+ "${PODS_XCFRAMEWORKS_BUILD_DIR}/OpenSSL/OpenSSL.framework/OpenSSL",
);
name = "[CP] Embed Pods Frameworks";
outputPaths = (
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Sparkle.framework",
+ "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/OpenSSL.framework",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
@@ -2058,10 +2060,12 @@
inputPaths = (
"${PODS_ROOT}/Target Support Files/Pods-AutoPkgr/Pods-AutoPkgr-frameworks.sh",
"${PODS_ROOT}/Sparkle/Sparkle.framework",
+ "${PODS_XCFRAMEWORKS_BUILD_DIR}/OpenSSL/OpenSSL.framework/OpenSSL",
);
name = "[CP] Embed Pods Frameworks";
outputPaths = (
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Sparkle.framework",
+ "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/OpenSSL.framework",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
@@ -3106,6 +3110,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
+ ARCHS = x86_64;
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
@@ -3137,6 +3142,7 @@
DEVELOPMENT_TEAM = JVY2ZR6SEF;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
+ EXCLUDED_ARCHS = "";
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_DYNAMIC_NO_PIC = NO;
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
@@ -3165,6 +3171,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
+ ARCHS = x86_64;
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
@@ -3197,6 +3204,7 @@
DEVELOPMENT_TEAM = JVY2ZR6SEF;
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
+ EXCLUDED_ARCHS = "";
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
GCC_NO_COMMON_BLOCKS = YES;
@@ -3218,6 +3226,7 @@
isa = XCBuildConfiguration;
baseConfigurationReference = 2C6986FE5B41226735CC0A32 /* Pods-AutoPkgr.debug.xcconfig */;
buildSettings = {
+ ARCHS = x86_64;
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES;
CLANG_ENABLE_MODULES = YES;
@@ -3225,6 +3234,7 @@
CODE_SIGN_IDENTITY = "Developer ID Application";
CODE_SIGN_INJECT_BASE_ENTITLEMENTS = YES;
COMBINE_HIDPI_IMAGES = YES;
+ CURRENT_PROJECT_VERSION = 1520;
DEVELOPMENT_TEAM = JVY2ZR6SEF;
ENABLE_HARDENED_RUNTIME = YES;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
@@ -3232,7 +3242,7 @@
INFOPLIST_FILE = "AutoPkgr/Supporting Files/AutoPkgr-Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.13;
- MARKETING_VERSION = 1.6;
+ MARKETING_VERSION = 1.6.1;
ONLY_ACTIVE_ARCH = YES;
OTHER_CODE_SIGN_FLAGS = "";
"OTHER_CODE_SIGN_FLAGS[sdk=*]" = "--options=runtime";
@@ -3261,6 +3271,8 @@
"-framework",
"\"Foundation\"",
"-framework",
+ "\"OpenSSL\"",
+ "-framework",
"\"Security\"",
"-framework",
"\"ServiceManagement\"",
@@ -3285,6 +3297,7 @@
isa = XCBuildConfiguration;
baseConfigurationReference = D1C393755729ADE331CE085C /* Pods-AutoPkgr.release.xcconfig */;
buildSettings = {
+ ARCHS = x86_64;
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES;
CLANG_ENABLE_MODULES = YES;
@@ -3292,15 +3305,17 @@
CODE_SIGN_IDENTITY = "Developer ID Application";
CODE_SIGN_INJECT_BASE_ENTITLEMENTS = YES;
COMBINE_HIDPI_IMAGES = YES;
+ CURRENT_PROJECT_VERSION = 1520;
DEVELOPMENT_TEAM = JVY2ZR6SEF;
ENABLE_HARDENED_RUNTIME = YES;
+ EXCLUDED_ARCHS = "";
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "AutoPkgr/Supporting Files/AutoPkgr-Prefix.pch";
INFOPLIST_FILE = "AutoPkgr/Supporting Files/AutoPkgr-Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.13;
- MARKETING_VERSION = 1.6;
+ MARKETING_VERSION = 1.6.1;
ONLY_ACTIVE_ARCH = YES;
OTHER_CODE_SIGN_FLAGS = "";
"OTHER_CODE_SIGN_FLAGS[sdk=*]" = "--options=runtime";
@@ -3329,6 +3344,8 @@
"-framework",
"\"Foundation\"",
"-framework",
+ "\"OpenSSL\"",
+ "-framework",
"\"Security\"",
"-framework",
"\"ServiceManagement\"",
@@ -3371,6 +3388,43 @@
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
ONLY_ACTIVE_ARCH = YES;
"OTHER_CODE_SIGN_FLAGS[sdk=*]" = "--options=runtime";
+ OTHER_LDFLAGS = (
+ "$(inherited)",
+ "-ObjC",
+ "-l\"ACEView\"",
+ "-l\"AFNetworking\"",
+ "-l\"AHKeychain\"",
+ "-l\"AHLaunchCtl\"",
+ "-l\"AHProxySettings\"",
+ "-l\"GRMustache\"",
+ "-l\"JRSwizzle\"",
+ "-l\"MMMarkdown\"",
+ "-l\"MailCore\"",
+ "-l\"XMLDictionary\"",
+ "-l\"c++\"",
+ "-l\"iconv\"",
+ "-l\"resolv\"",
+ "-l\"sasl2\"",
+ "-l\"tidy\"",
+ "-l\"xml2\"",
+ "-l\"z\"",
+ "-framework",
+ "\"CoreServices\"",
+ "-framework",
+ "\"Foundation\"",
+ "-framework",
+ "\"OpenSSL\"",
+ "-framework",
+ "\"Security\"",
+ "-framework",
+ "\"ServiceManagement\"",
+ "-framework",
+ "\"Sparkle\"",
+ "-framework",
+ "\"SystemConfiguration\"",
+ "-framework",
+ "\"WebKit\"",
+ );
PRODUCT_BUNDLE_IDENTIFIER = "com.lindegroup.${PRODUCT_NAME:rfc1034identifier}";
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -3398,6 +3452,43 @@
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
ONLY_ACTIVE_ARCH = YES;
"OTHER_CODE_SIGN_FLAGS[sdk=*]" = "--options=runtime";
+ OTHER_LDFLAGS = (
+ "$(inherited)",
+ "-ObjC",
+ "-l\"ACEView\"",
+ "-l\"AFNetworking\"",
+ "-l\"AHKeychain\"",
+ "-l\"AHLaunchCtl\"",
+ "-l\"AHProxySettings\"",
+ "-l\"GRMustache\"",
+ "-l\"JRSwizzle\"",
+ "-l\"MMMarkdown\"",
+ "-l\"MailCore\"",
+ "-l\"XMLDictionary\"",
+ "-l\"c++\"",
+ "-l\"iconv\"",
+ "-l\"resolv\"",
+ "-l\"sasl2\"",
+ "-l\"tidy\"",
+ "-l\"xml2\"",
+ "-l\"z\"",
+ "-framework",
+ "\"CoreServices\"",
+ "-framework",
+ "\"Foundation\"",
+ "-framework",
+ "\"OpenSSL\"",
+ "-framework",
+ "\"Security\"",
+ "-framework",
+ "\"ServiceManagement\"",
+ "-framework",
+ "\"Sparkle\"",
+ "-framework",
+ "\"SystemConfiguration\"",
+ "-framework",
+ "\"WebKit\"",
+ );
PRODUCT_BUNDLE_IDENTIFIER = "com.lindegroup.${PRODUCT_NAME:rfc1034identifier}";
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -3410,9 +3501,10 @@
isa = XCBuildConfiguration;
baseConfigurationReference = F107A65717A3307E0BCA7341 /* Pods-com.lindegroup.AutoPkgr.helper.debug.xcconfig */;
buildSettings = {
+ ARCHS = x86_64;
CLANG_WARN_UNREACHABLE_CODE = YES;
CODE_SIGN_IDENTITY = "Developer ID Application";
- CURRENT_PROJECT_VERSION = 1501;
+ CURRENT_PROJECT_VERSION = 1520;
DEVELOPMENT_TEAM = JVY2ZR6SEF;
ENABLE_HARDENED_RUNTIME = YES;
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -3425,7 +3517,7 @@
INSTALL_PATH = "";
"INSTALL_PATH[sdk=*]" = /Library/PrivilegedHelperTools/;
MACOSX_DEPLOYMENT_TARGET = 10.13;
- MARKETING_VERSION = 1.5.7;
+ MARKETING_VERSION = 1.6.1;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
OTHER_CFLAGS = (
@@ -3467,9 +3559,10 @@
isa = XCBuildConfiguration;
baseConfigurationReference = 06EB3E6636660212855850C6 /* Pods-com.lindegroup.AutoPkgr.helper.release.xcconfig */;
buildSettings = {
+ ARCHS = x86_64;
CLANG_WARN_UNREACHABLE_CODE = YES;
CODE_SIGN_IDENTITY = "Developer ID Application";
- CURRENT_PROJECT_VERSION = 1501;
+ CURRENT_PROJECT_VERSION = 1520;
DEVELOPMENT_TEAM = JVY2ZR6SEF;
ENABLE_HARDENED_RUNTIME = YES;
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -3482,7 +3575,7 @@
INSTALL_PATH = "";
"INSTALL_PATH[sdk=*]" = /Library/PrivilegedHelperTools/;
MACOSX_DEPLOYMENT_TARGET = 10.13;
- MARKETING_VERSION = 1.5.7;
+ MARKETING_VERSION = 1.6.1;
MTL_ENABLE_DEBUG_INFO = NO;
ONLY_ACTIVE_ARCH = YES;
OTHER_CFLAGS = (
diff --git a/AutoPkgr.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings b/AutoPkgr.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings
new file mode 100644
index 00000000..0c67376e
--- /dev/null
+++ b/AutoPkgr.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings
@@ -0,0 +1,5 @@
+
+
+
+
+
diff --git a/AutoPkgr/Supporting Files/AutoPkgr-Info.plist b/AutoPkgr/Supporting Files/AutoPkgr-Info.plist
index 915a48c7..9647880c 100755
--- a/AutoPkgr/Supporting Files/AutoPkgr-Info.plist
+++ b/AutoPkgr/Supporting Files/AutoPkgr-Info.plist
@@ -17,11 +17,11 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 1.6
+ 1.6.1
CFBundleSignature
????
CFBundleVersion
- 1506
+ 1509
LSApplicationCategoryType
public.app-category.utilities
LSMinimumSystemVersion
@@ -34,7 +34,7 @@
NSHumanReadableCopyright
- Copyright 2014-2022 The Linde Group, Inc.
+ Copyright 2014-2024 The Linde Group, Inc.
NSMainNibFile
MainMenu
NSPrincipalClass
diff --git a/AutoPkgr/Views-Controllers-XIB/Integration Views/Base.lproj/LGJamfUploaderIntegrationView.xib b/AutoPkgr/Views-Controllers-XIB/Integration Views/Base.lproj/LGJamfUploaderIntegrationView.xib
index 3e308bbd..9ef7dc3e 100644
--- a/AutoPkgr/Views-Controllers-XIB/Integration Views/Base.lproj/LGJamfUploaderIntegrationView.xib
+++ b/AutoPkgr/Views-Controllers-XIB/Integration Views/Base.lproj/LGJamfUploaderIntegrationView.xib
@@ -1,8 +1,8 @@
-
+
-
+
@@ -12,10 +12,7 @@
-
-
-
@@ -24,11 +21,11 @@
-
+
-
-
+
+
@@ -39,15 +36,15 @@
-
+
-
+
-
+
-
+
@@ -91,45 +88,45 @@
-
-
+
+
@@ -156,8 +153,8 @@
-
-
+
+
@@ -167,8 +164,8 @@
-
-
+
+
@@ -178,57 +175,29 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
-
-
+
+
@@ -238,8 +207,8 @@
-
-
+
+
@@ -254,9 +223,7 @@
-
-
@@ -264,22 +231,14 @@
-
-
-
-
-
-
-
-
diff --git a/AutoPkgr/Views-Controllers-XIB/Tab Views/Base.lproj/LGRecipeReposViewController.xib b/AutoPkgr/Views-Controllers-XIB/Tab Views/Base.lproj/LGRecipeReposViewController.xib
index 814ce0be..397f1e6c 100644
--- a/AutoPkgr/Views-Controllers-XIB/Tab Views/Base.lproj/LGRecipeReposViewController.xib
+++ b/AutoPkgr/Views-Controllers-XIB/Tab Views/Base.lproj/LGRecipeReposViewController.xib
@@ -1,8 +1,8 @@
-
+
-
+
@@ -27,13 +27,13 @@
-
+
-
+
-
+
@@ -72,7 +72,7 @@
-
+
@@ -86,11 +86,11 @@
-
+
-
-
+
+
@@ -122,10 +122,10 @@
-
+
-
+
@@ -154,7 +154,7 @@
-
+
@@ -195,12 +195,12 @@
-
+
-
-
+
+
@@ -210,8 +210,8 @@
-
-
+
+
@@ -219,28 +219,28 @@
-
-
+
+
-
-
+
+
@@ -248,13 +248,13 @@
-
+
-
+
-
+
@@ -276,8 +276,8 @@
-
+
@@ -448,8 +448,8 @@
-
-
+
+
@@ -457,7 +457,7 @@
-
+
-
-
-
@@ -518,11 +515,14 @@ DQ
+
+
+
-
+
@@ -533,8 +533,8 @@ DQ
-
-
+
+
@@ -546,28 +546,28 @@ DQ
-
-
+
+
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d89beebc..3a64de3c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,24 @@ All notable changes to this project will be documented in this file. This projec
## [Unreleased](unreleased)
+## [1.6.1] - 2024-06-20
+
+AutoPkgr 1.6.1 updates the integration for the great [JamfUploader](https://github.com/grahampugh/jamf-upload) by [@grahampugh](https://https://github.com/grahampugh). Simply select `Save and Close` to save your URL, credentials, and CDP to start autopkg-ing with JamfUploader! To get started with AutoPkgr and JamfUploader, please check out the [AutoPkgr Wiki](https://github.com/lindegroup/autopkgr/wiki/Jamf-Pro)! For more information about JamfUploader processors, please review the [JamfUploader Wiki](https://github.com/grahampugh/jamf-upload/wiki).
+
+### Changed
+
+- AutoPkgr 1.6.1 removes the `Connect` button from the integration as it is deprecated and no longer necessary. Simply select `Save and Close` to save your URL, credentials, and CDP to start autopkg-ing with JamfUploader!
+- **Friendly PSA for AutoPkgr and Jamf Pro v11.5 and above:** You _do not_ need to enable basic authentication in Jamf Pro in order for AutoPkgr to work with JamfUploader. In the JamfUploader Integration pane, just click Save and Close. JamfUploader still works with AutoPkgr in Jamf Pro v11.5 and above. This has been tested and still works as expected.
+- Updated the Jamf Pro integration instructions in the [AutoPkgr Wiki] (https://github.com/lindegroup/autopkgr/wiki/Jamf-Pro) to note that the Connect button is deprecated and has been removed.
+- Updated the versions of Sparkle and OpenSSL-Universal.
+- Due to the fact that macOS no longer ships with Python, you will now need to install [AutoPkg](https://github.com/autopkg/autopkg/releases) _first_ on new Macs _before installing AutoPkgr_. This gives AutoPkgr the path to Python it needs to run smoothly. If you already have AutoPkg installed, you already have the built in Python that ships with AutoPkg and can just install AutoPkgr.
+- Due to the fact that there is no native YAML library for macOS, AutoPkgr does not support `.yaml` recipes and they will not display in the recipe list. However, AutoPkgr will be able to run any recipe you like via your recipe list (even if those recipes are `.yaml` and are added to your recipe list manually, or have parent recipes that are `.yaml`). AutoPkgr's recipe list is stored at `~/Library/Application Support/AutoPkgr/recipe_list.txt` and can be edited with any text editor.
+
+### Fixed
+
+- Fixed an issue where placeholder text for the recipe checkbox was improperly rendered behind the text of recipe list entries.
+- Please note that JSSImporter has been deprecated and you should use [JamfUploader](https://github.com/grahampugh/jamf-upload) instead. You can find the instructions to configure the Jamf Pro integration in the [AutoPkgr Wiki] (https://github.com/lindegroup/autopkgr/wiki/Jamf-Pro).
+
## [1.6] - 2022-06-10
AutoPkgr 1.6 adds integration for the great [JamfUploader](https://github.com/grahampugh/jamf-upload) by [@grahampugh](https://https://github.com/grahampugh), a shiny new icon, as well as new notification templates for JamfUploader processors with Slack, Teams, Google Chat, and email! To get started with AutoPkgr and JamfUploader, please check out the [AutoPkgr Wiki](https://github.com/lindegroup/autopkgr/wiki/Jamf-Pro)! For more information about JamfUploader processors, please review the [JamfUploader Wiki](https://github.com/grahampugh/jamf-upload/wiki).
@@ -541,7 +559,8 @@ AutoPkgr 1.6 adds integration for the great [JamfUploader](https://github.com/gr
- Initial public release of AutoPkgr.
-[unreleased]: https://github.com/lindegroup/autopkgr/compare/v1.6...HEAD
+[unreleased]: https://github.com/lindegroup/autopkgr/compare/v1.6.1...HEAD
+[1.6.1]: https://github.com/lindegroup/autopkgr/compare/v1.6...v1.6.1
[1.6]: https://github.com/lindegroup/autopkgr/compare/v1.5.7...v1.6
[1.5.7]: https://github.com/lindegroup/autopkgr/compare/v1.5.6...v1.5.7
[1.5.6]: https://github.com/lindegroup/autopkgr/compare/v1.5.5...v1.5.6
diff --git a/Podfile b/Podfile
index 691ff8db..3b1b3072 100644
--- a/Podfile
+++ b/Podfile
@@ -6,9 +6,9 @@ AutoPkgr = ["AutoPkgr", "AutoPkgrTests"]
AutoPkgr.each { |t|
target t do
pod 'AFNetworking', '~> 2.5.4'
- pod 'Sparkle', '~> 1.24.0'
+ pod 'Sparkle', '1.26.0'
pod 'XMLDictionary', '~> 1.4'
- pod 'mailcore2-osx', '~> 0.6.4'
+ pod 'mailcore2-osx', '0.6.4'
pod 'GRMustache', '~> 7.3.2'
pod 'ACEView', '~> 0.0.5'
pod 'MMMarkdown', '~> 0.5.1'
diff --git a/Podfile.lock b/Podfile.lock
index 3c83a515..36891b85 100644
--- a/Podfile.lock
+++ b/Podfile.lock
@@ -26,11 +26,9 @@ PODS:
- JRSwizzle (1.0)
- mailcore2-osx (0.6.4)
- MMMarkdown (0.5.5)
- - OpenSSL-Universal (1.0.2.20):
- - OpenSSL-Universal/Static (= 1.0.2.20)
- - OpenSSL-Universal/Static (1.0.2.20)
+ - OpenSSL-Universal (1.1.1100)
- RNCryptor (2.2)
- - Sparkle (1.24.0)
+ - Sparkle (1.26.0)
- XMLDictionary (1.4.1)
DEPENDENCIES:
@@ -40,11 +38,11 @@ DEPENDENCIES:
- AHLaunchCtl (from `https://github.com/eahrold/AHLaunchCtl.git`)
- AHProxySettings (~> 0.1.1)
- GRMustache (~> 7.3.2)
- - mailcore2-osx (~> 0.6.4)
+ - mailcore2-osx (= 0.6.4)
- MMMarkdown (~> 0.5.1)
- OpenSSL-Universal
- RNCryptor (~> 2.2)
- - Sparkle (~> 1.24.0)
+ - Sparkle (= 1.26.0)
- XMLDictionary (~> 1.4)
SPEC REPOS:
@@ -81,11 +79,11 @@ SPEC CHECKSUMS:
JRSwizzle: dd5ead5d913a0f29e7f558200165849f006bb1e3
mailcore2-osx: 56890045e50f3b09b6530f5bd008eda67e1f6b82
MMMarkdown: 1af97166ce0f6d6e0cb05695665492195d27c3f1
- OpenSSL-Universal: ff34003318d5e1163e9529b08470708e389ffcdd
+ OpenSSL-Universal: ebc357f1e6bc71fa463ccb2fe676756aff50e88c
RNCryptor: c68678461a2c7474a55db9a6a98834c22d51f535
- Sparkle: 270cd27377bf04e9c128af06e3a22d0f572d6ee3
+ Sparkle: d56d028f4b0c123577825f5d1004f6140d77f90e
XMLDictionary: fa07b6ff422b3a91d47a5de9bc82e3fc04fbd167
-PODFILE CHECKSUM: 22fe2c0b4a300be5ef2c8829ce0b46d9e8d75d25
+PODFILE CHECKSUM: a046c23f27bb20a83db17121e2e7a7cc7953d9f7
COCOAPODS: 1.10.1
diff --git a/Privileged Helper/helper-Info.plist b/Privileged Helper/helper-Info.plist
index eacbe048..824bb361 100644
--- a/Privileged Helper/helper-Info.plist
+++ b/Privileged Helper/helper-Info.plist
@@ -9,9 +9,9 @@
CFBundleName
com.lindegroup.AutoPkgr.helper
CFBundleShortVersionString
- 1.6
+ $(MARKETING_VERSION)
CFBundleVersion
- 1.6
+ $(CURRENT_PROJECT_VERSION)
SMAuthorizedClients
identifier "com.lindegroup.AutoPkgr" and anchor apple generic and certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */ and certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */ and certificate leaf[subject.OU] = JVY2ZR6SEF
diff --git a/doc-images/linde_logo.png b/doc-images/linde_logo.png
index 39b63946..3bfba553 100644
Binary files a/doc-images/linde_logo.png and b/doc-images/linde_logo.png differ