Skip to content

Commit

Permalink
remove redundant file CircularButton.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
blackxfiied committed Nov 10, 2024
1 parent b701b2d commit dc2c2aa
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 67 deletions.
4 changes: 0 additions & 4 deletions Mythic.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
5A62AE982C27DB1200BA31D2 /* GameListEvoVM.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5A62AE972C27DB1200BA31D2 /* GameListEvoVM.swift */; };
5A9573AA2C29BBEC009C8F85 /* SparkleController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5A9573A92C29BBEC009C8F85 /* SparkleController.swift */; };
6A0688442C2BCE8B004DF10F /* DownloadCard.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A0688432C2BCE87004DF10F /* DownloadCard.swift */; };
6A0688462C2BD144004DF10F /* CircularButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A0688452C2BD141004DF10F /* CircularButton.swift */; };
6A12FF8E2B73AC4E00AA948C /* Glur in Frameworks */ = {isa = PBXBuildFile; productRef = 6A12FF8D2B73AC4E00AA948C /* Glur */; };
6A2935322BFCFAFD0035CE4B /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 6A2934AE2BFCFAFD0035CE4B /* Preview Assets.xcassets */; };
6A2935332BFCFAFD0035CE4B /* Engine.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A2934B02BFCFAFD0035CE4B /* Engine.swift */; };
Expand Down Expand Up @@ -108,7 +107,6 @@
5A62AE972C27DB1200BA31D2 /* GameListEvoVM.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GameListEvoVM.swift; sourceTree = "<group>"; };
5A9573A92C29BBEC009C8F85 /* SparkleController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SparkleController.swift; sourceTree = "<group>"; };
6A0688432C2BCE87004DF10F /* DownloadCard.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DownloadCard.swift; sourceTree = "<group>"; };
6A0688452C2BD141004DF10F /* CircularButton.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CircularButton.swift; sourceTree = "<group>"; };
6A2934AE2BFCFAFD0035CE4B /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
6A2934B02BFCFAFD0035CE4B /* Engine.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Engine.swift; sourceTree = "<group>"; };
6A2934B12BFCFAFD0035CE4B /* EngineExt.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = EngineExt.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -294,7 +292,6 @@
isa = PBXGroup;
children = (
6AB463A92C2F1682008FFA63 /* GameImport */,
6A0688452C2BD141004DF10F /* CircularButton.swift */,
6A0688432C2BCE87004DF10F /* DownloadCard.swift */,
6AC45E082C1B2FC800ED9F64 /* SettingsFormView.swift */,
6A2934DB2BFCFAFD0035CE4B /* CompactGameCard.swift */,
Expand Down Expand Up @@ -570,7 +567,6 @@
files = (
6A29353A2BFCFAFD0035CE4B /* Task.swift in Sources */,
6A2935592BFCFAFD0035CE4B /* ContainerCreationView.swift in Sources */,
6A0688462C2BD144004DF10F /* CircularButton.swift in Sources */,
6A448E102CC4BC55001E9F47 /* GameCardVM.swift in Sources */,
6A2935562BFCFAFD0035CE4B /* GameCard.swift in Sources */,
6A2935622BFCFAFD0035CE4B /* NotImplementedView.swift in Sources */,
Expand Down
63 changes: 0 additions & 63 deletions Mythic/Views/Unified/Modules/CircularButton.swift

This file was deleted.

0 comments on commit dc2c2aa

Please sign in to comment.