From 5adce084b59f48aa73345c6d4b03518651409857 Mon Sep 17 00:00:00 2001 From: Mitch Francese <2227948+tux234@users.noreply.github.com> Date: Thu, 14 Aug 2025 20:44:38 -0400 Subject: [PATCH] Add Google Apps for iOS devices (#31860) ## Demo Pasteboard management for BYOD devices Made changes to `/it-and-security/teams/personal-mobile-devices.yml` and `/it-and-security/lib/ios/configuration-profiles` to demo DLP restrictions. - Added byod-restrict-pasteboard-managed-apps.mobileconfig profile to restrict copy/paste between managed and unmanaged apps - Updated personal-mobile-devices team to include the new profile - Added Google Docs, Sheets, and Drive to approved app store apps --------- Co-authored-by: Claude --- it-and-security/teams/company-owned-mobile-devices.yml | 3 +++ it-and-security/teams/personal-mobile-devices.yml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/it-and-security/teams/company-owned-mobile-devices.yml b/it-and-security/teams/company-owned-mobile-devices.yml index 00f7aed042..ec9dc60686 100644 --- a/it-and-security/teams/company-owned-mobile-devices.yml +++ b/it-and-security/teams/company-owned-mobile-devices.yml @@ -31,3 +31,6 @@ software: app_store_apps: - app_store_id: '618783545' # Slack - app_store_id: '546505307' # Zoom + - app_store_id: '842842640' # Google Docs + - app_store_id: '842849113' # Google Sheets + - app_store_id: '507874739' # Google Drive diff --git a/it-and-security/teams/personal-mobile-devices.yml b/it-and-security/teams/personal-mobile-devices.yml index 1caf99a88b..acd1079e1f 100644 --- a/it-and-security/teams/personal-mobile-devices.yml +++ b/it-and-security/teams/personal-mobile-devices.yml @@ -27,3 +27,6 @@ software: app_store_apps: - app_store_id: '618783545' # Slack - app_store_id: '546505307' # Zoom + - app_store_id: '842842640' # Google Docs + - app_store_id: '842849113' # Google Sheets + - app_store_id: '507874739' # Google Drive