Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: allaboutapps/Fetch
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: allaboutapps/Fetch
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: swi-restructure-project
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 169 files changed
  • 2 contributors

Commits on Dec 17, 2021

  1. Restructure files according to default swift package folder structure

    example-package-playingcard
    ├── Sources
    │   └── PlayingCard
    │       ├── PlayingCard.swift
    │       ├── Rank.swift
    │       └── Suit.swift
    └── Package.swift
    wieweb committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    c495989 View commit details
    Browse the repository at this point in the history
  2. fix unit tests

    wieweb committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    2605e0e View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2022

  1. Configuration menu
    Copy the full SHA
    afeba77 View commit details
    Browse the repository at this point in the history
  2. update Github example

    wieweb committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    f9e7ed6 View commit details
    Browse the repository at this point in the history
  3. remove old example folder

    wieweb committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    b830feb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1a0f00e View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2022

  1. Configuration menu
    Copy the full SHA
    18a1236 View commit details
    Browse the repository at this point in the history
  2. clean up in api.swift

    wieweb committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    23f9537 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'swi-restructure-project' of github.com:allaboutapps/Fet…

    …ch into swi-restructure-project
    wieweb committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    8388d16 View commit details
    Browse the repository at this point in the history
Loading