From 515e44538c63a9e6d53b6a31cb42a926bc940fec Mon Sep 17 00:00:00 2001 From: Roman Gardukevich Date: Wed, 4 Dec 2024 20:16:50 +0200 Subject: [PATCH] Revert "Fix CarPlay entitlements in public examples project (#2266)" (#2378) --- Apps/Examples/Examples.xcodeproj/project.pbxproj | 2 -- xcodegen/Examples.yml | 4 ---- 2 files changed, 6 deletions(-) diff --git a/Apps/Examples/Examples.xcodeproj/project.pbxproj b/Apps/Examples/Examples.xcodeproj/project.pbxproj index 7dd15c0a8cce..f160188ba0be 100644 --- a/Apps/Examples/Examples.xcodeproj/project.pbxproj +++ b/Apps/Examples/Examples.xcodeproj/project.pbxproj @@ -1119,7 +1119,6 @@ APPLICATION_EXTENSION_API_ONLY = NO; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - CODE_SIGN_ENTITLEMENTS = ../../Apps/Examples/Examples/Examples_CarPlay.entitlements; CODE_SIGN_IDENTITY = "iPhone Developer"; CURRENT_PROJECT_VERSION = 1; INFOPLIST_FILE = Examples/Info.plist; @@ -1235,7 +1234,6 @@ APPLICATION_EXTENSION_API_ONLY = NO; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - CODE_SIGN_ENTITLEMENTS = ../../Apps/Examples/Examples/Examples_CarPlay.entitlements; CODE_SIGN_IDENTITY = "iPhone Developer"; CURRENT_PROJECT_VERSION = 1; INFOPLIST_FILE = Examples/Info.plist; diff --git a/xcodegen/Examples.yml b/xcodegen/Examples.yml index ba8bfa668972..afc0949e192d 100644 --- a/xcodegen/Examples.yml +++ b/xcodegen/Examples.yml @@ -33,10 +33,6 @@ targets: - "All Examples/Sample Data/**" - "Assets.xcassets/**" # destinationFilters: [iOS, visionOS] - entitlements: - path: ../Apps/Examples/Examples/Examples_CarPlay.entitlements - properties: - com.apple.developer.carplay-maps: YES dependencies: - package: Fingertips