Skip to content

Commit

Permalink
fix: iOS 17버전에서 앱 1.2.5가 튕기는 현상을 수정해요 (#745)
Browse files Browse the repository at this point in the history
* Revert "fix: Core Module Simulator Build시 Core Module에 의존된 Firebase Crashlytics Crash issue 발생 해결 (#733)"

This reverts commit 558ff15.

* rename app to bibbi

* rename app to bibbi

* fix: App-Key 1.2.6 버전으로 수정

---------

Co-authored-by: Do-hyun-Kim <dohyun8032@gmail.com>
  • Loading branch information
akrudal and Do-hyun-Kim authored Jan 14, 2025
1 parent fae4f9f commit 390184a
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 390184a

Please sign in to comment.