Skip to content

Commit

Permalink
Switched the Expansion Manager default OXZ index location domain to o…
Browse files Browse the repository at this point in the history
…olite,space.
  • Loading branch information
AnotherCommander committed May 7, 2023
1 parent a03facb commit b35ac97
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Core/OOOXZManager.m
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@
#import "OOManifestProperties.h"

/* The URL for the manifest.plist array. */
static NSString * const kOOOXZDataURL = @"http://addons.oolite.org/api/1.0/overview";
/* switching (temporarily maybe) to oolite.space - Nikos 20230507 */
/*static NSString * const kOOOXZDataURL = @"http://addons.oolite.org/api/1.0/overview";*/
static NSString * const kOOOXZDataURL = @"http://addons.oolite.space/api/1.0/overview";
/* The config parameter to use a non-default URL at runtime */
static NSString * const kOOOXZDataConfig = @"oxz-index-url";
/* The filename to store the downloaded manifest.plist array */
Expand Down

0 comments on commit b35ac97

Please sign in to comment.