Skip to content

Instantly share code, notes, and snippets.

View ostk0069's full-sized avatar

Takuma Osada ostk0069

View GitHub Profile
@ostk0069
ostk0069 / manage-app-version.sh
Created June 5, 2022 10:39
Shell Script to manage your app version & build number
#!/bin/bash
if ! type "gh" > /dev/null 2>&1; then
errorLog "gh not found. please install with `brew install gh` & auth with `gh auth login`"
exit 1
fi
CURRENT_VERSION=$(cat .app-version)
VERSION_REGEX="([0-9]+).([0-9]+).([0-9]+)-([0-9]+)"
@ostk0069
ostk0069 / SwiftUI.Gap.swift
Created October 17, 2021 17:19
SwiftUI Gap class inspired from Flutter Gap
import SwiftUI
public struct Gap: View {
private let spacing: CGFloat
private let axis: Axis
private let backgroundColor: Color
public init(
spacing: CGFloat,
axis: Axis = .vertical,
@ostk0069
ostk0069 / profile.md
Last active March 24, 2020 06:55
Profile of Takuma Osada

プロフィール

名前: 長田卓馬 おさだ たくま

大学: 東京理科大学経営学部ビジネスエコノミクス学科

卒業年度: 21年予定

Email: judgment9ttk069@gmail.com