Skip to content

Commit

Permalink
fix: 빌드 오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
chansooo committed Aug 24, 2024
1 parent 2baf6dc commit 8ab9dc0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions Projects/App/Project.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,14 @@ let project = Project.configure(
infoPlist: .extendingDefault(with: [
"CFBundleIconName": "AppIcon",
"CFBundleDevelopmentRegion": "ko_KR",
"CFBundleShortVersionString": "1.1.1",
"CFBundleVersion": "1",
"CFBundleShortVersionString": "1.1.2",
"CFBundleVersion": "2",
"UILaunchStoryboardName": "launch",
"NSUserTrackingUsageDescription": "이 앱은 사용자 맞춤형 광고 제공 및 분석을 위해 사용자 추적 정보를 수집합니다.",
"UIUserInterfaceStyle": "Light" // 다크모드 방지
"UIUserInterfaceStyle": "Light", // 다크모드 방지
"NSAppTransportSecurity": [
"NSAllowsArbitraryLoads": true
]
]),
sources: "Sources/**",
resources: "Resources/**",
Expand Down
2 changes: 1 addition & 1 deletion Tuist/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ let package = Package(
.package(url: "https://github.com/airbnb/lottie-ios.git", from: "4.4.3"),
.package(url: "https://github.com/onevcat/Kingfisher", from: "7.12.0"),
.package(url: "https://github.com/exyte/PopupView.git", from: "3.0.4"),
.package(url: "https://github.com/CSolanaM/SkeletonUI.git", from: "2.0.2")
.package(url: "https://github.com/CSolanaM/SkeletonUI.git", from: "2.0.2"),
.package(url: "https://github.com/AppsFlyerSDK/AppsFlyerFramework-Dynamic", from: "6.15.1")
]
)

0 comments on commit 8ab9dc0

Please sign in to comment.