You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2019/01/09 05:29:00 UTC

[jira] [Commented] (CB-13927) Modified xcodeProjDir to filter out files/folders that contain "._"

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

ASF subversion and git services commented on CB-13927:
------------------------------------------------------

Commit 1cf92246d5463f519bab76e573078a76d58f9c68 in cordova-ios's branch refs/heads/master from Derek
[ https://gitbox.apache.org/repos/asf?p=cordova-ios.git;h=1cf9224 ]

CB-13927 - Modified xcodeProjDir to filter out files/folders that contain "._" (#355)

* Modified xcodeProjDir to filter out files/folders that contain "._"

I ran into an issue trying to add an ios plugin using a virtual machine.  The code would return an array for the xcodeProjDir and then of course use the wrong one.  It would use the one starting with "._ProjectName" which I believe is an MacOS hidden folder.  I attempted to install the plugin on OsX but because it's a virtual machine it still had those hidden folders.   I've made it so that it will filter those out while looking for the proper xCode project folder.



> Modified xcodeProjDir to filter out files/folders that contain "._"
> -------------------------------------------------------------------
>
>                 Key: CB-13927
>                 URL: https://issues.apache.org/jira/browse/CB-13927
>             Project: Apache Cordova
>          Issue Type: Improvement
>          Components: cordova-ios
>            Reporter: Shazron Abdullah
>            Assignee: Shazron Abdullah
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> I ran into an issue trying to add an ios plugin using a virtual machine. The code would return an array for the xcodeProjDir and then of course use the wrong one. It would use the one starting with "._ProjectName" which I believe is an MacOS hidden folder. I attempted to install the plugin on OsX but because it's a virtual machine it still had those hidden folders. I've made it so that it will filter those out while looking for the proper xCode project folder.
> h3. *Platforms affected*
> Windows (host) / OSx (guest) virtual machines
> h3. *What does this PR do?*
> Fixes a folder issue. Before it would try to use an incorrect folder for the xCode project.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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