mirror of
https://github.com/ish-app/ish.git
synced 2026-02-01 14:32:26 +00:00
14 lines
607 B
Plaintext
14 lines
607 B
Plaintext
// Change this to change all the bundle IDs and app groups
|
|
ROOT_BUNDLE_IDENTIFIER = app.ish.iSH
|
|
// It's easiest to specify your development team ID in the project build settings, but you can alternatively put it here to reduce merge conflicts
|
|
DEVELOPMENT_TEAM =
|
|
|
|
// Choose logging channels to enable. Separate by spaces. Try "verbose strace".
|
|
ISH_LOG =
|
|
ISH_LOGGER = $(ISH_LOGGER_$(PLATFORM_NAME))
|
|
ISH_LOGGER_iphoneos = nslog
|
|
ISH_LOGGER_iphonesimulator = nslog
|
|
ISH_LOGGER_macosx = dprintf
|
|
|
|
ROOTFS_URL = github.com/ish-app/roots/releases/download/g00712ff0a54b2839c5aa1a8ed758003ca65357dc/appstore-apk.tar.gz
|