mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-16 06:28:27 +02:00
XcodeGen: Use same names for yml and xcconfig files in every target
This commit is contained in:
@@ -17,5 +17,5 @@
|
||||
// Configuration settings file format documentation can be found at:
|
||||
// https://help.apple.com/xcode/#/dev745c5c974
|
||||
|
||||
#include "App-Common.xcconfig"
|
||||
#include "Common.xcconfig"
|
||||
#include "Pods/Target Support Files/Pods-RiotPods-Riot/Pods-RiotPods-Riot.debug.xcconfig"
|
||||
@@ -17,7 +17,7 @@
|
||||
// Configuration settings file format documentation can be found at:
|
||||
// https://help.apple.com/xcode/#/dev745c5c974
|
||||
|
||||
#include "App-Common.xcconfig"
|
||||
#include "Common.xcconfig"
|
||||
#include "Pods/Target Support Files/Pods-RiotPods-Riot/Pods-RiotPods-Riot.release.xcconfig"
|
||||
|
||||
PROVISIONING_PROFILE = $(RIOT_PROVISIONING_PROFILE)
|
||||
@@ -36,8 +36,8 @@ targets:
|
||||
- target: RiotNSE
|
||||
|
||||
configFiles:
|
||||
Debug: SupportingFiles/App-Debug.xcconfig
|
||||
Release: SupportingFiles/App-Release.xcconfig
|
||||
Debug: Debug.xcconfig
|
||||
Release: Release.xcconfig
|
||||
|
||||
preBuildScripts:
|
||||
- name: ⚠️ SwiftLint
|
||||
@@ -17,5 +17,5 @@
|
||||
// Configuration settings file format documentation can be found at:
|
||||
// https://help.apple.com/xcode/#/dev745c5c974
|
||||
|
||||
#include "NSE-Common.xcconfig"
|
||||
#include "Common.xcconfig"
|
||||
#include "Pods/Target Support Files/Pods-RiotPods-RiotNSE/Pods-RiotPods-RiotNSE.debug.xcconfig"
|
||||
@@ -17,7 +17,7 @@
|
||||
// Configuration settings file format documentation can be found at:
|
||||
// https://help.apple.com/xcode/#/dev745c5c974
|
||||
|
||||
#include "NSE-Common.xcconfig"
|
||||
#include "Common.xcconfig"
|
||||
#include "Pods/Target Support Files/Pods-RiotPods-RiotNSE/Pods-RiotPods-RiotNSE.release.xcconfig"
|
||||
|
||||
PROVISIONING_PROFILE = $(NSE_PROVISIONING_PROFILE)
|
||||
@@ -32,8 +32,8 @@ targets:
|
||||
type: app-extension
|
||||
|
||||
configFiles:
|
||||
Debug: NSE-Debug.xcconfig
|
||||
Release: NSE-Release.xcconfig
|
||||
Debug: Debug.xcconfig
|
||||
Release: Release.xcconfig
|
||||
|
||||
postbuildScripts:
|
||||
- name: Embed Precompiled Frameworks
|
||||
@@ -17,5 +17,5 @@
|
||||
// Configuration settings file format documentation can be found at:
|
||||
// https://help.apple.com/xcode/#/dev745c5c974
|
||||
|
||||
#include "ShareExtension-Common.xcconfig"
|
||||
#include "Common.xcconfig"
|
||||
#include "Pods/Target Support Files/Pods-RiotPods-RiotShareExtension/Pods-RiotPods-RiotShareExtension.debug.xcconfig"
|
||||
@@ -17,7 +17,7 @@
|
||||
// Configuration settings file format documentation can be found at:
|
||||
// https://help.apple.com/xcode/#/dev745c5c974
|
||||
|
||||
#include "ShareExtension-Common.xcconfig"
|
||||
#include "Common.xcconfig"
|
||||
#include "Pods/Target Support Files/Pods-RiotPods-RiotShareExtension/Pods-RiotPods-RiotShareExtension.release.xcconfig"
|
||||
|
||||
PROVISIONING_PROFILE = $(SHARE_EXTENSION_PROVISIONING_PROFILE)
|
||||
@@ -32,8 +32,8 @@ targets:
|
||||
type: app-extension
|
||||
|
||||
configFiles:
|
||||
Debug: SupportingFiles/ShareExtension-Debug.xcconfig
|
||||
Release: SupportingFiles/ShareExtension-Release.xcconfig
|
||||
Debug: Debug.xcconfig
|
||||
Release: Release.xcconfig
|
||||
|
||||
postbuildScripts:
|
||||
- name: Embed Precompiled Frameworks
|
||||
@@ -17,5 +17,5 @@
|
||||
// Configuration settings file format documentation can be found at:
|
||||
// https://help.apple.com/xcode/#/dev745c5c974
|
||||
|
||||
#include "SiriIntents-Common.xcconfig"
|
||||
#include "Common.xcconfig"
|
||||
#include "Pods/Target Support Files/Pods-RiotPods-SiriIntents/Pods-RiotPods-SiriIntents.debug.xcconfig"
|
||||
@@ -17,7 +17,7 @@
|
||||
// Configuration settings file format documentation can be found at:
|
||||
// https://help.apple.com/xcode/#/dev745c5c974
|
||||
|
||||
#include "SiriIntents-Common.xcconfig"
|
||||
#include "Common.xcconfig"
|
||||
#include "Pods/Target Support Files/Pods-RiotPods-SiriIntents/Pods-RiotPods-SiriIntents.release.xcconfig"
|
||||
|
||||
PROVISIONING_PROFILE = $(SIRI_INTENTS_PROVISIONING_PROFILE)
|
||||
@@ -35,8 +35,8 @@ targets:
|
||||
- sdk: Intents.framework
|
||||
|
||||
configFiles:
|
||||
Debug: SiriIntents-Debug.xcconfig
|
||||
Release: SiriIntents-Release.xcconfig
|
||||
Debug: Debug.xcconfig
|
||||
Release: Release.xcconfig
|
||||
|
||||
postbuildScripts:
|
||||
- name: Embed Precompiled Frameworks
|
||||
10
project.yml
10
project.yml
@@ -25,8 +25,8 @@ options:
|
||||
postGenCommand: sh Tools/XcodeGen/postGenCommand.sh
|
||||
|
||||
include:
|
||||
- path: Riot/Application.yml
|
||||
- path: RiotTests/ApplicationTests.yml
|
||||
- path: RiotShareExtension/ShareExtension.yml
|
||||
- path: SiriIntents/SiriIntents.yml
|
||||
- path: RiotNSE/NotificationServiceExtension.yml
|
||||
- path: Riot/target.yml
|
||||
- path: RiotTests/target.yml
|
||||
- path: RiotShareExtension/target.yml
|
||||
- path: SiriIntents/target.yml
|
||||
- path: RiotNSE/target.yml
|
||||
Reference in New Issue
Block a user