Skip to content

Commit

Permalink
Fix CarPlay entitlements in public examples project (mapbox#2266)
Browse files Browse the repository at this point in the history
  • Loading branch information
evil159 authored Aug 15, 2024
1 parent 5c7f91b commit 4eb4d65
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Apps/Examples/Examples.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1084,6 +1084,7 @@
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;
Expand Down Expand Up @@ -1198,6 +1199,7 @@
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;
Expand Down
4 changes: 4 additions & 0 deletions xcodegen/Examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ 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
Expand Down

0 comments on commit 4eb4d65

Please sign in to comment.