XcodeGen: Use same names for yml and xcconfig files in every target

This commit is contained in:
manuroe 2021-02-11 09:06:38 +01:00
parent f04cac4e09
commit db913321b7
18 changed files with 21 additions and 21 deletions

View file

@ -17,5 +17,5 @@
// Configuration settings file format documentation can be found at: // Configuration settings file format documentation can be found at:
// https://help.apple.com/xcode/#/dev745c5c974 // 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" #include "Pods/Target Support Files/Pods-RiotPods-Riot/Pods-RiotPods-Riot.debug.xcconfig"

View file

@ -17,7 +17,7 @@
// Configuration settings file format documentation can be found at: // Configuration settings file format documentation can be found at:
// https://help.apple.com/xcode/#/dev745c5c974 // 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" #include "Pods/Target Support Files/Pods-RiotPods-Riot/Pods-RiotPods-Riot.release.xcconfig"
PROVISIONING_PROFILE = $(RIOT_PROVISIONING_PROFILE) PROVISIONING_PROFILE = $(RIOT_PROVISIONING_PROFILE)

View file

@ -36,8 +36,8 @@ targets:
- target: RiotNSE - target: RiotNSE
configFiles: configFiles:
Debug: SupportingFiles/App-Debug.xcconfig Debug: Debug.xcconfig
Release: SupportingFiles/App-Release.xcconfig Release: Release.xcconfig
preBuildScripts: preBuildScripts:
- name: ⚠️ SwiftLint - name: ⚠️ SwiftLint

View file

@ -17,5 +17,5 @@
// Configuration settings file format documentation can be found at: // Configuration settings file format documentation can be found at:
// https://help.apple.com/xcode/#/dev745c5c974 // 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" #include "Pods/Target Support Files/Pods-RiotPods-RiotNSE/Pods-RiotPods-RiotNSE.debug.xcconfig"

View file

@ -17,7 +17,7 @@
// Configuration settings file format documentation can be found at: // Configuration settings file format documentation can be found at:
// https://help.apple.com/xcode/#/dev745c5c974 // 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" #include "Pods/Target Support Files/Pods-RiotPods-RiotNSE/Pods-RiotPods-RiotNSE.release.xcconfig"
PROVISIONING_PROFILE = $(NSE_PROVISIONING_PROFILE) PROVISIONING_PROFILE = $(NSE_PROVISIONING_PROFILE)

View file

@ -32,8 +32,8 @@ targets:
type: app-extension type: app-extension
configFiles: configFiles:
Debug: NSE-Debug.xcconfig Debug: Debug.xcconfig
Release: NSE-Release.xcconfig Release: Release.xcconfig
postbuildScripts: postbuildScripts:
- name: Embed Precompiled Frameworks - name: Embed Precompiled Frameworks

View file

@ -17,5 +17,5 @@
// Configuration settings file format documentation can be found at: // Configuration settings file format documentation can be found at:
// https://help.apple.com/xcode/#/dev745c5c974 // 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" #include "Pods/Target Support Files/Pods-RiotPods-RiotShareExtension/Pods-RiotPods-RiotShareExtension.debug.xcconfig"

View file

@ -17,7 +17,7 @@
// Configuration settings file format documentation can be found at: // Configuration settings file format documentation can be found at:
// https://help.apple.com/xcode/#/dev745c5c974 // 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" #include "Pods/Target Support Files/Pods-RiotPods-RiotShareExtension/Pods-RiotPods-RiotShareExtension.release.xcconfig"
PROVISIONING_PROFILE = $(SHARE_EXTENSION_PROVISIONING_PROFILE) PROVISIONING_PROFILE = $(SHARE_EXTENSION_PROVISIONING_PROFILE)

View file

@ -32,8 +32,8 @@ targets:
type: app-extension type: app-extension
configFiles: configFiles:
Debug: SupportingFiles/ShareExtension-Debug.xcconfig Debug: Debug.xcconfig
Release: SupportingFiles/ShareExtension-Release.xcconfig Release: Release.xcconfig
postbuildScripts: postbuildScripts:
- name: Embed Precompiled Frameworks - name: Embed Precompiled Frameworks

View file

@ -17,5 +17,5 @@
// Configuration settings file format documentation can be found at: // Configuration settings file format documentation can be found at:
// https://help.apple.com/xcode/#/dev745c5c974 // 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" #include "Pods/Target Support Files/Pods-RiotPods-SiriIntents/Pods-RiotPods-SiriIntents.debug.xcconfig"

View file

@ -17,7 +17,7 @@
// Configuration settings file format documentation can be found at: // Configuration settings file format documentation can be found at:
// https://help.apple.com/xcode/#/dev745c5c974 // 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" #include "Pods/Target Support Files/Pods-RiotPods-SiriIntents/Pods-RiotPods-SiriIntents.release.xcconfig"
PROVISIONING_PROFILE = $(SIRI_INTENTS_PROVISIONING_PROFILE) PROVISIONING_PROFILE = $(SIRI_INTENTS_PROVISIONING_PROFILE)

View file

@ -35,8 +35,8 @@ targets:
- sdk: Intents.framework - sdk: Intents.framework
configFiles: configFiles:
Debug: SiriIntents-Debug.xcconfig Debug: Debug.xcconfig
Release: SiriIntents-Release.xcconfig Release: Release.xcconfig
postbuildScripts: postbuildScripts:
- name: Embed Precompiled Frameworks - name: Embed Precompiled Frameworks

View file

@ -25,8 +25,8 @@ options:
postGenCommand: sh Tools/XcodeGen/postGenCommand.sh postGenCommand: sh Tools/XcodeGen/postGenCommand.sh
include: include:
- path: Riot/Application.yml - path: Riot/target.yml
- path: RiotTests/ApplicationTests.yml - path: RiotTests/target.yml
- path: RiotShareExtension/ShareExtension.yml - path: RiotShareExtension/target.yml
- path: SiriIntents/SiriIntents.yml - path: SiriIntents/target.yml
- path: RiotNSE/NotificationServiceExtension.yml - path: RiotNSE/target.yml