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

Configure Xcode Cloud continuous integration #215

Closed
wants to merge 30 commits into from

Commits on Mar 12, 2024

  1. Restore distinct sub-project Sources/Demo.xcodeproj

    - replicates Demo target from MapboxSearch.xcodeproj
    - USEFUL as a separate project to validate Xcode cloud
    - Previously partially deleted but a few lingering references remained
    - Update Inject Mapbox API Token build script to fix error
    aokj4ck committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    4064a9b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8410858 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c783089 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    98661f8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c13c01a View commit details
    Browse the repository at this point in the history
  6. Fix hashbang

    aokj4ck committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    1f76d7c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e32301e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    99f6306 View commit details
    Browse the repository at this point in the history
  9. Tryfix: clear carthage caches

    aokj4ck committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    b47098f View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Merge branch 'main' of github.com:mapbox/mapbox-search-ios into 187-x…

    …code-cloud-support-for-version-200+
    aokj4ck committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    430d53a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b4c32f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a7107c2 View commit details
    Browse the repository at this point in the history
  4. move ci_scripts to top level

    aokj4ck committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    3d51dd4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fc2a3c9 View commit details
    Browse the repository at this point in the history
  6. Build with Xcode 15.3

    aokj4ck committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    377d858 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Set up Demo project for Xcode Cloud, move to xcode_cloud/

    - Move previous Sources/Demo.xcodeproj to new xcode_cloud directory
    - Fix project settings in Demo.xcodeproj to:
    	- build and run, and fix build settings
    	- import sources from ../Sources/Demo
    	- mimic MapboxSearch.xcodeproj target Demo with the key difference that mapbox-search-ios is imported via SPM
    - Now we can validate mapbox-search-ios builds on Xcode Cloud with SPM packages
    - Update ci_scripts README
    aokj4ck committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    db80813 View commit details
    Browse the repository at this point in the history
  2. Move DiscoverViewController from MapboxSearch target to Demo target

    - Validate with a git grep for customModule and confirm each interface builder file is in the appropriate module and path
    aokj4ck committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    54fb0d1 View commit details
    Browse the repository at this point in the history
  3. Pin mapbox common to 24.2.0

    aokj4ck committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    cf37940 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3e3c015 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Configuration menu
    Copy the full SHA
    7dc5502 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Configuration menu
    Copy the full SHA
    621abf3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d2967e5 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Configuration menu
    Copy the full SHA
    13fdfa4 View commit details
    Browse the repository at this point in the history
  2. Fix xcode_cloud/Demo project

    aokj4ck committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    0cec5d3 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Merge branch 'main' of github.com:mapbox/mapbox-search-ios into 187-x…

    …code-cloud-support-for-version-200+
    aokj4ck committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    cdef9cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0fdf41a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f695e32 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    98ea27a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    00bd0f9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    82ea96f View commit details
    Browse the repository at this point in the history