mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-10 15:23:27 +01:00
XCode project for app, moved app project to folder
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
//
|
||||
// Proxy.swift
|
||||
// SideStore
|
||||
//
|
||||
// Created by Joseph Mattiello on 11/7/22.
|
||||
// Copyright © 2022 Joseph Mattiello. All rights reserved.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
||||
public extension Consts {
|
||||
enum Proxy {
|
||||
public static let address = "127.0.0.1"
|
||||
public static let port = "51820"
|
||||
public static let serverURL = "\(address):\(port)"
|
||||
}
|
||||
}
|
||||
11
SideStoreApp/Sources/SideStoreAppKit/Consts/Consts.swift
Normal file
11
SideStoreApp/Sources/SideStoreAppKit/Consts/Consts.swift
Normal file
@@ -0,0 +1,11 @@
|
||||
//
|
||||
// Consts.swift
|
||||
// SideStore
|
||||
//
|
||||
// Created by Joseph Mattiello on 11/7/22.
|
||||
// Copyright © 2022 Riley Testut. All rights reserved.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
||||
public enum Consts {}
|
||||
Reference in New Issue
Block a user