Skip to content

Commit

Permalink
Resolve build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
blackxfiied committed Jun 28, 2024
1 parent 8d1f721 commit faf702f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
8 changes: 2 additions & 6 deletions Mythic.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
/* Begin PBXBuildFile section */
5A1584F12C27B0B300401048 /* GameListRow.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5A1584F02C27B0B300401048 /* GameListRow.swift */; };
5A62AE982C27DB1200BA31D2 /* GameListEvoVM.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5A62AE972C27DB1200BA31D2 /* GameListEvoVM.swift */; };
5A62AE9C2C27E1C400BA31D2 /* GameList.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5A62AE9B2C27E1C400BA31D2 /* GameList.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 */; };
Expand Down Expand Up @@ -101,7 +100,6 @@
/* Begin PBXFileReference section */
5A1584F02C27B0B300401048 /* GameListRow.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GameListRow.swift; sourceTree = "<group>"; };
5A62AE972C27DB1200BA31D2 /* GameListEvoVM.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GameListEvoVM.swift; sourceTree = "<group>"; };
5A62AE9B2C27E1C400BA31D2 /* GameList.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GameList.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>"; };
Expand Down Expand Up @@ -308,7 +306,6 @@
6A2934DD2BFCFAFD0035CE4B /* GameInstallProgressView.swift */,
6A2934DE2BFCFAFD0035CE4B /* SubscriptedTextView.swift */,
6A2934EB2BFCFAFD0035CE4B /* WebView.swift */,
5A62AE9B2C27E1C400BA31D2 /* GameList.swift */,
);
path = Modules;
sourceTree = "<group>";
Expand Down Expand Up @@ -587,7 +584,6 @@
6A29353C2BFCFAFD0035CE4B /* Workspace.swift in Sources */,
6A2935452BFCFAFD0035CE4B /* NetworkMonitor.swift in Sources */,
6A29356B2BFCFAFD0035CE4B /* MythicApp.swift in Sources */,
5A62AE9C2C27E1C400BA31D2 /* GameList.swift in Sources */,
6AF630D92C077A17001F4E10 /* UserDefaults.swift in Sources */,
6A2935342BFCFAFD0035CE4B /* EngineExt.swift in Sources */,
6A2935392BFCFAFD0035CE4B /* Process.swift in Sources */,
Expand Down Expand Up @@ -731,7 +727,7 @@
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "-";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 2780;
CURRENT_PROJECT_VERSION = 2786;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_ASSET_PATHS = "\"Mythic/Preview Content\"";
DEVELOPMENT_TEAM = "";
Expand Down Expand Up @@ -776,7 +772,7 @@
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "-";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 2780;
CURRENT_PROJECT_VERSION = 2786;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_ASSET_PATHS = "\"Mythic/Preview Content\"";
DEVELOPMENT_TEAM = "";
Expand Down
10 changes: 8 additions & 2 deletions Mythic/Localizable.xcstrings
Original file line number Diff line number Diff line change
Expand Up @@ -2129,7 +2129,6 @@
}
},
"%@ %@ (%@)" : {
"extractionState" : "stale",
"localizations" : {
"af" : {
"stringUnit" : {
Expand Down Expand Up @@ -4050,6 +4049,9 @@
},
"Add to favorites" : {

},
"All" : {

},
"Are you sure you want to cancel bottle creation?" : {
"localizations" : {
Expand Down Expand Up @@ -12464,6 +12466,9 @@
},
"Engine (Wine)" : {

},
"Engine %@" : {

},
"Enhanced Sync (MSync)" : {
"localizations" : {
Expand Down Expand Up @@ -28358,6 +28363,7 @@
}
},
"Refresh library" : {
"extractionState" : "stale",
"localizations" : {
"af" : {
"stringUnit" : {
Expand Down Expand Up @@ -39281,4 +39287,4 @@
}
},
"version" : "1.0"
}
}

0 comments on commit faf702f

Please sign in to comment.