This repository has been archived by the owner on Jun 21, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 122
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update with 1.7.0 release of gl-native * Remove gl-native * Remove mobile-events-ios * Add gl-native * Remove the DevelopmentTeam id - this can be pulled in from platform/darwin/developer.xcconfig * Initial update to Makefile, CI and deployment scripts * Update for new source location. * Upgrade carthage instead of install * Update * Temporarily comment out podspec linting * Update netrc file generation * Update netrc generation * Add Carthage framework path to test target run path * Ensure build directory exists * Update docs * Update pod readme * Add build directory * Update Products directory * Bumped version * Update build settings * Update changelog [skip_ci] * Update platform/ios/CHANGELOG.md Co-authored-by: Minh Nguyễn <mxn@1ec5.org> * Update platform/ios/CHANGELOG.md Co-authored-by: Minh Nguyễn <mxn@1ec5.org> * Update platform/ios/CHANGELOG.md Co-authored-by: Minh Nguyễn <mxn@1ec5.org> * Update platform/ios/CHANGELOG.md Co-authored-by: Minh Nguyễn <mxn@1ec5.org> * Review commits Co-authored-by: Nishant Karajgikar <nishant.karajgikar@mapbox.com> Co-authored-by: Nishant Karajgikar <nishant-karajgikar@users.noreply.github.com> Co-authored-by: Minh Nguyễn <mxn@1ec5.org>
- Loading branch information
1 parent
71202e8
commit 28e4c59
Showing
50 changed files
with
852 additions
and
662 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,3 @@ | ||
[submodule "platform/ios/vendor/mapbox-events-ios"] | ||
path = platform/ios/vendor/mapbox-events-ios | ||
url = https://github.com/mapbox/mapbox-events-ios.git | ||
[submodule "platform/darwin/docs/theme"] | ||
path = platform/darwin/docs/theme | ||
url = https://github.com/mapbox/jazzy-theme.git | ||
[submodule "vendor/mapbox-gl-native"] | ||
path = vendor/mapbox-gl-native | ||
url = https://github.com/mapbox/mapbox-gl-native.git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
binary "https://api.mapbox.com/downloads/v2/carthage/mobile-maps-gl-core/mapbox-ios-sdk-gl-core-static.json" == 1.7.0 | ||
github "mapbox/mapbox-events-ios" ~> 0.10 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
binary "https://api.mapbox.com/downloads/v2/carthage/mobile-maps-gl-core/mapbox-ios-sdk-gl-core-static.json" "1.7.0" | ||
github "mapbox/mapbox-events-ios" "v0.10.2" |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.