mirror of
https://github.com/SideStore/SideStore.git
synced 2026-05-11 20:05:40 +02:00
Compare commits
5 Commits
f055f33bec
...
staging
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e744ed8b67 | ||
|
|
20714673b2 | ||
|
|
7f2be4cd58 | ||
|
|
2b71c36ace | ||
|
|
4aca1dfa43 |
2
.github/workflows/stable.yml
vendored
2
.github/workflows/stable.yml
vendored
@@ -52,7 +52,7 @@ jobs:
|
||||
- name: Setup Xcode
|
||||
uses: maxim-lobanov/setup-xcode@v1.6.0
|
||||
with:
|
||||
xcode-version: "26.0"
|
||||
xcode-version: "26.4"
|
||||
|
||||
- name: Restore Cache (exact)
|
||||
id: xcode-cache-exact
|
||||
|
||||
@@ -2427,8 +2427,8 @@
|
||||
isa = XCRemoteSwiftPackageReference;
|
||||
repositoryURL = "https://github.com/SideStore/AltSign";
|
||||
requirement = {
|
||||
kind = upToNextMajorVersion;
|
||||
minimumVersion = 0.1.0;
|
||||
branch = master;
|
||||
kind = branch;
|
||||
};
|
||||
};
|
||||
A82067C22D03E0DE00645C0D /* XCRemoteSwiftPackageReference "SemanticVersion" */ = {
|
||||
|
||||
@@ -98,7 +98,7 @@ final class TunnelConfig: ObservableObject {
|
||||
static let shared = TunnelConfig()
|
||||
|
||||
private static let defaultOverrideIP: String = {
|
||||
if #available(iOS 26.4, *) { return "192.168.1.50" }
|
||||
// if #available(iOS 26.4, *) { return "192.168.1.50" }
|
||||
return "10.7.0.1"
|
||||
}()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user