Skip to content

Instantly share code, notes, and snippets.

View eunleem's full-sized avatar

Eddie Leem eunleem

View GitHub Profile
@eunleem
eunleem / .gitconfig
Created July 5, 2017 18:01
gitconfig
[branch]
autosetuprebase = always
[user]
name = Eun Leem
email = team88.eleem@gmail.com
[diff]
tool = vim
[merge]
tool = vim
[core]
Euns-Mac-mini:dotor-ios eunleem$ pod install
[!] Unable to load a specification for the plugin `/Library/Ruby/Gems/2.0.0/gems/cocoapods-deintegrate-1.0.0`
Updating local specs repositories
CocoaPods 1.0.0 is available.
To update use: `gem install cocoapods`
Until we reach version 1.0 the features of CocoaPods can and will change.
We strongly recommend that you use the latest version at all times.
For more information see http://blog.cocoapods.org
@eunleem
eunleem / build.gradle
Last active May 15, 2016 23:45
LETs build.gradle android example
android {
compileSdkVersion 23
buildToolsVersion '23.0.3'
signingConfigs {
beta {
// this keystore is located at module level
storeFile file("DIRECTORY/keystore.jks") //jks 파일의 패스를 설정해주세요. app폴더가 기준
storePassword "pwd"
keyAlias "keyAlias"