Skip to content
View steipete's full-sized avatar

Sponsoring

@groue
@michaeleisel
@ruiaureliano
@orta
@SwiftPackageIndex
@marcan
@steventroughtonsmith
@Dimillian
@Homebrew

Highlights

  • Pro

Organizations

@Cocoaheads-Austria @Publiss @mentalfaculty @ResearchKit @xcpretty @trusting-sdks
Block or Report

Block or report steipete

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

Pinned

  1. steipete.com steipete.com Public

    Personal Website of Peter Steinberger.

    SCSS 12 5

  2. speaking speaking Public

    Upcoming and past speaking engagements for Peter Steinberger (@steipete).

    47 1

  3. InterposeKit InterposeKit Public

    A modern library to swizzle elegantly in Swift.

    Swift 974 48

  4. Aspects Aspects Public

    Delightful, simple library for aspect oriented programming in Objective-C and Swift.

    Objective-C 8.4k 1.3k

  5. Using iOS 15 devices with Xcode 12.5... Using iOS 15 devices with Xcode 12.5 (instead of Xcode 13)
    1
    # The trick is to link the DeviceSupport folder from the beta to the stable version.
    2
    # sudo needed if you run the Mac App Store version. Always download the dmg instead... you'll thank me later :)
    3
    
                  
    4
    # Support iOS 15 devices (Xcode 13.0) with Xcode 12.5:
    5
    sudo ln -s /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/15.0 /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport
  6. PSTCollectionView PSTCollectionView Public

    Open Source, 100% API compatible replacement of UICollectionView for iOS4.3+

    Objective-C 2.5k 498