Marek Forys

Results 6 issues of Marek Forys

On Windows OS if we use zSign with relative/local paths instead of global ones there is a Segmentation Fault exception in function `string GetCanonicalizePath(const char *szPath)` exactly in `if (NULL...

Fix for #251 Function _fullpath needs to be used correctly to return a proper canonical path on Windows OS Signed-off-by: Marek Forys

Hi! I'm a bit worried about the upcoming iOS 17 release. What is the status of work on the support for it in **libimobiledevice** community? I'm asking because if there...

May anyone explain me how to fix this linker error? `ld: archive member '/' not a mach-o file in '/Users/marek/_repos/libplist/libcnary/.libs/libcnary.a'` I'm trying to compile libplist on MacOS with x64 architecture....

### Description I cannot build idb_companion in Xcode 15.0 on the current master (2022-09-19). ### Reproduction ``` RuleScriptExecution /Users/marek/Library/Developer/Xcode/DerivedData/idb_companion-egamwafdjrhfidaompecbbuqtunn/Build/Intermediates.noindex/idb_companion.build/Debug/IDBGRPCSwift.build/DerivedSources/idb.pb.swift /Users/marek/Library/Developer/Xcode/DerivedData/idb_companion-egamwafdjrhfidaompecbbuqtunn/Build/Intermediates.noindex/idb_companion.build/Debug/IDBGRPCSwift.build/DerivedSources/idb.grpc.swift /Users/marek/_repos/_originals/idb/proto/idb.proto normal undefined_arch (in target 'IDBGRPCSwift' from project 'idb_companion') cd...

When we launch a keyboard there should be a possibility to put some initial text into Input Text Field. Right now we may put only some initial text value which...