##Preview
Display your iOS App Rating info. It uses iTunes Store website as the source.
##Usage
##Preview
Display your iOS App Rating info. It uses iTunes Store website as the source.
##Usage
| # --------------------------------------------------------------------------- | |
| # | |
| # Description: This file holds all my BASH configurations and aliases | |
| # | |
| # Sections: | |
| # 1. Environment Configuration | |
| # 2. Make Terminal Better (remapping defaults and adding functionality) | |
| # 3. File and Folder Management | |
| # 4. Searching | |
| # 5. Process Management |
| # Valid and working as of 04/21/2014 | |
| # Xcode 5.0.1, XCode Server | |
| # | |
| #Settings | |
| API_TOKEN="This can be found here: https://rink.hockeyapp.net/manage/auth_tokens" | |
| DISTRIBUTION_LISTS="This is a comma seperated list of tags found under App -> Users -> " | |
| PROVISIONING_PROFILE="You will have to manually copy your profile to /Library/Server/Xcode/Data/ProvisioningProfiles/<profile>.mobileprovision" | |
| #EXAMPLE:"/Library/Server/Xcode/Data/ProvisioningProfiles/DocLink_InHouse_2013.mobileprovision" | |
| NOTIFY="1" |
| @interface StoreViewControllerTest : XCTestCase | |
| @end | |
| @implementation StoreViewControllerTest { | |
| NSManagedObjectContext* _moc; | |
| StoreViewController* _storeController; | |
| } | |
| - (void)setUp { |
| require 'formula' | |
| class Phpunit < Formula | |
| homepage 'http://www.phpunit.de/manual/current/en/index.html' | |
| url 'http://pear.phpunit.de/get/phpunit.phar' | |
| sha1 '7aaa26086ddf7cd0c517d7f52b74a53a7a1d7e29' | |
| version 'HEAD' | |
| def install | |
| bin.install "phpunit.phar" => "phpunit" |