Skip to content

Commit

Permalink
using https instead of http.
Browse files Browse the repository at this point in the history
  • Loading branch information
sidan5 committed Mar 5, 2016
1 parent 4bf4a0d commit c9bbe7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file not shown.
4 changes: 2 additions & 2 deletions iLink/iLink.m
Original file line number Diff line number Diff line change
Expand Up @@ -86,14 +86,14 @@
static NSString *const iLinkEventCountKey = @"iLinkEventCount";

static NSString *const iLinkMacAppStoreBundleID = @"com.apple.appstore";
static NSString *const iLinkAppLookupURLFormat = @"http:https://itunes.apple.com/%@/lookup";
static NSString *const iLinkAppLookupURLFormat = @"https:https://itunes.apple.com/%@/lookup";

static NSString *const iLinkiOSAppStoreURLScheme = @"itms-apps";
static NSString *const iLinkiOSAppStoreURLFormat = @"itms-apps:https://itunes.apple.com/WebObjects/MZStore.woa/wa/viewContentsUserReviews?type=Purple+Software&id=%@?%@";
static NSString *const iLinkiOS7AppStoreURLFormat = @"itms-apps:https://itunes.apple.com/app/id%@?%@";
static NSString *const iLinkMacAppStoreURLFormat = @"macappstore:https://itunes.apple.com/app/id%@?%@";

static NSString *const iLinkRegulariOSAppStoreURLFormat = @"http:https://itunes.apple.com/app/id%@?%@";
static NSString *const iLinkRegulariOSAppStoreURLFormat = @"https:https://itunes.apple.com/app/id%@?%@";

static NSString *const iLinkArtistAppStoreURLFormat = @"https://itunes.apple.com/artist/id%@?%@";
static NSString *const iLinkiOSArtistAppStoreURLFormat = @"itms-apps:https://itunes.apple.com/artist/id%@?%@";
Expand Down

0 comments on commit c9bbe7b

Please sign in to comment.