XcodeGen: Move all base settings from yml to xcconfig

This commit is contained in:
manuroe
2021-02-09 17:37:14 +01:00
parent 2ed6bc0259
commit 66bdaa1638
8 changed files with 36 additions and 29 deletions
@@ -20,4 +20,16 @@
#include "Config/AppIdentifiers.xcconfig"
#include "Config/Common.xcconfig"
PRODUCT_NAME = RiotShareExtension
PRODUCT_BUNDLE_IDENTIFIER = $(BASE_BUNDLE_IDENTIFIER).shareExtension
INFOPLIST_FILE = RiotShareExtension/SupportingFiles/Info.plist
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon
CODE_SIGN_ENTITLEMENTS = RiotShareExtension/SupportingFiles/RiotShareExtension.entitlements
APPLICATION_EXTENSION_API_ONLY = YES
SKIP_INSTALL = YES
SWIFT_OBJC_BRIDGING_HEADER = $(SRCROOT)/$(PRODUCT_NAME)/SupportingFiles/RiotShareExtension-Bridging-Header.h
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) IS_SHARE_EXTENSION=1
LD_RUNPATH_SEARCH_PATHS = $(inherited) @executable_path/Frameworks @executable_path/../../Frameworks