Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Commit

Permalink
feat :: iPhone 만 사용 가능 (맥은 가능, 아이패드X)
Browse files Browse the repository at this point in the history
  • Loading branch information
HongSJae committed Sep 21, 2023
1 parent 5215391 commit 197ddcb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public let env = ProjectEnvironment (
targetName: "JOBIS-DSM-iOS",
targetTestName: "DSM-JOBISTests",
organizationName: "com.team.return",
deploymentTarget: .iOS(targetVersion: "15.0", devices: [.iphone, .ipad]),
deploymentTarget: .iOS(targetVersion: "15.0", devices: [.iphone]),
platform: .iOS,
baseSetting: [
"ENABLE_TESTABILITY": "YES"
Expand Down

0 comments on commit 197ddcb

Please sign in to comment.