Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unused MapboxMapsCommons files #61

Merged
merged 3 commits into from
Feb 1, 2021
Merged

Conversation

captainbarbosa
Copy link
Contributor

PRs must be submitted under the terms of our Contributor License Agreement CLA.

Pull request checklist:

  • Briefly describe the changes in this PR.
  • Apply changelog label ('breaking change', 'bug 🪲', 'build', 'docs', 'feature 🍏', 'performance ⚡', 'testing 💯') or use the label 'skip changelog'

Summary of changes

The MapboxMapsCommons target was removed in an earlier PR, but we forgot to remove some of the associated files (which are empty anyways). These files aren't being used anywhere and are no longer relevant.

User impact (optional)

No user impact.

@captainbarbosa captainbarbosa added the skip changelog Add this label if this item does not need to be included in the changelog label Jan 28, 2021
@captainbarbosa captainbarbosa self-assigned this Jan 28, 2021
Copy link
Contributor

@neelmistry94 neelmistry94 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@captainbarbosa can you check all the test schemes to make sure there are no references to commons there

@captainbarbosa
Copy link
Contributor Author

Should be good, but would feel doubly safe if you could pull this branch down & double check it @neelmistry94

@captainbarbosa captainbarbosa merged commit 404f7de into main Feb 1, 2021
@captainbarbosa captainbarbosa deleted the nb/remove-commons branch February 1, 2021 23:29
persidskiy pushed a commit that referenced this pull request Feb 24, 2023
* Send unique report per each run measurement (#1633)

* Prevent view annotation being shown erroneously after options update (#1627)

* Add an example animating a view annotation along a route line (#1639)

* Fix unit tests on iPhone mini 12/13 (#1643)

* Add generated Annotation Manager Tests (#1617)

* Add Initial Annotation Manager Tests

* Add generated tests for all annotation managers

* Resolve swiftlint issues

* Reduce location provider heading orientation update frequency (#1618)

* Increase timeout for view annotation animation example (#1645)

* Expose list of added view annotations (#1621)

* Fix view annotation animation example crashing on iOS 13 (#1653)

* Delay view annotation animation start

* Fiddle with CircleCI

* Delaying animation start

* Fix build errors

* Tangible animation delay + window scene link

* Disable animation altogether

* Finish the example right after setting it up

* Throw away unneeded tests

* Remove all setup

* Uncomment source

* Uncomment layer

* Uncomment view annotations

* Wait for 21 sec

* Wait for 1 sec

* Run animation with 3s delay

* Start the animation immediatedly

* Common mode for display link

* Default mode for display link

* Revert test setup

* Bump CoreMaps to 10.9.0 MapboxCommon to 23.1.0 (#1652)

* Support 120Hz in DebugMap example (#1647)

* Enable 120Hz on supported screens in DebugMap example

* Drop pre-Xcode 13 compilation conditions

* Fix swiftlint warning

* Bump version to 10.9.0 (#1656)

* Use different set of devices for Examples tests (#1660)

* Feature/fix warnings (#1661)

* Ignore deprecated examples in Release config

* Fix warnings

* Update the latest Xcode

* Improve swiftlint configuration

* Store correct artifacts for Examples Tests

* Avoid triggering assertion for the 3D puck layer when returning `allLayerIdentifiers` (#1650)

* Improve reduced accuracy authorization location indicator behavior while zooming (#1644)

* Use iPhone 13 Pro for individul device tests (#1664)

* Add Cluster Support for Point Annotation Managers (#1651)

* Enable clustering of point annotations, create cluster options, add example and tests

* Add first tests for clustering

* Add tests and documentation

* Update Project file paths

* Add new function definition to allowlist

* Improve example, add better documentation

* Add and fix unit tests

* Update access level and fix swiftlint

* Respond to PR comments

* Add changelog entry

* Jazzy docs

* Remove colorLevels in favor of circleColorExpression

* Update destoy to include the added cluster layers

* Reorganize cluster options, expand example

* Adjust documentation

* Bugfix/mapsios 328 better handling set style result observers (#1665)

* Add test case to verify loadStyle handler is invoked exactly once
* Cancel loadStyle observers on first expected events received

* Update CHANGELOG.md (#1667)

* Disable indexing on CI machines (#1672)

* Remove outdated performance baseline (#1671)

* Remove outdates performance baseline

* Remove Baseline related code from XCParty

* Update XCParty to support Xcode 14

* Feature/mapsios 367 frame view annotations (#1634)

* API to get camera options to fit a list of view annotations.

* Run MetricsV2 tests when CIRCLECI_TAG is set (#1674)

* Remove ornament position deprecation (#1676)

* Prevent map from being rendered on background (#1675)

* Bump CoreMaps to 10.10.0-beta.1 and Common to 23.2.0-beta.1 (#1680)

* Print ABI report on module loading failure (#1682)

* Support `isDraggable` and `isSelected` for annotations (#1659)

* working branch

* wip

* isDraggable work in progress

* removing debug view controller from commit

* fixing debug view controller

* removing unnecessarily added commits

* Delete style.json

* Update CircleAnnotationExample.swift

* Delete Contents.json

* removing images

* Update AnnotationOrchestrator.swift

* Update AnnotationOrchestrator.swift

* removing used variables

* running swiftlint

* removing unnecessary files

isDraggable work in progress

wip

removing debug view controller from commit

fixing debug view controller

removing unnecessarily added commits

removing images

Delete style.json

Update CircleAnnotationExample.swift

Delete Contents.json

Update AnnotationOrchestrator.swift

Update AnnotationOrchestrator.swift

removing used variables

running swiftlint

* adding tests and changelog entry

* applied changes to annotation generated files

* make formatting changes to annotation generated file

* updating tests

* updating annotation manager tests

* fixing longPressGestureRecognizer in annotation manager

* added handle drag test

* resolving issues with annotation generation file

* resolving swiftlint errors

* resolving issues with failing tests

* removing annotation tests

* making requested changes

* implementing suggestions and resolving issue with inner polygon

* replaced try? with do-catch

* updating tests to resolve errors

* making requested changes

* removing extra space in annotation files

* resolving syntax errors in annotation managers generation file

* Draggable annotations review suggestions (#1678)

* Replace MoveDistanceObject with MapboxLongPressGestureRecognizer

* Use drag layer/source identifiers unique per annotation manager to avoid collisions

* Call didDetectTappedAnnotations after updating isSelected status
Copy the existing layer as the drag layer
Pass feature of annotation being dragged as a source data for drag source

* resolving failing tests

* resolving swiftlint errors

* Revert "resolving swiftlint errors"

This reverts commit bab263b.

* testing swiflint resolution

* removing whitespace

* Update Sources/MapboxMaps/Annotations/Generated/PointAnnotationManager.swift

Co-authored-by: Mai Mai <mai.mai@mapbox.com>

* Update Apps/Examples/Examples/All Examples/Annotations/CustomPointAnnotationExample.swift

Co-authored-by: Mai Mai <mai.mai@mapbox.com>

* Address review feedback

* Fix unit tests

* modifying code so tapped annotations contains newly selected annotation

* Revert "modifying code so tapped annotations contains newly selected annotation"

This reverts commit ca35b5f.

* fixing tapped annotation behavior and unit tests

* Update CHANGELOG.md

Co-authored-by: Patrick Leonard <pjleonard37@users.noreply.github.com>

* Update Apps/Examples/Examples/All Examples/Annotations/PolygonAnnotationExample.swift

Co-authored-by: Roman Gardukevich <roman.gardukevich@mapbox.com>

* Update Sources/MapboxMaps/Annotations/OffsetGeometryCalculator.swift

Co-authored-by: Roman Gardukevich <roman.gardukevich@mapbox.com>

* Update Sources/MapboxMaps/Annotations/AnnotationOrchestratorImpl.swift

Co-authored-by: Roman Gardukevich <roman.gardukevich@mapbox.com>

* Update Sources/MapboxMaps/Annotations/AnnotationOrchestratorImpl.swift

Co-authored-by: Roman Gardukevich <roman.gardukevich@mapbox.com>

* Update Sources/MapboxMaps/Annotations/AnnotationOrchestratorImpl.swift

Co-authored-by: Roman Gardukevich <roman.gardukevich@mapbox.com>

* making requested changes

* Remove ornament position deprecation (#1676)

* AnnotationManager Tests (#1683)

* adding annotation manager tests

Co-authored-by: Mai Mai <mai.mai@mapbox.com>

Co-authored-by: Roman Laitarenko <roman.laitarenko@mapbox.com>
Co-authored-by: Mai Mai <mai.mai@mapbox.com>
Co-authored-by: Patrick Leonard <pjleonard37@users.noreply.github.com>
Co-authored-by: Roman Gardukevich <roman.gardukevich@mapbox.com>

* Add API to enable/disable render world copies (#1684)

* Add UI test to grant location permission before running examples tests (#1685)

* New API to load custom style JSON on the initilization of MapView (#1686)

Co-authored-by: Roman Gardukevich <roman.gardukevich@mapbox.com>
Co-authored-by: Roman Laitarenko <roman.laitarenko@mapbox.com>
Co-authored-by: Patrick Leonard <pjleonard37@users.noreply.github.com>
Co-authored-by: Mai Mai <mai.mai@mapbox.com>
Co-authored-by: ZiZi <44972592+ZiZasaurus@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip changelog Add this label if this item does not need to be included in the changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants