Skip to content

Commit

Permalink
env: 버전 변경 (1.0.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
sanghyeok-kim committed Dec 27, 2023
1 parent c7be7ad commit 9b9a9a7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Projects/App/Attributes/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>1.0.1</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
Expand Down
1 change: 0 additions & 1 deletion Projects/App/xcconfigs/App.base.xcconfig
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
DEVELOPMENT_TEAM = MPN6WL3W3U
MARKETING_VERSION = 1.0.0
1 change: 1 addition & 0 deletions Projects/Shared/SharedRepository/Project.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ let project = Project.makeModule(
product: .framework,
packages: [],
dependencies: [
.Project.module(.Core(.CoreAuthentication)).dependency,
.Project.module(.Core(.CoreDIContainer)).dependency,
.Project.module(.Core(.CoreEntity)).dependency,
.Project.module(.Core(.CoreNetworkService)).dependency,
Expand Down

0 comments on commit 9b9a9a7

Please sign in to comment.