-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #17 from MFB-Technologies-Inc/swift-http-types
HTTPTypes
- Loading branch information
Showing
32 changed files
with
358 additions
and
972 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
--extensionacl on-declarations | ||
--redundanttype explicit | ||
--swiftversion 5.5 | ||
--swiftversion 5.10 | ||
--maxwidth 120 | ||
--header "{file}\nNetworkService\n\nCopyright © {year} MFB Technologies, Inc. All rights reserved.\n\nThis source code is licensed under the MIT license found in the\nLICENSE file in the root directory of this source tree." | ||
--allman false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,43 +1,59 @@ | ||
{ | ||
"object": { | ||
"pins": [ | ||
{ | ||
"package": "combine-schedulers", | ||
"repositoryURL": "https://github.com/pointfreeco/combine-schedulers.git", | ||
"state": { | ||
"branch": null, | ||
"revision": "9dc9cbe4bc45c65164fa653a563d8d8db61b09bb", | ||
"version": "1.0.0" | ||
} | ||
}, | ||
{ | ||
"package": "OHHTTPStubs", | ||
"repositoryURL": "https://github.com/AliSoftware/OHHTTPStubs.git", | ||
"state": { | ||
"branch": null, | ||
"revision": "12f19662426d0434d6c330c6974d53e2eb10ecd9", | ||
"version": "9.1.0" | ||
} | ||
}, | ||
{ | ||
"package": "swift-concurrency-extras", | ||
"repositoryURL": "https://github.com/pointfreeco/swift-concurrency-extras", | ||
"state": { | ||
"branch": null, | ||
"revision": "ea631ce892687f5432a833312292b80db238186a", | ||
"version": "1.0.0" | ||
} | ||
}, | ||
{ | ||
"package": "xctest-dynamic-overlay", | ||
"repositoryURL": "https://github.com/pointfreeco/xctest-dynamic-overlay", | ||
"state": { | ||
"branch": null, | ||
"revision": "302891700c7fa3b92ebde9fe7b42933f8349f3c7", | ||
"version": "1.0.0" | ||
} | ||
"pins" : [ | ||
{ | ||
"identity" : "combine-schedulers", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/pointfreeco/combine-schedulers.git", | ||
"state" : { | ||
"revision" : "9dc9cbe4bc45c65164fa653a563d8d8db61b09bb", | ||
"version" : "1.0.0" | ||
} | ||
] | ||
}, | ||
"version": 1 | ||
}, | ||
{ | ||
"identity" : "ohhttpstubs", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/AliSoftware/OHHTTPStubs.git", | ||
"state" : { | ||
"revision" : "12f19662426d0434d6c330c6974d53e2eb10ecd9", | ||
"version" : "9.1.0" | ||
} | ||
}, | ||
{ | ||
"identity" : "swift-concurrency-extras", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/pointfreeco/swift-concurrency-extras", | ||
"state" : { | ||
"revision" : "bb5059bde9022d69ac516803f4f227d8ac967f71", | ||
"version" : "1.1.0" | ||
} | ||
}, | ||
{ | ||
"identity" : "swift-custom-dump", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/pointfreeco/swift-custom-dump.git", | ||
"state" : { | ||
"revision" : "f01efb26f3a192a0e88dcdb7c3c391ec2fc25d9c", | ||
"version" : "1.3.0" | ||
} | ||
}, | ||
{ | ||
"identity" : "swift-http-types", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/apple/swift-http-types.git", | ||
"state" : { | ||
"revision" : "12358d55a3824bd5fed310b999ea8cf83a9a1a65", | ||
"version" : "1.0.3" | ||
} | ||
}, | ||
{ | ||
"identity" : "xctest-dynamic-overlay", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/pointfreeco/xctest-dynamic-overlay", | ||
"state" : { | ||
"revision" : "b13b1d1a8e787a5ffc71ac19dcaf52183ab27ba2", | ||
"version" : "1.1.1" | ||
} | ||
} | ||
], | ||
"version" : 2 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.