mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-14 17:23:25 +01:00
More spm fixes
This commit is contained in:
19
Sources/SidePatcher/include/SidePatcher/SidePatcher.h
Normal file
19
Sources/SidePatcher/include/SidePatcher/SidePatcher.h
Normal file
@@ -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 ALTAppPatcher.
|
||||
FOUNDATION_EXPORT double ALTAppPatcherVersionNumber;
|
||||
|
||||
//! Project version string for ALTAppPatcher.
|
||||
FOUNDATION_EXPORT const unsigned char ALTAppPatcherVersionString[];
|
||||
|
||||
|
||||
# pragma mark - SidePatcher
|
||||
#import <SidePatcher/_SidePatcher.h>
|
||||
1
Sources/SidePatcher/include/SidePatcher/_SidePatcher.h
Symbolic link
1
Sources/SidePatcher/include/SidePatcher/_SidePatcher.h
Symbolic link
@@ -0,0 +1 @@
|
||||
../../SidePatcher.h
|
||||
Reference in New Issue
Block a user