Skip to content

Commit

Permalink
Merge pull request #17 from mapbox/ah/fix-sdk-registry-filename
Browse files Browse the repository at this point in the history
Use the new SDK Registry filename in Package.swift
  • Loading branch information
macdrevx authored Mar 1, 2021
2 parents 48017e9 + e90e32d commit bcc62bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ extension SDKRegistry {
return binaryTarget(name: "MapboxCoreMaps",
version: version,
path: "mobile-maps-core",
filename: "MapboxCoreMaps.xcframework.zip",
filename: "MapboxCoreMaps.xcframework-dynamic.zip",
checksum: checksum)
}
}
Expand Down

0 comments on commit bcc62bf

Please sign in to comment.