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

Support Apple's Swift Package Manager #4010

Merged
merged 5 commits into from
Oct 21, 2023

Commits on Jun 19, 2023

  1. Support Apple's Swift Package Manager

    **Reason**
    - Main way to develop under Apple's platforms is using SPM
    
    **Changes**
    - Added Package.swift
    - Added _SwiftPackageManagerFile.cpp to single_include/nlohmann in order SPM to see it as a C++ source file
    - Added .build to .gitignore
    
    **Context**
    - SPM is a package manager for Swift and C-based languages. It is the main way to develop under Apple's platforms. It is also used to build Swift packages for Linux.
    Aleksei committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    5783217 View commit details
    Browse the repository at this point in the history
  2. Use SPM 5.8

    Aleksei committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    3843444 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. Adopt for Swift 5.9

    Aleksei Sapitskii committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    68e0db7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d2bb17d View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. Merge branch 'nlohmann:develop' into feature/sapitskiy/spm-support

    aleksproger authored and Aleksei Sapitskii committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    b87c908 View commit details
    Browse the repository at this point in the history