init(storeIdentifier:bundleIdentifier:platform:)
Creates a migration app identifier instance.
Declaration
init(storeIdentifier: MigrationAppIdentifier.StoreIdentifier, bundleIdentifier: String, platform: MigrationPlatform)Parameters
- storeIdentifier:
An identifier that indicates the store in which the app resides.
- bundleIdentifier:
The bundle identifier of the app within the store.
- platform:
The platform in which the app resides.