Skip to content
View phranck's full-sized avatar
🖥️
Working from home
🖥️
Working from home
Block or Report

Block or report phranck

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
phranck/README.md

Pinned

  1. SwiftPiNFC SwiftPiNFC Public

    Swift

  2. Podlive/podlive-macos Podlive/podlive-macos Public

    Never miss a live streaming podcast!

    Objective-C 46 3

  3. Xcode-CodeSnippets Xcode-CodeSnippets Public

    A set of Xcode CodeSnippets I use

    6

  4. KeyPressViewModifier.swift KeyPressViewModifier.swift
    1
    import Carbon.HIToolbox
    2
    import SwiftUI
    3
    
                  
    4
    /// Keyboard layout independent keycodes
    5
    public enum ViewKeyCode: UInt16 {
  5. Xcode-File-Templates Xcode-File-Templates Public

    Shell

  6. A Swift view modifier to handle visi... A Swift view modifier to handle visibility of views for specific platforms
    1
    import SwiftUI
    2
    
                  
    3
    public struct Platform: OptionSet {
    4
        public var rawValue: UInt8
    5