Skip to content
View jobearrr's full-sized avatar
:octocat:
:octocat:

Highlights

  • Pro

Organizations

@codesparkIO @volvo-cars

Block or report jobearrr

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
jobearrr/README.md

Hey there! 👋 Jobert here!

Oh, it's pronounced like "jo-bear" (yes, a bear 🐻)

I've been working with software development since 2010.
I'm mainly an iOS developer, and I'm involved in crafting intuitive and high-performance mobile applications using Swift.

A few other things I'm currently doing:

Feel free to contact may you have any questions - or, just say hi, tell me a story about yourself, or send me a pet photo! 🐶🐱

Pinned Loading

  1. twostraws/Ignite twostraws/Ignite Public

    A static site generator for Swift developers.

    Swift 2k 170

  2. LeetSwift LeetSwift Public

    Solutions for LeetCode problems, written in Swift

    Swift 3

  3. HUDHero HUDHero Public

    A customizable, easy-to-integrate, and cross-platform animated HUD built with SwiftUI

    Swift 2

  4. Increment version numbers on Xcode Increment version numbers on Xcode
    1
    # This came out of an answer I gave on stackoverflow:
    2
    # https://stackoverflow.com/questions/66006333/auto-increment-version-number-in-ios-application-using-azure-devops/66007332#66007332
    3
    # This script will increment the version numbers each time it's executed:
    4
    # 0.0.1 -> 0.0.2 -> ... -> 0.0.99 -> 0.1.0 -> 0.1.1 -> 0.1.2 -> ... -> 0.1.99 -> 0.2.0 -> ... -> 0.99.99 -> 1.0.0
    5
    #