XcodeGen: Remove settingsGroup

Use the existing Common.xcconfig instead
This commit is contained in:
manuroe 2021-02-09 11:41:39 +01:00
parent c22d30c4f6
commit d9b83b48cf
7 changed files with 7 additions and 16 deletions

View file

@ -17,7 +17,13 @@
// Configuration settings file format documentation can be found at:
// https://help.apple.com/xcode/#/dev745c5c974
// Application constants
KEYCHAIN_ACCESS_GROUP = $(AppIdentifierPrefix)$(BASE_BUNDLE_IDENTIFIER).keychain.shared
//Make Xcode 12 and fastlane(xcodebuild) happy while some pods are not updated
// Build settings
SWIFT_VERSION = 5.3.1
LD_RUNPATH_SEARCH_PATHS = $(inherited) @executable_path/Frameworks @executable_path/../../Frameworks
// Make Xcode 12 and fastlane(xcodebuild) happy while some pods are not updated
EXCLUDED_ARCHS[sdk=iphonesimulator*] = arm64

View file

@ -40,8 +40,6 @@ targets:
Release: ../Riot/SupportingFiles/App-Release.xcconfig
settings:
groups:
- appDefault
base:
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES: $(inherited)
ASSETCATALOG_COMPILER_APPICON_NAME: AppIcon

View file

@ -34,8 +34,6 @@ targets:
- target: Riot
settings:
groups:
- appDefault
base:
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES: $(inherited)
BUNDLE_LOADER: $(TEST_HOST)

View file

@ -36,8 +36,6 @@ targets:
Release: ../RiotNSE/NSE-Release.xcconfig
settings:
groups:
- appDefault
base:
CLANG_ANALYZER_NONNULL: YES
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION: YES_AGGRESSIVE

View file

@ -36,8 +36,6 @@ targets:
Release: ../RiotShareExtension/SupportingFiles/ShareExtension-Release.xcconfig
settings:
groups:
- appDefault
base:
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES: $(inherited)
APPLICATION_EXTENSION_API_ONLY: YES

View file

@ -39,8 +39,6 @@ targets:
Release: ../SiriIntents/SiriIntents-Release.xcconfig
settings:
groups:
- appDefault
base:
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES: $(inherited)
CLANG_ANALYZER_NONNULL: YES

View file

@ -6,11 +6,6 @@ configs:
Debug: debug
Release: release
settingGroups:
appDefault:
SWIFT_VERSION: 5.3.1
LD_RUNPATH_SEARCH_PATHS: $(inherited) @executable_path/Frameworks @executable_path/../../Frameworks
fileGroups:
- README.md
- CHANGES.rst