Skip to content

Commit 129a10d

Browse files
authored
Fix release failures (#2418)
1 parent a93ca50 commit 129a10d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.fastlane/Fastfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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(

scripts/validate-integrations/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Uncomment the next line to define a global platform for your project
2-
platform :ios, '12.0'
2+
platform :ios, '14.0'
33

44
target 'CocoaPodsIntegration' do
55
# Comment the next line if you don't want to use dynamic frameworks

0 commit comments

Comments
 (0)