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

Swift Package Manager support (Analytics & Crashes) #2039

Merged
merged 35 commits into from
May 8, 2020

Commits on Apr 22, 2020

  1. Add Package.swift file

    Dmitrii Chichuk committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    d039b26 View commit details
    Browse the repository at this point in the history
  2. Add modulemap files; fixes

    Dmitrii Chichuk committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    07d7320 View commit details
    Browse the repository at this point in the history
  3. Rearrange manifest file

    Dmitrii Chichuk committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    57e3c94 View commit details
    Browse the repository at this point in the history
  4. Add paths

    Dmitrii Chichuk committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    9531915 View commit details
    Browse the repository at this point in the history
  5. Changes in package.swift

    Dmitrii Chichuk committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    f1b1fda View commit details
    Browse the repository at this point in the history
  6. Downgrade to swift tools 5.0

    Dmitrii Chichuk committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    a8fa73e View commit details
    Browse the repository at this point in the history
  7. Add symlinks

    Dmitrii Chichuk committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    61ac500 View commit details
    Browse the repository at this point in the history
  8. Remove broken symlinks

    Dmitrii Chichuk committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    c1e01a2 View commit details
    Browse the repository at this point in the history
  9. Symlinks fix

    Dmitrii Chichuk committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    e5271d8 View commit details
    Browse the repository at this point in the history
  10. Add core headers symlinks

    Dmitrii Chichuk committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    20e7e09 View commit details
    Browse the repository at this point in the history
  11. Remove Push module from manifest

    Dmitrii Chichuk committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    35420c5 View commit details
    Browse the repository at this point in the history
  12. Add analytics symlinks

    Dmitrii Chichuk committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    fc577ef View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    fa93d9f View commit details
    Browse the repository at this point in the history
  14. Remove redundant files

    Dmitrii Chichuk committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    3439f6a View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2020

  1. Remove sqlite library from analytics module

    Dmitrii Chichuk committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    b12f406 View commit details
    Browse the repository at this point in the history
  2. Check modulemap fix

    Dmitrii Chichuk committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    66b29a5 View commit details
    Browse the repository at this point in the history
  3. Remove zlib

    Dmitrii Chichuk committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    1a6865d View commit details
    Browse the repository at this point in the history
  4. Add information about SPM to changelog

    Dmitrii Chichuk committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    f2912a2 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2020

  1. Update CHANGELOG.md

    Co-Authored-By: Anna Kocheshkova <[email protected]>
    Dmitrii Chichuk and Anna Kocheshkova authored Apr 24, 2020
    Configuration menu
    Copy the full SHA
    245e2db View commit details
    Browse the repository at this point in the history
  2. Fix bash script code

    vvechkanov committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    46c5803 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2037 from microsoft/feature/spm/manifest

    Add Swift Package Manager manifest file
    MatkovIvan authored Apr 24, 2020
    Configuration menu
    Copy the full SHA
    5e0ed72 View commit details
    Browse the repository at this point in the history
  4. Fix sed command

    vvechkanov committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    dbe63e4 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2038 from microsoft/feature/version-bump-script

    Script for bumping version in Package.swift
    MatkovIvan authored Apr 24, 2020
    Configuration menu
    Copy the full SHA
    cdf13cf View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2020

  1. no core for spm

    Ruslan Urmeev committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    d421bd5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2043 from microsoft/feature/spm-hide-core

    Hide Core module from Swift Package Manager
    MatkovIvan authored Apr 29, 2020
    Configuration menu
    Copy the full SHA
    2219358 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2020

  1. add Crashes to SPM manifest

    Ruslan Urmeev committed May 5, 2020
    Configuration menu
    Copy the full SHA
    4d3d612 View commit details
    Browse the repository at this point in the history
  2. add symlinks to public headers

    Ruslan Urmeev committed May 5, 2020
    Configuration menu
    Copy the full SHA
    250e42e View commit details
    Browse the repository at this point in the history
  3. update changelog

    Ruslan Urmeev committed May 5, 2020
    Configuration menu
    Copy the full SHA
    2ebbef0 View commit details
    Browse the repository at this point in the history
  4. changelog update

    Ruslan Urmeev committed May 5, 2020
    Configuration menu
    Copy the full SHA
    933cdb9 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2020

  1. Merge pull request #2048 from microsoft/feature/spm-crashes

    Add Crashes module to SPM Manifest
    MatkovIvan authored May 6, 2020
    Configuration menu
    Copy the full SHA
    599d0a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    928d953 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2020

  1. Configuration menu
    Copy the full SHA
    08498eb View commit details
    Browse the repository at this point in the history
  2. Update branch for PLCR

    Anna Kocheshkova committed May 7, 2020
    Configuration menu
    Copy the full SHA
    bef146c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    00e02af View commit details
    Browse the repository at this point in the history
  4. Add revision instead of master

    Anna Kocheshkova committed May 7, 2020
    Configuration menu
    Copy the full SHA
    3a7560f View commit details
    Browse the repository at this point in the history