mirror of
https://github.com/ish-app/ish.git
synced 2026-01-25 14:06:40 +00:00
15 lines
429 B
Plaintext
15 lines
429 B
Plaintext
#include "iSH.xcconfig"
|
|
|
|
MARKETING_VERSION = 1.3.3
|
|
|
|
ENABLE_BITCODE = NO // no idea why
|
|
PRODUCT_BUNDLE_IDENTIFIER = $(ROOT_BUNDLE_IDENTIFIER)
|
|
PRODUCT_APP_GROUP_IDENTIFIER = group.$(ROOT_BUNDLE_IDENTIFIER)
|
|
IPHONEOS_DEPLOYMENT_TARGET = 11.0
|
|
VERSIONING_SYSTEM = apple-generic
|
|
|
|
MESON_BUILD_DIR = $(CONFIGURATION_BUILD_DIR)/meson
|
|
NINJA_TARGETS = libish.a libish_emu.a libfakefs.a
|
|
|
|
SUPPORTED_PLATFORMS = iphonesimulator iphoneos macosx
|