Skip to content

Commit 44f60ad

Browse files
authored
Update Examples.md
1 parent 0093949 commit 44f60ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/Examples.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -290,8 +290,8 @@ Values under `UIApplicationShortcutItems`, `UIApplicationSceneManifest`, `NSUser
290290

291291
*With R.swift*
292292

293-
Access the values in the entitlement file you embedded. This might differ from the entitlements your app actually has at runtime! But it's greate to get some identifiers in a consistent way.
293+
Access the values in the Info.plist file.
294294

295295
```swift
296-
let sceneConfiguration = UISceneConfiguration(name: R.info.uiApplicationSceneManifest.uiSceneConfigurations.uiWindowSceneSessionRoleApplication.defaultConfiguration.uiSceneConfigurationName, sessionRole: .windowApplication)
296+
let activity = NSUserActivity(activityType: R.info.nsUserActivityTypes.planTripIntent)
297297
```

0 commit comments

Comments
 (0)