Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
Do-hyun-Kim committed Jan 15, 2025
2 parents ba3aa87 + 390184a commit 1a7eec3
Show file tree
Hide file tree
Showing 359 changed files with 37 additions and 1,642 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@
// Created by Kim dohyun on 2023/11/14.
//

import ProjectDescription
@preconcurrency import ProjectDescription
import ProjectDescriptionHelpers

private let targets: [Target] = [
.makeModular(
layer: .App,
layer: .Bibbi,
factory: .init(
products: .app,
dependencies: ModuleLayer.App.dependencies,
products: .bibbi,
dependencies: ModuleLayer.Bibbi.dependencies,
bundleId: "com.5ing.bibbi",
infoPlist: .extendingDefault(with: [
"CFBundleDisplayName": .string("Bibbi"),
"CFBundleVersion": .string("1"),
"CFBuildVersion": .string("0"),
"CFBundleShortVersionString": .string("1.2.5"),
"CFBundleShortVersionString": .string("1.2.6"),
"UILaunchStoryboardName": .string("LaunchScreen"),
"UISupportedInterfaceOrientations": .array([.string("UIInterfaceOrientationPortrait")]),
"UIUserInterfaceStyle": .string("Dark"),
Expand Down Expand Up @@ -89,4 +89,4 @@ private let targets: [Target] = [
]


private let app = Project.makeApp(name: ModuleLayer.App.rawValue, target: targets)
private let bibbi = Project.makeApp(name: ModuleLayer.Bibbi.rawValue, target: targets)
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 1a7eec3

Please sign in to comment.