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

   > So are we sure the merged change will be enough when the Cordova's 
manifest doesn't seem to be part of the resulting user app?
   
   Since the CordovaLib privacy manifest is essentially an empty set of 
declarations (since CordovaLib doesn't use any impacted APIs), I'm not sure 
that it actually matters as long as the app has a manifest that covers the same 
declarations.
   
   > Or will we need to switch to using a Cordova.framework as breautek 
commented?
   
   I tried this locally, and Xcode complained that the framework wasn't signed. 
It's probably not too hard (in Xcode) to set it up to sign locally and do a 
test, but trying to set up the framework project to use the same codesigning 
settings as the app via the CLI is probably going to be a pain.
   
   I also, for what it's worth, tried pulling in CordovaLib as a Swift package, 
and the results are also weird there. It does include a bundle resource with 
the Privacy Manifest, but Xcode doesn't seem to pick that up when assembling 
the combined manifest, and a few people on the Apple forums have noted the same 
issue.


-- 
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: issues-unsubscr...@cordova.apache.org

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


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

Reply via email to