Skip to content

Commit

Permalink
[hotfix] ipad 지원 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
stealmh committed Aug 28, 2024
1 parent 67bf4d5 commit b0302df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
import ProjectDescription

public extension Destinations {
static let appDestinations: Set<Destination> = [.iPad, .iPhone]
static let appDestinations: Set<Destination> = [.iPhone]
}

0 comments on commit b0302df

Please sign in to comment.