Posts

Post not yet marked as solved
1 Replies
303 Views
Today I've investigated migration error. According to my investigations model with preserving after deletion fields would get incorrect hash calculation. That's why custom mapping model would not applied.In `-com.apple.CoreData.MigrationDebug 1` logs the next entry happens: 'CoreData: annotation: (migration) mismatched and destination hashes for mapping model MappingModel.cdm'.My mapping model was regenerated several times on different machines to get rid of potential local issues.Sample code: https://github.com/OdNairy/CloudKitError-FB6713955.gitFeedback ID: FB6713955
Posted
by odnairy.
Last updated
.
Post not yet marked as solved
4 Replies
476 Views
Hi,I'm working on the macOS app that automates identities importing from .developerProfile format. To make imported keys work correctly I have to change the list of trusted applications.SecTrustedApplicationCreateFromPath becomes deprecated API since 10.15 so I become unsafe to use it today. There are no information in the documentation about new approaches for changing ACLs applications. Can you point me in the right direction?
Posted
by odnairy.
Last updated
.
Post marked as solved
5 Replies
1.2k Views
Hi,I’m working on iOS platform and want to use PacketTunnel extension by IP (not per-app VPN). Technically, I want to setup custom Proxy by enabling VPN configuration. I do not want to encrypt and pass all the data through an external VPN server.Is it technically possible to “simulate" VPN server on PacketTunnel extension and make direct unchanged (but filtered) connections?
Posted
by odnairy.
Last updated
.