Peter Kristensen

Results 35 comments of Peter Kristensen

Perhaps it would make sense to look at `altool` instead of iTMS. It seems to be apples preferred way to do uplaods from scripts / cli: https://help.apple.com/asc/appsaltool/

A workaround is to keep XCode 13 installed and use either `xcode-select` to change the default xcode, or overwrite it in the fastlane file (the method is also called [`xcode-select`](http://docs.fastlane.tools/actions/xcode_select/#xcode_select)...

I would also be very interested in this, especially since a web-components version of material design is in progress: https://github.com/material-components/material-components-web-components

Safari (both macOS and iOS) is missing support for `WebAssembly.instantiateStreaming`, but that's very easy to fix, see #27

It seems MoltenVK switched to use the new `xcframework` which is great for packaging multiple static libraries for different platforms - unfortunately, it doesn't play nice with clang. I was...

The framework version might be useful for creating iOS / tvOS / etc apps - but it shouldn't be a blocker. Unfortunately, the MoltenVK project only provides make targets for...

For vulkan: https://github.com/vulkan-go/vulkan/pull/52 And the same change for glfw: https://github.com/vulkan-go/glfw/pull/6

I made a very quick'n'drity experiment for this: https://github.com/ptxmac/figma-export/commit/6c14f089388b844cc9a6d2490046dc80a5fb5582 it only supports swiftui, and I haven't tested dark mode or non-main bundle assets

Bump, I could really use access to `displayName` in my dashboards!

I'm running a registry using the official simple way of securing it: https://github.com/docker/distribution/blob/master/docs/deploying.md#native-basic-auth This is simply adding basic auth to the builtin web server - Having the frontend support this...