Browse Source

Merge pull request #12553 from owncloud/default-iosid

add missing public interface for iOS client app id
tags/v8.0.0alpha1
Thomas Müller 9 years ago
parent
commit
7291b915b8
1 changed files with 8 additions and 0 deletions
  1. 8
    0
      lib/public/defaults.php

+ 8
- 0
lib/public/defaults.php View File

@@ -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();
}
}

Loading…
Cancel
Save