Various documentation fixes and updates

This commit is contained in:
Andreas Linde
2013-09-12 12:21:12 +02:00
parent 67a4e1b6f9
commit d7ae69860d
20 changed files with 314 additions and 136 deletions

View File

@@ -52,7 +52,7 @@
@param newVersion The new version string reported by the App Store
@param storeURL The App Store URL for this app that could be invoked to let them perform the update.
*/
-(void)detectedUpdateFromStoreUpdateManager:(BITStoreUpdateManager *)storeUpdateManager newVersion:(NSString *)newVersion storeURL:(NSString *)storeURL;
-(void)detectedUpdateFromStoreUpdateManager:(BITStoreUpdateManager *)storeUpdateManager newVersion:(NSString *)newVersion storeURL:(NSURL *)storeURL;