mirror of
https://github.com/ish-app/ish.git
synced 2026-05-28 21:10:35 +00:00
16 lines
458 B
Plaintext
16 lines
458 B
Plaintext
#include "iSH.xcconfig"
|
|
|
|
MARKETING_VERSION = 1.2.2
|
|
|
|
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 = /usr/local/bin/ninja
|
|
NINJA_TARGETS = libish.a libish_emu.a libfakefs.a
|
|
|
|
SUPPORTED_PLATFORMS = iphonesimulator iphoneos macosx
|