File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
scripts/validate-integrations Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ platform :ios do
116116 profile_name : lane_context [ SharedValues ::MATCH_PROVISIONING_PROFILE_MAPPING ] [ "com.mapbox.examples" ] ,
117117 targets : [ "Examples" ] ,
118118 code_sign_identity : "Apple Development: Created via API" ,
119- entitlements_file_path : "Examples/Examples_CarPlay.entitlements"
119+ entitlements_file_path : "Sources/ Examples/Examples_CarPlay.entitlements"
120120 )
121121 sync_code_signing ( type : "appstore" )
122122 build_app (
Original file line number Diff line number Diff line change 11# Uncomment the next line to define a global platform for your project
2- platform :ios , '12 .0'
2+ platform :ios , '14 .0'
33
44target 'CocoaPodsIntegration' do
55 # Comment the next line if you don't want to use dynamic frameworks
You can’t perform that action at this time.
0 commit comments