Skip to content

Commit

Permalink
Fix Introspect dependency (#2226)
Browse files Browse the repository at this point in the history
Co-authored-by: Joe Mattiello <[email protected]>
  • Loading branch information
dnicolson and JoeMatt authored Jan 3, 2024
1 parent 2083012 commit e23e223
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 60 deletions.
4 changes: 2 additions & 2 deletions Provenance.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -12090,8 +12090,8 @@
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/siteline/SwiftUI-Introspect";
requirement = {
branch = master;
kind = branch;
kind = revision;
revision = d3cbf32788250741d397cfb5bcd532c37aa1096d;
};
};
930498C62A93073800BF257F /* XCRemoteSwiftPackageReference "AltKit" */ = {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,61 +1,58 @@
{
"object": {
"pins": [
{
"package": "AltKit",
"repositoryURL": "https://github.com/rileytestut/AltKit",
"state": {
"branch": null,
"revision": "f799f60ef6fa8b9676b4102b7dfa169fb40b6c92",
"version": "0.0.2"
}
},
{
"package": "AppCenter",
"repositoryURL": "https://github.com/microsoft/appcenter-sdk-apple.git",
"state": {
"branch": null,
"revision": "25f64229373de97ff3920941cd52203193e5d8be",
"version": "4.3.0"
}
},
{
"package": "PLCrashReporter",
"repositoryURL": "https://github.com/microsoft/PLCrashReporter.git",
"state": {
"branch": null,
"revision": "6b27393cad517c067dceea85fadf050e70c4ceaa",
"version": "1.10.1"
}
},
{
"package": "RxDataSources",
"repositoryURL": "https://github.com/RxSwiftCommunity/RxDataSources.git",
"state": {
"branch": null,
"revision": "90c29b48b628479097fe775ed1966d75ac374518",
"version": "5.0.2"
}
},
{
"package": "RxSwift",
"repositoryURL": "https://github.com/ReactiveX/RxSwift.git",
"state": {
"branch": null,
"revision": "b4307ba0b6425c0ba4178e138799946c3da594f8",
"version": "6.5.0"
}
},
{
"package": "SteamController",
"repositoryURL": "https://github.com/Provenance-Emu/SteamController.git",
"state": {
"branch": "master",
"revision": "55d2fe0484f4cc5ed3535033af6b0218621e37b2",
"version": null
}
"pins" : [
{
"identity" : "altkit",
"kind" : "remoteSourceControl",
"location" : "https://github.com/rileytestut/AltKit",
"state" : {
"revision" : "f799f60ef6fa8b9676b4102b7dfa169fb40b6c92",
"version" : "0.0.2"
}
]
},
"version": 1
},
{
"identity" : "appcenter-sdk-apple",
"kind" : "remoteSourceControl",
"location" : "https://github.com/microsoft/appcenter-sdk-apple.git",
"state" : {
"revision" : "1120c26835925f8314d035127c580bc71689c620",
"version" : "5.0.4"
}
},
{
"identity" : "plcrashreporter",
"kind" : "remoteSourceControl",
"location" : "https://github.com/microsoft/PLCrashReporter.git",
"state" : {
"revision" : "1aed8f7dc79ce8e674c61e430ef51ca3db18cea9",
"version" : "1.11.1"
}
},
{
"identity" : "reachability.swift",
"kind" : "remoteSourceControl",
"location" : "https://github.com/ashleymills/Reachability.swift",
"state" : {
"branch" : "master",
"revision" : "a81b7367f2c46875f29577e03a60c39cdfad0c8d"
}
},
{
"identity" : "steamcontroller",
"kind" : "remoteSourceControl",
"location" : "https://github.com/Provenance-Emu/SteamController.git",
"state" : {
"branch" : "master",
"revision" : "55d2fe0484f4cc5ed3535033af6b0218621e37b2"
}
},
{
"identity" : "swiftui-introspect",
"kind" : "remoteSourceControl",
"location" : "https://github.com/siteline/SwiftUI-Introspect",
"state" : {
"revision" : "d3cbf32788250741d397cfb5bcd532c37aa1096d"
}
}
],
"version" : 2
}

0 comments on commit e23e223

Please sign in to comment.