Skip to content
View yumin-jung's full-sized avatar

Organizations

@boksunga

Block or report yumin-jung

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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. πŸ’» Recent coding in languages πŸ’» Recent coding in languages
    1
    Swift        +4.6k/  -2.6k β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œβ–‘ 93.0%
    2
    JSON            +0/   -681 β–‹β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘  3.4%
    3
    JavaScript    +120/   -107 β–Œβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘  2.9%
    4
    XML            +48/     -0 β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘  0.5%
    5
    Markdown        +2/     -3 β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘  0.2%
  2. Xcode Shortcuts Xcode Shortcuts
    1
    ## πŸ—‚ Files or Project Navigator
    2
    - `Command Shift N` β€” Create a new project  
    3
    - `Command N` β€” Create a new file  
    4
    - `Command Option N` β€” Create a new group (folder)  
    5
    - `Command Shift J` β€” Reveal current file in Navigator  
  3. List of Apple's mobile device codes ... List of Apple's mobile device codes types a.k.a. machine ids (e.g. `iPhone1,1`, `Watch1,1`, etc.) and their matching product names
    1
    i386 : iPhone Simulator
    2
    x86_64 : iPhone Simulator
    3
    arm64 : iPhone Simulator
    4
    iPhone1,1 : iPhone
    5
    iPhone1,2 : iPhone 3G
  4. Simulator Status Bar Override Simulator Status Bar Override
    1
    xcrun simctl status_bar "iPhone 16 Pro" override \
    2
      --time "9:41" \
    3
      --batteryState charged \
    4
      --batteryLevel 100 \
    5
      --wifiMode active \