From 5b3dbb4ef8bc3dc8e74d14b3970f38678f3f0ace Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Tue, 2 Dec 2014 16:10:07 +0100 Subject: [PATCH] add missing public interface for iOS client app id --- lib/public/defaults.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/lib/public/defaults.php b/lib/public/defaults.php index 662071a29a..315cf54738 100644 --- a/lib/public/defaults.php +++ b/lib/public/defaults.php @@ -144,4 +144,12 @@ class Defaults { public function getLongFooter() { return $this->defaults->getLongFooter(); } + + /** + * Returns the AppId for the App Store for the iOS Client + * @return string AppId + */ + public function getiTunesAppId() { + return $this->defaults->getiTunesAppId(); + } }