Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
jihoonahn committed Jun 10, 2024
1 parent de3c413 commit 854344e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ EnvironmentObject can manage redundant parts of a project or workspace.
```swift
final class AppEnvironment: EnvironmentObject {
let organizationName: String = ""
let deploymentTarget: DeploymentTarget = .iOS(targetVersion: "15.0", devices: [.iphone, .ipad])
let platform: Platform = .iOS
let destinations: Destinations = .iOS
let deploymentTargets: DeploymentTargets = .iOS("15.0")
}
```

Expand Down

0 comments on commit 854344e

Please sign in to comment.