diff --git a/README.md b/README.md index 542c41d..b5b22f4 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,8 @@ Important: Thanks @fauxserve for coming up with the idea and initial bash version. ## History +- 2023-04-20: Remove check for SSL verification. Require a trusted server certificate. Better notification if package install fails. + - 2022-11-07: Add ability to suppress notifications about a background process ReEnroller installs. - 2022-02-25: Change default options for management account to not create and not hide (mdm enrollment will handle the management account). Support bearer token authentication for API access in Jamf Pro 10.35 and later. diff --git a/ReEnroller.xcodeproj/project.pbxproj b/ReEnroller.xcodeproj/project.pbxproj index d29f8a8..5c983d4 100644 --- a/ReEnroller.xcodeproj/project.pbxproj +++ b/ReEnroller.xcodeproj/project.pbxproj @@ -368,6 +368,7 @@ DEVELOPMENT_TEAM = PS2F6S478M; ENABLE_HARDENED_RUNTIME = YES; INFOPLIST_FILE = ReEnroller/Info.plist; + INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities"; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/../Frameworks", @@ -394,6 +395,7 @@ DEVELOPMENT_TEAM = PS2F6S478M; ENABLE_HARDENED_RUNTIME = YES; INFOPLIST_FILE = ReEnroller/Info.plist; + INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities"; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/../Frameworks", diff --git a/ReEnroller.xcodeproj/project.xcworkspace/xcuserdata/lesliehelou.xcuserdatad/UserInterfaceState.xcuserstate b/ReEnroller.xcodeproj/project.xcworkspace/xcuserdata/lesliehelou.xcuserdatad/UserInterfaceState.xcuserstate index 97f56fa..a628c5a 100644 Binary files a/ReEnroller.xcodeproj/project.xcworkspace/xcuserdata/lesliehelou.xcuserdatad/UserInterfaceState.xcuserstate and b/ReEnroller.xcodeproj/project.xcworkspace/xcuserdata/lesliehelou.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/ReEnroller/help/help.html b/ReEnroller/help/help.html index 507ace1..e67a521 100644 --- a/ReEnroller/help/help.html +++ b/ReEnroller/help/help.html @@ -153,6 +153,7 @@