Skip to content

Commit

Permalink
release OrzMC 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
wangzhizhou committed Jul 16, 2024
1 parent 3b35ea4 commit 93133f2
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 8 deletions.
17 changes: 17 additions & 0 deletions client/OrzMC.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@
F3C422BB29D94F3B00997DA9 /* ImageTitleText.swift in Sources */ = {isa = PBXBuildFile; fileRef = F3C422BA29D94F3B00997DA9 /* ImageTitleText.swift */; };
F3FE52112BF7B494006E79AA /* ExarotonServerStatusView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F3FE52102BF7B494006E79AA /* ExarotonServerStatusView.swift */; };
F3FE52132BF7B4FC006E79AA /* ExarotonServerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F3FE52122BF7B4FC006E79AA /* ExarotonServerView.swift */; };
F3FF377A2C46EF1800BBDACE /* SwiftUIX in Frameworks */ = {isa = PBXBuildFile; productRef = F3FF37792C46EF1800BBDACE /* SwiftUIX */; };
F3FFCD162C45856100414587 /* Config.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = F3FFCD152C45856100414587 /* Config.xcconfig */; };
/* End PBXBuildFile section */

Expand Down Expand Up @@ -160,6 +161,7 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
F3FF377A2C46EF1800BBDACE /* SwiftUIX in Frameworks */,
F35C6DB52C46E3FD0007AEA9 /* Game in Frameworks */,
2B62C9812BF73EBD00387498 /* ExarotonHTTP in Frameworks */,
2B62C9832BF73EBD00387498 /* ExarotonWebSocket in Frameworks */,
Expand Down Expand Up @@ -546,6 +548,7 @@
F3BC44C12C46E0790054E88B /* DownloadAPI */,
F3BC44C32C46E0790054E88B /* HangarAPI */,
F35C6DB42C46E3FD0007AEA9 /* Game */,
F3FF37792C46EF1800BBDACE /* SwiftUIX */,
);
productName = OrzMC;
productReference = 2B1C799228FEAB0600D53658 /* OrzMC.app */;
Expand Down Expand Up @@ -580,6 +583,7 @@
2B62C97F2BF73EBD00387498 /* XCRemoteSwiftPackageReference "ExarotonAPI" */,
F353DDDE2BFE600F0097986E /* XCRemoteSwiftPackageReference "OrzAppUpdater" */,
F35C6DB32C46E3FD0007AEA9 /* XCRemoteSwiftPackageReference "OrzSwiftMC" */,
F3FF37782C46EF1800BBDACE /* XCRemoteSwiftPackageReference "OrzSwiftKit" */,
);
productRefGroup = 2B1C799328FEAB0600D53658 /* Products */;
projectDirPath = "";
Expand Down Expand Up @@ -916,6 +920,14 @@
minimumVersion = 2.0.4;
};
};
F3FF37782C46EF1800BBDACE /* XCRemoteSwiftPackageReference "OrzSwiftKit" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/OrzGeeker/OrzSwiftKit.git";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 0.0.3;
};
};
/* End XCRemoteSwiftPackageReference section */

/* Begin XCSwiftPackageProductDependency section */
Expand Down Expand Up @@ -956,6 +968,11 @@
isa = XCSwiftPackageProductDependency;
productName = HangarAPI;
};
F3FF37792C46EF1800BBDACE /* SwiftUIX */ = {
isa = XCSwiftPackageProductDependency;
package = F3FF37782C46EF1800BBDACE /* XCRemoteSwiftPackageReference "OrzSwiftKit" */;
productName = SwiftUIX;
};
/* End XCSwiftPackageProductDependency section */
};
rootObject = 2B1C798A28FEAB0600D53658 /* Project object */;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/OrzGeeker/OrzSwiftKit.git",
"state" : {
"revision" : "1a31fe0ca4c9b03d8822c3e064240721958eeaf5",
"version" : "0.0.2"
"revision" : "25e638f8a36243957c31079d7c2a4eb3ed44c905",
"version" : "0.0.3"
}
},
{
Expand Down
12 changes: 6 additions & 6 deletions products/appcast.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<channel>
<title>OrzMC</title>
<item>
<title>0.0.5</title>
<pubDate>Fri, 24 May 2024 12:12:12 +0800</pubDate>
<sparkle:version>2</sparkle:version>
<sparkle:shortVersionString>0.0.5</sparkle:shortVersionString>
<title>0.0.6</title>
<pubDate>Wed, 17 Jul 2024 02:22:11 +0800</pubDate>
<sparkle:version>1</sparkle:version>
<sparkle:shortVersionString>0.0.6</sparkle:shortVersionString>
<sparkle:minimumSystemVersion>14.0</sparkle:minimumSystemVersion>
<enclosure url="https://github.com/OrzGeeker/OrzSwiftMC/releases/download/0.0.5/OrzMC.tar.xz" length="6349848" type="application/octet-stream" sparkle:edSignature="19VNnxmB0XME9zvNjlv+PhQ64cy5PAFvU5c/6Owesw7jygfBNkQPlSCDHIo22SJzxlkN/ly5ugjjQuU/HF+BDg=="/>
<enclosure url="https://github.com/OrzGeeker/OrzSwiftMC/releases/download/0.0.6/OrzMC.tar.xz" length="6653152" type="application/octet-stream"/>
</item>
</channel>
</rss>
</rss>

0 comments on commit 93133f2

Please sign in to comment.