[ 
https://issues.apache.org/jira/browse/CB-11792?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15495523#comment-15495523
 ] 

Shazron Abdullah commented on CB-11792:
---------------------------------------

The only thing I can think of is, to replace the direct reference with an 
indirect reference -- reference to a file that exists that we create, but that 
file will be empty. For arguments sake, let's call it `pod.xcconfig`

Before a first time `pod install` (or every single time, doesn't matter), we 
write the appropriate "#include" in the `pod.xcconfig` file (overwriting its 
contents each time).

> Add Cocoapods .xcconfig includes to build.xcconfig files in template, modify 
> create script
> ------------------------------------------------------------------------------------------
>
>                 Key: CB-11792
>                 URL: https://issues.apache.org/jira/browse/CB-11792
>             Project: Apache Cordova
>          Issue Type: Sub-task
>      Security Level: Public(Anyone can view this level - this is the 
> default.) 
>          Components: iOS
>            Reporter: Shazron Abdullah
>            Assignee: Shazron Abdullah
>
> 1. The platforms/ios/cordova/build-debug.xcconfig file needs to add this 
> reference at the end: #include "Pods/Target Support 
> Files/Pods-PROJECTNAME/Pods-PROJECTNAME.debug.xcconfig"
> 2. The platforms/ios/cordova/build-release.xcconfig file needs to add this 
> reference at the end: #include "Pods/Target Support 
> Files/Pods-PROJECTNAME/Pods-PROJECTNAME.debug.xcconfig"
> 3. The create script should replace PROJECTNAME with the correct project name



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org

Reply via email to