dpogue commented on a change in pull request #1158:
URL: https://github.com/apache/cordova-ios/pull/1158#discussion_r733979106
##########
File path: bin/templates/project/__TEMP__.xcodeproj/project.pbxproj
##########
@@ -14,6 +14,8 @@
302D95F114D2391D003F00A1 /* MainViewController.m in Sources */
= {isa = PBXBuildFile; fileRef = 302D95EF14D2391D003F00A1 /*
MainViewController.m */; };
302D95F214D2391D003F00A1 /* MainViewController.xib in Resources
*/ = {isa = PBXBuildFile; fileRef = 302D95F014D2391D003F00A1 /*
MainViewController.xib */; };
6AFF5BF91D6E424B00AB3073 /* CDVLaunchScreen.storyboard in
Resources */ = {isa = PBXBuildFile; fileRef = 6AFF5BF81D6E424B00AB3073 /*
CDVLaunchScreen.storyboard */; };
+ 857339E22710CC8900A1C74C /* config.xml in Copy config.xml */ =
{isa = PBXBuildFile; fileRef = EB87FDF41871DAF40020F90C /* config.xml */; };
Review comment:
I believe the issue is that `fileRef` here should be
`F840E1F0165FE0F500CFE078` to refer to `__PROJECT_NAME__/config.xml` rather
than `../../config.xml`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]