Skip to content

Commit

Permalink
setting :: ipad 지원
Browse files Browse the repository at this point in the history
  • Loading branch information
cyj513 committed Nov 14, 2024
1 parent 6000c82 commit 17959a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public let env = ProjectEnvironment(
appName: "PiCK-iOS-V2",
targetName: "PiCK-iOS-V2",
organizationName: "com.pick.app",
deploymentTarget: .iOS(targetVersion: "16.0", devices: .iphone),
deploymentTarget: .iOS(targetVersion: "16.0", devices: [.iphone, .ipad]),
platform: .iOS,
baseSetting: ["OTHER_LDFLAGS": ["$(inherited) -Objc"]]
)

0 comments on commit 17959a2

Please sign in to comment.