Skip to content

Commit

Permalink
packages update
Browse files Browse the repository at this point in the history
  • Loading branch information
bnsports committed Jul 24, 2024
1 parent 5d9a842 commit 0ead35b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 19 deletions.
10 changes: 0 additions & 10 deletions fearless.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -6118,7 +6118,6 @@
FAD5FF262C463C4F003201F5 /* AccountStatistics.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AccountStatistics.swift; sourceTree = "<group>"; };
FAD5FF2A2C46464B003201F5 /* NomisAccountStatisticsFetcher.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NomisAccountStatisticsFetcher.swift; sourceTree = "<group>"; };
FAD5FF2D2C464717003201F5 /* NomisAccountStatisticsRequest.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NomisAccountStatisticsRequest.swift; sourceTree = "<group>"; };
FAD5FF302C4648DF003201F5 /* shared-features-spm */ = {isa = PBXFileReference; lastKnownFileType = wrapper; name = "shared-features-spm"; path = "../shared-features-spm"; sourceTree = "<group>"; };
FAD646C1284DD2CF007CCB92 /* StakingBalanceRelaychainStrategy.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StakingBalanceRelaychainStrategy.swift; sourceTree = "<group>"; };
FAD646C3284DD2DA007CCB92 /* StakingBalanceRelaychainViewModelState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StakingBalanceRelaychainViewModelState.swift; sourceTree = "<group>"; };
FAD646C5284DD2E5007CCB92 /* StakingBalanceRelaychainViewModelFactory.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StakingBalanceRelaychainViewModelFactory.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -9166,7 +9165,6 @@
8490139F24A80984008F705E = {
isa = PBXGroup;
children = (
FAD5FF2F2C4648DF003201F5 /* Packages */,
849013AA24A80984008F705E /* fearless */,
849013C124A80986008F705E /* fearlessTests */,
8438E1D024BFAAD2001BDB13 /* fearlessIntegrationTests */,
Expand Down Expand Up @@ -15329,14 +15327,6 @@
path = Nomis;
sourceTree = "<group>";
};
FAD5FF2F2C4648DF003201F5 /* Packages */ = {
isa = PBXGroup;
children = (
FAD5FF302C4648DF003201F5 /* shared-features-spm */,
);
name = Packages;
sourceTree = "<group>";
};
FAD646BF284DD2B2007CCB92 /* Flow */ = {
isa = PBXGroup;
children = (
Expand Down
18 changes: 9 additions & 9 deletions fearless.xcworkspace/xcshareddata/swiftpm/Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,15 @@
"version" : "0.1.7"
}
},
{
"identity" : "shared-features-spm",
"kind" : "remoteSourceControl",
"location" : "https://github.com/soramitsu/shared-features-spm.git",
"state" : {
"branch" : "fearless-wallet",
"revision" : "c914f1e729c4238bf6e18030e4f4c3895a94e088"
}
},
{
"identity" : "swift-atomics",
"kind" : "remoteSourceControl",
Expand Down Expand Up @@ -225,15 +234,6 @@
"version" : "1.3.1"
}
},
{
"identity" : "swiftformat",
"kind" : "remoteSourceControl",
"location" : "https://github.com/nicklockwood/SwiftFormat",
"state" : {
"revision" : "e4965d9e8acebb8341a6ebd20b910c882157482d",
"version" : "0.54.1"
}
},
{
"identity" : "swiftimagereadwrite",
"kind" : "remoteSourceControl",
Expand Down

0 comments on commit 0ead35b

Please sign in to comment.