Skip to content

Commit

Permalink
Updated APNS URL.
Browse files Browse the repository at this point in the history
  • Loading branch information
tijme committed Sep 1, 2021
1 parent 7fcbb75 commit 0c00af3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Raivo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1579,7 +1579,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_ENTITLEMENTS = Raivo/Raivo.entitlements;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 40;
CURRENT_PROJECT_VERSION = 50;
DEVELOPMENT_TEAM = 564B4ETY69;
INFOPLIST_FILE = "$(SRCROOT)/Raivo/Supporting/Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 14.1;
Expand All @@ -1603,7 +1603,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_ENTITLEMENTS = Raivo/Raivo.entitlements;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 40;
CURRENT_PROJECT_VERSION = 50;
DEVELOPMENT_TEAM = 564B4ETY69;
INFOPLIST_FILE = "$(SRCROOT)/Raivo/Supporting/Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 14.1;
Expand Down
2 changes: 1 addition & 1 deletion Raivo/Helpers/AppHelper.swift
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ class AppHelper {
#if DEBUG
public static let apnsURL = "https://raivo.finnwea.com/apns/v1/apns.php"
#else
public static let apnsURL = "https://raivo.finnwea.com/apns/apns.php"
public static let apnsURL = "https://raivo.finnwea.com/apns/v1/apns.php"
#endif

/// User agent for HTTP requests (e.g. searching icons)
Expand Down

0 comments on commit 0c00af3

Please sign in to comment.