Skip to content
View Shehryar's full-sized avatar

Block or report Shehryar

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 Loading

  1. Fix for creating a fat framework usi... Fix for creating a fat framework using lipo in Xcode 10.2
    1
    #!/bin/sh
    2
    
                  
    3
    if [ -z "$XCODE_VERSION_CORRECT" ]
    4
    then
    5
        export SUDO_ASKPASS="${PROJECT_DIR}/../scripts/askpass.sh"
  2. SnapKit SnapKit Public

    Forked from SnapKit/SnapKit

    A Swift Autolayout DSL for iOS & OS X

    Swift

  3. Swift function execution time Swift function execution time
    1
    import QuartzCore
    2
    
                  
    3
    func executionTimeInterval(block: () -> ()) -> CFTimeInterval {
    4
        let start = CACurrentMediaTime()
    5
        block();
  4. SafariKeychainManager.swift SafariKeychainManager.swift
    1
    //
    2
    //  SafariKeychainManager.swift
    3
    //  UltraMotivator
    4
    //
    5
    //  Created by Shehryar Hussain on 04/15/16.
  5. Pretty Print JSON to Xcode Console Pretty Print JSON to Xcode Console
    1
    p print(String(data: try! JSONSerialization.data(withJSONObject: messsages.body, options: .prettyPrinted), encoding: .utf8 )!)