HFRplus
HFRplus copied to clipboard
Application iOS pour le forum hardware.fr - iOS 5+
| HFR+ | HFR+REDFACE |
| AppStore | AppStore |
HFR+ v1 - Compatible iOS 5 - 10
Application iOS (iPhone, iPod Touch et iPad) pour le forum hardware.fr :o
Roadmap
| Version | Type | Sortie |
|---|---|---|
| 2.0 | Nouvelle version. cf ~devel | TBD |
Utilisation
Un fichier config.h est nécessaire (dans le répertoire HFRplus) :
//
// config.h
// HFRplus
//
#ifndef HFRplus_config_h
#define HFRplus_config_h
static NSString *const kTestFlightAPI = @"TestFlight API Key";
static NSString *const kTestFlightAPIRE = @"TestFlight API Key (used for REDFACE Edition)";
static NSString *const kGoogleCSEAPI = @"Google Custom Search Engine API Key";
#endif