Skip to content

Instantly share code, notes, and snippets.

View gilbok's full-sized avatar

Gilbok Lee gilbok

View GitHub Profile
//
// HistoryTransactionViewModel.swift
// MamiKos
//
// Created by Mamikos on 19/05/20.
// Copyright © 2020 GIT. All rights reserved.
//
import RxSwift
import RxCocoa
@gilbok
gilbok / crashlog.crash
Created June 18, 2020 11:24
AppDelegate 전에 Crash 발생하는 경우
Incident Identifier: E010D515-3789-41E0-919B-0C43CC4215F1
Beta Identifier: 8475A621-FF34-423E-A90D-E2EDFB15E309
Hardware Model: iPhone10,6
Process: mamikos [1574]
Path: /private/var/containers/Bundle/Application/C35D4BDC-0397-4B2F-A6E5-AF1D5E6CFCFF/mamikos.app/mamikos
Identifier: com.git.MamiKos
Version: 2093070016 (3.7.0)
AppStoreTools: 11E608a
AppVariant: 1:iPhone10,6:13
Beta: YES
@gilbok
gilbok / alpha.conf
Last active August 29, 2015 14:27
conf/alpha.conf 샘플
include "application.conf"
play.crypto.secret = "aaaabbbccd"
db.default.driver=com.mysql.jdbc.Driver
db.default.url="jdbc:mysql://[your-db-host]/maui_alpha_developer?reconnect=true&useTimezone=true&serverTimezone=UTC&characterEncoding=utf8"
db.default.username=[your username]
db.default.password="[your password]"
db.authentication.driver=com.mysql.jdbc.Driver