Posted on 03-18-2021 06:51 AM
So, this is pretty straight forward for Jamf Pro, but I can't seem to figure out how to apply a custom icon to an in-house package deployed via Jamf School Self Service. Am I missing something obvious?
Thanks!
Posted on 08-04-2021 12:08 PM
I have this question too.
Posted on 09-16-2022 07:59 AM
Did you figure this out?
Also, how did you make an App/package available in self-service for MacOS in jamf school?
Posted on 10-20-2022 03:29 PM
Came here for this. We need a board moderator we can call for quick answers to this stuff! : )
Posted on 03-08-2023 04:53 AM
You can make a custom app with your own icon in Xcode, package it via Jamf composer into PKG format and then add it to Jamf School by clicking Apps>Inventory>Add In-House macOS Package, you can then assign the app via device group membership.
Distributing apps via group membership rather than self service is a better solution when it comes to Jamf School
https://learn.jamf.com/bundle/jamf-school-documentation/page/App_and_Content_Distribution.html
Posted on 03-08-2023 09:08 AM
Thanks @rob1 - I have not worked with Xcode but looks like plenty of intro tutorials online to check out. Thanks for the tip, will give this a shot!
Posted on 03-08-2023 10:05 AM
The icon provided in the description is stripped from a Blah.app included in your deployed package. When you deploy script payloads there are no Blah.app to strip an icon from and you end up with the placeholder image. Since nested apps are not allowed in JamfSchool the logic is fine. A feature request may be to allow for a custom image to override the one supplied from the Blah.app.
Posted on 03-08-2023 12:18 PM
Posted on 03-09-2023 05:12 AM
Voted!
Posted on 03-08-2023 10:17 AM
Just occurred to me you could fake an icon by including a placeholder app in the package. This could be done with Xcode, place the app in a /tmp/icons location so it will not confuse anybody. If the apps get removed from the target who cares because the payload is complete and your icon exists in Jamf School. Or they could just allow for custom icons.