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
    
  
  
    
  | #!/bin/bash | |
| # Modified from the script by Justin Miller | |
| # Source: http://developmentseed.org/blog/2011/sep/02/automating-development-uploads-testflight-xcode/ | |
| API_TOKEN='<YOUR TESTFLIGHT API TOKEN>' | |
| TEAM_TOKEN='<YOUR TESTFLIGHT TEAM TOKEN>' | |
| SIGNING_IDENTITY='<YOUR SIGNING IDENTITY>' | |
| PROVISIONING_PROFILE="$HOME/Library/MobileDevice/Provisioning Profiles/<NAME-OF-YOUR-PROVISIONING-PROFILE>" | 
  
    
      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
    
  
  
    
  | <form method="GET" action="https://chart.googleapis.com/chart"> | |
| <div> | |
| </div> | |
| <div> | |
| Size: <input type="text" name="chs" /> (nxn) | |
| <input type="hidden" value="qr" name="cht" /> | |
| </div> | |
| <div> | |
| Content:<br /> | |
| <textarea name="chl"></textarea> |