mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 16:13:42 +02:00
XcodeGen: Move all base settings from yml to xcconfig
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user