You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2020/06/17 02:48:26 UTC

[GitHub] [cordova-ios] dpogue commented on issue #699: Catalyst for ios platform ?

dpogue commented on issue #699:
URL: https://github.com/apache/cordova-ios/issues/699#issuecomment-645114979


   Had a bit of time to play with the HelloCordova app in Catalyst tonight, and it doesn't work out of the box but it should be easy to make it compatible.
   
   Namely, we currently use [a bash script](https://github.com/apache/cordova-ios/blob/master/bin/templates/project/__PROJECT_NAME__/Scripts/copy-www-build-step.sh) to copy the config.xml and www folders into the root of the .app bundle.
   On Catalyst, those need to be copied into a subfolder instead of the root, otherwise CodeSign fails.
   
   If we instead moved those to the [Copy Bundle Resources](https://github.com/apache/cordova-ios/blob/master/bin/templates/project/__TEMP__.xcodeproj/project.pbxproj#L257-L268) step of the Xcode project, then it works.
   
   I don't know off-hand the historical reasons for not relying on Copy Bundle Resources, so there's probably some investigation to do there to see if this is a safe change to make.


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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