This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[branch] | |
autosetuprebase = always | |
[user] | |
name = Eun Leem | |
email = [email protected] | |
[diff] | |
tool = vim | |
[merge] | |
tool = vim | |
[core] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |