Skip to content
This repository was archived by the owner on Jun 19, 2020. It is now read-only.

Commit 845b04b

Browse files
committed
Updated feed URL
1 parent 9abdb31 commit 845b04b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Apple Events/EVTEnvironment.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ + (instancetype)productionEnvironment
5151
static dispatch_once_t onceToken;
5252
dispatch_once(&onceToken, ^{
5353
prodEnv = [[EVTEnvironment alloc] init];
54-
prodEnv.baseURL = [NSURL URLWithString:@"https://itunesevents.apple.com/4b7fad4f3f945dedf976096ae7cdae1f59f394a9/data/"];
54+
prodEnv.baseURL = [NSURL URLWithString:@"https://itunesevents.apple.com/fd5c423cac5464920141d6834c8fb68cc6341b1f/data/"];
5555
prodEnv.stateCheckInterval = 60.0;
5656
});
5757

0 commit comments

Comments
 (0)