Skip to content
This repository has been archived by the owner on Nov 22, 2020. It is now read-only.

Commit

Permalink
Exposed currentAppStoreVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtSabintsev committed Mar 16, 2016
1 parent 32568fe commit 3e815d5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Harpy.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Harpy"
s.version = "3.4.6"
s.version = "3.4.7"
s.summary = "Notify users that a new version of your iOS app is available, and prompt them with the AppStore link."
s.homepage = "https://github.com/ArtSabintsev/Harpy"
s.platform = :ios, '8.0'
Expand Down
8 changes: 7 additions & 1 deletion Harpy/Harpy.h
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,12 @@ typedef NS_ENUM(NSUInteger, HarpyAlertType)
*/
@property (strong, nonatomic) NSString *appID;

/**
The current version of your app that is available for download on the App Store
*/
@property (nonatomic, copy, readonly) NSString *currentAppStoreVersion;


/**
@b OPTIONAL: The preferred name for the app. This name will be displayed in the @c UIAlertView in place of the bundle name.
*/
Expand Down Expand Up @@ -116,7 +122,6 @@ typedef NS_ENUM(NSUInteger, HarpyAlertType)
*/
@property (assign, nonatomic) HarpyAlertType revisionUpdateAlertType;


/**
@b OPTIONAL: If your application is not availabe in the U.S. Store, you must specify the two-letter
country code for the region in which your applicaiton is available in.
Expand All @@ -133,6 +138,7 @@ typedef NS_ENUM(NSUInteger, HarpyAlertType)
*/
@property (strong, nonatomic) UIColor *alertControllerTintColor;


/**
Harpy's Singleton method
*/
Expand Down

0 comments on commit 3e815d5

Please sign in to comment.