mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-11 15:53:30 +01:00
XCode project for app, moved app project to folder
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
//
|
||||
// SidePatcher.h
|
||||
// SidePatcher
|
||||
//
|
||||
// Created by Joseph Mattiello on 03/01/23.
|
||||
// Copyright © 2023 Provenance Emu. All rights reserved.
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
//! Project version number for SideAppPatcher.
|
||||
FOUNDATION_EXPORT double SideAppPatcherVersionNumber;
|
||||
|
||||
//! Project version string for SideAppPatcher.
|
||||
FOUNDATION_EXPORT const unsigned char SideAppPatcherVersionString[];
|
||||
|
||||
|
||||
# pragma mark - SidePatcher
|
||||
#import <SidePatcher/_SidePatcher.h>
|
||||
@@ -0,0 +1 @@
|
||||
../../SidePatcher.h
|
||||
Reference in New Issue
Block a user