Skip to content

Commit 009d3fa

Browse files
Mitko-Kerezovjasssonpet
Mitko-Kerezov
authored andcommitted
Remove CocoaPods .xcconfig file #includes
The CLI already takes care to include these files' contents inside `plugins-debug` and `plugins-release` xcconfig files, so these includes are gratuitous. Moreover due to an [issue with CocoaPods 1.0.0](NativeScript/nativescript-cli#1611), the referenced CocoaPods .xcconfig file path is wrong.
1 parent e9acc24 commit 009d3fa

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
#include "build.xcconfig"
2-
#include "Pods/Target Support Files/Pods/Pods.debug.xcconfig"
32
#include "../plugins-debug.xcconfig"
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
#include "build.xcconfig"
2-
#include "Pods/Target Support Files/Pods/Pods.release.xcconfig"
32
#include "../plugins-release.xcconfig"

0 commit comments

Comments
 (0)