amcalgates
amcalgates
@erisu - this is not just a warning if you're using Xcode 15, and per @julfrechette's comment, we are all going to be forced to use it this month. In...
Renaming `colors.xml` fixed the issue for me, but I had to do it in this order: `mv colors.xml myColors.xml` (also change in config.xml) `cordova platform remove android` `cordova platform add...
`grep -r -E 'NSURLVolumeAvailableCapacityKey|NSURLVolumeAvailableCapacityForImportantUsageKey|NSURLVolumeAvailableCapacityForOpportunisticUsageKey|NSURLVolumeTotalCapacityKey|NSFileSystemFreeSize|NSFileSystemSize|statfs|statvfs|fstatfs|fstatvfs|getattrlist|fgetattrlist|getattrlistat|activeInputModes|NSUserDefaults'` Returned no results, and I highly doubt this framework is tracking users. So, a privacy manifest may not be required?
Looks like the hard deadline for this is May 1st: > While no action is required at this time, starting May 1, 2024, when you upload a new app or...
Returning to this, a privacy manifest is probably unnecessary. The results from `grep -r -E 'NSURLVolumeAvailableCapacityKey|NSURLVolumeAvailableCapacityForImportantUsageKey|NSURLVolumeAvailableCapacityForOpportunisticUsageKey|NSURLVolumeTotalCapacityKey|NSFileSystemFreeSize|NSFileSystemSize|statfs|statvfs|fstatfs|fstatvfs|getattrlist|fgetattrlist|getattrlistat|activeInputModes|NSUserDefaults'` Are just in the example app. And I can't imagine this library is tracking...
Looks like the hard deadline for this is May 1st: > While no action is required at this time, starting May 1, 2024, when you upload a new app or...