- removeSuiteNamed:
The domain name to insert. 挿入するドメイン名。
Availability 有効性
Technology
- (void)addSuiteNamed:(NSString
*)suiteName;
suiteName
The domain name to insert. 挿入するドメイン名。
The suite
domain is similar to a bundle identifier string, but isn't necessarily tied to a particular application or bundle. A suite can be used to hold preferences that are shared between multiple applications.
suite
ドメインは、バンドル識別子文字列に似ています、しかし必ずしも特定のアプリケーションまたはバンドルに結びつけられません。あるスイートは、複数のアプリケーション間で共有される環境設定それらを保持するために使うことができます。
The additional search lists of the suite
domain are searched after the current domain, but before global defaults (that is, when a suite is added, the preferences subsystem first searches the app's user preferences, then searches again as though it were an app with a bundle identifier equal to suite
, and then finally searches the global preferences). Passing NSGlobal
or the current application's bundle identifier is unsupported.
suite
ドメインの追加の検索リストは、現在のドメインの後に検索されます、しかしグローバルdefaultsの前に(すなわち、あるスイートが加えられる時、環境設定サブシステムは最初にアプリのもつユーザ環境設定を検索します、それから再びまるでそれがsuite
と等しいバンドル識別子をもつアプリだったかのように検索します、そしてそれから最終的にグローバル環境設定を検索します)。NSGlobal
または現在のアプリケーションのもつバンドル識別子を渡すことは、サポートされません。
- removeSuiteNamed:
standardUserDefaults