mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-27 23:47:39 +01:00
debloat: converted xcode groups to xcode folder + removed unused files
This commit is contained in:
17
AltStore/AppConstants.swift
Normal file
17
AltStore/AppConstants.swift
Normal file
@@ -0,0 +1,17 @@
|
||||
//
|
||||
// AppConstants.swift
|
||||
// SideStore
|
||||
//
|
||||
// Created by Joseph Mattiello on 11/7/22.
|
||||
// Copyright © 2022 Riley Testut. All rights reserved.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
||||
public enum AppConstants {
|
||||
enum Proxy {
|
||||
static let address = "127.0.0.1"
|
||||
static let port = "51820"
|
||||
static let serverURL = "\(address):\(port)"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user