8000 ismailkilic (İsmail KILIÇ) · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
View ismailkilic's full-sized avatar

Block or report ismailkilic

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. adessoTurkey/ios-boilerplate adessoTurkey/ios-boilerplate Public

    iOS boilerplate app that showcases architecture and libraries used at adesso Turkey

    Swift 49 5

  2. ViperTemplate ViperTemplate Public

    Forked from natangr/ViperTemplate

    Template to generate VIPER classes on Xcode.

    Swift 12 2

  3. iOS-Viper-Coordinator iOS-Viper-Coordinator Public

    Swift 9

  4. simctl: Control iOS Simulators from ... simctl: Control iOS Simulators from Command Line
    1
    #!/bin/sh
    2
    
                  
    3
    #xcrun simctl shutdown all
    4
    # ~/Library/Developer/Xcode/DerivedData/{ -PROJENAME- }-*/Build/Products/Debug-iphonesimulator -name "{ -PROJENAME- }.app" | head -n 1)
    5
    path=$(find ~/Library/Developer/Xcode/DerivedData/YOURAPP-*/Build/Products/Debug-iphonesimulator -name "YOURAPP.app" | head -n 1)
0