Skip to content

ccrma/miniAudicle

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 

miniAudicle Build Status

integrated development + performance environment for chuck

See http://audicle.cs.princeton.edu/mini/ for more info!

OPTIONAL: You'll need an extra file with a secret key if you want dSYMs (debug symbols files) to be auto-uploaded to Crittercism following each build. This is highly recommended for whoever is making the builds that will be distributed publicly as stack traces will be much more useful with debug symbols.

  • Create a file ".crittercism_keys" in your root user directory: touch ~/.crittercism_keys
  • In .crittercism_keys add this: export MINI_AUDICLE_SECRET_KEY="ProtossOP" replacing ProtossOP with the secret key found in the Upload dSYMs tab of the App Settings tab in the Crittercism dashboard.
  • Verify the key was exported properly by running this command: source ~/.crittercism_keys && echo $MINI_AUDICLE_SECRET_KEY