File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 371371 baseConfigurationReferenceAnchor = DF8AB7982E938B0B00E50BBF /* DevLog */;
372372 baseConfigurationReferenceRelativePath = Resource/Config.xcconfig;
373373 buildSettings = {
374+ APS_ENVIRONMENT = development;
374375 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
375376 ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
376377 ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES;
417418 baseConfigurationReferenceAnchor = DF8AB7982E938B0B00E50BBF /* DevLog */;
418419 baseConfigurationReferenceRelativePath = Resource/Config.xcconfig;
419420 buildSettings = {
421+ APS_ENVIRONMENT = production;
420422 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
421423 ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
422424 ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES;
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33<plist version =" 1.0" >
4- <dict />
4+ <dict >
5+ <key >aps-environment</key >
6+ <string >$(APS_ENVIRONMENT)</string >
7+ <key >com.apple.developer.applesignin</key >
8+ <array >
9+ <string >Default</string >
10+ </array >
11+ </dict >
512</plist >
You can’t perform that action at this time.
0 commit comments