Skip to content

Commit 489f458

Browse files
author
Mitko-Kerezov
committed
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 2a58509 commit 489f458

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)