mirror of
https://github.com/ish-app/ish.git
synced 2026-01-25 14:06:40 +00:00
A bunch of people have tried to build the app from source and got confused when it crashed, because they customized the app group but didn't update the preprocessor macro. Now the app reads its app group off the mach-o on disk. This also fixes AltStore, which has to change app group names too. Fixes #650
9 lines
99 B
C
9 lines
99 B
C
//
|
|
// AppGroup.h
|
|
// iSH
|
|
//
|
|
// Created by Theodore Dubois on 2/28/20.
|
|
//
|
|
|
|
NSURL *ContainerURL();
|