Martin Man

Results 30 issues of Martin Man

Guys, My production builds started crashing on iOS 9 after being compiled with Xcode 11.4 with SwiftyUserDefaults 4.0.0 and then processed via TestFlight. iOS 12 and iOS 13 running fine....

I use ``Log`` and ``Logger`` API for general logging needs in my custom packages on Linux and iOS. Everything works great. On iOS I initialize the ``Log.logger`` (for historical reasons...

enhancement

Since couple days ago the App Store Connect turns the app into an invalid binary because the app links against Parse.framework which in turns links agains CoreLocation.framework. Here is the...

The code compiled under Linux 5.2 produces the warnings below. All related to the new semantics of handling unsafe pointers. Will you accept a PR if I provide one? ```...

I have it integrated as a build step for my iOS app like this: ``` if which iblinter >/dev/null; then iblinter lint else echo "warning: IBLinter not installed, download from...

When the app using Parse Android SDK is saved to a backup and later restored from that backup on a new device, the ``ParseInstallation.installationId`` appears to remain the same, and...

When sending a push notification to the iOS 13 multi window app, a notification payload can specify ``target-content-id`` value that is later populated into ``UNNotificationContent`` when push notification is received...

When sending a push notification to the iOS 15 app, a notification payload can specify `interruption-level` value that is later populated into UNNotificationContent when push notification is received and can...

If you use the ``generateKey`` to customize a filename before uploading a file to S3, the newly generated filename is then ignored and not properly propagated back to the Parse...

### Summary I am generating certificates with (for historical reasons) special characters in subject name, such as `+` and `#`. The certificate subject field is set as a C zero...

bug
component-x509