Skip to content
This repository has been archived by the owner on Feb 17, 2022. It is now read-only.

cic-sap/xcode-merge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

auto merge xcode files


Package.resolved

{
  "object": {
    "pins": [
      {
<<<<<<< HEAD
        "package": "swift-atomics",
        "repositoryURL": "https://github.com/apple/swift-atomics.git",
        "state": {
          "branch": null,
          "revision": "919eb1d83e02121cdb434c7bfc1f0c66ef17febe",
          "version": "1.0.2"
        }
      },
      {
        "package": "SwiftProtobuf",
        "repositoryURL": "https://github.com/apple/swift-protobuf.git",
        "state": {
          "branch": null,
          "revision": "7e2c5f3cbbeea68e004915e3a8961e20bd11d824",
          "version": "1.18.0"
=======
        "package": "AnyCodable",
        "repositoryURL": "https://github.com/Flight-School/AnyCodable",
        "state": {
          "branch": "master",
          "revision": "b1a7a8a6186f2fcb28f7bda67cfc545de48b3c80",
          "version": null
>>>>>>> anycode
        }
      }
    ]
  },
  "version": 1
}

merge result:

{
  "object": {
    "pins": [
      {
        "package": "swift-atomics",
        "repositoryURL": "https://github.com/apple/swift-atomics.git",
        "state": {
          "branch": null,
          "revision": "919eb1d83e02121cdb434c7bfc1f0c66ef17febe",
          "version": "1.0.2"
        }
      },
      {
        "package": "SwiftProtobuf",
        "repositoryURL": "https://github.com/apple/swift-protobuf.git",
        "state": {
          "branch": null,
          "revision": "7e2c5f3cbbeea68e004915e3a8961e20bd11d824",
          "version": "1.18.0"
        }
      },
      {
        "package": "AnyCodable",
        "repositoryURL": "https://github.com/Flight-School/AnyCodable",
        "state": {
          "branch": "master",
          "revision": "b1a7a8a6186f2fcb28f7bda67cfc545de48b3c80",
          "version": ""
        }
      }
    ]
  },
  "version": 1
}

demo project

https://github.com/cic-sap/demo-conflicts

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published