Skip to content

Commit

Permalink
Sign frameworks with Apple Distribution cert (#2120)
Browse files Browse the repository at this point in the history
  • Loading branch information
OdNairy committed Apr 22, 2024
1 parent 9a70af6 commit 4d86939
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ ENV["SPACESHIP_SKIP_2FA_UPGRADE"] = "1"

platform :ios do

lane :setup_distribution_cert do
setup_ci
match(type: "appstore")
end

lane :build_examples_tests do
app_store_connect_api_key
setup_circle_ci
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,13 @@ Mapbox welcomes participation and contributions from everyone.
* `MapStyle` now accepts `importConfigurations` as a map where the key is `importId` instead of an array
* `StyleImportConfiguration.standard` is no more exposed, use `MapStyle.standard()` to provide configuration for Standard style


* Allow to assign slot to 2D and 3D location indicators.
* Allow to add slots at runtime.
* Expose API to interact with styile imports using Declarative Styling and regular imperative API.
* Expose `StyleImport` for declarative styling as `MapStyleContent`.
* Expose `removeStyleImport`, `moveStyleImport`, `updateStyleImport`, `addStyleImport` methods on `StyleManager`
* Add codesign for XCFrameworks.

## 11.3.0 - 10 April, 2024

Expand Down
3 changes: 3 additions & 0 deletions scripts/release/packager/package-mapbox-maps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ rm -rf .xcode

popd

step 'Sign XCFrameworks'
codesign --timestamp -v --sign "Apple Distribution: Mapbox, Inc. (GJZR2MEM28)" artifacts/*.xcframework

step 'Add License and README to bundle'
cp ../../../LICENSE.md artifacts/
cp "$README_PATH" artifacts/README.md
Expand Down

0 comments on commit 4d86939

Please sign in to comment.