mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-08-25 00:03:44 +02:00
17 lines
579 B
Text
17 lines
579 B
Text
//
|
|
// mkxp.xcconfig
|
|
//
|
|
// Created by ゾロアーク on 1/2/21.
|
|
//
|
|
|
|
// -----------------------------
|
|
// Don't change any of this
|
|
// -----------------------------
|
|
MRI_VERSION = 3.1.0
|
|
DEPENDENCY_SEARCH_PATH = $(PROJECT_DIR)/Dependencies/build-$(SDK_ROOT)-$(BUILD_ARCH)
|
|
EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES = $(inherited) Dependencies ../build DerivedData
|
|
CODE_SIGN_ENTITLEMENTS = $(PROJECT_DIR)/mkxp.entitlements
|
|
MKXPZ_EXECUTABLE_NAME = $(PRODUCT_NAME)
|
|
|
|
// Configuration settings file format documentation can be found at:
|
|
// https://help.apple.com/xcode/#/dev745c5c974
|