-
Notifications
You must be signed in to change notification settings - Fork 230
/
Copy pathiOS-App.xcconfig
34 lines (32 loc) · 1.66 KB
/
iOS-App.xcconfig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
SRC_DIR = App-iOS
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor
CODE_SIGN_ENTITLEMENTS = $(SRC_DIR)/App.entitlements
GENERATE_INFOPLIST_FILE = YES
INFOPLIST_FILE = $(SRC_DIR)/Info.plist
INFOPLIST_KEY_CFBundleDisplayName = $(PROJECT_NAME)
INFOPLIST_KEY_CFBundleDisplayName[config=Debug] = $(PROJECT_NAME)-D
INFOPLIST_KEY_CFBundleDisplayName[config=Vite] = $(PROJECT_NAME)-V
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES
INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen
INFOPLIST_KEY_UIMainStoryboardFile = Main
INFOPLIST_KEY_UIStatusBarHidden = NO
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight
LD_RUNPATH_SEARCH_PATHS = $(inherited) @executable_path/Frameworks
OTHER_LDFLAGS = -framework SafariServices -framework WebKit
PRODUCT_BUNDLE_IDENTIFIER = $(APP_IDENTIFIER)
PRODUCT_NAME = $(PROJECT_NAME)-$(TARGET_NAME)
SDKROOT = iphoneos
SWIFT_EMIT_LOC_STRINGS = YES
SUPPORTED_PLATFORMS = iphoneos iphonesimulator
SUPPORTS_MACCATALYST = NO
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO
TARGETED_DEVICE_FAMILY = 1,2
VALIDATE_PRODUCT[config=Release] = YES
SWIFT_ACTIVE_COMPILATION_CONDITIONS = APP $(inherited)
// Provisioning Profile
PROVISIONING_PROFILE_SPECIFIER[config=Release] = match AppStore $(APP_IDENTIFIER)
// Override this file
#include? "iOS-App.dev.xcconfig"