Created
January 28, 2016 13:56
-
-
Save AppWerft/4af36849f0b6eff4ba2c to your computer and use it in GitHub Desktop.
apps ti config
This file contains 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.buildTools.selectedVersion = "23.0.0" | |
android.dx.maxMemory = "2024M" | |
android.ndkPath = "/Users/fuerst/Library/android-ndk-macosx" | |
android.sdkPath = "/Users/fuerst/Library/android-sdk-macosx" | |
app.workspace = "/Users/fuerst/Documents/APPC_WORKSPACE" | |
cli.colors = true | |
cli.completion = false | |
cli.failOnWrongSDK = false | |
cli.httpProxyServer = "" | |
cli.ignoreDirs = "^(\\.svn|_svn|\\.git|\\.hg|\\.?[Cc][Vv][Ss]|\\.bzr|\\$RECYCLE\\.BIN)$" | |
cli.ignoreFiles = "^(\\.gitignore|\\.npmignore|\\.cvsignore|\\.DS_Store|\\._.*|[Tt]humbs.db|\\.vspscc|\\.vssscc|\\.sublime-project|\\.sublime-workspace|\\.project|\\.tmproj)$" | |
cli.logLevel = "trace" | |
cli.progressBars = true | |
cli.prompt = true | |
cli.rejectUnauthorized = true | |
cli.width = 100 | |
ios.developerName = "Rainer Schleevoigt (3Z3X4F9677)" | |
ios.distributionName = "Rainer Schleevoigt (G3A5CH2U94)" | |
paths.commands = [] | |
paths.hooks = ["/Applications/Appcelerator Studio/plugins/com.appcelerator.titanium.liveview.core_1.1.0.1445037865/node_modules/liveview/hook"] | |
paths.modules = [] | |
paths.plugins = [] | |
paths.sdks = ["/Users/fuerst/Library/Application Support/Titanium"] | |
paths.templates = [] | |
sdk.defaultInstallLocation = "/Users/fuerst/Library/Application Support/Titanium" | |
sdk.selected = "5.1.2.GA" | |
user.email = "[email protected]" | |
user.locale = "de" | |
user.name = "AppWerft" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment