Skip to content

Instantly share code, notes, and snippets.

@AppWerft
Created January 28, 2016 13:56
Show Gist options
  • Save AppWerft/4af36849f0b6eff4ba2c to your computer and use it in GitHub Desktop.
Save AppWerft/4af36849f0b6eff4ba2c to your computer and use it in GitHub Desktop.
apps ti config
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